diff --git a/ChangeLog b/ChangeLog index 06745bbc90..f5a40e6f34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -59,6 +59,7 @@ VerboseMultiSubmit, ReplaceHelpImg - [interface] Designer sometimes places tables on the top menu - bug #3546277 [core] Call to undefined function __() when config file has wrong permissions - bug #3540922 [edit] Error searching table with many fields +- bug #3555104 [edit] Cannot copy a DB with table & views 3.5.2.1 (2012-08-03) - [security] Fixed local path disclosure vulnerability, see PMASA-2012-3 diff --git a/libraries/Menu.class.php b/libraries/Menu.class.php index 1a1160cee9..4574c8afd3 100644 --- a/libraries/Menu.class.php +++ b/libraries/Menu.class.php @@ -172,7 +172,7 @@ class PMA_Menu if (strlen($this->_table) && ! (isset($_REQUEST['purge']) && $_REQUEST['purge'] == '1') ) { - include_once './libraries/tbl_info.inc.php'; + include './libraries/tbl_info.inc.php'; $retval .= $separator; if ($GLOBALS['cfg']['NavigationBarIconic']) { diff --git a/libraries/Table.class.php b/libraries/Table.class.php index c6138e55a9..2114b97d10 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -782,7 +782,7 @@ class PMA_Table // do not create the table if dataonly if ($what != 'dataonly') { - require_once "libraries/plugin_interface.lib.php"; + include_once "libraries/plugin_interface.lib.php"; // get Export SQL instance $export_sql_plugin = PMA_getPlugin( "export", @@ -845,7 +845,7 @@ class PMA_Table // this a view definition; we just found the first db name // that follows DEFINER VIEW // so change it for the new db name - $parsed_sql[$i]['data'] = $target_for_view; + $parsed_sql[$i]['data'] = $target_for_view; // then we have to find all references to the source db // and change them to the target db, ensuring we stay into // the $parsed_sql limits @@ -854,6 +854,7 @@ class PMA_Table for (++$i; $i <= $last; $i++) { if ($parsed_sql[$i]['type'] == $table_delimiter && $parsed_sql[$i]['data'] == $backquoted_source_db + && $parsed_sql[$i - 1]['type'] != 'punct_qualifier' ) { $parsed_sql[$i]['data'] = $target_for_view; } diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 878d4fd53a..7c3b91ce95 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -13,9 +13,9 @@ if (! defined('PHPMYADMIN')) { /** * Get HTML output for database comment - * + * * @param $db database name - * + * * @return string $html_output */ function PMA_getHtmlForDatabaseComment($db) @@ -40,21 +40,21 @@ function PMA_getHtmlForDatabaseComment($db) . '' . '' . ''; - + return $html_output; } /** * Get HTML output for rename database - * + * * @param $db database name - * + * * @return string $html_output */ function PMA_getHtmlForRenameDatabase($db) { $html_output = '
$cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3857,34 +3793,34 @@ msgstr ""
"Die $cfg['PmaAbsoluteUri'] veranderlike MOET gestel wees in jou "
"konfigurasie leer!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3917,38 +3853,38 @@ msgstr "Ongebalanseerde kwotasie-teken"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Onbeskikbaar"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Struktuur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4077,8 +4013,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Herstel"
@@ -4340,7 +4276,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Stoor as leer (file)"
@@ -4350,7 +4286,7 @@ msgid "Character set of the file"
msgstr "Karakterstel van die leer:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formaat"
@@ -4363,20 +4299,19 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4384,8 +4319,7 @@ msgstr "Velde omring met"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4405,16 +4339,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Lyne beeindig deur"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Lyne beeindig deur"
@@ -4440,7 +4372,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4453,8 +4385,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4463,20 +4395,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
#, fuzzy
msgid "Relations"
msgstr "Operasies"
@@ -4500,6 +4432,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4512,7 +4449,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4526,10 +4463,17 @@ msgid "Use delayed inserts"
msgstr "Uitgebreide toevoegings"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4545,7 +4489,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4556,7 +4500,7 @@ msgid "Export type"
msgstr "Export"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4609,7 +4553,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV data"
@@ -4947,14 +4890,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Vervang tabel data met leer (file)"
@@ -4969,7 +4910,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4981,7 +4921,7 @@ msgid "Column names in first row"
msgstr "Kolom name"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6002,7 +5942,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Wagwoord"
@@ -6162,14 +6102,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6256,21 +6194,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6317,25 +6255,25 @@ msgid "Create"
msgstr "Skep"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Geen Regte"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Skep 'n nuwe bladsy"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Naam"
@@ -6952,7 +6890,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL het niks teruggegee nie (dus nul rye)."
@@ -7001,7 +6939,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7068,11 +7006,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7089,36 +7027,36 @@ msgstr "Geen"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Fr"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Stuur"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Wil jy regtig "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Geen verandering"
@@ -7324,7 +7262,171 @@ msgstr "phpMyAdmin dokumentasie"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+#, fuzzy
+msgid "Rename database to"
+msgstr "Hernoem tabel na"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databasis %s is verwyder."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+msgid "Remove database"
+msgstr "Hernoem tabel na"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Geen databasisse"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Slegs struktuur"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktuur en data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Slegs Data"
+
+#: libraries/operations.lib.php:177
+#, fuzzy
+msgid "Copy database to"
+msgstr "Geen databasisse"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr ""
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Display PDF schema"
+msgid "Edit or export relational schema"
+msgstr "Vertoon PDF skema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Verander tabel sorteer volgens"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(afsonderlik)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Skuif tabel na (databasis.tabel):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Hernoem tabel na"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopieer tabel na (databasis.tabel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabel instandhouding"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabel %s is geflush"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Spoel die tabel (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Stort data vir tabel"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Geen databasisse"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Herstel tabel"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Tabel instandhouding"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Toets referential integrity:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7333,7 +7435,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7358,49 +7460,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Teken aan"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Gebruiker Naam:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Wagwoord:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Bediener Keuse"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7431,78 +7533,78 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Lyne beeindig deur"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Velde omring met"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Velde ontsnap (escaped) deur"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Lyne beeindig deur"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Databasis statistieke"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Stort data vir tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7510,24 +7612,24 @@ msgstr ""
msgid "Definition"
msgstr "geen Beskrywing"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabel struktuur vir tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Slegs struktuur"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7546,42 +7648,42 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "Tabel struktuur vir tabel"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
msgid "Table caption (continued)"
msgstr "Tabel kommentaar"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Kolom Kommentaar word vertoon"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Display Features"
msgid "Display MIME types"
msgstr "Vertoon Funksies"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7589,35 +7691,35 @@ msgstr "Vertoon Funksies"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Gasheer (host)"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Generasie Tyd"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Bediener weergawe"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Version"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Export"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export"
msgid "Export table headers"
@@ -7632,144 +7734,144 @@ msgstr ""
msgid "Report title:"
msgstr "Geen tabelle"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Stellings"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Stellings"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
msgid "Data creation options"
msgstr "Databasis statistieke"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funksie"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7785,8 +7887,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7805,109 +7907,100 @@ msgstr ""
msgid "Column names: "
msgstr "Kolom name"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Kolom name"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -8027,7 +8120,7 @@ msgid "Enabled"
msgstr "Beskikbaar"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Algemene verwantskap funksies"
@@ -8096,7 +8189,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "geen Beskrywing"
@@ -8146,7 +8239,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -8170,8 +8263,8 @@ msgstr "Enige gebruiker"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8265,7 +8358,7 @@ msgstr ""
msgid "Event name"
msgstr "Gebruiker naam"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8685,12 +8778,12 @@ msgstr "Tabel kommentaar"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Kenmerke"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstra"
@@ -8732,6 +8825,10 @@ msgstr "Kies Alles"
msgid "Select Tables"
msgstr "Kies Tabelle"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Kolom name"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Display PDF schema"
@@ -8999,14 +9096,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: MySQL regte name word in Engels vertoon"
@@ -9015,13 +9112,13 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
#, fuzzy
msgid "Global privileges"
msgstr "Geen Regte"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -9080,16 +9177,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Gebruiker"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -9099,8 +9196,8 @@ msgid "User has been added."
msgstr "Veld %s is verwyder"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Enige"
@@ -9116,14 +9213,14 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Geen gebruiker(s) gevind nie."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Verander Regte"
@@ -9131,103 +9228,91 @@ msgstr "Verander Regte"
msgid "Revoke"
msgstr "Herroep"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Export"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Jy het die regte opgedateer vir %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Regte"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Regte"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9236,11 +9321,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Jy het 'n nuwe gebruiker bygevoeg."
@@ -9294,11 +9379,11 @@ msgstr ""
msgid "Columns"
msgstr "Kolom name"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Boekmerk hierdie SQL-stelling"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9424,8 +9509,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9478,13 +9563,13 @@ msgstr "Geen"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primere"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Volteks"
@@ -9498,22 +9583,17 @@ msgstr ""
msgid "after %s"
msgstr "Na %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "Voeg 'n nuwe veld by"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Jy moet ten minste een Kolom kies om te vertoon"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9524,7 +9604,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Algemene verwantskap funksies"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9570,7 +9650,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9746,154 +9826,154 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Doen Navraag"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Wys alles"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Relasie uitsig"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Export"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "in navraag"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Hernoem tabel na"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Gebruiker naam"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Skep"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
msgid "Active options"
msgstr "Aksie"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Tabel %s is verwyder"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Gebruik"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Skep 'n nuwe indeks"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Gebruiker naam"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9901,7 +9981,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9909,7 +9989,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Algemene verwantskap funksies"
@@ -9919,11 +9999,11 @@ msgstr "Algemene verwantskap funksies"
msgid "Relation deleted"
msgstr "Relasie uitsig"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Veranderinge is gestoor"
@@ -9931,66 +10011,66 @@ msgstr "Veranderinge is gestoor"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10007,44 +10087,44 @@ msgstr "Alle"
msgid "%s table not found or not set in %s"
msgstr "%s tabel nie gevind nie of nie gesetel in %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Die \"%s\" databasis bestaan nie!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Velde"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -10132,17 +10212,17 @@ msgstr ""
msgid "disabled"
msgstr "Onbeskikbaar"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11747,34 +11827,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Wil jy regtig "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Valideer SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL resultaat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Voortgebring deur"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiket"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11868,87 +11948,87 @@ msgstr "Tabel %s is verwyder"
msgid "View dump (schema) of table"
msgstr "Sien die storting (skema) van die tabel"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Voeg By/Verwyder Veld Kolomme"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
msgid "Spatial column"
msgstr "totaal"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Stoor as leer (file)"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Gebruiker naam"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Die naam van die primere sleutel moet PRIMARY wees!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Kannie die indeks hernoem na PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Geen indeks dele gedefinieer!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Drukker mooi (print view)"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeks naam :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" moet die naam wees van die primere sleutel, en slegs"
"b> van die primere sleutel!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indeks tipe :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Voeg by indeks %s kolom(me)"
@@ -11971,272 +12051,171 @@ msgstr "Tabel %s is geskuif na %s."
msgid "Table %s has been copied to %s."
msgstr "Tabel %s is gekopieer na %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Die tabel naam is leeg!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Verander tabel sorteer volgens"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(afsonderlik)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Skuif tabel na (databasis.tabel):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Hernoem tabel na"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopieer tabel na (databasis.tabel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabel instandhouding"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabel %s is geflush"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Spoel die tabel (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Stort data vir tabel"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Geen databasisse"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Tabel instandhouding"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Herstel tabel"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Toets referential integrity:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Wys tabelle"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Spasie verbruik"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektief"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Ry Statistiek"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamies"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Ry lengte"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Ry grootte"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
msgid "Internal relation"
msgstr "Algemene verwantskap funksies"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr ""
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Geen"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabel %s is verwyder"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "'n primere sleutel is bygevoeg op %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "'n Indeks is bygevoeg op %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Wys PHP informasie"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "Voeg 'n nuwe veld by"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Drukker mooi (print view)"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relasie uitsig"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Stel tabel struktuur voor"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "Voeg 'n nuwe veld by"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "By Einde van Tabel"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "By Begin van Tabel"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Na %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Skep 'n indeks op %s kolomme"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12416,7 +12395,7 @@ msgstr "Jy het nie genoeg regte om nou hier te wees nie!"
msgid "The profile has been updated."
msgstr "Die profiel is opgedateer."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13523,6 +13502,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Export"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Regte"
+
#~ msgid "rows"
#~ msgstr "Beloer Data"
diff --git a/po/ar.po b/po/ar.po
index ac41b85df3..789ec0f975 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2011-09-24 21:48+0200\n"
"Last-Translator: Abdullah Al-Saedi $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3751,34 +3693,34 @@ msgstr ""
"المتغير $cfg['PmaAbsoluteUri'] يجب "
"تعديله في ملف التعريف !"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "فهرس خادم غير صحيح: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "إسم المضيف غير صحيح للخادم %1$s."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "اسلوب مصادقة غير صحيح في الإعدادات:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "عليك الترقية إلى %s%s أو لاحقا."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "إستغلال محتمل"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "الكشف عن مفتاح رقمي"
@@ -3809,37 +3751,37 @@ msgstr "إغلاق"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "معطل"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "بناء"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "بيانات"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "البنية والبيانات"
@@ -3960,8 +3902,8 @@ msgid "Allow users to customize this value"
msgstr "السماح للمستخدمين بتخصيص هذه القيمة"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "إعادة تعيين"
@@ -4228,7 +4170,7 @@ msgstr "ضع الوقت المحدد لعمل البرنامج ([kbd]0[/kbd]: ل
msgid "Maximum execution time"
msgstr "وقت التنفيذ الأقصى"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "حفظ كملف"
@@ -4237,7 +4179,7 @@ msgid "Character set of the file"
msgstr "مجموعة الأحرف للملف"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "صيغة"
@@ -4250,27 +4192,25 @@ msgstr "الضغط"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "ضع أسماء الحقول في السطر الأول"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "حقل مضمن بـ"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "حقل متجاهل بـ"
@@ -4288,14 +4228,12 @@ msgstr "حذف CRLF من الأعمدة"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "خطوط تنتهي بـ"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "أسطر تنتهي بـ"
@@ -4321,7 +4259,7 @@ msgstr "إسم قالب الجدول"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "إفراغ الجدول"
@@ -4332,8 +4270,8 @@ msgid "Include table caption"
msgstr "أضف عنواناً للجدول"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "عنوان الجدول"
@@ -4342,20 +4280,20 @@ msgid "Continued table caption"
msgstr "عنوان جدول تابع"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Label key"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "نوع MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "العلاقات"
@@ -4376,6 +4314,11 @@ msgstr "خزن على الملفات الموجودة"
msgid "Remember file name template"
msgstr "تذكر إسم قالب الملف"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "أضف قيمة AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "حماية أسماء الجداول و الحقول ب \"`\" "
@@ -4386,7 +4329,7 @@ msgid "SQL compatibility mode"
msgstr "وضع توافق SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "خيارات CREATE TABLE :"
@@ -4399,10 +4342,17 @@ msgid "Use delayed inserts"
msgstr "استخدم الإضافات المتأخرة"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "تعطيل التحقق من المفتاح الغريب"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "أضف %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "إستخدم النظام الست عشري لـ BLOB"
@@ -4416,7 +4366,7 @@ msgid "Syntax to use when inserting data"
msgstr "بناء الجملة لإستخدامه عند إدخال البيانات"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "أقصى طول للإستعلام المنشئ"
@@ -4425,7 +4375,7 @@ msgid "Export type"
msgstr "نوع التصدير"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "تضمين التصدير في العملية"
@@ -4478,7 +4428,6 @@ msgstr "تخصيص الخيارات الإفتراضية"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "سي إس في"
@@ -4804,14 +4753,12 @@ msgid "Partial import: allow interrupt"
msgstr "الإستيراد الجزئي: السماح بالمقاطعة"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "لاتحبط عندما يكون الخطأ في جمل الإدخال INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "استبدال بيانات الجدول بالملف"
@@ -4828,7 +4775,6 @@ msgid "Format of imported file"
msgstr "هيئة الملفات المستوردة"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "إستعمل الجملة LOCAL"
@@ -4838,7 +4784,7 @@ msgid "Column names in first row"
msgstr "ضع أسماء الصفوف في السطر الأول"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "لاتستورد صفوف فارغة"
@@ -5850,7 +5796,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "كلمة السر"
@@ -6009,14 +5955,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6106,21 +6050,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6167,24 +6111,24 @@ msgid "Create"
msgstr "تكوين"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "امتياز غير موجود"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "أنشئ الجدول"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "الاسم"
@@ -6815,7 +6759,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "قام MySQL بإرجاع نتيجة فارغة."
@@ -6867,7 +6811,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "أخفاء"
@@ -6932,11 +6876,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6953,38 +6897,38 @@ msgstr "لا شيء"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "الجمعة"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "إرسال"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "إضافة حقل جديد"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "هل تريد حقا"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "لا تغييرات"
@@ -7190,7 +7134,158 @@ msgstr "مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "أعد تسمية قاعدة البيانات ﺇﻠﻰ"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "تم حذف قاعدة البيانات %s ."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "حذف قاعدة البيانات"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "حذف قاعدة البيانات"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "البنية فقط"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "البنية والبيانات"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "بيانات فقط"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "نسخ قاعدة البيانات إلى"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "إنشاء قاعدة البيانات قبل عملية النسخ"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "أضف قيود"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "التبديل إلى قاعدة البيانات المنسوخة"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "بناء الارتباطات"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "تعديل ترتيب الجدول بـ"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(فردي)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "نقل جدول إلى (قاعدة بيانات.جدول):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "خيارات الجدول"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "تغيير اسم جدول إلى"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "نسخ الجدول إلى"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "بدل إلى الجدول المنسوخ"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "صيانة الجدول"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "إلغاء تجزئة الجدول"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "لقد تم إعادة تحميل الجدول %s بنجاح"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "إعادة تحميل الجدول (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "حذف البيانات او الجدول"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "إفراغ الجدول (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "حذف الجدول (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "حلل"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "تحقق"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "تحسين"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "إعادة بناء"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "إصلاح"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "تقسيم %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "إزالة التقسيم"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "تحديد التكامل المرجعي:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7201,7 +7296,7 @@ msgid "Cannot connect: invalid settings."
msgstr "لايمكن الإتصال: إعدادات غير صحيحة."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7229,50 +7324,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "دخول"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "يمكن أن تدخل عنوان المضيف والمنفذ مفصولان بالمسافة."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "الخادم:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "اسم المستخدم:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "كلمة المرور:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "اختيار الخادم"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"تم منع الدخول بدون كلمة مرور ممنوع في الإعدادات , إنظر قيمة (AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "لا يمكن الدخول إلى خادم MySQL"
@@ -7303,61 +7398,61 @@ msgstr ""
msgid "Authenticating..."
msgstr "مصادقة..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "خطوط مفصولة بـ"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "حقل مضمن بـ"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "حقل متجاهل بـ"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "خطوط مفصولة بـ"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "استبدل NULL بـ"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "إصدارة إكسل"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Database export options"
@@ -7365,21 +7460,21 @@ msgid "Data dump options"
msgstr "خيارات تصدير قاعدة بيانات"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "إرجاع أو استيراد بيانات الجدول"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "حدث"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7388,23 +7483,23 @@ msgstr "حدث"
msgid "Definition"
msgstr "الوصف"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "بنية الجدول"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7425,45 +7520,45 @@ msgstr "(تابع)"
msgid "Structure of table @TABLE@"
msgstr "بنية الجدول __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "خيارات التحويل"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "عنوان الجدول"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "إظهار تعليقات العمود"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "أنواع MIME المتوفرة"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7471,35 +7566,35 @@ msgstr "أنواع MIME المتوفرة"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "المزود"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "أنشئ في"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "إصدارة المزود"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP إصدارة"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export as %s"
msgid "Export table names"
msgstr "تصدير كـ %s"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7515,144 +7610,144 @@ msgstr ""
msgid "Report title:"
msgstr "استورد الملفات"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "أوامر"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "أوامر"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "خيارات التحويل"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "قيود الجداول المحفوظة"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "القيود للجدول"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7670,8 +7765,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7690,111 +7785,102 @@ msgstr ""
msgid "Column names: "
msgstr "اسم العمود"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "اسم الجدول"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "اسم العمود"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "جدول ميدياويكي"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "إكس إم إل"
@@ -7959,7 +8045,7 @@ msgid "Enabled"
msgstr "مفعل"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "المزايا العامّة للرابط"
@@ -8028,7 +8114,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "بدون وصف"
@@ -8077,7 +8163,7 @@ msgstr ""
msgid "Variable"
msgstr "متغير"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "رقم الخادم"
@@ -8101,8 +8187,8 @@ msgstr "أي مستخدم"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "استخدم حقل نص"
@@ -8200,7 +8286,7 @@ msgstr ""
msgid "Event name"
msgstr "نوع الحدث"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "نوع الحدث"
@@ -8656,12 +8742,12 @@ msgstr "جدول المحتويات"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "الخواص"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "إضافي"
@@ -8704,6 +8790,10 @@ msgstr "اختر الجداول"
msgid "Select Tables"
msgstr "اختر الجداول"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "اسم العمود"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -8977,14 +9067,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "صلاحيات خاصة بالجدول"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "ملاحظه: اسم الامتياز لـMySQL يظهر ويقرأ باللغة الإنجليزية فقط "
@@ -8993,12 +9083,12 @@ msgid "Administration"
msgstr "إدارة"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "صلاحيات عامة"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "صلاحيات خاصة بقاعدة البيانات"
@@ -9056,16 +9146,16 @@ msgid "Users having access to "%s""
msgstr "المستخدمين ذوي صلاحية الوصول إلى "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "المستخدم"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "منح"
@@ -9076,8 +9166,8 @@ msgid "User has been added."
msgstr "لقد تم حذف الصف"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "أي"
@@ -9093,14 +9183,14 @@ msgstr "خاص بقاعدة بيانات"
msgid "wildcard"
msgstr "حرف شامل"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "المستخدم(ون) لم يتم إيجادهم."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "تحرير الامتيازات"
@@ -9108,105 +9198,93 @@ msgstr "تحرير الامتيازات"
msgid "Revoke"
msgstr "إبطال"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "تصدير"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... أبق القديم."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... احذف القديم من جداول المستخدمين."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... استعد كل الصلاحيات الفعالة من القديم واحذهم بعد ذلك."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "... احذف القديم من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "غير معلومات الدخول / انسخ اسم مستخدم"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "أضف اسم مستخدم جديد بنفس الصلاحيات و..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "صلاحيات خاصة بالحقل"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "إضافة الصلاحيات على قاعدة البيانات التالية"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "إضافة الصلاحيات على الجدول التالي"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "احذف المستخدمين المحددين"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "احذف قواعد البيانات التي لها نفس أسماء المستخدمين."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "قيد إعادة قراءة الصلاحيات."
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "تم حذف المستخدمين المحددين بنجاح."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "لقد جددت وحدثت الإمتيازات لـ %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "الإمتيازات"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "الإمتيازات"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "معلومات المستخدم"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9219,11 +9297,11 @@ msgstr ""
"ما تم التعديل عليها يدويا. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s "
"قبل أن تكمل."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "المستخدم المحدد غير موجود في جدول الصلاحيات."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "لقد أضفت مستخدم جديد."
@@ -9275,11 +9353,11 @@ msgstr ""
msgid "Columns"
msgstr "اسم العمود"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "اجعل علامة مرجعية SQL-استعلام"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية"
@@ -9405,8 +9483,8 @@ msgstr ""
"التنسيق: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "فهرست"
@@ -9459,13 +9537,13 @@ msgstr "لا شيء"
msgid "As defined:"
msgstr "كما هو معرف:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "أساسي"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "النص كاملا"
@@ -9479,23 +9557,18 @@ msgstr ""
msgid "after %s"
msgstr "بعد %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add into comments"
msgid "Add %s column(s)"
msgstr "أضف إلى الملاحظات"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "عليك اختيار عمود واحد على الأقل للعرض"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9506,7 +9579,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "المزايا العامّة للرابط"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9554,7 +9627,7 @@ msgstr "إعداد الخادم"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9732,159 +9805,159 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "مساعدة"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "الصينية التقليدية"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "إرسال الاستعلام"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "عدد الجداول"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation view"
msgid "Relation operator"
msgstr "عرض الروابط"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "تصدير"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "في الاستعلام"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename table to"
msgid "Rename to"
msgstr "تغيير اسم جدول إلى"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "اسم المستخدم"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "تكوين"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "خيارات الجدول"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "صفحات"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "استورد الملفات"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "تصميم فهرسه جديده"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "اسم المستخدم"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9892,7 +9965,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9900,7 +9973,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9908,11 +9981,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "تمت التعديلات"
@@ -9920,68 +9993,68 @@ msgstr "تمت التعديلات"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "استورد الملفات"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9998,43 +10071,43 @@ msgstr "الكل"
msgid "%s table not found or not set in %s"
msgstr "الجدول %s غير موجود أو محدد في %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "الجدول \"%s\" غير موجود!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "الملفات"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "احذف الاستعلامات المعروضة"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "اعرض الاستعلامات كاملة"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "اسم السجل"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "موضع"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "معلومات"
@@ -10125,17 +10198,17 @@ msgstr ""
msgid "disabled"
msgstr "معطل"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "اسم المستخدم %s موجود مسبقاً!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "قيد حذف %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "تم إعادة قراءة الصلاحيات بنجاح."
@@ -11761,34 +11834,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "هل تريد حقا"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "التحقق من استعلام SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "ناتج استعلام SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "أنشئ بواسطة"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "علامة"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11885,89 +11958,89 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr "عرض بنية الجدول "
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "إضافه/حذف عمود حقل"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- لا شيء -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "مجموع كلي"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "حفظ كملف"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "اسم الجدول"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "اسم المفتاح الأساسي يجب أن يكون أساسيا... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "لايمكن تغيير اسم الفهرس إلى الأساسي!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "أجزاء الفهرسة غير معرفة!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "إضافة فهرس"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "وضع التعديل"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "اسم الفهرس :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"الأساسي\" يجب يجب أن يكون الاسم وأيضاً فقط المفتاح الأساسي!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "نوع الفهرس :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "إضافه كفهرس %s صف(ـوف)"
@@ -11990,262 +12063,168 @@ msgstr "%s جدول تم نقله إلى %s."
msgid "Table %s has been copied to %s."
msgstr "الجدول %s لقد تم نسخه إلى %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "اسم الجدول فارغ!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "تعديل ترتيب الجدول بـ"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(فردي)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "نقل جدول إلى (قاعدة بيانات.جدول):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "خيارات الجدول"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "تغيير اسم جدول إلى"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "نسخ الجدول إلى"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "بدل إلى الجدول المنسوخ"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "صيانة الجدول"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "إلغاء تجزئة الجدول"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "لقد تم إعادة تحميل الجدول %s بنجاح"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "إعادة تحميل الجدول (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "حذف البيانات او الجدول"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "إفراغ الجدول (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "حذف الجدول (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "تقسيم %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "حلل"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "تحقق"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "تحسين"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "إعادة بناء"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "إصلاح"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "إزالة التقسيم"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "تحديد التكامل المرجعي:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "عرض الجداول"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "المساحة المستخدمة"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "فعال"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "إحصائيات"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "ديناميكي"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "طول الصف"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "مقاس الصف "
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "العلاقات الداخلية"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "قيود المفتاح الغريب"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "إستعرض القيم المميزة"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "إضافة مفتاح رئيسي"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "إضافة فهرس مميز"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "إضافة حقل جديد"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "لا شيء"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "تم حذف العمود %s"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "تم إضافة المفتاح الأساسي في %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "تم إضافة الفهرس في %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "عرض المزيد من العمليات"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add columns"
msgid "Move columns"
msgstr "إضافة أعمدة"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "عرض نسخة للطباعة"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "عرض العلاقات"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "اقترح بناء الجدول"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "إضافة عمود"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "في نهاية الجدول"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "في بداية الجدول"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "بعد %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "إنشاء فهرس للعمود %s"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "مقسم"
@@ -12426,7 +12405,7 @@ msgstr "ليس لديك الحقوق الكافية بأن تكون هنا ال
msgid "The profile has been updated."
msgstr "لقد تم تجديد الملف الشخصي."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "اسم VIEW"
@@ -13588,6 +13567,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "تصدير"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "الإمتيازات"
+
#~ msgid "PDF"
#~ msgstr "بي دي إف"
diff --git a/po/az.po b/po/az.po
index 1da52d9de7..52ae71f32d 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3898,34 +3833,34 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] direktivi PMA konfiqurasiya faylınızda "
"QURULMAMIŞDIR!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3958,38 +3893,38 @@ msgstr "Unclosed quote"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Söndürülüb"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Quruluş"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4120,8 +4055,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Yenile"
@@ -4389,7 +4324,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Fayl olaraq qeyd et"
@@ -4399,7 +4334,7 @@ msgid "Character set of the file"
msgstr "Faylın Charset-i:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4412,13 +4347,13 @@ msgstr "Sıxışdırma"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4426,8 +4361,7 @@ msgstr "Sahe adlarını birinci setre yerleşdir"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4435,8 +4369,7 @@ msgstr "Saheler ehate edildiyi işare"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4456,16 +4389,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Setir leğvedicisi (Lines terminated by)"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Setir leğvedicisi (Lines terminated by)"
@@ -4496,7 +4427,7 @@ msgstr "Fayl adı nomenklaturası"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4509,8 +4440,8 @@ msgid "Include table caption"
msgstr "Cedvel başlığını daxil et"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Cedvel başlığı"
@@ -4519,20 +4450,20 @@ msgid "Continued table caption"
msgstr "Cedvel başlığının davamı"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Etiket açarı"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-tipi"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relations"
@@ -4556,6 +4487,11 @@ msgstr "Mövcud fayl(lar)ın üzerine yaz"
msgid "Remember file name template"
msgstr "Fayl adı nomenklaturası"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT deyeri elave et"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4568,7 +4504,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4582,10 +4518,17 @@ msgid "Use delayed inserts"
msgstr "Genişletilmiş girişli"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4601,7 +4544,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4611,7 +4554,7 @@ msgid "Export type"
msgstr "Eksport şekli"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4666,7 +4609,6 @@ msgstr "Me'lumat bazası eksport variantları"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV verilenleri"
@@ -5010,14 +4952,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -5032,7 +4972,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5044,7 +4983,7 @@ msgid "Column names in first row"
msgstr "Sahe adlarını birinci setre yerleşdir"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6077,7 +6016,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parol"
@@ -6237,14 +6176,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6330,21 +6267,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6391,25 +6328,25 @@ msgid "Create"
msgstr "Qur"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Selahiyyet çatışmazlığı"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Yeni Sehife qur"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Adı"
@@ -7038,7 +6975,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL boş netice çoxluğu gönderdi (ye'ni sıfır setir)."
@@ -7087,7 +7024,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7153,11 +7090,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7174,38 +7111,38 @@ msgstr "Heç biri"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Cüme"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Submit"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Yeni sahe elave et"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Deyişiklik Yoxdur"
@@ -7416,7 +7353,173 @@ msgstr "phpMyAdmin dokumentasiyası (etraflı me'lumat üçün)"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+#, fuzzy
+msgid "Rename database to"
+msgstr "Cedveli yeniden adlandır"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s bazası leğv edildi."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+msgid "Remove database"
+msgstr "Cedveli yeniden adlandır"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Sadece quruluş"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Quruluş ve me'lumat"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Sadece me'lumat"
+
+#: libraries/operations.lib.php:177
+#, fuzzy
+msgid "Copy database to"
+msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+#, fuzzy
+msgid "Switch to copied database"
+msgstr "Kopyalanmış cedvele keç"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Relational schema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Cedvel sırasına buna göre yeniden qur"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(tek-tek)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Cedveli daşı (me'lumat bazası.cedvel):"
+
+#: libraries/operations.lib.php:759
+#, fuzzy
+msgid "Table options"
+msgstr "Cedvel başlığı"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Cedveli yeniden adlandır"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Depolama Motorları"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Cedveli kopyala (me'lumat bazası.cedvel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Kopyalanmış cedvele keç"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Cedvel temizliyi"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "%s cedveli flush-landı"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Cedveli flush-la (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Sxemi çıxarılan cedvel"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Cedveli te'mir et"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Cedvel temizliyi"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7427,7 +7530,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Elaqe qura bilmirem: yalnış quruluş."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7452,50 +7555,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Sisteme Giriş"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
#, fuzzy
msgid "Server:"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "İstifadeçi Adı:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parol:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Quraşdırılmış Serverler"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL server-e gire bilmirem"
@@ -7526,83 +7629,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Setir leğvedicisi (Lines terminated by)"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Saheler ehate edildiyi işare"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Sahelerin escape edildiyi işare"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Setir leğvedicisi (Lines terminated by)"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL-u bununla deyişdir"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel versiyası"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Me'lumat bazası eksport variantları"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Sxemi çıxarılan cedvel"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Gönderildi"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7611,24 +7714,24 @@ msgstr "Gönderildi"
msgid "Definition"
msgstr "Haqqında"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Sadece quruluş"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7647,45 +7750,45 @@ msgstr "(davamı)"
msgid "Structure of table @TABLE@"
msgstr "Table structure for table"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Transformasiya variantları"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Cedvel başlığı"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Sütun Qısa İzahatını Deyişdir"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Mövcud olan MIME-tipleri"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7693,35 +7796,35 @@ msgstr "Mövcud olan MIME-tipleri"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Hazırlanma Vaxtı"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Server versiyası"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Versiyası"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Eksport"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7737,148 +7840,148 @@ msgstr ""
msgid "Report title:"
msgstr "Faylları import et"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Başlığa xülase me'lumatı elave et (\\n yeni setire keçir)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Variantlar"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Variantlar"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Transformasiya variantları"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Prosesler"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funksiya"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7896,8 +7999,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7916,109 +8019,100 @@ msgstr ""
msgid "Column names: "
msgstr "Sütun adları"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Sütun adları"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8186,7 +8280,7 @@ msgid "Enabled"
msgstr "Enabled"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Ümumi elaqe variantları"
@@ -8255,7 +8349,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Haqqında me'lumat (description) mövcud deyildir"
@@ -8305,7 +8399,7 @@ msgstr ""
msgid "Variable"
msgstr "Deyişen"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "Server"
@@ -8330,8 +8424,8 @@ msgstr "Her hansı istifadeçi"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8426,7 +8520,7 @@ msgstr ""
msgid "Event name"
msgstr "Eksport şekli"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "Eksport şekli"
@@ -8855,12 +8949,12 @@ msgstr "İçindekiler Cedveli"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Xüsusiyyetler"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Elave Xüs."
@@ -8903,6 +8997,10 @@ msgstr "Hamısını Seç"
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Sütun adları"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9181,14 +9279,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Cedvelexas selahiyyetler"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir"
@@ -9197,12 +9295,12 @@ msgid "Administration"
msgstr "Administrasiya"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Qlobal selahiyyetler"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Me'lumat Bazasına Mexsus Selahiyyetler"
@@ -9260,16 +9358,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "İstifadeçi"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "İcaze ver"
@@ -9279,8 +9377,8 @@ msgid "User has been added."
msgstr "%s sahesi leğv edildi"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Her hansı"
@@ -9296,14 +9394,14 @@ msgstr "bazayaxas"
msgid "wildcard"
msgstr "xüsusi işare"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "İstifadeçi(ler) tapılmadı."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Selahiyyetleri Deyişdir"
@@ -9311,26 +9409,20 @@ msgstr "Selahiyyetleri Deyişdir"
msgid "Revoke"
msgstr "Revoke"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksport"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... köhnesini saxla."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... istifadeçi cedvellerinden köhnesini sil."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9338,80 +9430,74 @@ msgstr ""
" ... istifadeçi cedvellerinden köhnesini sil ve ardından selahiyyetleri "
"yeniden yükle."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Sistem Giriş Me'lumatını Deyişdir / İstifadeçini Kopyala"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Eyni selahiyyetlere sahib yeni istifadeçi qur ve ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Sütunaxas Selahiyyetler"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Aşağıdakı me'lumat bazası üçün selahiyyet müeyyen et"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Aşağıdakı cedvel üçün selahiyyetler müeyyen et"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "İstifadeçilerle eyni adlı me'lumat bazalarını leğv et."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Selahiyyetler"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Selahiyyetler"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "User overview"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, fuzzy, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9424,11 +9510,11 @@ msgstr ""
"içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu "
"halda, davam etmeden evvel, selahiyyetleri %syeniden yüklemelisiniz%s."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Yeni istifadeçi elave etdiniz."
@@ -9482,11 +9568,11 @@ msgstr ""
msgid "Columns"
msgstr "Sütun adları"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Bu SQL sorğusunu bookmark-la"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9602,8 +9688,8 @@ msgstr ""
"dırnaqdan istifade etmeyin, bu formatı te'qib edin: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "İndeks"
@@ -9657,13 +9743,13 @@ msgstr "Heç biri"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Birinci Dereceli"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tam metn (Fulltext)"
@@ -9677,22 +9763,17 @@ msgstr ""
msgid "after %s"
msgstr "Sonra: %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "Yeni sahe elave et"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Gösterilmesi üçün en az bir sütun seçmelisiniz"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Depolama Motorları"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9703,7 +9784,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Ümumi elaqe variantları"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9749,7 +9830,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9929,158 +10010,158 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Enenevi Çin Dili"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Emri İcra Et"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Hamısını göster"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Relation view"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Eksport"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "in query"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Cedveli yeniden adlandır"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "İstifadeçi adı"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Qur"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
msgid "Active options"
msgstr "Cedvel başlığı"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "%s cedveli leğv edildi"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Miqdar"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Faylları import et"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Yeni indeks qur"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "İstifadeçi adı"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10088,7 +10169,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10096,7 +10177,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Ümumi elaqe variantları"
@@ -10106,11 +10187,11 @@ msgstr "Ümumi elaqe variantları"
msgid "Relation deleted"
msgstr "Relation view"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -10118,68 +10199,68 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Faylları import et"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10197,44 +10278,44 @@ msgid "%s table not found or not set in %s"
msgstr ""
"%s cedveli %s içerisinde ya tapılmadı ya da qurulmamışdır"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "\"%s\" cedveli mövcud deyil!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Sahe sayı"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Emrleri Tam Olaraq Göster"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
#, fuzzy
msgid "Information"
msgstr "Sisteme Giriş Me'lumatı"
@@ -10323,17 +10404,17 @@ msgstr ""
msgid "disabled"
msgstr "Söndürülüb"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s istifadeçisi mövcuddur!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s silinir"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11947,34 +12028,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL Tesdiqle"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL result"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Qurucu"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiket"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "The selected users have been deleted successfully."
@@ -12070,88 +12151,88 @@ msgstr "%s cedveli leğv edildi"
msgid "View dump (schema) of table"
msgstr "Cedvelin sxemini göster"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Sahe Sütunlarını Elave Et/Sil"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Cemi"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Fayl olaraq qeyd et"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "İstifadeçi adı"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Birinci dereceli açarın adı... BİRİNCİ DERECELİ (PRIMARY) olmalıdır!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "İndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandıra bilmirem!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "İndeks qisimleri te'yin edilmedi!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Yeni sahe elave et"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Yeni sahe elave et"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "İndex adı :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" sadece birinci dereceli açarın adı olmalıdır!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "İndex tipi :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "İndekse %s sütun elave et"
@@ -12174,277 +12255,175 @@ msgstr "%s cedveli %s - e daşınmışdır."
msgid "Table %s has been copied to %s."
msgstr "%s cedveli %s - e kopyalandı."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Cedveli adı boşdur!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Cedvel sırasına buna göre yeniden qur"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(tek-tek)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Cedveli daşı (me'lumat bazası.cedvel):"
-
-#: tbl_operations.php:367
-#, fuzzy
-msgid "Table options"
-msgstr "Cedvel başlığı"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Cedveli yeniden adlandır"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Cedveli kopyala (me'lumat bazası.cedvel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Kopyalanmış cedvele keç"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Cedvel temizliyi"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "%s cedveli flush-landı"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Cedveli flush-la (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Sxemi çıxarılan cedvel"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Cedvel temizliyi"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Cedveli te'mir et"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Cedvelleri göster"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Yer istifadesi"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Sıra Statistikası"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamik"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Sıra uzunluğu"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Sıra boyu"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
msgid "Internal relation"
msgstr "Ümumi elaqe variantları"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "Sessiya deyeri"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Yeni sahe elave et"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Heç biri"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "%s cedveli leğv edildi"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s üzerine Birinci Dereceli Açar elave edildi."
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s üzerine indeks elave edildi"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "PHPInfo() me'lumatını göster"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "Yeni sahe elave et"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Çap görüntüsü"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Alternativ cedvel strukturu"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "Yeni sahe elave et"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Cedvelin sonuna"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Cedvelin başına"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Sonra: %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr " %s sütunda indeks yarat"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12627,7 +12606,7 @@ msgstr "Burada olma haqqınız yoxdur!"
msgid "The profile has been updated."
msgstr "Profil yenilendi."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13766,6 +13745,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksport"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Selahiyyetler"
+
#~ msgid ""
#~ "No description is available for this transformation.$cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3970,36 +3907,36 @@ msgstr ""
"Дырэктыва $cfg['PmaAbsoluteUri'] ПАВІННА быць вызначаная ў "
"вашым канфігурацыйным файле!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Некарэктны індэкс сэрвэра: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Няправільнае імя хосту для сэрвэра %1$s. Калі ласка, праверце канфігурыцыю."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Вам трэба абнавіць %s да вэрсіі %s ці пазьнейшай."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4032,38 +3969,38 @@ msgstr "Незакрытае двукосьсе"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Адключана"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Структура"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4193,8 +4130,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Скінуць"
@@ -4465,7 +4402,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Захаваць як файл"
@@ -4475,7 +4412,7 @@ msgid "Character set of the file"
msgstr "Кадыроўка файла:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Фармат"
@@ -4488,13 +4425,13 @@ msgstr "Сьціск"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4502,8 +4439,7 @@ msgstr "Пазначыць назвы палёў у першым радку"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4511,8 +4447,7 @@ msgstr "Палі ўзятыя ў"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4532,16 +4467,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Радкі падзеленыя"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Радкі падзеленыя"
@@ -4572,7 +4505,7 @@ msgstr "Шаблён назвы файла"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4585,8 +4518,8 @@ msgid "Include table caption"
msgstr "Уключыць загаловак табліцы"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Загаловак табліцы"
@@ -4595,20 +4528,20 @@ msgid "Continued table caption"
msgstr "Працягнуты загаловак табліцы"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Ключ меткі"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-тып"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Сувязі"
@@ -4632,6 +4565,11 @@ msgstr "Перазапісваць існуючы(я) файл(ы)"
msgid "Remember file name template"
msgstr "Шаблён назвы файла"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Дадаць значэньне AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4644,7 +4582,7 @@ msgid "SQL compatibility mode"
msgstr "Рэжым сумяшчальнасьці SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4657,10 +4595,17 @@ msgid "Use delayed inserts"
msgstr "Выкарыстоўваць адкладзеныя ўстаўкі"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Адключыць праверку зьнешніх ключоў"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Дадаць %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Шаснаццатковыя значэньні для поляў тыпу BLOB"
@@ -4674,7 +4619,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Максымальная даўжыня створанага запыту"
@@ -4684,7 +4629,7 @@ msgid "Export type"
msgstr "Тып экспарту"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Экспартаваць за адну транзакцыю"
@@ -4739,7 +4684,6 @@ msgstr "Налады экспарту базы дадзеных"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5093,14 +5037,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Замяніць дадзеныя табліцы дадзенымі з файла"
@@ -5115,7 +5057,6 @@ msgid "Format of imported file"
msgstr "Фармат імпартаванага файла"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Выкарыстоўваць ключавое слова LOCAL"
@@ -5127,7 +5068,7 @@ msgid "Column names in first row"
msgstr "Пазначыць назвы палёў у першым радку"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6183,7 +6124,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Пароль"
@@ -6347,14 +6288,12 @@ msgstr "Апаратная аўтэнтыфікацыя скончылася н
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV з выкарыстаньнем LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Спэцыфікацыя Open Document"
@@ -6442,7 +6381,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6450,17 +6389,17 @@ msgid ""
"configured)."
msgstr "(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Сэрвэр не адказвае"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Падрабязьней..."
@@ -6511,24 +6450,24 @@ msgid "Create"
msgstr "Стварыць"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Без прывілеяў"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Стварыць табліцу"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Назва"
@@ -7228,7 +7167,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL вярнула пусты вынік (то бок нуль радкоў)."
@@ -7278,7 +7217,7 @@ msgid "Go to view: %s"
msgstr "Тып экспарту"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Схаваць"
@@ -7347,11 +7286,11 @@ msgstr ""
"Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або "
"CTRL+стрэлкі для перамяшчэньня ў любое іншае месца"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "У выглядзе SQL-запыту"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "ID устаўленага радку: %1$d"
@@ -7368,38 +7307,38 @@ msgstr "Няма"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Пят"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Адправіць"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Дадаць новае поле"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Ці сапраўды вы жадаеце "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Няма зьменаў"
@@ -7605,7 +7544,168 @@ msgstr "Дакумэнтацыя па phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Перайменаваць базу дадзеных у"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "База дадзеных %s была выдаленая."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Перайменаваць базу дадзеных у"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Базы дадзеных адсутнічаюць"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Толькі структуру"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Структуру і дадзеныя"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Толькі дадзеныя"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Капіяваць базу дадзеных у"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "выканаць CREATE DATABASE перад капіяваньнем"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Дадаць абмежаваньні"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Перайсьці да скапіяванай базы дадзеных"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Рэляцыйная схема"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Зьмяніць парадак табліцы"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(асобна)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Перанесьці табліцу ў (база дадзеных.табліца):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Опцыі табліцы"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Перайменаваць табліцу ў"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Машына захаваньня дадзеных"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Скапіяваць табліцу ў (база дадзеных.табліца):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Перайсьці да скапіяванай табліцы"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Абслугоўваньне табліцы"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Дэфрагмэнтаваць табліцу"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Кэш табліцы %s быў ачышчаны"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Скінуць кэш табліцы (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Дамп дадзеных табліцы"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Базы дадзеных адсутнічаюць"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Прааналізаваць"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Праверыць"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Аптымізаваць"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Перабудаваць"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Адрамантаваць"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Падтрымка падзелаў"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Падзел %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Скасаваць падзел на часткі"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Праверыць цэласнасьць дадзеных:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7616,7 +7716,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Немагчыма падлучыцца: няправільныя налады."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7647,42 +7747,42 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Уваход у сыстэму"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сэрвэр"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Імя карыстальніка:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Пароль:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Выбар сэрвэра"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7690,8 +7790,8 @@ msgstr ""
"Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце "
"зноў"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Немагчыма залагавацца на сэрвэр MySQL"
@@ -7723,82 +7823,82 @@ msgstr "Дзейны ключ аўтэнтыфікацыі не падключа
msgid "Authenticating..."
msgstr "Аўтэнтыфікацыя..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Радкі падзеленыя"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Палі ўзятыя ў"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Палі экрануюцца"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Радкі падзеленыя"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Замяняць NULL на"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Вэрсія Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Налады экспарту базы дадзеных"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Дамп дадзеных табліцы"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Падзея"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7807,23 +7907,23 @@ msgstr "Падзея"
msgid "Definition"
msgstr "Апісаньне"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Структура табліцы"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Структура для прагляду"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Замяняльная структура для прагляду"
@@ -7844,47 +7944,47 @@ msgstr "(працяг)"
msgid "Structure of table @TABLE@"
msgstr "Структура табліцы __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Опцыі пераўтварэньня"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Загаловак табліцы"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Адключыць праверку зьнешніх ключоў"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Паказваць камэнтары калёнак"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Даступныя MIME-тыпы"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7892,34 +7992,34 @@ msgstr "Даступныя MIME-тыпы"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Хост"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Час стварэньня"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Вэрсія сэрвэра"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Вэрсія PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Тып экспарту"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7935,146 +8035,146 @@ msgstr "(Генэруе справаздачу з дадзенымі асобн
msgid "Report title:"
msgstr "Загаловак справаздачы"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Дадаць прыватны камэнтар у загаловак (\\n падзяляе радкі)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Выразы"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Выразы"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Опцыі пераўтварэньня"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Працэдуры"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Функцыі"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Абмежаваньні для экспартаваных табліц"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Абмежаваньні для табліцы"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-тыпы табліцы"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "Сувязі ў табліцы"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8095,8 +8195,8 @@ msgstr "Выгляд"
msgid "Export contents"
msgstr "Тып экспарту"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8115,115 +8215,106 @@ msgstr ""
msgid "Column names: "
msgstr "Назвы калёнак"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Недапушчальны парэмэтар для імпарту дадзеных у CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Некарэктны фармат CSV-дадзеных у радку %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Няправільная колькасьць палёў у CSV-дадзеных у радку %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Імя табліцы"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Назвы калёнак"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Гэты плагін не падтрымлівае сьціснутыя дадзеныя!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8425,7 +8516,7 @@ msgid "Enabled"
msgstr "Уключана"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Магчымасьці асноўных сувязяў"
@@ -8496,7 +8587,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "няма апісаньня"
@@ -8548,7 +8639,7 @@ msgstr "Паказаць стан залежных сэрвэраў"
msgid "Variable"
msgstr "Зьменная"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID сэрвэра"
@@ -8572,8 +8663,8 @@ msgstr "Любы карыстальнік"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Выкарыстоўваць тэкставае поле"
@@ -8672,7 +8763,7 @@ msgstr "Падрабязьней..."
msgid "Event name"
msgstr "Тып падзеі"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Тып падзеі"
@@ -9122,12 +9213,12 @@ msgstr "Зьмест"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрыбуты"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Дадаткова"
@@ -9170,6 +9261,10 @@ msgstr "Выбраць усё"
msgid "Select Tables"
msgstr "Выберыце табліцу(ы)"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Назвы калёнак"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9452,14 +9547,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Прывілеі, спэцыфічныя для табліцы"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску"
@@ -9468,12 +9563,12 @@ msgid "Administration"
msgstr "Адміністраваньне"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глябальныя прывілеі"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Спэцыфічныя прывілеі базы дадзеных"
@@ -9534,16 +9629,16 @@ msgid "Users having access to "%s""
msgstr "Карыстальнікі з правамі доступу да "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Карыстальнік"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9554,8 +9649,8 @@ msgid "User has been added."
msgstr "Выгляд %s быў выдалены"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Любы"
@@ -9571,14 +9666,14 @@ msgstr "спэцыфічны для базы дадзеных"
msgid "wildcard"
msgstr "шаблён"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Не знойдзены карыстальнік."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Рэдагаваць прывілеі"
@@ -9586,26 +9681,20 @@ msgstr "Рэдагаваць прывілеі"
msgid "Revoke"
msgstr "Ануляваць"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Экспарт"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... пакінуць старога."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... выдаліць старога з табліцы карыстальнікаў."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9613,82 +9702,76 @@ msgstr ""
" ... выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць "
"прывілеі."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Стварыць новага карыстальніка з такімі ж прывілеямі і ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Спэцыфічныя прывілеі калёнак"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Дадаць прывілеі на наступную базу"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \\ для іх "
"літаральнага выкарыстаньня"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Дадаць прывілеі на наступную табліцу"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Выдаліць выбраных карыстальнікаў"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "На выбраныя карыстальнікі для выдаленьня!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Перазагрузіць прывілеі"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Выбраныя карыстальнікі былі пасьпяхова выдаленыя."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Вы зьмянілі прывілеі для %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Прывілеі"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Прывілеі"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Карыстальнікі"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9701,11 +9784,11 @@ msgstr ""
"якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку "
"вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Быў дададзены новы карыстальнік."
@@ -9761,11 +9844,11 @@ msgstr "Каляндар"
msgid "Columns"
msgstr "Назвы калёнак"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Дадаць гэты SQL-запыт у закладкі"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Даць кожнаму карыстальніку доступ да гэтай закладкі"
@@ -9895,8 +9978,8 @@ msgstr ""
"выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Індэкс"
@@ -9950,13 +10033,13 @@ msgstr "Няма"
msgid "As defined:"
msgstr "Як вызначана:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Першасны"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Поўнатэкстэкставае"
@@ -9970,23 +10053,18 @@ msgstr ""
msgid "after %s"
msgstr "Пасьля %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Дадаць %s новыя палі"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Трэба дадаць прынамсі адно поле."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Машына захаваньня дадзеных"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Азначэньне PARTITION"
@@ -9997,7 +10075,7 @@ msgstr "Азначэньне PARTITION"
msgid "Manage your settings"
msgstr "Магчымасьці асноўных сувязяў"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -10047,7 +10125,7 @@ msgstr "Супастаўленьне падлучэньня да MySQL"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10238,162 +10316,162 @@ msgstr "Паказаць/схаваць мэню зьлева"
msgid "Save position"
msgstr "Захаваць разьмяшчэньне табліц"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Стварыць сувязь"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Абнавіць"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Дапамога"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Вуглавыя лініі сувязяў"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Прамыя лініі сувязяў"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Зьвяць зь сеткай"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Згарнуць/разгарнуць адлюстраваньне ўсіх табліц"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Пераключыць маленькі/вялікі"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr ""
"Каб выбраць сувязь, націсьніце на кропцы злучэньня, як паказана на выяве:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Імпартаваць/Экспартаваць каардынаты табліц ў PDF-схему"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Выканаць запыт"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Перасунуць мэню"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Схаваць/паказаць усе табліцы"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Схаваць/паказаць табліцы бяз сувязяў"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Колькасьць табліц"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Выдаліць сувязь"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Сувязь выдаленая"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Экспарт"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "па запыту"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Перайменаваць табліцу ў"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Імя карыстальніка"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Стварыць"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Опцыі табліцы"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Табліца %1$s створаная."
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "старонак"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Імпартаваць файлы"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Маштаб"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Стварыць новы індэкс"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Імя карыстальніка"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Маштаб"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "рэкамэндаваны"
@@ -10401,7 +10479,7 @@ msgstr "рэкамэндаваны"
msgid "Error: relation already exists."
msgstr "Памылка: сувязь ужо існуе."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Памылка: сувязь не дададзеная."
@@ -10409,7 +10487,7 @@ msgstr "Памылка: сувязь не дададзеная."
msgid "FOREIGN KEY relation added"
msgstr "Сувязь FOREIGN KEY была дададзеная"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Унутраная сувязь дададзеная"
@@ -10417,11 +10495,11 @@ msgstr "Унутраная сувязь дададзеная"
msgid "Relation deleted"
msgstr "Сувязь выдаленая"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Памылка захаваньня каардынатаў."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Мадыфікацыі былі захаваныя"
@@ -10429,70 +10507,70 @@ msgstr "Мадыфікацыі былі захаваныя"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Немагчыма загрузіць канфігурацыю па змоўчаньні з: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Імпартаваць файлы"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10509,43 +10587,43 @@ msgstr "Усе"
msgid "%s table not found or not set in %s"
msgstr "Табліца %s ня знойдзеная або ня вызначаная ў %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Табліцы \"%s\" не існуе!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Вылучыце двайковы лог для прагляду"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Файлы"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Абразаць паказаныя запыты"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Паказаць поўныя запыты"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Імя логу"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Пазыцыя"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Першапачатковая пазыцыя"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Інфармацыя"
@@ -10633,17 +10711,17 @@ msgstr ""
msgid "disabled"
msgstr "Адключана"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Карыстальнік %s ужо існуе!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Выдаленьне %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Прывілеі былі пасьпяхова перазагружаныя."
@@ -12403,34 +12481,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Ці сапраўды вы жадаеце "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "У выглядзе PHP-коду"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Праверыць SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-вынік"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Створаны"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Праблемы з індэксамі для табліцы `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Метка"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Табліца %1$s была пасьпяхова зьмененая"
@@ -12529,89 +12607,89 @@ msgstr "Табліца %1$s створаная."
msgid "View dump (schema) of table"
msgstr "Праглядзець дамп (схему) табліцы"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Дадаць/выдаліць калёнку крытэру"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Колькасьць файлаў логу"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Захаваць як файл"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Імя табліцы"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Імя першаснага ключа мусіць быць PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Немагчыма перайменаваць індэкс у PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Часткі індэксу ня вызначаныя!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Дадаць новае поле"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Дадаць новае поле"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Імя індэкса:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" мусіць быць імем першаснага ключа і толькі яго!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Тып індэкса:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Дадаць да індэкса %s калёнку(і)"
@@ -12634,159 +12712,60 @@ msgstr "Табліца %s была перанесеная ў %s."
msgid "Table %s has been copied to %s."
msgstr "Табліца %s была скапіяваная ў %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Пустая назва табліцы!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Зьмяніць парадак табліцы"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(асобна)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Перанесьці табліцу ў (база дадзеных.табліца):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Опцыі табліцы"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Перайменаваць табліцу ў"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Скапіяваць табліцу ў (база дадзеных.табліца):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Перайсьці да скапіяванай табліцы"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Абслугоўваньне табліцы"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Дэфрагмэнтаваць табліцу"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Кэш табліцы %s быў ачышчаны"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Скінуць кэш табліцы (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Дамп дадзеных табліцы"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Базы дадзеных адсутнічаюць"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Падтрымка падзелаў"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Падзел %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Прааналізаваць"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Праверыць"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Аптымізаваць"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Перабудаваць"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Адрамантаваць"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Скасаваць падзел на часткі"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Праверыць цэласнасьць дадзеных:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Паказаць табліцы"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Выкарыстаньне прасторы"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Эфэктыўнасьць"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Статыстыка радку"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "дынамічны"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Даўжыня радка"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Памер радка"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Памылка стварэньня зьнешняга ключа на %1$s (праверце тыпы калёнак)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Унутраныя сувязі"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12794,119 +12773,119 @@ msgstr ""
"Унутраная сувязь не зьяўляецца абавязковай, калі існуе адпаведная сувязь "
"FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Прагляд розных значэньняў"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Дадаць новае поле"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Няма"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Табліца %s была выдаленая"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Першасны ключ быў дададзены да %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Быў дададзены індэкс для %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Паказаць інфармацыю пра PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Дадаць %s новыя палі"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Вэрсія для друку"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Прагляд залежнасьцяў"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Прапанаваная структура табліцы"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Дадаць %s новыя палі"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "У канцы табліцы"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "У пачатку табліцы"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Пасьля %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Стварыць індэкс на %s калёнках"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "падзеленая на сэкцыі"
@@ -13089,7 +13068,7 @@ msgstr "Вы ня маеце дастатковых прывілеяў быць
msgid "The profile has been updated."
msgstr "Профіль быў адноўлены."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Назва прагляду"
@@ -14281,6 +14260,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "максымум адначасовых злучэньняў"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Экспарт"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Прывілеі"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/be@latin.po b/po/be@latin.po
index ddca18ca55..ad8b432b4e 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3983,37 +3919,37 @@ msgstr ""
"Dyrektyva $cfg['PmaAbsoluteUri'] PAVINNA być vyznačanaja ŭ vašym "
"kanfihuracyjnym fajle!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Niekarektny indeks servera: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Niapravilnaje imia chostu dla servera %1$s. Kali łaska, praviercie "
"kanfihurycyju."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Vam treba abnavić %s da versii %s ci paźniejšaj."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4046,37 +3982,37 @@ msgstr "Niezakrytaje dvukośsie"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Adklučana"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4207,8 +4143,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Skinuć"
@@ -4478,7 +4414,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Zachavać jak fajł"
@@ -4487,7 +4423,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Farmat"
@@ -4500,13 +4436,13 @@ msgstr "Ścisk"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4514,8 +4450,7 @@ msgstr "Paznačyć nazvy paloŭ u pieršym radku"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4523,8 +4458,7 @@ msgstr "Pali ŭziatyja ŭ"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4544,16 +4478,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Radki padzielenyja"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Radki padzielenyja"
@@ -4581,7 +4513,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4594,8 +4526,8 @@ msgid "Include table caption"
msgstr "Uklučyć zahałovak tablicy"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Zahałovak tablicy"
@@ -4604,20 +4536,20 @@ msgid "Continued table caption"
msgstr "Praciahnuty zahałovak tablicy"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Kluč mietki"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-typ"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Suviazi"
@@ -4640,6 +4572,11 @@ msgstr "Pierazapisvać isnujučy(ja) fajł(y)"
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Dadać značeńnie AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4652,7 +4589,7 @@ msgid "SQL compatibility mode"
msgstr "Režym sumiaščalnaści SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4665,10 +4602,17 @@ msgid "Use delayed inserts"
msgstr "Vykarystoŭvać adkładzienyja ŭstaŭki"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Adklučyć pravierku źniešnich klučoŭ"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Dadać %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Šasnaccatkovyja značeńni dla polaŭ typu BLOB"
@@ -4682,7 +4626,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maksymalnaja daŭžynia stvoranaha zapytu"
@@ -4693,7 +4637,7 @@ msgid "Export type"
msgstr "Ekspart"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Ekspartavać za adnu tranzakcyju"
@@ -4748,7 +4692,6 @@ msgstr "Dziejańni z vynikami zapytaŭ"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5089,14 +5032,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Zamianić dadzienyja tablicy dadzienymi z fajła"
@@ -5111,7 +5052,6 @@ msgid "Format of imported file"
msgstr "Farmat impartavanaha fajła"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Vykarystoŭvać klučavoje słova LOCAL"
@@ -5123,7 +5063,7 @@ msgid "Column names in first row"
msgstr "Paznačyć nazvy paloŭ u pieršym radku"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6160,7 +6100,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parol"
@@ -6327,14 +6267,12 @@ msgstr "Aŭtentyfikacyja..."
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV z vykarystańniem LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Specyfikacyja Open Document"
@@ -6424,7 +6362,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6432,17 +6370,17 @@ msgid ""
"configured)."
msgstr "(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Server nie adkazvaje"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Padrabiaźniej..."
@@ -6493,24 +6431,24 @@ msgid "Create"
msgstr "Stvaryć"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Biez pryvilejaŭ"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Stvaryć tablicu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nazva"
@@ -7216,7 +7154,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL viarnuła pusty vynik (to bok nul radkoŭ)."
@@ -7267,7 +7205,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Schavać"
@@ -7335,11 +7273,11 @@ msgstr ""
"Vykarystoŭvajcie klavišu TAB dla pieramiaščeńnia ad značeńnia da značeńnia "
"abo CTRL+strełki dla pieramiaščeńnia ŭ luboje inšaje miesca"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "U vyhladzie SQL-zapytu"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "ID ustaŭlenaha radku: %1$d"
@@ -7356,38 +7294,38 @@ msgstr "Nijakaja"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Piat"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Adpravić"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Dadać novaje pole"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Ci sapraŭdy vy žadajecie "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Niama źmienaŭ"
@@ -7593,7 +7531,170 @@ msgstr "Dakumentacyja pa phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Pierajmienavać bazu dadzienych u"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Baza dadzienych %s była vydalenaja."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Pierajmienavać bazu dadzienych u"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+#| msgid "Copy database to"
+msgid "Drop the database (DROP)"
+msgstr "Kapijavać bazu dadzienych u"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Tolki strukturu"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Strukturu i dadzienyja"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Tolki dadzienyja"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kapijavać bazu dadzienych u"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "vykanać CREATE DATABASE pierad kapijavańniem"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Dadać abmiežavańni"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Pierajści da skapijavanaj bazy dadzienych"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Relacyjnaja schiema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Źmianić paradak tablicy"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(asobna)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Pieranieści tablicu ŭ (baza dadzienych.tablica):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcyi tablicy"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Pierajmienavać tablicu ŭ"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Mašyna zachavańnia dadzienych"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Skapijavać tablicu ŭ (baza dadzienych.tablica):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Pierajści da skapijavanaj tablicy"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Absłuhoŭvańnie tablicy"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defrahmentavać tablicu"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Keš tablicy %s byŭ ačyščany"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Skinuć keš tablicy (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Damp dadzienych tablicy"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Copy database to"
+msgid "Delete the table (DROP)"
+msgstr "Kapijavać bazu dadzienych u"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Praanalizavać"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Pravieryć"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Aptymizavać"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Pierabudavać"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Adramantavać"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Padtrymka padziełaŭ"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Padzieł %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Skasavać padzieł na častki"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Pravieryć cełasnaść dadzienych:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7604,7 +7705,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Niemahčyma padłučycca: niapravilnyja nałady."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7635,42 +7736,42 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Uvachod u systemu"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Imia karystalnika:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parol:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Vybar servera"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7678,8 +7779,8 @@ msgstr ""
"Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie "
"znoŭ"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Niemahčyma załahavacca na server MySQL"
@@ -7712,61 +7813,61 @@ msgstr "Dziejny kluč aŭtentyfikacyi nie padklučany"
msgid "Authenticating..."
msgstr "Aŭtentyfikacyja..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Radki padzielenyja"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Pali ŭziatyja ŭ"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Pali ekranujucca"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Radki padzielenyja"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Zamianiać NULL na"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Versija Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Database export options"
@@ -7774,21 +7875,21 @@ msgid "Data dump options"
msgstr "Nałady ekspartu bazy dadzienych"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Damp dadzienych tablicy"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Padzieja"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7797,23 +7898,23 @@ msgstr "Padzieja"
msgid "Definition"
msgstr "Apisańnie"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura tablicy"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktura dla prahladu"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Zamianialnaja struktura dla prahladu"
@@ -7834,47 +7935,47 @@ msgstr "(praciah)"
msgid "Structure of table @TABLE@"
msgstr "Struktura tablicy __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opcyi pieraŭtvareńnia"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Zahałovak tablicy"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Adklučyć pravierku źniešnich klučoŭ"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Pakazvać kamentary kalonak"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Dastupnyja MIME-typy"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7882,35 +7983,35 @@ msgstr "Dastupnyja MIME-typy"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Chost"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Čas stvareńnia"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versija servera"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versija PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Invalid table name"
msgid "Export table names"
msgstr "Niekarektnaje imia tablicy"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7926,146 +8027,146 @@ msgstr "(Hieneruje spravazdaču z dadzienymi asobnaj tablicy)"
msgid "Report title:"
msgstr "Zahałovak spravazdačy"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Dadać pryvatny kamentar u zahałovak (\\n padzialaje radki)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Vyrazy"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Vyrazy"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opcyi pieraŭtvareńnia"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Pracedury"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcyi"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Abmiežavańni dla ekspartavanych tablic"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Abmiežavańni dla tablicy"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-typy tablicy"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "Suviazi ŭ tablicy"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8085,8 +8186,8 @@ msgstr "Vyhlad"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8105,115 +8206,106 @@ msgstr ""
msgid "Column names: "
msgstr "Nazvy kalonak"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Niedapuščalny paremetar dla impartu dadzienych u CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Niekarektny farmat CSV-dadzienych u radku %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Niapravilnaja kolkaść paloŭ u CSV-dadzienych u radku %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Imia tablicy"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nazvy kalonak"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Hety płahin nie padtrymlivaje ścisnutyja dadzienyja!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8418,7 +8510,7 @@ msgid "Enabled"
msgstr "Uklučana"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Mahčymaści asnoŭnych suviaziaŭ"
@@ -8489,7 +8581,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "niama apisańnia"
@@ -8538,7 +8630,7 @@ msgstr ""
msgid "Variable"
msgstr "Źmiennaja"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID servera"
@@ -8562,8 +8654,8 @@ msgstr "Luby karystalnik"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Vykarystoŭvać tekstavaje pole"
@@ -8663,7 +8755,7 @@ msgstr "Padrabiaźniej..."
msgid "Event name"
msgstr "Typ padziei"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Typ padziei"
@@ -9114,12 +9206,12 @@ msgstr "Źmiest"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atrybuty"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Dadatkova"
@@ -9162,6 +9254,10 @@ msgstr "Vybrać usio"
msgid "Select Tables"
msgstr "Vybierycie tablicu(y)"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nazvy kalonak"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9444,14 +9540,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Pryvilei, specyfičnyja dla tablicy"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku"
@@ -9460,12 +9556,12 @@ msgid "Administration"
msgstr "Administravańnie"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Hlabalnyja pryvilei"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Specyfičnyja pryvilei bazy dadzienych"
@@ -9527,16 +9623,16 @@ msgid "Users having access to "%s""
msgstr "Karystalniki z pravami dostupu da \"%s\""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Karystalnik"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9547,8 +9643,8 @@ msgid "User has been added."
msgstr "Vyhlad %s byŭ vydaleny"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Luby"
@@ -9564,14 +9660,14 @@ msgstr "specyfičny dla bazy dadzienych"
msgid "wildcard"
msgstr "šablon"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nie znojdzieny karystalnik."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Redagavać pryvilei"
@@ -9579,109 +9675,97 @@ msgstr "Redagavać pryvilei"
msgid "Revoke"
msgstr "Anulavać"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Ekspart"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... pakinuć staroha."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... vydalić staroha z tablicy karystalnikaŭ."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Stvaryć novaha karystalnika z takimi ž pryvilejami i ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Specyfičnyja pryvilei kalonak"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Dadać pryvilei na nastupnuju bazu"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Dadać pryvilei na nastupnuju tablicu"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Vydalić vybranych karystalnikaŭ"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Na vybranyja karystalniki dla vydaleńnia!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Pierazahruzić pryvilei"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Vybranyja karystalniki byli paśpiachova vydalenyja."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Vy źmianili pryvilei dla %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Pryvilei"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Pryvilei"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Karystalniki"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9694,11 +9778,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Byŭ dadadzieny novy karystalnik."
@@ -9750,11 +9834,11 @@ msgstr ""
msgid "Columns"
msgstr "Nazvy kalonak"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Dadać hety SQL-zapyt u zakładki"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Dać kožnamu karystalniku dostup da hetaj zakładki"
@@ -9885,8 +9969,8 @@ msgstr ""
"vykarystańnia zvarotnych słešaŭ i dvukośsia, vykarystoŭvajučy farmat: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9940,13 +10024,13 @@ msgstr "Nijakaja"
msgid "As defined:"
msgstr "Jak vyznačana:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Pieršasny"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Poŭnatekstekstavaje"
@@ -9960,23 +10044,18 @@ msgstr ""
msgid "after %s"
msgstr "Paśla %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Dadać %s novyja pali"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Treba dadać prynamsi adno pole."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Mašyna zachavańnia dadzienych"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Aznačeńnie PARTITION"
@@ -9987,7 +10066,7 @@ msgstr "Aznačeńnie PARTITION"
msgid "Manage your settings"
msgstr "Mahčymaści asnoŭnych suviaziaŭ"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -10037,7 +10116,7 @@ msgstr "Supastaŭleńnie padłučeńnia da MySQL"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10230,162 +10309,162 @@ msgstr "Pakazać/schavać meniu źleva"
msgid "Save position"
msgstr "Zachavać raźmiaščeńnie tablic"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Stvaryć suviaź"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Abnavić"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Dapamoha"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Vuhłavyja linii suviaziaŭ"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Pramyja linii suviaziaŭ"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Źviać ź sietkaj"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Zharnuć/razharnuć adlustravańnie ŭsich tablic"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Pieraklučyć maleńki/vialiki"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr ""
"Kab vybrać suviaź, naciśnicie na kropcy złučeńnia, jak pakazana na vyjavie:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Impartavać/Ekspartavać kaardynaty tablic ŭ PDF-schiemu"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Vykanać zapyt"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Pierasunuć meniu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Schavać/pakazać usie tablicy"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Schavać/pakazać tablicy biaz suviaziaŭ"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Kolkaść tablic"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Vydalić suviaź"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Suviaź vydalenaja"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Ekspart"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "pa zapytu"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename table to"
msgid "Rename to"
msgstr "Pierajmienavać tablicu ŭ"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Imia karystalnika"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Stvaryć"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opcyi tablicy"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "staronak"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Impartavać fajły"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Maštab"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Stvaryć novy indeks"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Imia karystalnika"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Maštab"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "rekamendavany"
@@ -10393,7 +10472,7 @@ msgstr "rekamendavany"
msgid "Error: relation already exists."
msgstr "Pamyłka: suviaź užo isnuje."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Pamyłka: suviaź nie dadadzienaja."
@@ -10401,7 +10480,7 @@ msgstr "Pamyłka: suviaź nie dadadzienaja."
msgid "FOREIGN KEY relation added"
msgstr "Suviaź FOREIGN KEY była dadadzienaja"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Unutranaja suviaź dadadzienaja"
@@ -10409,11 +10488,11 @@ msgstr "Unutranaja suviaź dadadzienaja"
msgid "Relation deleted"
msgstr "Suviaź vydalenaja"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Pamyłka zachavańnia kaardynataŭ."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Madyfikacyi byli zachavanyja"
@@ -10421,70 +10500,70 @@ msgstr "Madyfikacyi byli zachavanyja"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Impartavać fajły"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10501,43 +10580,43 @@ msgstr "Usie"
msgid "%s table not found or not set in %s"
msgstr "Tablica %s nia znojdzienaja abo nia vyznačanaja ŭ %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tablicy \"%s\" nie isnuje!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Vyłučycie dvajkovy łog dla prahladu"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Fajły"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Abrazać pakazanyja zapyty"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Pakazać poŭnyja zapyty"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Imia łogu"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pazycyja"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Pieršapačatkovaja pazycyja"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Infarmacyja"
@@ -10625,17 +10704,17 @@ msgstr ""
msgid "disabled"
msgstr "Adklučana"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Karystalnik %s užo isnuje!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Vydaleńnie %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Pryvilei byli paśpiachova pierazahružanyja."
@@ -12385,34 +12464,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Ci sapraŭdy vy žadajecie "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "U vyhladzie PHP-kodu"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Pravieryć SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-vynik"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Stvorany"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Prablemy z indeksami dla tablicy `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Mietka"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tablica %1$s była paśpiachova źmienienaja"
@@ -12510,88 +12589,88 @@ msgstr "Tablica %1$s stvoranaja."
msgid "View dump (schema) of table"
msgstr "Prahladzieć damp (schiemu) tablicy"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Dadać/vydalić kalonku kryteru"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Kolkaść fajłaŭ łogu"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Zachavać jak fajł"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Imia tablicy"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Imia pieršasnaha kluča musić być PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Niemahčyma pierajmienavać indeks u PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Častki indeksu nia vyznačanyja!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Dadać novaje pole"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Dadać novaje pole"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Imia indeksa:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" musić być imiem pieršasnaha kluča i tolki jaho!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Typ indeksa:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Dadać da indeksa %s kalonku(i)"
@@ -12614,160 +12693,60 @@ msgstr "Tablica %s była pieraniesienaja ŭ %s."
msgid "Table %s has been copied to %s."
msgstr "Tablica %s była skapijavanaja ŭ %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Pustaja nazva tablicy!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Źmianić paradak tablicy"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(asobna)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Pieranieści tablicu ŭ (baza dadzienych.tablica):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcyi tablicy"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Pierajmienavać tablicu ŭ"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Skapijavać tablicu ŭ (baza dadzienych.tablica):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Pierajści da skapijavanaj tablicy"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Absłuhoŭvańnie tablicy"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defrahmentavać tablicu"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Keš tablicy %s byŭ ačyščany"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Skinuć keš tablicy (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Damp dadzienych tablicy"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Copy database to"
-msgid "Delete the table (DROP)"
-msgstr "Kapijavać bazu dadzienych u"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Padtrymka padziełaŭ"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Padzieł %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Praanalizavać"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Pravieryć"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Aptymizavać"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Pierabudavać"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Adramantavać"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Skasavać padzieł na častki"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Pravieryć cełasnaść dadzienych:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Pakazać tablicy"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Vykarystańnie prastory"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektyŭnaść"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statystyka radku"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamičny"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Daŭžynia radka"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Pamier radka"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Pamyłka stvareńnia źniešniaha kluča na %1$s (praviercie typy kalonak)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Unutranyja suviazi"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12775,119 +12754,119 @@ msgstr ""
"Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali isnuje adpaviednaja "
"suviaź FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Prahlad roznych značeńniaŭ"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Dadać novaje pole"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Nijakaja"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tablica %s była vydalenaja"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Pieršasny kluč byŭ dadadzieny da %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Byŭ dadadzieny indeks dla %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Pakazać infarmacyju pra PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Dadać %s novyja pali"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Versija dla druku"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Prahlad zaležnaściaŭ"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Prapanavanaja struktura tablicy"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Dadać %s novyja pali"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "U kancy tablicy"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "U pačatku tablicy"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Paśla %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Stvaryć indeks na %s kalonkach"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "padzielenaja na sekcyi"
@@ -13069,7 +13048,7 @@ msgstr "Vy nia majecie dastatkovych pryvilejaŭ być u hetym miescy ŭ hety čas
msgid "The profile has been updated."
msgstr "Profil byŭ adnoŭleny."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nazva prahladu"
@@ -14272,6 +14251,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "maksymum adnačasovych złučeńniaŭ"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Ekspart"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Pryvilei"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/bg.po b/po/bg.po
index 794c6da1ee..6d35ea78a9 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-01 22:03+0200\n"
"Last-Translator: Стоян Димитров CREATE TABLE options:"
msgstr "Опции за Създаване таблица:"
@@ -4325,10 +4268,17 @@ msgid "Use delayed inserts"
msgstr "Използване на отложени вмъквания"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Забрана на проверките за външен ключ"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Добавяне на %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Използване на шестнадесетична стойност за BLOB"
@@ -4342,7 +4292,7 @@ msgid "Syntax to use when inserting data"
msgstr "Използван синтаксис при вмъкване на данни"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Максимална дължина на създадената заявка"
@@ -4351,7 +4301,7 @@ msgid "Export type"
msgstr "Тип експорт"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Изолиране на експорта в транзакция"
@@ -4404,7 +4354,6 @@ msgstr "Персонализиране настройките по подраз
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4733,14 +4682,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Заместване на данните от таблицата с данните от файла"
@@ -4755,7 +4702,6 @@ msgid "Format of imported file"
msgstr "Формат на импортирания файл"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Използване на ключовата дума LOCAL"
@@ -4765,7 +4711,7 @@ msgid "Column names in first row"
msgstr "Имена на колони в първи ред"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Празните редове да не бъдат импортирани"
@@ -5796,7 +5742,7 @@ msgstr "Изисква SQL валидаторът да бъде включван
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Парола"
@@ -5957,14 +5903,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV с LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6052,7 +5996,7 @@ msgstr "Разширението %s липсва. Проверете конфи
msgid "possible deep recursion attack"
msgstr "възможна атака чрез дълбока рекурсия"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6060,15 +6004,15 @@ msgstr ""
"Сървърът не отговаря (или местният сокет на сървъра не е конфигуриран "
"правилно)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Сървърът не отговаря."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Проверете правата на папката, съдържаща БД."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Подробности..."
@@ -6113,24 +6057,24 @@ msgid "Create"
msgstr "Създаване"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Без права"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Създаване таблица"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Име"
@@ -6718,7 +6662,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL върна празен резултат (т.е. нула редове)."
@@ -6766,7 +6710,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Скриване"
@@ -6831,11 +6775,11 @@ msgstr ""
"Използвайте клавиша TAB, за да премествате крурсора от стойност на стойност "
"или CTRL+стрелка, за да премествате курсора в съответната посока"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6850,32 +6794,32 @@ msgstr "Няма"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "От"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Изпълнение"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Добавяне на представка на таблица"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Добавяне на представка"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Наистина ли искате да изпълните следната заявка?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Няма промяна"
@@ -7081,7 +7025,158 @@ msgstr "phpMyAdmin документация"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Преименуване БД на"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "БД %s беше изтрита."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Изтриване БД"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Изтриване на БД (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Само структурата"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Структурата и данните"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Само данните"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Копиране на БД в"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Изпълняване на CREATE DATABASE преди копирането"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Добавяне ограничения"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Показване на копираната БД"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Редакция или експорт на релационна схема"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Подреждане на таблицата по"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(еднократно)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Преместване на таблица към (БД.таблица):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Опции на таблицата"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Преименуване на таблицата на"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Хранилище"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Копиране на таблица в (БД.таблица):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Превключване към копираната таблица"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Поддръжка на таблицата"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Дефрагментиране на таблица"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Кеша на таблица %s беше изчистен"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Изпразване кеша на таблицата (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Изпразване на таблицата (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Изтриване на таблицата (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Анализиране"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Проверка"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Оптимизиране"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Поправяне"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Проверка на интегритета на връзките:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Този формат няма опции"
@@ -7090,7 +7185,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Връзката неосъществима: невалидни настройки."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7121,49 +7216,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Не може да се използва Blowfish от mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Вход"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Можете да въведете хост/IP адрес и порт, разделени с интервал."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сървър:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Име:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Парола:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Избор на сървър"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "Входът без парола е забранен от конфигурацията (виж AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Няма активност през последните %s секунди; моля влезте отново"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Невъзможен вход в MySQL сървъра"
@@ -7194,92 +7289,92 @@ msgstr ""
msgid "Authenticating..."
msgstr "Удостоверяване..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Колоните са разделени с:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Колоните са оградени от:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Колоните са избегнати с:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Редовете завършват с:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Замяна NULL с:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel версия:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Ссхема на данните от таблица"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Действие"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Описание"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Структура на таблица"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7296,37 +7391,37 @@ msgstr "(продължение)"
msgid "Structure of table @TABLE@"
msgstr "Структура на таблица @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Заглавие на таблицата (продължение)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Показване връзките на външен ключ"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Показване коментари"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Показване MIME типове"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7334,33 +7429,33 @@ msgstr "Показване MIME типове"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Хост"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Време на генериране"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Версия на сървъра"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Версия на PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Експорт имена на таблици"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Експортиране заглавки на таблици"
@@ -7372,7 +7467,7 @@ msgstr "(Генерира доклад съдържащ данните в опр
msgid "Report title:"
msgstr "Заглавие на доклада:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7380,135 +7475,135 @@ msgstr ""
# Оправя се само с редакция на файла и добавяне на избягващ знак '\' преди
# '\n'.
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Добавяне на коментар в заглавката (\\n нов ред):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Добавяне на израз %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Добавяне на заявления:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Опции на трансформацията"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Процедури"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Функции"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ограничения за дъмпнати таблици"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ограничения за таблица"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME ТИПОВЕ ЗА ТАБЛИЦА"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "РЕЛАЦИИ ЗА ТАБЛИЦА"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Грешка при четене на данни:"
@@ -7524,8 +7619,8 @@ msgstr "Изглед"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7542,109 +7637,100 @@ msgstr ""
msgid "Column names: "
msgstr "Имена на колони: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Име на таблица"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Име на колона"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr "Да не се използва AUTO_INCREMENT за нулеви стойности"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7802,7 +7888,7 @@ msgid "Enabled"
msgstr "Позволено"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Общи свойства на релациите"
@@ -7873,7 +7959,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "няма описание"
@@ -7922,7 +8008,7 @@ msgstr "Състояние на подчинен"
msgid "Variable"
msgstr "Променлива"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Сървърен идентификатор"
@@ -7948,8 +8034,8 @@ msgstr "Всеки потребител"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "От текстовото поле"
@@ -8039,7 +8125,7 @@ msgstr "Подробности"
msgid "Event name"
msgstr "Име на събитие"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Тип на събитието"
@@ -8428,12 +8514,12 @@ msgstr "Съдържание"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибути"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Допълнително"
@@ -8470,6 +8556,10 @@ msgstr "Избор на страница"
msgid "Select Tables"
msgstr "Избор на таблици"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Име на колона"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Показване схема на релациите"
@@ -8744,14 +8834,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Специфични за таблицата права"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Забележка: Имената на правата на MySQL са показани на английски"
@@ -8760,12 +8850,12 @@ msgid "Administration"
msgstr "Администрация"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобални права"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Специфични за БД права"
@@ -8825,16 +8915,16 @@ msgid "Users having access to "%s""
msgstr "Потребители с достъп до "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Потребител"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Дадени"
@@ -8843,8 +8933,8 @@ msgid "User has been added."
msgstr "Потребител беше добавен."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Всеки"
@@ -8860,12 +8950,12 @@ msgstr "специфични за БД"
msgid "wildcard"
msgstr "знак за заместване"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Няма потребител."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Редакция"
@@ -8873,24 +8963,20 @@ msgstr "Редакция"
msgid "Revoke"
msgstr "Отменяне"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Експорт всички"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... запазване на стария."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... изтриване на стария от таблицата с потребители."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... отмяна на всички права от стария и след това изтриване."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -8898,75 +8984,71 @@ msgstr ""
"... изтриване на стария от таблицата с потребители и след това презареждане "
"на правата."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Промяна информацията за вход / Копиране потребител"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Създаване нов потребител със същите права и ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Специфични за колоната права"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Добавяне на права към следната БД"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "sdgf"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Добавяне на права към следната таблица"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Отстраняване избраните потребители"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Отмяна на всички права на потребителите и след това изтриване."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Изтриване на БД, които имат имена като тези на потребителите."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Не за избрани потребители за изтриване!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Презареждане на правата"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Избраните потребители бяха изтрити успешно."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Вие променихте правата на %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Права на всички"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Права на %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Преглед потребители"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8979,11 +9061,11 @@ msgstr ""
"правата които използва сървъра ако към него са направени промени на ръка. В "
"този случай, трябва да %sпрезаредите правата%s преди да продължите."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Избраният потребител не беше открит в таблицата с права."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Вие добавихте нов потребител."
@@ -9033,11 +9115,11 @@ msgstr "Изчистване"
msgid "Columns"
msgstr "Колони"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Отбелязване SQL заявката"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Всеки потребител да има достъп до тази белязка"
@@ -9160,8 +9242,8 @@ msgstr ""
"обратни черти или апостроф, използвайки следния формат: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Индекс"
@@ -9212,13 +9294,13 @@ msgstr "Няма"
msgid "As defined:"
msgstr "Дефиниран като:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Първичен"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Пълнотекстово"
@@ -9231,20 +9313,15 @@ msgstr ""
msgid "after %s"
msgstr "след %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Добавяне %s колона(и)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Трябва да добавите поне една колона."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Хранилище"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9253,7 +9330,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Управление мои настройки"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Конфигурацията е записана"
@@ -9299,7 +9376,7 @@ msgstr "Колация на връзката към сървъра"
msgid "Appearance Settings"
msgstr "Визуални настройки"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Още"
@@ -9463,133 +9540,133 @@ msgstr "Скриване/Показване на лявото меню"
msgid "Save position"
msgstr "Запазване на позицията"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Създаване релация"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Презареждане"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Помощ"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Ъгловати връзки"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Прави връзки"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Прилепване към мрежата"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Малки/големи всички"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Превключване на малки/големи"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Превключване на редовете с релации"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Импорт/експорт на координатите за PDF схема"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Построяване на заявка"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Меню Преместване"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Показване/скриване всички"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Показване/скриване таблици без релации"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Брой таблици"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Изтриване релация"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Оператор на отношение"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Освен"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "подзаявка"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Преименуване на"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Ново име"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Агрегиране"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Активни опции"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Страница беше създадена"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Неуспешно създаване на страница"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Страница"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Импорт от избрания файл"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Експорт към избраната страница"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "създаване на страница и експорт към нея"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Име: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Експорт/импорт в мащаб"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "препоръчително"
@@ -9597,7 +9674,7 @@ msgstr "препоръчително"
msgid "Error: relation already exists."
msgstr "Грешка: Релацията вече съществува."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Грешка: Релацията не е добавена."
@@ -9605,7 +9682,7 @@ msgstr "Грешка: Релацията не е добавена."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY релация е добавена"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Добавена е вътрешна релация"
@@ -9613,11 +9690,11 @@ msgstr "Добавена е вътрешна релация"
msgid "Relation deleted"
msgstr "Релацията изтрита"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Грешка при запазване на координатите в Строител."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Промените бяха запазени"
@@ -9625,47 +9702,47 @@ msgstr "Промените бяха запазени"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Промените не бяха запазени, изпратеният формуляр съдържа грешки"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Конфигурацията не може да бъде импортирана"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Конфигурацията съдържа грешни данни за някои ключове."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Искате ли да импортирате оставащите настройки?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Записан на: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Импорт от файл"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Импорт от хранилището на браузъра"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Настройки ще бъдат импортирани от локалното хранилище на браузъра."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Нямате запазени настройки!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Тази функционалност не се поддържа от вашия браузър"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Сливане с текущите настройки"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9674,19 +9751,19 @@ msgstr ""
"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез "
"%sскрипта за настройки%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Запис в хранилището на браузъра"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Настройките ще бъдат запазени в хранилището на вашия браузър."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Съществуващи настройки ще бъдат презаписани!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Може да изчистите настройките си до стойностите им по подразбиране."
@@ -9703,41 +9780,41 @@ msgstr "Всички"
msgid "%s table not found or not set in %s"
msgstr "таблица %s не е намерена или не е установена в %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Файлът не съществува"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Изберете двоичен дневник за преглед"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Файлове"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Съкращаване на показаните заявки"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Показване на пълните заявки"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Име на дневник"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Положение"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Първоначално положение"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Информация"
@@ -9821,17 +9898,17 @@ msgstr "Лиценз"
msgid "disabled"
msgstr "изключено"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Потребител %s вече съществува!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Изтриване на %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Правата бяха презаредени успешно."
@@ -11417,32 +11494,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Наистина ли искате да изпълните следната заявка?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Показване като PHP-код"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Валидиран SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL резултат"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Генерирано от"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Проблем с индексите на таблица `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Етикет"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Таблицата %1$s беше променена"
@@ -11522,77 +11599,77 @@ msgstr "Таблицата %1$s беше създадена."
msgid "View dump (schema) of table"
msgstr "Схема (дъмп) на таблицата"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Ширина"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Височина"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Етикет на колона"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- без --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Пространствена колона"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Изчертаване наново"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Запис във файл"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Име на файл"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Името на първичния ключ трябва да е \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Индексът не може да бъде преименуван на PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Не са дефинирани части на индекс!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Добавяне на индекс"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Редактиране"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Име на индекс:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" трябва да е името на и единствено на главен ключ!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Тип на индекса:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Добавяне към индекса на %s колона(и)"
@@ -11615,254 +11692,160 @@ msgstr "Таблицата %s беше преместена към %s."
msgid "Table %s has been copied to %s."
msgstr "Таблица %s беше копирана в %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Името на таблицата е празно!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Подреждане на таблицата по"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(еднократно)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Преместване на таблица към (БД.таблица):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Опции на таблицата"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Преименуване на таблицата на"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Копиране на таблица в (БД.таблица):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Превключване към копираната таблица"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Поддръжка на таблицата"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Дефрагментиране на таблица"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Кеша на таблица %s беше изчистен"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Изпразване кеша на таблицата (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Изпразване на таблицата (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Изтриване на таблицата (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Анализиране"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Проверка"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Оптимизиране"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Поправяне"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Проверка на интегритета на връзките:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Показване таблици"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Използвано място"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Ефективни"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Статистика за редовете"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "статичен"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамичен"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Дължина ред"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Размер ред"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Грешка при създаването на външен ключ върху %1$s (проверете типа данни)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Вътрешна релация"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"Вътрешна релация не е необходима, при наличието на съответен FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Ограничение за външен ключ"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Уникални стойности"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Добавяне на първичен ключ"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Добавяне на уникален ключ"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Добавяне на SPATIAL индекс"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Добавяне на FULLTEXT индекс"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Няма"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Колоната %s беше изтрита"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Беше добавен първичен ключ към %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Беше добавен индекс на %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Показване повече действия"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Преместване колони"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Изглед за редакция"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Преглед релации"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Анализ на таблицата"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Добавяне колона"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "В края на таблицата"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "В началото на таблицата"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "След %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Създаване на индекс върху %s колони"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12035,7 +12018,7 @@ msgstr "Не разполагате с права, за да се намират
msgid "The profile has been updated."
msgstr "Профилът беше обновен."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Име на ИЗГЛЕД"
@@ -13194,6 +13177,12 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert e 0"
+#~ msgid "Export all"
+#~ msgstr "Експорт всички"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Права на всички"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/bn.po b/po/bn.po
index 86793fe6f3..eea7a6acf5 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-03-27 16:56+0200\n"
"Last-Translator: Michal Čihař CREATE TABLE options:"
msgstr ""
@@ -4515,10 +4458,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "সংযুক্ত %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4532,7 +4482,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4542,7 +4492,7 @@ msgid "Export type"
msgstr "Export type"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4597,7 +4547,6 @@ msgstr "ডাটাবেজ এক্সপোটঁ করার সুবি
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4952,14 +4901,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4974,7 +4921,6 @@ msgid "Format of imported file"
msgstr "ইম্পোর্ট করা ফাইল ফরমেট কর"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "লোকাল কী-ওয়ার্ড ব্যাবহার করুন"
@@ -4986,7 +4932,7 @@ msgid "Column names in first row"
msgstr "Put fields names in the first row"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6038,7 +5984,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "পাসওয়ার্ড"
@@ -6198,14 +6144,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6291,7 +6235,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6299,17 +6243,17 @@ msgid ""
"configured)."
msgstr "(or the local MySQL server's socket is not correctly configured)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "The server is not responding"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6358,25 +6302,25 @@ msgid "Create"
msgstr "তৈরী করুন"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "কোন সুবিধা নাই"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "একটি নতুন পাতা তৈরী কর"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "নাম"
@@ -7026,7 +6970,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -7075,7 +7019,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7140,12 +7084,12 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
#, fuzzy
msgid "Showing SQL query"
msgstr "Show Full Queries"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7162,36 +7106,36 @@ msgstr "কোনটিই নয়"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "শুক্রবার"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Submit"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "আপনি কি সত্যি চান?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "No change"
@@ -7397,7 +7341,166 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "ডাটাবেজ রিনেম কর"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s ডাটাবেজ মুছে ফেলা হয়েছে"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "ডাটাবেজ মূছে ফেল"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "ডাটাবেজটি ড্রপ কর (DROP) "
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "শুধুই গঠনপ্রণালী"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "গঠনপ্রণালী এবং তথ্য"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "শুধু ডাটা"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "ডাটাবেজ কপি করঃ"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "কপি করার আগে ডাটাবেজ় তৈরী কর"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "constraints সংযুক্ত করুন"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "অনুলিপি ডাটাবেজ এ পরিবর্তিত হবে"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "সম্বন্ধযুক্ত স্কিমা"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "টেবিল অর্ডার পরিবর্তন কর"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singly)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "টেবিল রিনেম করুন"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Storage Engine"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "টেবিল এর জন্য ডাটা ডাম্পিং করুন"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "কোন ডাটাবেজ নাই"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "চেক"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "টেবিল রিপেয়ার করুন"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Table maintenance"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7408,7 +7511,7 @@ msgid "Cannot connect: invalid settings."
msgstr "সংযোগ স্থাপন করা যায়নিঃ invalid settings."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7439,49 +7542,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "লগ ইন"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "সার্ভার"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "ব্যাবহারকারী"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "পাসওয়ার্ড"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL সার্ভার এ লগ ইন করা যায়নি"
@@ -7512,83 +7615,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Lines terminated by"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Fields enclosed by"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Fields escaped by"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Lines terminated by"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Replace NULL by"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel edition"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "টেবিল এর জন্য ডাটা ডাম্পিং করুন"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Sent"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7597,24 +7700,24 @@ msgstr "Sent"
msgid "Definition"
msgstr "বর্ণনা"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Structure only"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
#, fuzzy
msgid "Stand-in structure for view"
@@ -7636,47 +7739,47 @@ msgstr "(continued)"
msgid "Structure of table @TABLE@"
msgstr "Structure of table __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Transformation options"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Table caption"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Disable foreign key checks"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "কলামের মন্তব্য প্রদর্শন করা হচ্ছে"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Available MIME types"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7684,34 +7787,34 @@ msgstr "Available MIME types"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "হোষ্ট"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "তৈরী করার জন্য সময়"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Version"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Export type"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
msgid "Export table headers"
msgstr "Export type"
@@ -7726,146 +7829,146 @@ msgstr ""
msgid "Report title:"
msgstr "Report title"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Add custom comment into header (\\n splits lines)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Statements"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Statements"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Transformation options"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedures"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "ফাংশনসমূহ"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7886,8 +7989,8 @@ msgstr "View"
msgid "Export contents"
msgstr "Export type"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7906,114 +8009,105 @@ msgstr ""
msgid "Column names: "
msgstr "কলামের নাম"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Invalid field count in CSV input on line %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
#, fuzzy
msgid "Table name"
msgstr "টেবিল এর নাম"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "কলামের নাম"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8199,7 +8293,7 @@ msgid "Enabled"
msgstr "Enabled"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -8268,7 +8362,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "কোন বর্ণনা নাই"
@@ -8320,7 +8414,7 @@ msgstr "Show slave status"
msgid "Variable"
msgstr "চলক"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "সার্ভারের আইডি"
@@ -8344,8 +8438,8 @@ msgstr "যেকোন ব্যাবহারকারী"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8441,7 +8535,7 @@ msgstr ""
msgid "Event name"
msgstr "Event type"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Event type"
@@ -8879,12 +8973,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributes"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "অতিরিক্ত"
@@ -8927,6 +9021,10 @@ msgstr "সব সিলেক্ট করুন"
msgid "Select Tables"
msgstr "টেবিল সিলেক্ট করুন"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "কলামের নাম"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9199,14 +9297,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
"নোটঃ MySQL সুবিধাসমূহের নাম ইংরেজীতে প্রকাশ করা হয় Note: MySQL privilege "
@@ -9217,12 +9315,12 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "ডাটাবেজ-নির্দিষ্ট সুবিধাসমূহ"
@@ -9282,16 +9380,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "User"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9302,8 +9400,8 @@ msgid "User has been added."
msgstr "View %s has been dropped"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "যেকোন"
@@ -9319,14 +9417,14 @@ msgstr "ডাটাবেজ-নির্দিষ্ট"
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "No user(s) found."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "সুবিধাসমূহ সম্পাদনা কর"
@@ -9334,26 +9432,20 @@ msgstr "সুবিধাসমূহ সম্পাদনা কর"
msgid "Revoke"
msgstr "Revoke"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Export"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... পুরাতনটা রেখে দাও"
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "...ব্যাবহারকারীর টেবিলগুলো থেকে পুরাতনটি মুছে ফেল"
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9361,82 +9453,76 @@ msgstr ""
" ... ব্যাবহারকারীর টেবিলগুলো থেকে পুরাতনটি মুছে ফেল এবং এরপর সুবিধাসমূহ পুনরায় লোড "
"কর"
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
"লগ ইন তথ্য পরিবর্তন কর অথবা ব্যাবহারকারী কপি করChange Login Information / Copy "
"User"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "একই সুবিধা সহ নতুন আরেকটি ব্যাবহারকারী তৈরী করুন..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "কলাম নির্দিষ্ট সুবিধাসমূহ"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "নিচের ডাটাবেইজ এ সুবিধাসমূহ যোগ কর"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "নিচের টেবিল এ সুবিধাসমূহ যোগ কর"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "ব্যাবহারকারীর নামে নাম এমন ডাটাবেজসমূহ মুছে ফেল"
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "মুছে ফেলার জন্য কোন ব্যাবহারকারী চিহ্নিত করা হয়নি"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privileges"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privileges"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "User overview"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9445,11 +9531,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "আপনি একটি নতুন ইউজার যোগ করেছেন"
@@ -9504,11 +9590,11 @@ msgstr "ক্যালেন্ডার"
msgid "Columns"
msgstr "কলামের নাম"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "এই SQL query টি বুকমার্ক করুন"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "সব ব্যাক্তিকে এই বুকমার্কটি দেখার সুযোগ দিন"
@@ -9621,8 +9707,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "ইন্ডেস্ক"
@@ -9674,13 +9760,13 @@ msgstr "কোনটিই নয়"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "প্রাথমিক"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9694,23 +9780,18 @@ msgstr ""
msgid "after %s"
msgstr "After %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "%s ক্ষেত্রসমূহ যোগ কর"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "You have to add at least one field."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Storage Engine"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9721,7 +9802,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "General relation features"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9771,7 +9852,7 @@ msgstr "MySQL connection collation"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9951,163 +10032,163 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
#, fuzzy
msgid "Create relation"
msgstr "Server version"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Traditional Chinese"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Submit Query"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Show all"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
#, fuzzy
msgid "Number of tables"
msgstr "Number of fields"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Relation view"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Export"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "in query"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "টেবিল রিনেম করুন"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "ব্যাভারকারীর নাম"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "তৈরী করুন"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Table options"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Table %s has been dropped"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "পাতাসমুহ"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "ফাইল ইম্পোর্ট কর"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "No rows selected"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "একটি নতুন ইন্ডেস্ক তৈরী কর"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "ব্যাভারকারীর নাম"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10115,7 +10196,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10123,7 +10204,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Internal relations"
@@ -10133,11 +10214,11 @@ msgstr "Internal relations"
msgid "Relation deleted"
msgstr "Relation view"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -10145,70 +10226,70 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "\"%1$s\" হতে ডিফল্ট কনফিগারেশন লোড করা যায়নি"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "ফাইল ইম্পোর্ট কর"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10225,44 +10306,44 @@ msgstr "All"
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "The \"%s\" table doesn't exist!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "ক্ষেত্রসমূহ"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "লগ নাম"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "অবস্থান"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "প্রকৃত অবস্থান"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "তথ্য"
@@ -10348,17 +10429,17 @@ msgstr ""
msgid "disabled"
msgstr "বন্ধ করা হয়েছে"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s মুছে ফেলা হচ্ছে"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11987,34 +12068,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "আপনি কি সত্যি চান?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Validate SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL result"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "লেবেল"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "The selected users have been deleted successfully."
@@ -12110,85 +12191,85 @@ msgstr "Table %s has been dropped"
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Add/Delete Field Columns"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "মোট"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "ফাইল হিসেবে সেভ করুন"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
msgid "File name"
msgstr "টেবিল এর নাম"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Print view"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "ইন্ডেস্ক নামঃ"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "ইন্ডেস্ক এর ধরনঃ"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Index এ যোগ কর %s column(s)"
@@ -12211,278 +12292,176 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr "%s টেবিল %s তে কপি করা হয়েছে"
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "টেবিল এর নাম পূরন করা হয়নি"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "টেবিল অর্ডার পরিবর্তন কর"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singly)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "টেবিল রিনেম করুন"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "টেবিল এর জন্য ডাটা ডাম্পিং করুন"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "কোন ডাটাবেজ নাই"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Table maintenance"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "চেক"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "টেবিল রিপেয়ার করুন"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Show tables"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Space usage"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effective"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "ডায়নামিক"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "সাড়ির দৈর্ঘ্য"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "সাড়ির আকার"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Internal relations"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "নির্দিষ্ট মান ব্রাউজ করুন"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "কোনটিই নয়"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Table %s has been dropped"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "একটি প্রাইমারী কী যোগ করা হয়েছে %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "একটি Index যোগ করা হয়েছে %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Show PHP information"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "%s ক্ষেত্রসমূহ যোগ কর"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Print view"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "%s ক্ষেত্রসমূহ যোগ কর"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "টেবিলের শেষে"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "টেবিলের শুরুতে"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "After %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Create an index on %s columns"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12668,7 +12647,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13859,6 +13838,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "max. concurrent connections"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Export"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privileges"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/br.po b/po/br.po
index e4ca70cece..2c66d0d816 100644
--- a/po/br.po
+++ b/po/br.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 14:55+0200\n"
"Last-Translator: Michal Čihař $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3741,34 +3683,34 @@ msgstr ""
"RET eo d'an arventenn $cfg['PmaAbsoluteUri'] bezañ resisaet er "
"restr kefluniañ!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Meneger servijer faziek : %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Anv ostiz direizh evit ar servijer %1$s. Gwiriit ar c'hefluniadur."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Termenet ez eus bet c'hefluniadur un hentenn dilesa direizh."
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Ret e vefe deoc'h ober gant ar stumm %s %s pe unan nevesoc'h c'hoazh."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3799,37 +3741,37 @@ msgstr "Serr"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Diweredekaet"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "Framm"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "roadennoù"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "Framm ha roadennoù"
@@ -3951,8 +3893,8 @@ msgid "Allow users to customize this value"
msgstr "Aotren an implijerien da bersonelaat an talvoud-mañ"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Adderaouekaat"
@@ -4235,7 +4177,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Pad seveniñ hirañ"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Enrollañ evel restr"
@@ -4244,7 +4186,7 @@ msgid "Character set of the file"
msgstr "Strobad arouezennoù ar restr"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Furmad"
@@ -4257,27 +4199,25 @@ msgstr "Gwaskadur"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Diskouez anvioù ar bannoù diouzhtu el linenn gentañ"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Bannoù gronnet gant"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Arouezenn dec'hout"
@@ -4295,14 +4235,12 @@ msgstr "Tennañ an arouezennoù dibenn linenn e dibarzh ar bannoù"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Bannoù a echu gant"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linennoù a echu gant"
@@ -4328,7 +4266,7 @@ msgstr "Patrom anv taolenn"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Ezporzhiañ an daolenn"
@@ -4339,8 +4277,8 @@ msgid "Include table caption"
msgstr "Enklozañ an istitloù"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Istitl eus an daolenn"
@@ -4349,20 +4287,20 @@ msgid "Continued table caption"
msgstr "Enklozañ an istitloù"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Alc'hwez an dikedenn"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Seurt MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Darempredoù"
@@ -4383,6 +4321,11 @@ msgstr "Frikañ ar restroù zo c'hoazh"
msgid "Remember file name template"
msgstr "Derc'hel soñj eus patrom anv ar restr"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Ouzhpennañ talvoud an AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Lakaat krochedoù stouet a bep tu da anvioù an taolennoù hag ar bannoù"
@@ -4393,7 +4336,7 @@ msgid "SQL compatibility mode"
msgstr "Mod kenglotañ gant SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Dibarzhioù evit CREATE TABLE :"
@@ -4406,10 +4349,17 @@ msgid "Use delayed inserts"
msgstr "Ensoc'hadennoù gant dale"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Ouzhpennañ %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Implijout an eizhdekvedennad evit BLOB"
@@ -4423,7 +4373,7 @@ msgid "Syntax to use when inserting data"
msgstr "Ereadur d'ober gantañ pa vez ensoc'het roadennoù"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Ment vrasañ ar reked krouet"
@@ -4432,7 +4382,7 @@ msgid "Export type"
msgstr "Seurt ezporzhiadenn"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Enklozañ an ezporzhiadenn en un treuzgread"
@@ -4488,7 +4438,6 @@ msgstr "Personelaat an dibarzhioù dre ziouer"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4832,14 +4781,12 @@ msgid "Partial import: allow interrupt"
msgstr "Enporzhiañ darnek : aotren paouez"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Arabat paouez gant an enporzhiañ pa vez ur fazi gant INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Erlec'hiañ roadennoù an daolenn gant re ar restr"
@@ -4856,7 +4803,6 @@ msgid "Format of imported file"
msgstr "Furmad ar restr enporzhiañ"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Ober gant ar ger-alc'hwez LOCAL"
@@ -4866,7 +4812,7 @@ msgid "Column names in first row"
msgstr "Anvioù bannoù el linenn gentañ"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Arabat enporzhiañ linennoù goullo"
@@ -5860,7 +5806,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -6015,14 +5961,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6110,21 +6054,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6169,24 +6113,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6774,7 +6718,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "Distroet ez eus un disoc'h goullo gant MySQL (linenn ebet)."
@@ -6826,7 +6770,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Kuzhat"
@@ -6889,11 +6833,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6908,34 +6852,34 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Ha sur oc'h e fell deoc'h "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -7141,7 +7085,158 @@ msgstr "Teuliadur phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Cheñch anv an diaz roadennoù hag e envel"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Diverket eo bet an diaz roadennoù %s."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Dilemel an diaz roadennoù"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Diverkañ an diaz roadennoù (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Ar framm hepken"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Ar framm hag ar roadennoù ennañ"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Ar roadennoù hepken"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Eilañ an diaz roadennoù war"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "KROUIÑ AN DIAZ ROADENNOÙ a-raok eilañ"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Ouzhpennañ ar strishadurioù"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Mont d'an diaz roadennoù eilet"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Embann pe ezporzhiañ ur chema kar"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7150,7 +7245,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Dibosupl kevreañ : arventennoù direizh."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7181,38 +7276,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Kevreañ"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Gallout a rit merkañ anv ar servijer pe e chomlec'h IP, gant ar porzh "
"dispartiet dre un esaouenn."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Servijer :"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Anv implijer :"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Ger-tremen :"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Dibab ar servijer"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7220,14 +7315,14 @@ msgstr ""
"Berzet eo kevreañ hep ger-tremen gant ar c'hefluniadur (gwelet "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Tamm obererezh ebet abaoe %s eilenn; kevreit en-dro"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Dibosupl kevreañ ouzh ar servijer MySQL"
@@ -7258,92 +7353,92 @@ msgstr "N'eus bet luget alc'hwez dilesa reizh ebet"
msgid "Authenticating..."
msgstr "O tilesa..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7360,37 +7455,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7398,35 +7493,35 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Invalid table name"
msgid "Export table names"
msgstr "Anv taolenn direizh"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export method"
msgid "Export table headers"
@@ -7440,141 +7535,141 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Databases display options"
msgid "Data creation options"
msgstr "Dibarzhioù diskwel an diazoù roadennoù"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7590,8 +7685,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7608,111 +7703,102 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7832,7 +7918,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7901,7 +7987,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7950,7 +8036,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7974,8 +8060,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8069,7 +8155,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8489,12 +8575,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8531,6 +8617,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8791,14 +8881,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8807,12 +8897,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8870,16 +8960,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8888,8 +8978,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8905,12 +8995,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8918,103 +9008,91 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Ezporzhiañ"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Check Privileges"
-msgid "Privileges for all users"
-msgstr "Gwiriañ ar gwirioù"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Check Privileges"
msgid "Privileges for %s"
msgstr "Gwiriañ ar gwirioù"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9023,11 +9101,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -9077,11 +9155,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9184,8 +9262,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -9231,13 +9309,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -9250,20 +9328,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9272,7 +9345,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9316,7 +9389,7 @@ msgstr "Kefluniadur ar servijer"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9481,133 +9554,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9615,7 +9688,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9623,7 +9696,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9631,11 +9704,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9643,66 +9716,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9719,41 +9792,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9838,17 +9911,17 @@ msgstr ""
msgid "disabled"
msgstr "Diweredekaet"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11438,32 +11511,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Ha sur oc'h e fell deoc'h "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11554,78 +11627,78 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Mod aozañ"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11648,260 +11721,166 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show all"
msgid "Showing tables"
msgstr "Diskouez pep tra"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "Ober gant an talvoud-mañ"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Move columns"
msgstr "Ouzhpennañ/Diverkañ bannoù"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Stumm da voullañ"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12079,7 +12058,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13235,6 +13214,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Ezporzhiañ"
+
+#, fuzzy
+#~| msgid "Check Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Gwiriañ ar gwirioù"
+
#~ msgid "rows"
#~ msgstr "Furchal"
diff --git a/po/bs.po b/po/bs.po
index bbede453da..17ca2d6981 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3891,34 +3826,34 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] direktiva MORA biti podješena u "
"konfiguracionoj datoteci!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3951,38 +3886,38 @@ msgstr "Navodnik nije zatvoren"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Onemogućeno"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Struktura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4113,8 +4048,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Resetuj"
@@ -4379,7 +4314,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Sačuvaj kao datoteku"
@@ -4389,7 +4324,7 @@ msgid "Character set of the file"
msgstr "Karakter set datoteke:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4402,13 +4337,13 @@ msgstr "Kompresija"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4416,8 +4351,7 @@ msgstr "Stavi imena polja u prvi red"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4425,8 +4359,7 @@ msgstr "Polja ograničena sa"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4446,16 +4379,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Linije se završavaju sa"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linije se završavaju sa"
@@ -4484,7 +4415,7 @@ msgstr "Šablon imena datoteke"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4497,8 +4428,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
#, fuzzy
msgid "Table caption"
msgstr "Opcije tabele"
@@ -4509,20 +4440,20 @@ msgid "Continued table caption"
msgstr "Opcije tabele"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-tipovi"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacije"
@@ -4546,6 +4477,11 @@ msgstr "Prepiši postojeće fajlove"
msgid "Remember file name template"
msgstr "Šablon imena datoteke"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Dodaj AUTO_INCREMENT vrijednost"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4558,7 +4494,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4572,10 +4508,17 @@ msgid "Use delayed inserts"
msgstr "Prošireni INSERT"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4591,7 +4534,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4601,7 +4544,7 @@ msgid "Export type"
msgstr "Nema tabela"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4655,7 +4598,6 @@ msgstr "Opcije za izvoz baze"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV format"
@@ -4997,14 +4939,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Zamijeni podatke u tabeli sa podatcima iz datoteke"
@@ -5019,7 +4959,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5031,7 +4970,7 @@ msgid "Column names in first row"
msgstr "Stavi imena polja u prvi red"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6063,7 +6002,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Lozinka"
@@ -6223,14 +6162,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6316,21 +6253,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6377,25 +6314,25 @@ msgid "Create"
msgstr "Napravi"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nema privilegija"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Napravi novu stranu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Ime"
@@ -7023,7 +6960,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL je vratio prazan rezultat (nula redova)."
@@ -7072,7 +7009,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7138,11 +7075,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7159,38 +7096,38 @@ msgstr "nema"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Pet"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Pošalji"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Dodaj novo polje"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Da li stvarno hoćete da "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Nema izmjena"
@@ -7400,7 +7337,173 @@ msgstr "phpMyAdmin dokumentacija"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+#, fuzzy
+msgid "Rename database to"
+msgstr "Promjeni ime tabele u "
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Baza %s je odbačena."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+msgid "Remove database"
+msgstr "Promjeni ime tabele u "
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Baza ne postoji"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Samo struktura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktura i podatci"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Samo podaci"
+
+#: libraries/operations.lib.php:177
+#, fuzzy
+msgid "Copy database to"
+msgstr "Baza ne postoji"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+#, fuzzy
+msgid "Switch to copied database"
+msgstr "Pređi na kopiranu tabelu"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Relaciona shema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Promijeni redoslijed u tabeli"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(po jednom polju)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Pomjeri tabelu u (baza.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcije tabele"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Promjeni ime tabele u"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiraj tabelu u (baza.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Pređi na kopiranu tabelu"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Radnje na tabeli"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabela %s je osvežena"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Osvježi tabelu (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Prikaz podataka tabele"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Baza ne postoji"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Češki"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Popravi tabelu"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Radnje na tabeli"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Proveri referencijalni integritet:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7411,7 +7514,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7440,50 +7543,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Prijavljivanje"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
#, fuzzy
msgid "Server:"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Korisničko ime:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Lozinka:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Izbor servera"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Ne mogu da se prijavim na MySQL server"
@@ -7514,81 +7617,81 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Linije se završavaju sa"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Polja ograničena sa"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Escape karakter "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Linije se završavaju sa"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Zamijeni NULL sa"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Opcije za izvoz baze"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Prikaz podataka tabele"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Poslato"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7597,24 +7700,24 @@ msgstr "Poslato"
msgid "Definition"
msgstr "Opis"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura tabele"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Samo struktura"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7633,44 +7736,44 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "Struktura tabele"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opcije transformacije"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
msgid "Table caption (continued)"
msgstr "Opcije tabele"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Prikazujem komentare kolone"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Dostupni MIME-tipovi"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7678,35 +7781,35 @@ msgstr "Dostupni MIME-tipovi"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Vrijeme kreiranja"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Verzija servera"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "verzija PHP-a"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Izvoz"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7722,146 +7825,146 @@ msgstr ""
msgid "Report title:"
msgstr "Uvoz fajlova"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Ime"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Ime"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opcije transformacije"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statementINSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the aboveINSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the aboveINSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Procesi"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funkcija"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7879,8 +7982,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7899,109 +8002,100 @@ msgstr ""
msgid "Column names: "
msgstr "Imena kolona"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Imena kolona"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line: AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8168,7 +8262,7 @@ msgid "Enabled"
msgstr "Omogućeno"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Opšte osobine relacija"
@@ -8238,7 +8332,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "nema opisa"
@@ -8288,7 +8382,7 @@ msgstr ""
msgid "Variable"
msgstr "Promjenljiva"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "Server"
@@ -8313,8 +8407,8 @@ msgstr "Bilo koji korisnik"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Koristi tekst polje"
@@ -8409,7 +8503,7 @@ msgstr ""
msgid "Event name"
msgstr "Vrsta upita"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "Vrsta upita"
@@ -8842,12 +8936,12 @@ msgstr "Sadržaj"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Dodatno"
@@ -8890,6 +8984,10 @@ msgstr "Izaberi sve"
msgid "Select Tables"
msgstr "Izaberi tabele"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Imena kolona"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9171,14 +9269,14 @@ msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilegije vezane za tabele"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Napomena: MySQL imena privilegija moraju da budu na engleskom"
@@ -9187,12 +9285,12 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globalne privilegije"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilegije vezane za bazu"
@@ -9252,16 +9350,16 @@ msgid "Users having access to "%s""
msgstr "Korisnici koji imaju pristup "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Korisnik"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Omogući"
@@ -9271,8 +9369,8 @@ msgid "User has been added."
msgstr "Polje %s je obrisano"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Bilo koji"
@@ -9288,14 +9386,14 @@ msgstr "Specifično za bazu"
msgid "wildcard"
msgstr "Džoker"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Korisnik nije nađen."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Promijeni privilegije"
@@ -9303,106 +9401,94 @@ msgstr "Promijeni privilegije"
msgid "Revoke"
msgstr "Zabrani"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Izvoz"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... sačuvaj stare."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... obriši stare iz tabela korisnika."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Promeni informacije o prijavi / Kopiraj korisnika"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Napravi novog korisnika sa istim privilegijama i ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilegije vezane za kolone"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Dodaj privilegije na slijedećoj bazi"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Dodaj privilegije na slijedećoj tabeli"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Ukloni izabrane korisnike"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Ponovo učitavam privilegije"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Izabrani korisnici su uspješno obrisani."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ažurirali ste privilegije za %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilegije"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegije"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Pregled korisnika"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9415,11 +9501,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Dodali ste novog korisnika."
@@ -9473,11 +9559,11 @@ msgstr ""
msgid "Columns"
msgstr "Imena kolona"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Obilježi SQL-upit"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9604,8 +9690,8 @@ msgstr ""
"ili navodnika u ovom obliku: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Ključ"
@@ -9659,13 +9745,13 @@ msgstr "nema"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primarni"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tekst ključ"
@@ -9679,22 +9765,17 @@ msgstr ""
msgid "after %s"
msgstr "Poslije %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "Dodaj novo polje"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Morate izabrati bar jednu kolonu za prikaz"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9705,7 +9786,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Opšte osobine relacija"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9751,7 +9832,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9932,159 +10013,159 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Tradicionalni kineski"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Izvrši SQL upit"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Prikaži sve"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Relacioni pogled"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Izvoz"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "u upitu"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Promjeni ime tabele u "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Ime korisnika"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Napravi"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opcije tabele"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Tabela %s je odbačena"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Zauzeće"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Uvoz fajlova"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Napravi novi ključ"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Ime korisnika"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10092,7 +10173,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10100,7 +10181,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Opšte osobine relacija"
@@ -10110,11 +10191,11 @@ msgstr "Opšte osobine relacija"
msgid "Relation deleted"
msgstr "Relacioni pogled"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Izmjene su sačuvane"
@@ -10122,68 +10203,68 @@ msgstr "Izmjene su sačuvane"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Uvoz fajlova"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10200,44 +10281,44 @@ msgstr "Sve"
msgid "%s table not found or not set in %s"
msgstr "%s tabela nije pronađena ili nije postavljena u %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tabela \"%s\" ne postoji!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Polja"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Prikaži skraćene upite"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Prikaži kompletne upite"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
#, fuzzy
msgid "Information"
msgstr "Podatci o prijavi"
@@ -10326,17 +10407,17 @@ msgstr ""
msgid "disabled"
msgstr "Onemogućeno"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Korisnik %s već postoji!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Brišem %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilegije su uspešno ponovo učitane."
@@ -11949,34 +12030,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Da li stvarno hoćete da "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Provjeri SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL rezultat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generirao"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Naziv"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Izabrani korisnici su uspješno obrisani."
@@ -12071,88 +12152,88 @@ msgstr "Tabela %s je odbačena"
msgid "View dump (schema) of table"
msgstr "Prikaži sadržaj (shemu) tabele"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Dodaj/obriši kolonu"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Ukupno"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Sačuvaj kao datoteku"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Ime korisnika"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Ime primarnog ključa mora da bude... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Ne mogu da promenim ključ u PRIMARY (primarni) !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Dijelovi ključa nisu definisani!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Dodaj novo polje"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Dodaj novo polje"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Ime ključa :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" mora biti ime samo primarnog ključa!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tip ključa :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Dodaj u ključ %s kolona(e)"
@@ -12175,276 +12256,174 @@ msgstr "Tabela %s je pomjerena u %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s je kopirana u %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Ima tabele je prazno!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Promijeni redoslijed u tabeli"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(po jednom polju)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Pomjeri tabelu u (baza.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcije tabele"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Promjeni ime tabele u"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiraj tabelu u (baza.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Pređi na kopiranu tabelu"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Radnje na tabeli"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabela %s je osvežena"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Osvježi tabelu (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Prikaz podataka tabele"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Baza ne postoji"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Radnje na tabeli"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Češki"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Popravi tabelu"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Proveri referencijalni integritet:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Prikaži tabele"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Zauzeće"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektivne"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistike reda"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamički"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Dužina reda"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Veličina reda"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
msgid "Internal relation"
msgstr "Opšte osobine relacija"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
msgid "Distinct values"
msgstr "Pregledaj strane vrijednosti"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Dodaj novo polje"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "nema"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabela %s je odbačena"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Osnovni ključ je upravo dodan %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Ključ je upravo dodan %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Prikaži informacije o PHP-u"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "Dodaj novo polje"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Za štampu"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relacioni pogled"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Predloži strukturu tabele"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "Dodaj novo polje"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Na kraju tabele"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Na početku tabele"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Poslije %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Napravi ključ na %s kolona"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12627,7 +12606,7 @@ msgstr "Nije Vam dozvoljeno da budete ovdje!"
msgid "The profile has been updated."
msgstr "Profil je promjenjen."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13741,6 +13720,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Izvoz"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegije"
+
#~ msgid ""
#~ "No description is available for this transformation.$cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3706,35 +3648,35 @@ msgstr ""
"La directiva $cfg['PmaAbsoluteUri'] HA d'estar establerta a "
"l'arxiu de configuració!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Index de servidor invàlid: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Nom de host invàlid pel servidor %1$s. Si us plau, reviseu la configuració."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Mètode d'identificació incorrecte establert a la configuració:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Es necessari actualitzar a %s %s o posterior."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "intent de sobreescriure la variable GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "possible aprofitament"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "detectat teclat numéric"
@@ -3765,37 +3707,37 @@ msgstr "Tancat"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Desactivat"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "estructura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "dades"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "estructura i dades"
@@ -3916,8 +3858,8 @@ msgid "Allow users to customize this value"
msgstr "Permet als usuaris configurar aquest valor"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Reinicia"
@@ -4198,7 +4140,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Màxim temps d'execució"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Desa com a arxiu"
@@ -4207,7 +4149,7 @@ msgid "Character set of the file"
msgstr "Joc de caràcters de l'arxiu"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4220,27 +4162,25 @@ msgstr "Compresió"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Posa els noms de columnes a la primera fila"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Columnes englobades per"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Columnes amb marca d'escapada"
@@ -4258,14 +4198,12 @@ msgstr "Treu caràcters CRLF de dins de les columnes"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Columnes acabades amb"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Línies acabades amb"
@@ -4291,7 +4229,7 @@ msgstr "Plantilla de nom de taula"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Bolcat de taula"
@@ -4302,8 +4240,8 @@ msgid "Include table caption"
msgstr "Inclusió del titol de taula"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Títol de taula"
@@ -4312,20 +4250,20 @@ msgid "Continued table caption"
msgstr "Continuació del títol de taula"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Etiqueta de clau"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Tipus MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacions"
@@ -4346,6 +4284,11 @@ msgstr "Sobreescriu arxiu(s) existent(s)"
msgid "Remember file name template"
msgstr "Recorda la plantilla del nom d'arxiu"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Afegeix valor AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Usa -backquotes- amb noms de taules i columnes"
@@ -4356,7 +4299,7 @@ msgid "SQL compatibility mode"
msgstr "Modus de compatibilitat SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "opcions CREATE TABLE :"
@@ -4369,10 +4312,17 @@ msgid "Use delayed inserts"
msgstr "Usa insercions diferides"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Desactiva les comprovacions de claus externes"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Afegeix %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Usa hexadecimal per a BLOB"
@@ -4386,7 +4336,7 @@ msgid "Syntax to use when inserting data"
msgstr "Sintaxi a usar a l'inserció de dades"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Tamany màxim de la consulta creada"
@@ -4395,7 +4345,7 @@ msgid "Export type"
msgstr "Tipus d'exportació"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Incloure exportació en la transacció"
@@ -4451,7 +4401,6 @@ msgstr "Configura les opcions predeterminades"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4797,14 +4746,12 @@ msgid "Partial import: allow interrupt"
msgstr "Importació parcial: permet interrompre"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "No avortar en cas d'error d' INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Canviar les dades de la taula per l'arxiu"
@@ -4821,7 +4768,6 @@ msgid "Format of imported file"
msgstr "Format de l'arxiu importat"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Usa clau LOCAL"
@@ -4831,7 +4777,7 @@ msgid "Column names in first row"
msgstr "Noms de columnes a la primera fila"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "No importis files buides"
@@ -5953,7 +5899,7 @@ msgstr "Necessita activar el SQL Validator"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Contrasenya"
@@ -6127,14 +6073,12 @@ msgstr "autenticació Signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV usant LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Full de càlcul Open Document"
@@ -6220,7 +6164,7 @@ msgstr "No es troba l'extensió %s. Comprova la configuració de PHP."
msgid "possible deep recursion attack"
msgstr "possible atac de recursivitat profunda"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6228,15 +6172,15 @@ msgstr ""
"El servidor no està responent (o el sòcol del servidor local MySQL no està "
"configurat correctament)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "El servidor no respon."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Comprova els permisos del directori que conté la base de dades."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalls..."
@@ -6283,24 +6227,24 @@ msgid "Create"
msgstr "Crea"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Sense permisos"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Crea una taula"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nom"
@@ -6958,7 +6902,7 @@ msgid "No data found for GIS visualization."
msgstr "No s'han trobat dades per a visualització GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL ha retornat un conjunt buit (p.e. cap fila)."
@@ -7008,7 +6952,7 @@ msgid "Go to view: %s"
msgstr "Anar a la vista: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Amaga"
@@ -7074,11 +7018,11 @@ msgstr ""
"Usa la tecla TAB per moure't de valor en valor, o CTRL+fletxes per moure't "
"on vulguis"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Mostrant consulta SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Id de la fila inserida: %1$d"
@@ -7093,34 +7037,34 @@ msgstr "Cap"
msgid "Convert to Kana"
msgstr "Converteix a Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "De"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "A"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Envia"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Afegir prefix de taula"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Afegir prefix"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Realment vols fer?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Sense canvis"
@@ -7326,7 +7270,158 @@ msgstr "Documentació de phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Recarrega el marc de navegació"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Reanomena base de dades a"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "La base de dades %s s'ha eliminat."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Elimina la base de dades"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Esborra la base de dades (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Només l'estructura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Estructura i dades"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Només dades"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Còpia base de dades a"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Inclou CREATE DATABASE abans de copiar"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Afegeix restriccions"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Canvia a la base de dades copiada"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Edita o exporta l'esquema relacional"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Altera la taula i ordena per"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(només)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Mou la taula a (base-de-dades.taula):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcions de taula"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Reanomena les taules a"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Motor d'emmagatzematge"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Còpia taula a (base-de-dades.taula):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Canvia a una taula copiada"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Manteniment de la taula"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Desfragmenta la taula"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "S'ha buidat la memòria cau de la taula %s"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Buida la memòria cau de la taula (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Esborra les dades o la taula"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Buida la taula (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Esborra la taula (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analitza"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Comprova"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimitza"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Reconstrueix"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Repara"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Manteniment de particions"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partició %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Elimina particionament"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Comprova la integritat referencial:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Aquest format no té opcions"
@@ -7335,7 +7430,7 @@ msgid "Cannot connect: invalid settings."
msgstr "No puc connectar: paràmetres incorrectes."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7366,36 +7461,36 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "No s'ha pogut utilitzar Blowfish de mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Identificació"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Pots entrar un nom d'amfitrió/adreça IP i port separat per espai."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Servidor:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Nom d'usuari:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Contrasenya:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Elecció de Servidor"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7403,14 +7498,14 @@ msgstr ""
"La configuració prohibeix la connexió sense contrasenya (veure "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Sense activitat des de fa %s segons o més, entra de nou"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "No podem connectar amb el servidor MySQL"
@@ -7441,92 +7536,92 @@ msgstr "Cap clau d'autenticació vàlida endollada"
msgid "Authenticating..."
msgstr "Autenticant..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Columnes separades amb:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Columnes englobades per:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Columnes amb marca d'escapada:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Línies acabades amb:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Canvía NULL amb:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Treu caràcters cr/lf dins de les columnes"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Edició per excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opcions de bolcat de dades"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Bolcant dades de la taula"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Esdeveniment"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definició"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Estructura de la taula"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Estructura per a vista"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Estructura de suport per a vistes"
@@ -7543,37 +7638,37 @@ msgstr "(continua)"
msgid "Structure of table @TABLE@"
msgstr "Estructura de la taula @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opcions de creació d'objectes"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Títol de taula (continuació)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Mostra les relacions de claus externes"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Mostra comentaris"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Mostra tipus MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7581,35 +7676,35 @@ msgstr "Mostra tipus MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Servidor"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Temps de generació"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versió del servidor"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versió de PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Exporta contingut"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7623,7 +7718,7 @@ msgstr "(Crea un llistat que conté les dades d'una sola taula)"
msgid "Report title:"
msgstr "Títol de llistat:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7631,13 +7726,13 @@ msgstr ""
"Mostra comentaris (inclou informació com a marca de temps d'exportació, "
"versió de PHP, i versió del servidor)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Afegeix comentari personalitzat a la capçalera (\n"
" divideix línies):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7645,25 +7740,25 @@ msgstr ""
"Inclou una marca de temps de quan es van crear les bases de dades, darrera "
"actualització, i darrera comprovació"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Sistema de base de dades o antic servidor MySQL per maximitzar la "
"compatibilitat de sortida amb:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Afegir instrucció %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Afegir instruccions:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7671,39 +7766,39 @@ msgstr ""
"Envoltar noms de taules i camps amb cometes inverses (Protegeix els noms "
"de camps i taules compostos de caràcters especials o paraules clau)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Opcions de creació d'objectes"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Enlloc d'instruccions INSERT , usa:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "instruccions INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "instruccions INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Funció a usar quan es bolquin dades:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Sintaxi a usar quan s'insereixin dades:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7713,7 +7808,7 @@ msgstr ""
" Exemple: INSERT INTO tbl_name (col_A,col_B,col_C) "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7723,7 +7818,7 @@ msgstr ""
" Exemple: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7731,7 +7826,7 @@ msgstr ""
"Ambdós anteriors
Exemple: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7739,7 +7834,7 @@ msgstr ""
"Cap dels anteriors
Exemple: INSERT INTO "
"tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7747,7 +7842,7 @@ msgstr ""
"Bolcat de columnes binàries en notació hexadecimal (per exemple, \"abc\" "
"s'expressarà com a 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7755,33 +7850,33 @@ msgstr ""
"Bolcat de columnes TIMESTAMP en UTC (permet que columnes TIMESTAMP es "
"bolquin i recarreguin entre servidors de diferents zones horàries)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procediments"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funcions"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Restriccions per taules bolcades"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Restriccions per la taula"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TIPUS MIME PER LA TAULA"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIONS DE LA TAULA"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Error llegint dades:"
@@ -7797,8 +7892,8 @@ msgstr "Vistes"
msgid "Export contents"
msgstr "Exporta contingut"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7820,15 +7915,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nom de les columnes:"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Paràmetre incorrecte per importació CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7838,58 +7933,49 @@ msgstr ""
"s'han escrit correctament, separats per comes i sense incloure'ls entre "
"cometes."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Format incorrecte a l'entrada CSV a la línia %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Comptador de columnes incorrecte en l'entrada CSV a la línia %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nom de taula"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nom de les columnes"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Aquesta extensió no suporta importacions comprimides!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Taula MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Format incorrecte a l'entrada CSV a la línia %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importar percentatges amb els decimals adients (ex. 12.00% a .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importar moneda (ex. $5.00 a 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7897,39 +7983,39 @@ msgstr ""
"El fitxer XML especificat era incorrecte o incomplet. Si us plau, arreglar-"
"lo i torna a intentar-ho."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Arxiu de tipus ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Hi va haver un error en importar el fitxer de tipus ESRI: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr "Has intentat importar un arxiu no vàlid o conté dades no vàlides"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "La extensió espacial MySQL no és compatible amb el tipus ESRI \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "L'arxiu importat no té dades"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Modus de compatibilitat SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "No feu servir AUTO_INCREMENT per a valors zero"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8102,7 +8188,7 @@ msgid "Enabled"
msgstr "Activat"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Característiques generals de relacions"
@@ -8178,7 +8264,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Re-entra a phpMyAdmin per a carregar l'arxiu de configuració actualitzat."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "sense descripció"
@@ -8229,7 +8315,7 @@ msgstr "Estat de l'esclau"
msgid "Variable"
msgstr "Variable"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID de Servidor"
@@ -8255,8 +8341,8 @@ msgstr "Qualsevol usuari"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Usa camp de text"
@@ -8348,7 +8434,7 @@ msgstr "Detalls"
msgid "Event name"
msgstr "Nom d'esdeveniment"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tipus d'event"
@@ -8734,12 +8820,12 @@ msgstr "Taula de continguts"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributs"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8776,6 +8862,10 @@ msgstr "Selecciona la pàgina"
msgid "Select Tables"
msgstr "Tria Taules"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nom de les columnes"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Mostra l'esquema relacional"
@@ -9047,14 +9137,14 @@ msgstr "Límita el nombre de connexions simultànies que l'usuari pot tenir."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Permisos especifics de taula"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: Els noms dels privilegis del MySQL són en idioma anglès"
@@ -9063,12 +9153,12 @@ msgid "Administration"
msgstr "Administració"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Permisos generals"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Permisos específics de base de dades"
@@ -9128,16 +9218,16 @@ msgid "Users having access to "%s""
msgstr "Usuaris amb accés a "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Usuari"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Atorga"
@@ -9146,8 +9236,8 @@ msgid "User has been added."
msgstr "Usuari afegit."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Qualsevol"
@@ -9163,12 +9253,12 @@ msgstr "específic de la base de dades"
msgid "wildcard"
msgstr "comodins"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "No s'han trobat usuaris."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Edita permisos"
@@ -9176,26 +9266,20 @@ msgstr "Edita permisos"
msgid "Revoke"
msgstr "Treu"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Exporta"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... respecta l'antic."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... esborra l'antic de les taules d'usuaris."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9203,80 +9287,74 @@ msgstr ""
" ... esborra l'antic de les taules d'usuaris i recarrega els permisos "
"després."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Canvi d'Informació de Connexió / Copia d'Usuari"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Permisos específics de columna"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Afegeix permisos a la següent base de dades"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Afegeix permisos a la següent taula"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Treu els usuaris triats"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "No s'han triat usuaris per esborrar!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Recarregant permisos"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "S'han esborrat correctament els usuaris triats."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Heu actualitzat els permisos de %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Permisos"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Permisos"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Vista global d'usuaris"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9289,11 +9367,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Has afegit un usuari nou."
@@ -9343,11 +9421,11 @@ msgstr "Neteja"
msgid "Columns"
msgstr "Columnes"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Desa aquesta consulta SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Deixa accedir a cada usuari a aquesta consulta desada"
@@ -9471,8 +9549,8 @@ msgstr ""
"cometes, fent servir aquest format: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Índex"
@@ -9524,13 +9602,13 @@ msgstr "Cap"
msgid "As defined:"
msgstr "Com definit:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Principal"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Text sencer"
@@ -9544,20 +9622,15 @@ msgstr ""
msgid "after %s"
msgstr "Darrere de %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Afegeix %s columna(es)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Has d'afegir al menys una columna."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Motor d'emmagatzematge"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definició de PARTICIÓ"
@@ -9566,7 +9639,7 @@ msgstr "Definició de PARTICIÓ"
msgid "Manage your settings"
msgstr "Gestiona els teus paràmetres"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "S'a desat la configuració"
@@ -9613,7 +9686,7 @@ msgstr "Ordenació de la connexió del servidor"
msgid "Appearance Settings"
msgstr "Paràmetres d'aparença"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Més paràmetres"
@@ -9798,133 +9871,133 @@ msgstr "Menú esquerre Mostra/Amaga"
msgid "Save position"
msgstr "Desa la posició"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Crea una relació"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Recarrega"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Ajuda"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Enllaços angulars"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Enllaços directes"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Alinia a la graella"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Tot Petit/Gran"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Canviar petit/gran"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Canviar línies de relació"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importa/Exporta coordenades per a esquema PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Construeix una consulta"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Menú Mou"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Amaga/Mostra tot"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Amaga/Mostra taules sense relacions"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Nombre de taules"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Esborra la relació"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operador de relació"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Excepte"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "subconsulta"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Reanomena a"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nou nom"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agrega"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Opcions actives"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "S'ha creat una pàgina"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Ha fallat la creació de pàgina"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "pàgina"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importar des de la pàgina seleccionada"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exporta a la pàgina seleccionada"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Crea una pàgina i exporta en ella"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nou nom de pàgina: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exporta/Importa a escala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recomanat"
@@ -9932,7 +10005,7 @@ msgstr "recomanat"
msgid "Error: relation already exists."
msgstr "Error: la relació ja existeix."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Error: La relació no s'ha afegit."
@@ -9940,7 +10013,7 @@ msgstr "Error: La relació no s'ha afegit."
msgid "FOREIGN KEY relation added"
msgstr "Afegida relació de FOREIGN KEY"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Afegida relació interna"
@@ -9948,11 +10021,11 @@ msgstr "Afegida relació interna"
msgid "Relation deleted"
msgstr "Relació esborrada"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Error desant coordenades per al Dissenyador."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Les modificacions han estat desades"
@@ -9960,48 +10033,48 @@ msgstr "Les modificacions han estat desades"
msgid "Cannot save settings, submitted form contains errors"
msgstr "No es poden desar els paràmetres, el formulari enviat conté errors"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "No es pot importar la configuració"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "La configuració conté dades incorrectes per a alguns camps."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Vols importar la resta de paràmetres?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Desat en: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importar des de arxiu"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importar des de l'emmagatzemament del navegador"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"Els paràmetres s'importaran des del emmagatzemament local del teu navegador."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "No has desat els paràmetres!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Aquesta característica no està suportada pel teu navegador"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Fusiona amb la configuració actual"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10010,19 +10083,19 @@ msgstr ""
"Pots establir més paràmetres modificant l'arxiu config.inc.php, ex. by usant "
"%sSetup script%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Desar a l'emmagatzemament del navegador"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Els paràmetres es desaran al emmagatzemament local del teu navegador."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Els paràmetres existents es sobreescriuran!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Pots restablir tots els teus paràmetres als valors per defecte."
@@ -10039,41 +10112,41 @@ msgstr "Tot"
msgid "%s table not found or not set in %s"
msgstr "taula %s no trobada o no definida a %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "L'arxiu no existeix"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Tria el registre binari per veure"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Arxius"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Talla les consultes mostrades"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Mostra Consultes completes"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nom del registre"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posició"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Posició original"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informació"
@@ -10158,17 +10231,17 @@ msgstr "Licència"
msgid "disabled"
msgstr "desactivat"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "L'usuari %s ja existeix!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Esborrant %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Els permisos s'han recarregat correctament."
@@ -11481,8 +11554,7 @@ msgstr "Només recuperar instruccions SELECT, INSERT, UPDATE i DELETE"
#: server_status.php:1802
msgid "Remove variable data in INSERT statements for better grouping"
msgstr ""
-"Elimina dades variables en les instruccions INSERT per a una millor "
-"agrupació"
+"Elimina dades variables en les instruccions INSERT per a una millor agrupació"
#: server_status.php:1807
msgid "Choose from which log you want the statistics to be generated from."
@@ -11647,8 +11719,8 @@ msgstr "Descarrega"
#: setup/frames/form.inc.php:25
msgid "Incorrect formset, check $formsets array in setup/frames/form.inc.php"
msgstr ""
-"Conjunt de formularis incorrecte, comprova l'array $formsets a l'arxiu "
-"setup/frames/form.inc.php"
+"Conjunt de formularis incorrecte, comprova l'array $formsets a l'arxiu setup/"
+"frames/form.inc.php"
#: setup/frames/index.inc.php:51
msgid "Cannot load or save configuration"
@@ -11989,32 +12061,32 @@ msgstr "Usar el preferit \"%s\" com a pàgina de cerca per defecte."
msgid "Do you really want to execute following query?"
msgstr "Realment vols fer?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Mostrant com a codi PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL validat"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Resultat SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generat per"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemes amb els indexs de la taula `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiqueta"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "S'ha modificat la taula %1$s correctament"
@@ -12096,78 +12168,78 @@ msgstr "S'ha creat la taula %1$s."
msgid "View dump (schema) of table"
msgstr "Veure un bolcat (esquema) de la taula"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Mostra visualització GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Ample"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Alt"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etiqueta de columna"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- cap --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Columna espacial"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Redibuixa"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Desa a un arxiu"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nom de l'arxiu"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "El nom de la clau principal ha de ser ... \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "No pots canviar el nom d'un índex a PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "No s'han definit parts de l'índex!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Afegir índex"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Editar índex"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nom d'índex:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" ha de ser el nom i només el nom de la clau "
"principal!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tipus d'índex:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Afegeix a l'índex %s columna(es) "
@@ -12190,151 +12262,57 @@ msgstr "Taula %s moguda a %s."
msgid "Table %s has been copied to %s."
msgstr "La taula %s s'ha copiat a %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "El nom de la taula és buit!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Altera la taula i ordena per"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(només)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Mou la taula a (base-de-dades.taula):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcions de taula"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Reanomena les taules a"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Còpia taula a (base-de-dades.taula):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Canvia a una taula copiada"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Manteniment de la taula"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Desfragmenta la taula"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "S'ha buidat la memòria cau de la taula %s"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Buida la memòria cau de la taula (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Esborra les dades o la taula"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Buida la taula (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Esborra la taula (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Manteniment de particions"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partició %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analitza"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Comprova"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimitza"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Reconstrueix"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Repara"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Elimina particionament"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Comprova la integritat referencial:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Mostrant taules"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Utilització d'espai"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efectiu"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Estadística de files"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "estàtic"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinàmic"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Tamany de fila"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Mida de fila"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "AUTOINDEX Següent"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Error creant clau externa -foreign key- a %1$s (comprovar tipus de dades)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Relació interna"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12342,107 +12320,107 @@ msgstr ""
"No es necessita una relació interna quan existeix una relació corresponent "
"de FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Límit de clau externa"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Espacial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Navega per valors diferents"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Afegir clau principal"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Afegir índex únic"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Afegir índex espacial (SPATIAL)"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Afegir índex FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Cap"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "S'ha esborrat la columna %s"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "S'ha afegit una clau principal a %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "S'ha afegit un índex a %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Mostra més accions"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Treu columna(es)"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Editar vista"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Vista de relacions"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Proposa una estructura de taula"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Afegeix columna(es)"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Al final de la taula"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Al principi de la taula"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Darrere de %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Crea un índex de %s columnes"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "particionat"
@@ -12624,7 +12602,7 @@ msgstr "No tens prou permisos per visualitzar aquesta informació!"
msgid "The profile has been updated."
msgstr "S'ha actualitzat el perfil."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nom de VISTA"
@@ -12747,7 +12725,6 @@ msgstr ""
#: libraries/advisory_rules.txt:82
#, php-format
-#| msgid "long_query_time is set to %d second(s)."
msgid "long_query_time is currently set to %ds."
msgstr "long_query_time està configurat a %ds."
@@ -12756,7 +12733,6 @@ msgid "Slow query logging"
msgstr "Registre de consultes lentes"
#: libraries/advisory_rules.txt:87
-#| msgid "slow_query_log is enabled."
msgid "The slow query log is disabled."
msgstr "El registre de consultes lentes està desactivat."
@@ -12769,7 +12745,6 @@ msgstr ""
"'ON'. Això t'ajudarà a solucionar les consultes amb mal rendiment."
#: libraries/advisory_rules.txt:89
-#| msgid "long_query_time is set to %d second(s)."
msgid "log_slow_queries is set to 'OFF'"
msgstr "log_slow_queries està a 'OFF'"
@@ -12801,7 +12776,8 @@ msgstr "Versió menor"
#: libraries/advisory_rules.txt:103
msgid "Version less than 5.1.30 (the first GA release of 5.1)."
-msgstr "Versió inferior a 5.1.30 (la primera versió disponible pública de 5.1)."
+msgstr ""
+"Versió inferior a 5.1.30 (la primera versió disponible pública de 5.1)."
#: libraries/advisory_rules.txt:104
msgid ""
@@ -12851,11 +12827,13 @@ msgstr "El manual de MySQL només és exacte per als binaris oficials de MySQL."
#: libraries/advisory_rules.txt:125
msgid "Percona documentation is at http://www.percona.com/docs/wiki/"
-msgstr "La documentació de Percona es troba a http://www.percona.com/docs/wiki/"
+msgstr ""
+"La documentació de Percona es troba a http://www.percona.com/docs/wiki/"
#: libraries/advisory_rules.txt:126
msgid "'percona' found in version_comment"
-msgstr "S'ha trobat 'percona' als comentaris de la versió (\"version_comment\")"
+msgstr ""
+"S'ha trobat 'percona' als comentaris de la versió (\"version_comment\")"
#: libraries/advisory_rules.txt:132
msgid "Drizzle documentation is at http://docs.drizzle.org/"
@@ -12921,7 +12899,6 @@ msgid "Query caching method"
msgstr "Mètode de cau de consultes"
#: libraries/advisory_rules.txt:156
-#| msgid "Query cache"
msgid "Suboptimal caching method."
msgstr "Mètode d'emmagatzematge en memòria cau subòptima."
@@ -12933,10 +12910,10 @@ msgid ""
"cache, especially if you have multiple slaves."
msgstr ""
"Estàs utilitzant la memòria cau de consultes de MySQL amb una base de dades "
-"de força transit. Valdria la pena considerar l'ús memcached en lloc de la memòria cau de consultes de "
-"MySQL, especialment si tens diversos servidors esclaus."
+"de força transit. Valdria la pena considerar l'ús memcached en lloc de la "
+"memòria cau de consultes de MySQL, especialment si tens diversos servidors "
+"esclaus."
#: libraries/advisory_rules.txt:158
#, php-format
@@ -12964,7 +12941,6 @@ msgstr "Pensa en la possibilitat d'augmentar {query_cache_limit}."
#: libraries/advisory_rules.txt:165
#, php-format
-#| msgid "Sort buffer size"
msgid "The current query cache hit rate of %s%% is below 20%%"
msgstr ""
"L'actual taxa d'èxit de la memòria cau de consultes %s%% és inferior al 20%%"
@@ -13000,7 +12976,6 @@ msgid "Query cache fragmentation"
msgstr "Fragmentació del cau de consultes"
#: libraries/advisory_rules.txt:177
-#| msgid "The server is not responding"
msgid "The query cache is considerably fragmented."
msgstr "La memòria cau de consultes està bastant fragmentada."
@@ -13015,8 +12990,8 @@ msgid ""
"using this formula: (query_cache_size - qcache_free_memory) / "
"qcache_queries_in_cache"
msgstr ""
-"Una alta fragmentació és probable que augmenti (més) \"Qcache_lowmem_prunes\". "
-"Això podria ser causat per moltes reduccions fetes a la memòria cau de "
+"Una alta fragmentació és probable que augmenti (més) \"Qcache_lowmem_prunes"
+"\". Això podria ser causat per moltes reduccions fetes a la memòria cau de "
"consultes per falta de memòria, pel fet que {query_cache_size} és massa "
"petit. Una solució immediata però a curt plaç és que pots buidar la memòria "
"cau de consultes (pot bloquejar la memòria cau de consultes durant molt de "
@@ -13037,7 +13012,6 @@ msgstr ""
"lliures i usats. Aquest valor ha de ser inferior al 20%%."
#: libraries/advisory_rules.txt:181
-#| msgid "Query cache used"
msgid "Query cache low memory prunes"
msgstr "Reduccions a memòria cau per falta de memòria"
@@ -13092,7 +13066,6 @@ msgstr ""
#: libraries/advisory_rules.txt:193
#, php-format
-#| msgid "Current version: %s"
msgid "Current query cache size: %s"
msgstr "La mida actual de la memòria cau de consultes: %s"
@@ -13119,9 +13092,9 @@ msgid ""
"might reduce efficiency."
msgstr ""
"Canviant {query_cache_limit} (normalment mitjançant l'augment) pot augmentar "
-"l'eficiència. Aquest paràmetre defineix la mida màxima que un resultat de "
-"la consulta pot tenir per ser inserit en la memòria cau de consultes. Si hi "
-"ha molts resultats de la consulta de més d'1 MIB que són candidats al cau "
+"l'eficiència. Aquest paràmetre defineix la mida màxima que un resultat de la "
+"consulta pot tenir per ser inserit en la memòria cau de consultes. Si hi ha "
+"molts resultats de la consulta de més d'1 MIB que són candidats al cau "
"(moltes lectures, poques escritures), llavors augmentar {query_cache_limit} "
"incrementarà l'eficiència. Mentre que en el cas de molts resultats de la "
"consulta per sobre d'1 MIB que no són útils al cau (sovint invalidades a "
@@ -13163,7 +13136,6 @@ msgstr "Rati de classificacions que provoquen taules temporals"
#: libraries/advisory_rules.txt:216
#, php-format
-#| msgid "Sort buffer size"
msgid ""
"Temporary tables average: %s, this value should be less than 1 per hour."
msgstr ""
@@ -13214,18 +13186,15 @@ msgstr ""
#: libraries/advisory_rules.txt:231
#, php-format
-#| msgid "Sort buffer size"
msgid "Table joins average: %s, this value should be less than 1 per hour"
msgstr ""
"Mitjana dúnions \"JOIN\": %s, aquest valor ha de ser inferior a 1 per hora"
#: libraries/advisory_rules.txt:233
-#| msgid "There are no files to upload"
msgid "Rate of reading first index entry"
msgstr "Taxa de lectura del primer índex"
#: libraries/advisory_rules.txt:236
-#| msgid "The number of pending log file fsyncs."
msgid "The rate of reading the first index entry is high."
msgstr "La taxa de lectura del primer índex és alta."
@@ -13248,19 +13217,16 @@ msgstr ""
#: libraries/advisory_rules.txt:238
#, php-format
-#| msgid "Sort buffer size"
msgid "Index scans average: %s, this value should be less than 1 per hour"
msgstr ""
"Mitjana de escaneigs d'Índex: %s, aquest valor ha de ser inferior a 1 per "
"hora"
#: libraries/advisory_rules.txt:240
-#| msgid "Format of imported file"
msgid "Rate of reading fixed position"
msgstr "Taxa de lectura de posició fix"
#: libraries/advisory_rules.txt:243
-#| msgid "The number of pending log file fsyncs."
msgid "The rate of reading data from a fixed position is high."
msgstr "La taxa de lectura de dades d'una posició fixa és alta."
@@ -13284,12 +13250,10 @@ msgstr ""
"per hora"
#: libraries/advisory_rules.txt:247
-#| msgid "Create table"
msgid "Rate of reading next table row"
msgstr "Taxa de lectura de la següent fila d'una taula"
#: libraries/advisory_rules.txt:250
-#| msgid "The current number of pending writes."
msgid "The rate of reading the next table row is high."
msgstr "La taxa de lectura de la següent fila de la taula és alta."
@@ -13303,7 +13267,6 @@ msgstr ""
#: libraries/advisory_rules.txt:252
#, php-format
-#| msgid "Sort buffer size"
msgid ""
"Rate of reading next table row: %s, this value should be less than 1 per hour"
msgstr ""
@@ -13336,7 +13299,6 @@ msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
msgstr "Els valors actuals són tmp_table_size: %s, max_heap_table_size: %s"
#: libraries/advisory_rules.txt:262
-#| msgid "Format of imported file"
msgid "Percentage of temp tables on disk"
msgstr "Percentatge de taules temporals en el disc"
@@ -13362,9 +13324,9 @@ msgstr ""
"valor d'aquestes variables. Per eliminar-les hauràs de re-escriure les teves "
"consultes per evitar aquestes condicions (dins d'una taula temporal: La "
"presència d'una columna BLOB o TEXT o la presència d'una columna més gran "
-"que 512 bytes) com s'esmenta al començament d'un Article de the Pythian "
-"Group"
+"que 512 bytes) com s'esmenta al començament d'un Article de the "
+"Pythian Group"
#: libraries/advisory_rules.txt:267
#, php-format
@@ -13394,9 +13356,8 @@ msgstr ""
"valor d'aquestes variables. Per eliminar-les hauràs de re-escriure les teves "
"consultes per evitar aquestes condicions (dins d'una taula temporal: La "
"presència d'una columna BLOB o TEXT o la presència d'una columna més gran "
-"que 512 bytes) tal com s'esmenta a la documentació de MySQL"
+"que 512 bytes) tal com s'esmenta a la documentació de MySQL"
#: libraries/advisory_rules.txt:274
#, php-format
@@ -13426,7 +13387,6 @@ msgstr ""
"un bon començament."
#: libraries/advisory_rules.txt:294
-#| msgid "Sort buffer size"
msgid "key_buffer_size is 0"
msgstr "key_buffer_size és 0"
@@ -13464,14 +13424,12 @@ msgstr "Percentatge usat de l'àrea de claus MyISAM"
#: libraries/advisory_rules.txt:309
#, php-format
-#| msgid "Sort buffer size"
msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
msgstr ""
"%% utilitzat de memòria intermèdia de claus MyISAM : %s%%, aquest valor ha "
"d'estar per sobre del 95%%"
#: libraries/advisory_rules.txt:311
-#| msgid "Percentage of slow queries"
msgid "Percentage of index reads from memory"
msgstr "Percentatge d'índex llegits des de la memòria"
@@ -13488,7 +13446,6 @@ msgstr "Potser hauries d'augmentar {key_buffer_size}."
#: libraries/advisory_rules.txt:316
#, php-format
-#| msgid "Sort buffer size"
msgid "Index reads from memory: %s%%, this value should be above 95%%"
msgstr ""
"Índex llegits de la memòria: %s%%, aquest valor ha de ser superior al 95%%"
@@ -13511,7 +13468,6 @@ msgstr ""
#: libraries/advisory_rules.txt:325
#, php-format
-#| msgid "Sort buffer size"
msgid "Opened table rate: %s, this value should be less than 10 per hour"
msgstr ""
"Taxa d'apertura de taules: %s, aquest valor ha de ser inferior a 10 per hora"
@@ -13526,8 +13482,8 @@ msgid ""
"may get a \"Too many open files\" error."
msgstr ""
"El nombre d'arxius oberts s'està acostant al nombre màxim d'arxius oberts. "
-"Pots arribar a obtenir un avís d'error \"Massa arxius oberts\" (\"Too many open "
-"files\")."
+"Pots arribar a obtenir un avís d'error \"Massa arxius oberts\" (\"Too many "
+"open files\")."
#: libraries/advisory_rules.txt:331 libraries/advisory_rules.txt:338
msgid ""
@@ -13555,7 +13511,6 @@ msgstr "El rati d'arxius oberts és alt."
#: libraries/advisory_rules.txt:339
#, php-format
-#| msgid "Sort buffer size"
msgid "Opened files rate: %s, this value should be less than 5 per hour"
msgstr ""
"Taxa d'apertura d'arxius:%s, aquest valor ha de ser inferior a 5 per hora"
@@ -13577,11 +13532,10 @@ msgstr ""
#: libraries/advisory_rules.txt:346
#, php-format
-#| msgid "Sort buffer size"
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:348
msgid "Table lock wait rate"
@@ -13589,7 +13543,6 @@ msgstr "Taxa d'espera de bloqueig de taules"
#: libraries/advisory_rules.txt:353
#, php-format
-#| msgid "Sort buffer size"
msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
msgstr ""
"Taxa d'espera de bloqueig de taula: %s, aquest valor ha de ser inferior a 1 "
@@ -13612,7 +13565,6 @@ msgid "Enable the thread cache by setting {thread_cache_size} > 0."
msgstr "Habilita la memòria cau de fils configurant {thread_cache_size} > 0."
#: libraries/advisory_rules.txt:360
-#| msgid "Tracking is not active."
msgid "The thread cache is set to 0"
msgstr "La memòria cau de fils està establerta a 0"
@@ -13631,14 +13583,12 @@ msgstr "Augmenta {thread_cache_size}."
#: libraries/advisory_rules.txt:367
#, php-format
-#| msgid "Sort buffer size"
msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
msgstr ""
"Taxa d'encert del cau de fils: %s%%, aquest valor ha d'estar per sobre del "
"80%%"
#: libraries/advisory_rules.txt:369
-#| msgid "The number of threads that are not sleeping."
msgid "Threads that are slow to launch"
msgstr "Fils que s'inicien lentament"
@@ -13665,12 +13615,10 @@ msgid "Slow launch time"
msgstr "Temps d'inici lent"
#: libraries/advisory_rules.txt:379
-#| msgid "long_query_time is set to %d second(s)."
msgid "Slow_launch_threads is above 2s"
msgstr "{slow_launch_threads} està per sobre de 2s"
#: libraries/advisory_rules.txt:380
-#| msgid "The number of threads that are not sleeping."
msgid ""
"Set slow_launch_time to 1s or 2s to correctly count threads that are slow to "
"launch"
@@ -13680,7 +13628,6 @@ msgstr ""
#: libraries/advisory_rules.txt:381
#, php-format
-#| msgid "long_query_time is set to %d second(s)."
msgid "slow_launch_time is set to %s"
msgstr "{slow_launch_time} està establert a %s"
@@ -13720,7 +13667,6 @@ msgid "Percentage of aborted connections"
msgstr "Percentatge de connexions fallides"
#: libraries/advisory_rules.txt:395 libraries/advisory_rules.txt:402
-#| msgid "Allows creating temporary tables."
msgid "Too many connections are aborted."
msgstr "Massa connexions avortades."
@@ -13731,8 +13677,8 @@ msgid ""
"source-of-aborted_connects/\">This article might help you track down the "
"source."
msgstr ""
-"Les connexions s'avorten generalment quan no poden ser autoritzades. Aquest article pot ajudar a rastrejar el "
"motiu."
@@ -13760,7 +13706,6 @@ msgid "Percentage of aborted clients"
msgstr "Percentatge de clients avortats"
#: libraries/advisory_rules.txt:409 libraries/advisory_rules.txt:416
-#| msgid "Allows creating temporary tables."
msgid "Too many clients are aborted."
msgstr "Massa clients avortats."
@@ -13786,7 +13731,6 @@ msgstr "Rati de clients avortats"
#: libraries/advisory_rules.txt:418
#, php-format
-#| msgid "Sort buffer size"
msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
msgstr ""
"La taxa de clients avortats és de %s, aquest valor ha de ser inferior a 1 "
@@ -13841,13 +13785,12 @@ msgstr ""
"en compte però que no es pot simplement canviar el valor d'aquesta variable. "
"Cal parar el servidor, eliminar els arxius de registre d'InnoDB, definir el "
"nou valor en l'arxiu my.cnf, iniciar el servidor, i comprovar immediatament "
-"els registres d'error per veure si tot ha anat bé. Consulta també aquest article"
#: libraries/advisory_rules.txt:434
#, php-format
-#| msgid "The number writes done to the InnoDB buffer pool."
msgid ""
"Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
"it should not be below 20%%"
@@ -13856,7 +13799,6 @@ msgstr ""
"intermèdia d'InnoDB, que no hauria de ser inferior al 20%%"
#: libraries/advisory_rules.txt:436
-#| msgid "Buffer pool size"
msgid "Max InnoDB log size"
msgstr "Mida màxima del registre InnoDB"
@@ -13880,14 +13822,14 @@ msgstr ""
"Normalment és suficient establir {innodb_log_file_size} al 25%% de la mida "
"de {innodb_buffer_pool_size}. Un valor de {innodb_log_file_size} molt gran "
"alenteix el temps de recuperació després d'una caiguda de la base de dades "
-"de manera considerable. Consulta també el present article. Cal apagar el servidor, eliminar "
-"els arxius de registre d'InnoDB, definir el nou valor a l'arxiu my.cnf, "
-"iniciar el servidor, i comprovar immediatament els registres d'error per "
-"veure si tot ha anat bé. Consulta també aquest article"
+"de manera considerable. Consulta també el present article. Cal apagar el servidor, eliminar els arxius de "
+"registre d'InnoDB, definir el nou valor a l'arxiu my.cnf, iniciar el "
+"servidor, i comprovar immediatament els registres d'error per veure si tot "
+"ha anat bé. Consulta també aquest "
+"article"
#: libraries/advisory_rules.txt:441
#, php-format
@@ -13899,7 +13841,6 @@ msgid "InnoDB buffer pool size"
msgstr "Tamany del búfer d'InnoDB"
#: libraries/advisory_rules.txt:446
-#| msgid "Buffer pool size"
msgid "Your InnoDB buffer pool is fairly small."
msgstr "La memòria intermèdia d'InnoDB és relativament petita."
@@ -13926,9 +13867,9 @@ msgstr ""
"cal avaluar acuradament el consum de memòria dels altres serveis i taules "
"amb altres motors i definir aquesta variable en conseqüència. Si és massa "
"alt, el sistema començarà a utilitzar l'àrea d'intercanvi a disc, el que "
-"disminueix significativament el rendiment. Consulta també aquest article"
+"disminueix significativament el rendiment. Consulta també aquest article"
#: libraries/advisory_rules.txt:448
#, php-format
@@ -13948,7 +13889,6 @@ msgid "MyISAM concurrent inserts"
msgstr "Insercions MyISAM a l'hora"
#: libraries/advisory_rules.txt:455
-#| msgid "max. concurrent connections"
msgid "Enable concurrent_insert by setting it to 1"
msgstr "Activa {concurrent_insert} establint el valor a 1"
@@ -13959,20 +13899,26 @@ msgid ""
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation"
msgstr ""
"Establint {concurrent_insert} a 1 redueix la competència entre els lectors i "
-"escriptors de una mateixa taula. Consulta també la documentació de MySQL"
+"escriptors de una mateixa taula. Consulta també la documentació de MySQL"
+"a>"
#: libraries/advisory_rules.txt:457
-#| msgid "max. concurrent connections"
msgid "concurrent_insert is set to 0"
msgstr "{concurrent_insert} està establert a 0"
-#~ msgid "PDF"
-#~ msgstr "PDF"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
-#~ msgid "PHP array"
-#~ msgstr "matriu PHP"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Exporta"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Permisos"
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ckb.po b/po/ckb.po
index bf70db52fd..2255625cdb 100644
--- a/po/ckb.po
+++ b/po/ckb.po
@@ -7,11 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-08-04 12:39+0200\n"
"Last-Translator: renwar kurd \n"
-"Language-Team: Kurdish Sorani "
-" \n"
+"Language-Team: Kurdish Sorani \n"
"Language: ckb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,12 +20,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "پیشاندانی هەموو"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -43,24 +43,27 @@ msgstr ""
"ئەمو پەڕەیە ناتوانرێت تازە بکرێتەوە، لەوانەیە پەڕە کۆنەکەت داخستبێت، یان "
"ڕێکخستنی پاراستنی وێبگەڕەکەت وا ڕیکخراوە کە ڕی لە تازەکردنەوە بگریت"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "گەڕان"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -72,18 +75,16 @@ msgstr "گەڕان"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "بڕۆ"
@@ -103,7 +104,7 @@ msgstr "پێناسە"
msgid "Use this value"
msgstr "ئەم نرخە هەڵبژێرە"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -117,31 +118,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "بنکەی دراوەی %1$s درووستکرا."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr ":تێبینی بنکەی دراوە"
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "تێبینیەکانی خشتە"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "ستون"
@@ -150,11 +151,11 @@ msgstr "ستون"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -164,44 +165,44 @@ msgstr "ستون"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "جۆر"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "بەتاڵ"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "بنەڕەت"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -211,9 +212,9 @@ msgstr "بەستەر دەکات بۆ"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -224,21 +225,21 @@ msgstr "بۆچوون"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "نەخێر"
@@ -246,27 +247,27 @@ msgstr "نەخێر"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "بەڵێ"
@@ -288,88 +289,21 @@ msgstr "هەڵبژاردنی هەموو"
msgid "Unselect All"
msgstr "هەلنەبژاردنی هەموو"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "ناوی بنکەی دراوە بەتاڵە!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "ناوی بنکەی دراوەی %1$s گۆڕدرا بۆ %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "بنکەی دراوەی %1$s ڕوونووس کرا بۆ بنکەی دراوەی %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "ناوی بنکەی دراوە بگۆڕە بۆ"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "سڕینەوەی بنکەی دراوە"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "بنکەی دراوەی %s سڕایەوە."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "سڕینەوەی بنکەی دراوە (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "لە ڕوونووسینەوەی بنکەی دراوە بۆ"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "تەنیا بنچینە"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "بنچینە و زانیاری"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "تەنیا زانیاری"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "بنکەی دراوە درووست بکە پێش ڕوونووسکردن"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "زیادکردن %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "زۆرکردنی نرخی زۆربوونی خۆکارانە"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "زیادکردنی مەرج"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "بڕۆ بۆ بنکەی دراوەی ڕوونووس کراو"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "ڕێکخستن"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -377,20 +311,16 @@ msgid ""
msgstr ""
"شێوەی بیرگەی phpMyAdmin ناچالاک کراوە. بۆ دۆزینەوەی کلیک لەمە بکە %shere%s"
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "دەستکاری کردن یان هەناردنی پەیوەندی نەخشە"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "خشتە"
@@ -398,41 +328,41 @@ msgstr "خشتە"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "خانە"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "قەبارە"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "بەکار دەبرێت"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "درووستکردن"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "دواترین نوێکردنەوە"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "دواترین پشکنین"
@@ -454,7 +384,7 @@ msgstr "گۆڕین بۆ %svisual builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -469,17 +399,17 @@ msgstr "هیچ خشتەیەک نەدۆزرایەوە لە بنکەی دراو"
msgid "unknown"
msgstr "نەناسراوە"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "خشتەی %s خاڵی کرا"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s سڕایەوە"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "خشتەی %s سڕایەوە"
@@ -492,19 +422,19 @@ msgstr "بەدواچوونەوە چالاکە."
msgid "Tracking is not active."
msgstr "بەدواچوونەوە ناچالاکە."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "نیشاندان"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -520,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s بیرگەی بزوێنەری سەرەکیە لەسەر ڕاژەکاری MySQL"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "لەگەڵ پەڕگەی دەستنیشانکراو:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "پشکنینی هەموو"
@@ -542,50 +472,51 @@ msgstr "پشکنینی هەموو"
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "هەناردن"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "پارچەیەک بۆ چاپکردن"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "بەتاڵ"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "فڕیدان"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "پشکنینی خشتە"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr ""
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "چاکردنی خشتە"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "شیکردنەوەى خشتە"
@@ -593,11 +524,11 @@ msgstr "شیکردنەوەى خشتە"
msgid "Add prefix to table"
msgstr "زیادکردنی پێشگر بۆ خشتە"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "گۆڕینی پێشگری خشتە"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "لەبەرگرتنەوەی خشتە لەگەڵ پێشگر"
@@ -609,20 +540,20 @@ msgstr "فەرهەنگی زانیاریەکان"
msgid "Tracked tables"
msgstr "شوێنکەوتەی خشتە"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "بنکەی دراو"
@@ -638,9 +569,9 @@ msgstr "دروستکراوە"
msgid "Updated"
msgstr "بارکراوە"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "ڕەوش"
@@ -648,14 +579,14 @@ msgstr "ڕەوش"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "کردار"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "پیشاندان"
@@ -688,7 +619,7 @@ msgstr ""
msgid "Untracked tables"
msgstr "خشتە شوێن نەکەوتوەکان"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -738,7 +669,7 @@ msgstr "هەناردنی ئەم جۆرە ڕێگەپێدراو نییە"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -747,7 +678,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -862,7 +793,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -884,10 +815,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -909,7 +840,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -949,7 +880,7 @@ msgstr "زیادکردنی نیشاندەر"
msgid "Edit Index"
msgstr "چاکردنی نیشاندەر"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr ""
@@ -980,8 +911,8 @@ msgstr "وشە نهێنیەکان وەک خۆیان نین"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "زیادکردنی بەکارهێنەر"
@@ -1001,9 +932,9 @@ msgstr "داخستن"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1029,7 +960,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "سەرجەم"
@@ -1225,7 +1156,7 @@ msgstr ""
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr ""
@@ -1245,12 +1176,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "هیچ"
@@ -1421,10 +1352,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "کات"
@@ -1512,10 +1443,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "هێنان"
@@ -1563,9 +1494,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "لابردن"
@@ -1593,9 +1524,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "باشە"
@@ -1635,15 +1566,15 @@ msgstr ""
msgid "Show indexes"
msgstr ""
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(چالاکە)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(ناچالاکە)"
@@ -1710,8 +1641,8 @@ msgstr ""
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "گۆڕین"
@@ -1719,8 +1650,8 @@ msgstr "گۆڕین"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1729,8 +1660,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "پاشەکەوتکردن"
@@ -1786,12 +1717,12 @@ msgstr ""
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1811,7 +1742,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1894,7 +1825,7 @@ msgstr ""
msgid "Change Password"
msgstr ""
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr ""
@@ -2265,13 +2196,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "هەڵە"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "داواکاری SQL"
@@ -2339,7 +2270,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2364,152 +2295,153 @@ msgstr ""
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr ""
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "گەڕۆک"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr ""
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "لە سەرەتاوە بۆ کۆتایی"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "لە کۆتایی بۆ سەرەتا"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "ڕیزکردن"
@@ -2535,8 +2467,8 @@ msgid "Use Tables"
msgstr "خشتە بەکار ببە"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "یان"
@@ -2601,13 +2533,13 @@ msgstr[1] ""
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2638,173 +2570,173 @@ msgstr "لەناو خشتە:\n"
msgid "Inside column:"
msgstr "لە نێو خشتەی:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr ""
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2866,27 +2798,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr ""
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr ""
@@ -2899,6 +2831,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "ڕێکخستن"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2921,93 +2863,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr ""
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3068,50 +3010,50 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr ""
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3124,16 +3066,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3146,56 +3088,56 @@ msgstr ""
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3530,14 +3472,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3562,55 +3504,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3641,37 +3583,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr ""
@@ -3792,8 +3734,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4047,7 +3989,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4056,7 +3998,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4069,27 +4011,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4107,14 +4047,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4140,7 +4078,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4151,8 +4089,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4161,20 +4099,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4195,6 +4133,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "زۆرکردنی نرخی زۆربوونی خۆکارانە"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4205,7 +4148,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4218,10 +4161,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "زیادکردن %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4235,7 +4185,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4244,7 +4194,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4297,7 +4247,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4614,14 +4563,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4636,7 +4583,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4646,7 +4592,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5637,7 +5583,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "وشەی نهێنی"
@@ -5792,14 +5738,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5885,21 +5829,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -5944,24 +5888,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6545,7 +6489,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6593,7 +6537,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6656,11 +6600,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6675,32 +6619,32 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -6906,7 +6850,158 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "ناوی بنکەی دراوە بگۆڕە بۆ"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "بنکەی دراوەی %s سڕایەوە."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "سڕینەوەی بنکەی دراوە"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "سڕینەوەی بنکەی دراوە (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "تەنیا بنچینە"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "بنچینە و زانیاری"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "تەنیا زانیاری"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "لە ڕوونووسینەوەی بنکەی دراوە بۆ"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "بنکەی دراوە درووست بکە پێش ڕوونووسکردن"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "زیادکردنی مەرج"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "بڕۆ بۆ بنکەی دراوەی ڕوونووس کراو"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "دەستکاری کردن یان هەناردنی پەیوەندی نەخشە"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -6915,7 +7010,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -6940,49 +7035,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7013,92 +7108,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7115,37 +7210,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7153,33 +7248,33 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "وەشانی ڕاژە"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr ""
@@ -7191,139 +7286,139 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7339,8 +7434,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7357,109 +7452,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7577,7 +7663,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7646,7 +7732,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7695,7 +7781,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7719,8 +7805,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7810,7 +7896,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8193,12 +8279,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8235,6 +8321,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8495,14 +8585,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8511,12 +8601,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8574,16 +8664,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8592,8 +8682,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8609,12 +8699,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8622,98 +8712,90 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8722,11 +8804,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -8776,11 +8858,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -8882,8 +8964,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -8927,13 +9009,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -8946,20 +9028,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -8968,7 +9045,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9010,7 +9087,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9163,133 +9240,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9297,7 +9374,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9305,7 +9382,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9313,11 +9390,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9325,66 +9402,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9401,41 +9478,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9517,17 +9594,17 @@ msgstr ""
msgid "disabled"
msgstr ""
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11083,32 +11160,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11188,76 +11265,76 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr ""
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11280,252 +11357,158 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr ""
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr ""
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr ""
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr ""
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11698,7 +11681,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 8656b5409c..c59bc347e3 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-27 11:52+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: czech \n"
@@ -17,12 +17,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Zobrazit vše"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -41,24 +41,27 @@ msgstr ""
"rodičovské okno, nebo prohlížeč blokuje operace mezi okny z důvodu "
"bezpečnostních nastavení."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Vyhledávání"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -70,18 +73,16 @@ msgstr "Vyhledávání"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Proveď"
@@ -101,7 +102,7 @@ msgstr "Popis"
msgid "Use this value"
msgstr "Použít tuto hodnotu"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -115,31 +116,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Byla vytvořena databáze %1$s."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komentář k databázi: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentář k tabulce"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Pole"
@@ -148,11 +149,11 @@ msgstr "Pole"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -162,44 +163,44 @@ msgstr "Pole"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Typ"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulový"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Výchozí"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -209,9 +210,9 @@ msgstr "Odkazuje na"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -222,21 +223,21 @@ msgstr "Komentáře"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ne"
@@ -244,27 +245,27 @@ msgstr "Ne"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ano"
@@ -286,88 +287,21 @@ msgstr "Vybrat vše"
msgid "Unselect All"
msgstr "Odznačit vše"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Jméno databáze je prázdné!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Databáze %1$s byla přejmenována na %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Databáze %1$s byla zkopírována do %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Přejmenovat databázi na"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Odstranit databázi"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Databáze %s byla zrušena."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Odstranit databázi (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Zkopírovat databázi na"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Pouze strukturu"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Strukturu a data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Jen data"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Vytvořit databázi před kopírováním (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Přidat %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Přidat hodnotu AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Přidat integritní omezení"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Přepnout na zkopírovanou databázi"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Porovnávání"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -376,20 +310,16 @@ msgstr ""
"Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte "
"proč."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Upravit nebo exportovat relační schéma"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabulka"
@@ -397,41 +327,41 @@ msgstr "Tabulka"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Řádků"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Velikost"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "právě se používá"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Vytvořeno"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Poslední změna"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Poslední kontrola"
@@ -454,7 +384,7 @@ msgstr "Přepnout na %svizuálního návrháře%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -469,17 +399,17 @@ msgstr "V databázi nebyly nalezeny žádné tabulky"
msgid "unknown"
msgstr "neznámý"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabulka %s byla vyprázdněna"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Pohled %s byl odstraněn"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabulka %s byla odstraněna"
@@ -492,7 +422,7 @@ msgstr "Sledování je zapnuté."
msgid "Tracking is not active."
msgstr "Sledování není zapnuté."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgid ""
msgstr ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Pohled"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s je výchozí úložiště na tomto MySQL serveru."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Zaškrtnuté:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Zaškrtnout vše"
@@ -543,50 +473,51 @@ msgstr "Zaškrtnout vše"
msgid "Check tables having overhead"
msgstr "Zaškrtnout neoptimální"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Export"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Náhled pro tisk"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Vyprázdnit"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Odstranit"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Zkontrolovat tabulku"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimalizovat tabulku"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Opravit tabulku"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyzovat tabulku"
@@ -594,11 +525,11 @@ msgstr "Analyzovat tabulku"
msgid "Add prefix to table"
msgstr "Přidat tabulce předponu"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Změnit tabulce předponu"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Zkopírovat tabulku s předponou"
@@ -610,20 +541,20 @@ msgstr "Datový slovník"
msgid "Tracked tables"
msgstr "Sledované tabulky"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Databáze"
@@ -639,9 +570,9 @@ msgstr "Vytvořeno"
msgid "Updated"
msgstr "Aktualizováno"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Stav"
@@ -649,14 +580,14 @@ msgstr "Stav"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Operace"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Zobrazit"
@@ -689,7 +620,7 @@ msgstr "Snímek struktury"
msgid "Untracked tables"
msgstr "Nesledované tabulky"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Sledovat tabulku"
@@ -741,7 +672,7 @@ msgstr "Chybný typ exportu"
msgid "Value for the column \"%s\""
msgstr "Hodnota pro sloupec „%s“"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Použít OpenStreetMap jako základní vrstvu"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometrie"
@@ -873,7 +804,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"Nepodařilo se nahrát pluginy pro import, zkontrolujte prosím vaší instalaci!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Vytvořen oblíbený dotaz %s"
@@ -900,10 +831,10 @@ msgstr ""
"znamená, že phpMyAdmin nebude schopen načíst tento soubor, pokud nezvýšíte "
"časové limity v PHP."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Váš SQL-dotaz byl úspěšně vykonán"
@@ -925,7 +856,7 @@ msgstr "Příkaz „DROP DATABASE“ je vypnutý."
msgid "Do you really want to execute \"%s\"?"
msgstr "Opravdu si přejete provést „%s“?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Chystáte se ZRUŠIT celou databázi!"
@@ -965,7 +896,7 @@ msgstr "Přidat klíč"
msgid "Edit Index"
msgstr "Upravit klíč"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Přidat %d polí do klíče"
@@ -995,8 +926,8 @@ msgstr "Hesla nejsou stejná!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Přidat uživatele"
@@ -1016,9 +947,9 @@ msgstr "Ukončit"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1044,7 +975,7 @@ msgstr "Statická data"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Celkem"
@@ -1243,7 +1174,7 @@ msgstr "Dotazy"
msgid "Traffic"
msgstr "Provoz"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Nastavení"
@@ -1263,12 +1194,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Žádná"
@@ -1454,10 +1385,10 @@ msgid "Explain output"
msgstr "Vysvětlení dotazu"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Čas"
@@ -1551,10 +1482,10 @@ msgstr ""
"Selhalo vytvoření grafu z importovaného nastavení. Používám výchozí "
"nastavení..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Import"
@@ -1602,9 +1533,9 @@ msgstr "Použitá proměnná / vzorec"
msgid "Test"
msgstr "Kontrola"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Zrušit"
@@ -1632,9 +1563,9 @@ msgstr "Odstraňuji sloupec"
msgid "Adding Primary Key"
msgstr "Přidávám primární klíč"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1674,15 +1605,15 @@ msgstr "Skrýt klíče"
msgid "Show indexes"
msgstr "Zobrazit klíče"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Kontrola cizích klíčů:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Zapnutá)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Vypnutá)"
@@ -1749,8 +1680,8 @@ msgstr "Zobrazit pole pro dotaz"
msgid "No rows selected"
msgstr "Nebyl vybrán žádný řádek"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Změnit"
@@ -1758,8 +1689,8 @@ msgstr "Změnit"
msgid "Query execution time"
msgstr "Doba běhu dotazu"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d není platné číslo řádku."
@@ -1768,8 +1699,8 @@ msgstr "%d není platné číslo řádku."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Uložit"
@@ -1825,12 +1756,12 @@ msgstr "Výsledky dotazu"
msgid "Data point content"
msgstr "Obsah datového bodu"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorovat"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopírovat"
@@ -1850,7 +1781,7 @@ msgstr "Zvolte cizí klíč"
msgid "Please select the primary key or a unique key"
msgstr "Zvolte, prosím, primární nebo unikátní klíč"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Zvolte která pole zobrazit"
@@ -1939,7 +1870,7 @@ msgstr "Vytvořit"
msgid "Change Password"
msgstr "Změnit heslo"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Více"
@@ -2315,13 +2246,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Chyba"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-dotaz"
@@ -2389,7 +2320,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Upravit zde"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilování"
@@ -2414,154 +2345,155 @@ msgstr "%s dnů, %s hodin, %s minut a %s sekund"
msgid "Missing parameter:"
msgstr "Chybějící parametr:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "První"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Předchozí"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Následující"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Poslední"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Přejít na databázi „%s“."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funkčnost %s je omezena známou chybou, viz %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Klikněte pro přepnutí"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Vložit"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Projít"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Úpravy"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Procházet váš počítač:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Zvolte soubor z adresáře pro upload na serveru %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Adresář určený pro upload souborů nemohl být otevřen"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Nebyl zvolen žádný soubor pro nahrání"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Spustit"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Vytisknout"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Nepodařilo se přečíst existující konfigurační soubor (%s)."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Chybná přístupová práva konfiguračního souboru, neměl by být zapisovatelný "
"pro všechny!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Velikost písma"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Vzestupně"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Sestupně"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Řadit"
@@ -2587,8 +2519,8 @@ msgid "Use Tables"
msgstr "Použít tabulky"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Nebo"
@@ -2655,13 +2587,13 @@ msgstr[2] "%1$s odpovídajících záznamů v %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Odstranit nalezené záznamy z tabulky %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2691,130 +2623,130 @@ msgstr "V tabulkách:"
msgid "Inside column:"
msgstr "Uvnitř pole:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Uložit upravovaná data"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Obnovit pořadí sloupců"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Počáteční řádek"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Počet řádků"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Režim"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vodorovném"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vodorovném (otočené hlavičky)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "svislém"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Záhlaví opakovat každých %s řádek"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Seřadit podle klíče"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Nastavení"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Zkrácené texty"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Celé texty"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relační klíč"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Pole pro zobrazení v relacích"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Zobrazit binární obsah"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Zobrazit obsah BLOBu"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Zobrazit binární obsah šestnáctkově (HEX)"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Nepoužít při prohlížení transformace"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Text (WKT)"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Binární (WKB)"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Řádek byl smazán"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Ukončit"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2822,44 +2754,44 @@ msgstr ""
"Počet nemusí být přesný, viz [a@./Documentation.html#faq3_11@Documentation]"
"FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "v dotazu"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Zobrazeny záznamy"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "celkem"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Dotaz trval %01.4f sekund"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operace s výsledky dotazu"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Náhled pro tisk (s kompletními texty)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Zobrazit graf"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Zobrazit data GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Vytvořit pohled"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Odkaz nenalezen"
@@ -2926,27 +2858,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Otevřít nové okno phpMyAdmina"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Přihlášení vyžaduje povolené cookies."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Pro použití phpMyAdmina musíte mít zapnutý Javascript"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Není definován žádný klíč!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Klíče"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unikátní"
@@ -2959,6 +2891,16 @@ msgstr "Zabaleno"
msgid "Cardinality"
msgstr "Mohutnost"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Porovnávání"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2983,93 +2925,93 @@ msgstr ""
"Klíče %1$s a %2$s vypadají stejné a jeden z nich by pravděpodobně mohl být "
"odstraněn."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databáze"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Sledování"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Spouště"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabulka se zdá být prázdná!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Databáze se zdá být prázdná!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Dotaz"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Oprávnění"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutiny"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Události"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Návrhář"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Uživatelé"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synchronizace"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binární log"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Proměnné"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Znakové sady"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Rozšíření"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Úložiště"
@@ -3133,43 +3075,43 @@ msgstr "Úložiště %s je na tomto MySQL serveru vypnuté."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Tento MySQL server nepodporuje úložiště %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "neznámý stav tabulky: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Zdrojová databáze „%s“ nebyla nalezena!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Cílová databáze „%s“ nebyla nalezena!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Chybná databáze"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Chybné jméno tabulky"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Chyba při přejmenování tabulky %1$s na %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabulka %1$s byla přejmenována na %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Nepodařilo se uložit nastavení prohlížení tabulky"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3178,7 +3120,7 @@ msgstr ""
"Selhalo vyčištění tabulky s nastavením procházení (viz $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3193,16 +3135,16 @@ msgstr ""
msgid "Function"
msgstr "Funkce"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operátor"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Hodnota"
@@ -3215,57 +3157,57 @@ msgstr "Vyhledávání v tabulce"
msgid "Edit/Insert"
msgstr "Upravit/Vložit"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Zvolte pole (alespoň jedno):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Přidat vyhledávací parametry (část dotazu po příkazu „WHERE“):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Záznamů na stránku"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Seřadit podle:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Použít tento sloupec pro přiřazení názvu každému bodu"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Nejvyšší počet vykreslených řádků"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Projít hodnoty cizích klíčů"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Další parametr vyhledávání"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Provést „dotaz podle příkladu“ (zástupný znak: „%“) pro dva různé sloupce"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Provést „dotaz podle příkladu“ (zástupný znak: „%“)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Projít/Upravit body"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Návod k použití"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Obnovit zvětšení"
@@ -3650,14 +3592,14 @@ msgstr "Tabulky"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Navíc"
@@ -3682,11 +3624,11 @@ msgstr "Zkontrolovat oprávnění pro databázi „%s“."
msgid "Check Privileges"
msgstr "Zkontrolovat oprávnění"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Nepodařilo se načíst konfigurační soubor"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3694,12 +3636,12 @@ msgstr ""
"Obvykle to je způsobenou chybou v tomto souboru, prosím opravte jakékoliv "
"chyby vypsané níže."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Nepodařilo se nahrát výchozí konfiguraci ze souboru: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3707,34 +3649,34 @@ msgstr ""
"V konfiguračním souboru musí být nastaven parametr [code]$cfg"
"['PmaAbsoluteUri'][/code]!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Chybné číslo serveru: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "V konfiguraci máte špatnou přihlašovací metodu:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Měli byste aktualizovat %s na verzi %s nebo vyšší."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Pokus o přepsání GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "možný pokus o exploit"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "detekován číselný klíč"
@@ -3765,37 +3707,37 @@ msgstr "Uzavřené"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Vypnuto"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "data"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktura a data"
@@ -3916,8 +3858,8 @@ msgid "Allow users to customize this value"
msgstr "Povolit uživatelům změnit tuto hodnotu"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Původní"
@@ -4193,7 +4135,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Časový limit běhu skriptu"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Uložit jako soubor"
@@ -4202,7 +4144,7 @@ msgid "Character set of the file"
msgstr "Znaková sada souboru"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formát"
@@ -4215,27 +4157,25 @@ msgstr "Komprese"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Přidat jména polí na první řádek"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Pole uzavřené do"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Pole escapována"
@@ -4253,14 +4193,12 @@ msgstr "Odstranit znaky konců řádek z polí"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Pole oddělené"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Řádky ukončené"
@@ -4286,7 +4224,7 @@ msgstr "Vzor pro jméno tabulky"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Vypsat tabulku"
@@ -4297,8 +4235,8 @@ msgid "Include table caption"
msgstr "Použít titulek tabulky"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Titulek tabulky"
@@ -4307,20 +4245,20 @@ msgid "Continued table caption"
msgstr "Titulek pokračování tabulky"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Návěstí"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME typ"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relace"
@@ -4341,6 +4279,11 @@ msgstr "Přepsat existující soubory"
msgid "Remember file name template"
msgstr "Pamatovat si vzor pro jména souborů"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Přidat hodnotu AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Použít zpětné uvozovky u jmen tabulek a polí"
@@ -4351,7 +4294,7 @@ msgid "SQL compatibility mode"
msgstr "Režim kompatibility SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Parametry CREATE TABLE:"
@@ -4364,10 +4307,17 @@ msgid "Use delayed inserts"
msgstr "Používat zpožděné inserty"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Vypnout kontrolu cizích klíčů"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Přidat %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Použít šestnáctkové zobrazení pro BLOB"
@@ -4381,7 +4331,7 @@ msgid "Syntax to use when inserting data"
msgstr "Jakou syntaxi použít pro vkládání dat"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maximální velikost vytvořeného dotazu"
@@ -4390,7 +4340,7 @@ msgid "Export type"
msgstr "Typ exportu"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Uzavřít příkazy v transakci"
@@ -4446,7 +4396,6 @@ msgstr "Přizpůsobí výchozí nastavení"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4785,14 +4734,12 @@ msgid "Partial import: allow interrupt"
msgstr "Častečný import: povolit přerušení"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Nepřerušit při chybě v příkazu INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Přepsat data tabulky souborem"
@@ -4809,7 +4756,6 @@ msgid "Format of imported file"
msgstr "Formát importovaného souboru"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Použít klíčové slovo LOCAL"
@@ -4819,7 +4765,7 @@ msgid "Column names in first row"
msgstr "Jména polí na prvním řádku"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Neimportovat prázdné řádky"
@@ -5913,7 +5859,7 @@ msgstr "Vyžaduje povolené kontrolování SQL"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Heslo"
@@ -6084,14 +6030,12 @@ msgstr "Přihlašování signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV pomocí LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Sešit OpenDocument"
@@ -6178,23 +6122,23 @@ msgstr "Chybí rozšíření %s. Prosím zkontrolujte nastavení PHP."
msgid "possible deep recursion attack"
msgstr "možný útok rekurzí"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
"Server neodpovídá (nebo není správně nastaven lokální socket MySQL serveru)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Server neodpovídá."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
"Prosím zkontrolujte přístupová práva u adresáře obsahujícího tuto databázi."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Podrobnosti..."
@@ -6240,24 +6184,24 @@ msgid "Create"
msgstr "Vytvořit"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nemáte oprávnění"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Vytvořit tabulku"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Název"
@@ -6902,7 +6846,7 @@ msgid "No data found for GIS visualization."
msgstr "Nebyla nalezena žádná data zobrazení GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL vrátil prázdný výsledek (tj. nulový počet řádků)."
@@ -6950,7 +6894,7 @@ msgid "Go to view: %s"
msgstr "Přejít na pohled: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Skrýt"
@@ -7015,11 +6959,11 @@ msgstr ""
"Použijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+šipky po pohyb všemi "
"směry"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Zobrazuji SQL dotaz"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "ID vloženého řádku: %1$d"
@@ -7034,32 +6978,32 @@ msgstr "Žádná"
msgid "Convert to Kana"
msgstr "Převést na Kanu"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Z"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Na"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Provést"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Přidat tabulce předponu"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Přidat předponu"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Opravdu si přejete vykonat následující příkaz?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Žádná změna"
@@ -7265,7 +7209,158 @@ msgstr "Dokumentace phpMyAdmina"
msgid "Reload navigation frame"
msgstr "Znovu nahrát navigační rám"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Přejmenovat databázi na"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databáze %s byla zrušena."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Odstranit databázi"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Odstranit databázi (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Pouze strukturu"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Strukturu a data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Jen data"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Zkopírovat databázi na"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Vytvořit databázi před kopírováním (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Přidat integritní omezení"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Přepnout na zkopírovanou databázi"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Upravit nebo exportovat relační schéma"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Změnit pořadí tabulky podle"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(po jednom)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Přesunout tabulku do (databáze.tabulka):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Parametry tabulky"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Přejmenovat tabulku na"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Úložiště"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopírovat tabulku do (databáze.tabulka):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Přepnout na zkopírovanou tabulku"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Údržba tabulky"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentovat tabulku"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Vyrovnávací paměť pro tabulku %s byla vyprázdněna"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Vyprázdnit vyrovnávací paměť pro tabulku („FLUSH“)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Odstranit data nebo tabulku"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Vyprázdnit tabulku (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Odstranit tabulku (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyzovat"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Zkontrolovat"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimalizovat"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Přestavět"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Opravit"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Údržba oddílů"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Oddíl %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Zrušit dělení"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Zkontrolovat integritu odkazů:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Tento formát nemá žádná nastavení"
@@ -7274,7 +7369,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Nepodařilo se připojit: chybné nastavení."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7305,42 +7400,42 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Při použití funkce Blowfish z knihovny mcrypt došlo k chybě!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Vaše sezení vypršelo, prosím přihlaste se znovu."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Přihlášení"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Můžete zadat jméno počítače nebo IP adresu a port oddělené mezerou."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Jméno:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Heslo:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "Přihlášení bez hesla je zakázáno v konfiguraci (viz AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7348,8 +7443,8 @@ msgstr ""
"Nebyla zaznamenána žádná aktivita po dobu %s sekund, prosím přihlaste se "
"znovu"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nepodařilo se přihlášení k MySQL serveru"
@@ -7380,92 +7475,92 @@ msgstr "Nebyl připojen přihlašovací klíč"
msgid "Authenticating..."
msgstr "Authentizuji..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Pole oddělené:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Pole uzavřené do:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Pole escapována:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Řádky ukončené:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Nahradit NULL hodnoty:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Odstranit znaky konců řádek z polí"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Verze Excelu:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Nastavení výpisu dat"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Vypisuji data pro tabulku"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Událost"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definice"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura tabulky"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktura pro pohled"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Zástupná struktura pro pohled"
@@ -7482,37 +7577,37 @@ msgstr "(pokračování)"
msgid "Structure of table @TABLE@"
msgstr "Struktura tabulky @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Nastavení vytváření objektů"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Titulek tabulky (pokračování)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Zobrazit cizí klíče"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Zobrazit komentáře"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Zobrazit MIME typy"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7520,33 +7615,33 @@ msgstr "Zobrazit MIME typy"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Počítač"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Vygenerováno"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Verze MySQL"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Verze PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Exportovat jména tabulek"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Exportovat hlavičky tabulek"
@@ -7558,7 +7653,7 @@ msgstr "(Vygeneruje dokument obsahující data jedné tabulky)"
msgid "Report title:"
msgstr "Název výpisu:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7566,35 +7661,35 @@ msgstr ""
"Zobrazit komentáře (ty obsahují informace jako čas exportu, verzi PHP "
"nebo MySQL serveru)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Přidat vlastní komentář do hlavičky (\\n odděluje řádky):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
"Vložit čas vytvoření, poslední aktualizace a poslední kontroly databáze"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Datázový systém nebo starší verze MySQL se kterým má být výstup kompatibilní:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Přidat příkaz %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Přidat příkazy:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7602,38 +7697,37 @@ msgstr ""
"Uzavřít název tabulky a polí do zpětných uvozovek (Zabrání interpretaci "
"názvů obsahujících speciální znaky nebo klíčová slova)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr "Možnosti vytváření dat"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Vyprázdnit tabulku před vkládáním"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Namísto příkazů INSERT použít:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "příkazy INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "příkazy INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Jakou funkci použít pro vypisování dat:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Jakou syntaxi použít pro vkládání dat:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7643,7 +7737,7 @@ msgstr ""
" Příklad: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7653,7 +7747,7 @@ msgstr ""
" Příklad: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7661,7 +7755,7 @@ msgstr ""
"obě výše uvedené možnosti
Příklad: INSERT "
"INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7669,7 +7763,7 @@ msgstr ""
"ani jedno z výše uvedených
Příklad: INSERT "
"INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7677,7 +7771,7 @@ msgstr ""
"Vypisovat binární pole šestnáctkově (například, „abc“ becomes 0x616263)"
"i>"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7685,33 +7779,33 @@ msgstr ""
"Vypisovat pole TIMESTAMP v UTC (usnadní přenost polí TIMESTAMP mezi "
"servery v různých časových pásmech)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedury"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkce"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Omezení pro exportované tabulky"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Omezení pro tabulku"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPY PRO TABULKU"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACE PRO TABULKU"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Chyba při čtení dat:"
@@ -7727,8 +7821,8 @@ msgstr "Pohledy"
msgid "Export contents"
msgstr "Exportovat obsah"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7750,15 +7844,15 @@ msgstr ""
msgid "Column names: "
msgstr "Názvy polí: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Neznámý parametr pro import CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7767,57 +7861,48 @@ msgstr ""
"Zadán chybný název pole (%s)! Ujistěte se, že jsou jména polí zapsána "
"správně, oddělena čárkami a nejsou uzavřena v uvozovkách."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Chybný formát CSV dat na řádku %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Chybný počet polí v CSV datech na řádku %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Jméno tabulky"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Názvy polí"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Tento plugin nepodporuje komprimované soubory!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabulka MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Chybný formát mediawiki dat na řádku:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importovat procenta jako desetinná čísla např. (0.12 místo 12.00%)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importovat měny (např. 5.00 místo $5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7825,39 +7910,39 @@ msgstr ""
"Zadaný XML soubor je buď poškozený nebo nekompletní. Prosím opravte ho a "
"zkuste to znovu."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Soubor ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Při nahrávání souboru ESRI došlo k chybě: „%s“."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr "Nahraný soubor je chybný nebo obsahuje chybná data"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "Prostorové rozšíření MySQL nepodporuje ESRI typ „%s“."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Nahraný soubor neobsahuje žádná data"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Režim kompatibility SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Nepoužívat AUTO_INCREMENT pro nulové hodnoty"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8014,7 +8099,7 @@ msgid "Enabled"
msgstr "Zapnuto"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Obecné funkce relací"
@@ -8090,7 +8175,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Prosím přihlašte se znovu , aby se projevily změny v konfiguračním souboru."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "žádný popisek"
@@ -8141,7 +8226,7 @@ msgstr "Stav podřízeného"
msgid "Variable"
msgstr "Proměnná"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID serveru"
@@ -8167,8 +8252,8 @@ msgstr "Jakýkoliv uživatel"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Použít textové pole"
@@ -8260,7 +8345,7 @@ msgstr "Podrobnosti"
msgid "Event name"
msgstr "Název události"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Typ události"
@@ -8650,12 +8735,12 @@ msgstr "Obsah"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Vlastnosti"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Další"
@@ -8692,6 +8777,10 @@ msgstr "Zvolte stránku"
msgid "Select Tables"
msgstr "Vybrat tabulky"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Názvy polí"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Zobrazit relační schéma"
@@ -8962,14 +9051,14 @@ msgstr "Omezuje počet současných připojení uživatele."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Oprávnění pro jednotlivé tabulky"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Poznámka: názvy oprávnění MySQL jsou uváděny anglicky"
@@ -8978,12 +9067,12 @@ msgid "Administration"
msgstr "Správa"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globální oprávnění"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Oprávnění pro jednotlivé databáze"
@@ -9043,16 +9132,16 @@ msgid "Users having access to "%s""
msgstr "Uživatelé mající přístup k „%s“"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Uživatel"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Přidělování"
@@ -9061,8 +9150,8 @@ msgid "User has been added."
msgstr "Uživatel byl přidán."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Jakýkoliv"
@@ -9078,12 +9167,12 @@ msgstr "závislé na databázi"
msgid "wildcard"
msgstr "maska"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Nebyl nalezen žádný uživatel."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Upravit oprávnění"
@@ -9091,100 +9180,92 @@ msgstr "Upravit oprávnění"
msgid "Revoke"
msgstr "Zrušit"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Exportovat vše"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... zachovat původního uživatele."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
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:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Změnit informace o uživateli / Kopírovat uživatele"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Oprávnění pro jednotlivá pole"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Přidat oprávnění pro databázi"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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 je chcete použít "
"jako znak"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Přidat oprávnění pro tabulku"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Odstranit vybrané uživatele"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Musíte vybrat uživatele, které chcete odstranit!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Načítám oprávnění"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Vybraní uživatelé byli úspěšně odstraněni."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Byla aktualizována oprávnění pro %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Oprávnění pro všechny uživatele"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Oprávnění pro %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Přehled uživatelů"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9197,11 +9278,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Uživatel byl přidán."
@@ -9251,11 +9332,11 @@ msgstr "Vyčistit"
msgid "Columns"
msgstr "Pole"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Přidat tento SQL dotaz do oblíbených"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Umožnit všem uživatelům používat tuto oblíbenou položku"
@@ -9376,8 +9457,8 @@ msgstr ""
"například: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Klíč"
@@ -9427,13 +9508,13 @@ msgstr "Žádná"
msgid "As defined:"
msgstr "Dle zadání:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primární"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9446,20 +9527,15 @@ msgstr "první"
msgid "after %s"
msgstr "po %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Přidat %s polí"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Musíte přidat alespoň jedno pole."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Úložiště"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definice PARTITION"
@@ -9468,7 +9544,7 @@ msgstr "Definice PARTITION"
msgid "Manage your settings"
msgstr "Spravujte svoje nastavení"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Nastavení bylo uloženo"
@@ -9514,7 +9590,7 @@ msgstr "Porovnávání pro toto připojení k serveru"
msgid "Appearance Settings"
msgstr "Nastavení vzhledu"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Více nastavení"
@@ -9693,133 +9769,133 @@ msgstr "Zobrazit/Skrýt levé menu"
msgid "Save position"
msgstr "Uložit rozmístění"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Vytvořit relaci"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Znovu načíst"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Nápověda"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Pravoúhlé spoje"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Přímé spoje"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Zachytávat na mřížku"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Vše malé/velké"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Přepnout malé/velké"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Přepnout zobrazení relací"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Import/Export souřadnic pro PDF schéma"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Vytvořit dotaz"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Přesun menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Skrýt/Zobrazit vše"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Skrýt/Zobrazit tabulky bez relací"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Počet tabulek"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Odstranit relaci"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Relační operátor"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Kromě"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "poddotaz"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Přejmenovat na"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nové jméno"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Sloučit"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Zapnuté parametry"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Stránka byla vytvořena"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Vytvoření stránky selhalo"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Stránka"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importovat ze zvolené stránky"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exportovat na zvolenou stránku"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Vytvořit novou stránku a exportovat na ní"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Název nové stránky: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exportovat/Importovat v měřítku"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "doporučené"
@@ -9827,7 +9903,7 @@ msgstr "doporučené"
msgid "Error: relation already exists."
msgstr "Chyba: relace již existuje."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Chyba: relace nebyla přidána."
@@ -9835,7 +9911,7 @@ msgstr "Chyba: relace nebyla přidána."
msgid "FOREIGN KEY relation added"
msgstr "Relace FOREIGN KEY byla vytvořena"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Interní relace vytvořena"
@@ -9843,11 +9919,11 @@ msgstr "Interní relace vytvořena"
msgid "Relation deleted"
msgstr "Relace smazána"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Chyba při ukládání souřadnic pro Návrháře."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Změny byly uloženy"
@@ -9855,47 +9931,47 @@ msgstr "Změny byly uloženy"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Nepodařilo se uložit nastavení, odeslaný formulář obsahuje chyby"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Nepodařilo se nahrát konfiguraci"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Nastavení obsahuje neplatná data pro některé položky."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Přejete si načíst zbývající nastavení?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Uloženo: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importovat ze souboru"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Načíst z úložiště v prohlížeči"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Nastavení bude načteno z lokálního úložiště ve vašem prohlížeči."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Nemáte žádná uložená nastavení!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Tato funkce není vaším prohlížečem podporována"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Sloučit se současným nastavením"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9904,19 +9980,19 @@ msgstr ""
"Více věcí můžete nastavit úpravou config.inc.php, např. použitím "
"%sNastavovacího skriptu%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Uložit do úložiště prohlížeče"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Nastavení bude uloženo do lokálního úložiště prohlížeče."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Již uložené nastavení bude přepsáno!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Můžete vymazat vaše nastavení a vrátit se k výchozím hodnotám."
@@ -9933,41 +10009,41 @@ msgstr "Všechno"
msgid "%s table not found or not set in %s"
msgstr "%s tabulka nenalezena nebo není nastavena v %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Soubor neexistuje"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Zvolte binární log pro zobrazení"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Soubory"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Zobrazit zkrácené dotazy"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Zobrazit celé dotazy"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Jméno logu"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozice"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Původní pozice"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informace"
@@ -10052,17 +10128,17 @@ msgstr "Licence"
msgid "disabled"
msgstr "vypnuto"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Uživatel %s již existuje!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Odstraňuji %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Oprávnění byla načtena úspěšně."
@@ -11837,32 +11913,32 @@ msgstr "Pro procházení databáze je použit oblíbený dotaz „%s\"."
msgid "Do you really want to execute following query?"
msgstr "Opravdu si přejete vykonat následující příkaz?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Zobrazuji jako PHP kód"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Proběhlo zkontrolování SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Výsledek SQL dotazu"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Vygeneroval"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problémy s klíči v tabulce „%s\""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Název"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabulka %1$s byla úspěšně změněna"
@@ -11942,76 +12018,76 @@ msgstr "Byla vytvořena tabulka %1$s."
msgid "View dump (schema) of table"
msgstr "Export tabulky"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Zobrazit GIS data"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Šířka"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Výška"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Název sloupce"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Žádný --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Prostorový sloupec"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Znovu vykreslit"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Uložit do souboru"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Jméno souboru"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Jméno primárního klíče musí být „PRIMARY“!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Klíč nelze přejmenovat na „PRIMARY“!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nebyla zadána žádná část klíče!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Přidat klíč"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Upravit klíč"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Jméno klíče:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(„PRIMARY“ musí být jméno pouze primárního klíče!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Typ klíče:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Přidat %s polí do klíče"
@@ -12034,253 +12110,159 @@ msgstr "Tabulka %s byla přesunuta do %s."
msgid "Table %s has been copied to %s."
msgstr "Tabulka %s byla zkopírována do %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Jméno tabulky je prázdné!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Změnit pořadí tabulky podle"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(po jednom)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Přesunout tabulku do (databáze.tabulka):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Parametry tabulky"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Přejmenovat tabulku na"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopírovat tabulku do (databáze.tabulka):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Přepnout na zkopírovanou tabulku"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Údržba tabulky"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentovat tabulku"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Vyrovnávací paměť pro tabulku %s byla vyprázdněna"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Vyprázdnit vyrovnávací paměť pro tabulku („FLUSH“)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Odstranit data nebo tabulku"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Vyprázdnit tabulku (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Odstranit tabulku (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Údržba oddílů"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Oddíl %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyzovat"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Zkontrolovat"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimalizovat"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Přestavět"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Opravit"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Zrušit dělení"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Zkontrolovat integritu odkazů:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Zobrazuji tabulky"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Využití místa"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektivní"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistika řádků"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statický"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamický"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Délka řádku"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Velikost řádku"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Další automatický klíč"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Chyba při vytváření cizího klíče na %1$s (zkotrolujte typ pole)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Interní relace"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"Interní relace není potřebná pokud existuje stejná relace pomocí FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Omezení cizího klíče"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Prostorový"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Odlišné hodnoty"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Přidat primární klíč"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Přidat unikátní klíč"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Přidat prostorový klíč"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Přidat fulltextový klíč"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Žádná"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Pole %s byla odstraněno"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "V tabulce %s byl vytvořen primární klíč"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Na poli %s byl vytvořen klíč"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Zobrazit více operací"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Přesunout pole"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Přesuňte sloupce tažením nahoru nebo dolů."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Upravit pohled"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Zobrazit relace"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Navrhnout strukturu tabulky"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Přidat sloupec"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Na konci tabulky"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Na začátku tabulky"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Po %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Vytvořit klíč na %s polích"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "používá oddíly"
@@ -12456,7 +12438,7 @@ msgstr "Nemáte dostatečná práva na provedení této akce!"
msgid "The profile has been updated."
msgstr "Přístup byl změněn."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Jméno pohledu"
@@ -13704,6 +13686,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastaveno na 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Exportovat vše"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Oprávnění pro všechny uživatele"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/cy.po b/po/cy.po
index 27b67e6b29..3877f2834e 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:20+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Welsh \n"
@@ -18,12 +18,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Dangos pob"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -42,24 +42,27 @@ msgstr ""
"ffenest y rhiant, neu bod gosodiadau diogelwch eich porwr yn gwrthod "
"caniatáu diweddariadau traws-ffenest."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Chwilio"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -71,18 +74,16 @@ msgstr "Chwilio"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Ewch"
@@ -102,7 +103,7 @@ msgstr "Disgrifiad"
msgid "Use this value"
msgstr "Defnyddiwch y gwerth hwn"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -116,31 +117,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Cafodd y gronfa ddata %1$s ei chreu."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Sylw cronfa ddata: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Sylwadau tabl"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Colofn"
@@ -149,11 +150,11 @@ msgstr "Colofn"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -163,44 +164,44 @@ msgstr "Colofn"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Math"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Diofyn"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -210,9 +211,9 @@ msgstr "Cysylltu i"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -223,21 +224,21 @@ msgstr "Sylwadau"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Na"
@@ -245,27 +246,27 @@ msgstr "Na"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ie"
@@ -287,90 +288,23 @@ msgstr "Dewis Pob"
msgid "Unselect All"
msgstr "Dad-ddewis Pob"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Mae enw'r gronfa ddata'n wag!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Cafodd cronfa ddata %s ei hailenwi i %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Cafodd y gronfa ddata %s ei chopïo i %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Ailenwch y gronfa ddata i"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Tynnwch y gronfa ddata"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Cafodd cronfa ddata %s ei gollwng."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Dilëwch y gronfa ddata (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copïwch y gronfa ddata i"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Strwythur yn unig"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Strwythur a data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Data yn unig"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Defnyddiwch CREATE DATABASE cyn copïo"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Ychwanegwch %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Ychwanegwch werth AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Ychwanegwch cyfyngiadau"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Newidiwch i'r gronfa ddata a gopïwyd"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Coladiad"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -379,20 +313,16 @@ msgstr ""
"Cafodd storfa ffurfwedd phpMyAdmin ei dadweithredu. Pwyswch %syma%s i "
"ddarganfod pam."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Golygu neu allforio sgema perthynol"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabl"
@@ -400,41 +330,41 @@ msgstr "Tabl"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rhesi"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Maint"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "ar ddefnydd"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Cread"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Diweddariad diwethaf"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Gwiriad diwethaf"
@@ -457,7 +387,7 @@ msgstr "adeiladwr gweledol"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -472,17 +402,17 @@ msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata."
msgid "unknown"
msgstr "anhysbys"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Cafodd tabl %s ei wagu"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Cafodd golwg %s ei ollwng"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Cafodd tabl %s ei ollwng"
@@ -495,7 +425,7 @@ msgstr "Mae tracio'n weithredol"
msgid "Tracking is not active."
msgstr "Nid yw tracio'n weithredol"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -503,12 +433,12 @@ msgid ""
msgstr ""
"Mae gan yr olwg hon o leiaf y nifer hwn o resi. Gweler y %sdogfennaeth%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Dangos"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -524,21 +454,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s yw'r peiriant storio diofyn ar y gweinydd MySQL hwn."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Gyda'r dewis:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Dewis Pob"
@@ -546,50 +476,51 @@ msgstr "Dewis Pob"
msgid "Check tables having overhead"
msgstr "Gwiriwch dablau â gorbenion"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Allforio"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Argraffu golwg"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Gwagu"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Gollwng"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Gwirio tabl"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimeiddio tabl"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Trwsio tabl"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Dadansoddi tabl"
@@ -597,13 +528,13 @@ msgstr "Dadansoddi tabl"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Rename table to"
msgid "Replace table prefix"
msgstr "Ailenwi tabl i"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -615,20 +546,20 @@ msgstr "Geiriadur Data"
msgid "Tracked tables"
msgstr "Tablau a draciwyd"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Cronfa ddata"
@@ -644,9 +575,9 @@ msgstr "Crëwyd"
msgid "Updated"
msgstr "Diweddarwyd"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Statws"
@@ -654,14 +585,14 @@ msgstr "Statws"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Gweithred"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Dangos"
@@ -694,7 +625,7 @@ msgstr "Ciplun strwythur"
msgid "Untracked tables"
msgstr "Tablau heb dracio"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Tracio tabl"
@@ -752,7 +683,7 @@ msgstr "Allforio"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -761,7 +692,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -894,7 +825,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Nid oedd modd llwytho ategynnau mewnforio, gwiriwch eich arsefydliad!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Clustnodi %s a grëwyd"
@@ -917,10 +848,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Cafodd eich ymholiad SQL ei gweithredu'n llwyddiannus"
@@ -943,7 +874,7 @@ msgstr "Mae datganiadau \"DROP DATABASE\" wedi'u hanalluogi."
msgid "Do you really want to execute \"%s\"?"
msgstr "A ydych chi wir am"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Rydych am DINISTRIO cronfa ddata gyfan!"
@@ -993,7 +924,7 @@ msgstr "Indecs"
msgid "Edit Index"
msgstr "Golygu'r rhes nesaf"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s column(s)"
msgid "Add %d column(s) to index"
@@ -1026,8 +957,8 @@ msgstr "Nid yw'r cyfrineiriau'n debyg!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1051,9 +982,9 @@ msgstr "Cau"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1083,7 +1014,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Cyfanswm"
@@ -1303,7 +1234,7 @@ msgstr "Fersiynau"
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1329,12 +1260,12 @@ msgstr "Snap i'r grid"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Dim"
@@ -1529,10 +1460,10 @@ msgid "Explain output"
msgstr "Esbonio SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Amser"
@@ -1642,10 +1573,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Mewnforio"
@@ -1703,9 +1634,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Diddymu"
@@ -1737,9 +1668,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr ""
@@ -1795,18 +1726,18 @@ msgstr "Indecsau"
msgid "Show indexes"
msgstr "Dangos grid"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgctxt "BLOB repository"
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Galluogwyd"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1891,8 +1822,8 @@ msgstr "Dangos ymholiad mewnosod"
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Newid"
@@ -1902,8 +1833,8 @@ msgstr "Newid"
msgid "Query execution time"
msgstr "Gweithrediad SQL"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "Dydy %d ddim yn rhif rhes dilys."
@@ -1912,8 +1843,8 @@ msgstr "Dydy %d ddim yn rhif rhes dilys."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Cadw"
@@ -1981,12 +1912,12 @@ msgstr "Gweithrediadau canlyniadau ymholiad"
msgid "Data point content"
msgstr "Datganiad diffiniad data"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Anwybyddu"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -2008,7 +1939,7 @@ msgstr "Dewis Allwedd Estron"
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Dewis colofn i'w dangos"
@@ -2101,7 +2032,7 @@ msgstr "Generadu"
msgid "Change Password"
msgstr "Newid cyfrinair"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mo"
msgid "More"
@@ -2488,13 +2419,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Gwall"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Ymholiad SQL"
@@ -2564,7 +2495,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Mewnol"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Proffilio"
@@ -2591,165 +2522,166 @@ msgstr "%s diwrnod, %s awr, %s munud a %s eiliad"
msgid "Missing parameter:"
msgstr "Rheolweithiau"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Dechrau"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Cynt"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Nesaf"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Diwedd"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Neidio i gronfa ddata "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "Pwyso i ddewis"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Strwythur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Mewnosod"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Pori"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Gweithrediadau"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "cyfeiriadur lanlwytho y gweinydd gwe"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
"Does dim modd cyrraedd y cyfeiriadur a osodoch chi ar gyfer gwaith a "
"lanwlythwyd"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Argraffu"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Maint ffont"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Esgynnol"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Disgynnol"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Trefnu"
@@ -2775,8 +2707,8 @@ msgid "Use Tables"
msgstr "Defnyddiwch Dablau"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Or"
@@ -2842,13 +2774,13 @@ msgstr[1] "%s ergyd mewn tabl %s"
msgid "Delete the matches for the %s table?"
msgstr "Dileu'r cydweddau ar gyfer tabl %s"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2882,190 +2814,190 @@ msgstr "Tu fewn tabl(au):"
msgid "Inside column:"
msgstr "Tu fewn colofn:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Restore column order"
msgstr "Ychwanegu/Dileu colofnau"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of columns"
msgid "Number of rows"
msgstr "Nifer y colofnau"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mo"
msgid "Mode"
msgstr "Llu"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "llorweddol"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "llorweddol (penawdau wedi cylchdroi)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "fertigol"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Gweithredu ymholiad a glustnodwyd"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Trefnu gan allwedd"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opsiynau"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Testunau Rhannol"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Testunau Llawn"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Allwedd perthynol"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Colofn dangosydd perthynol"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Dangos cynnwys deuaidd"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Dangos cynnwys BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Dangos cynnwys deuaidd fel HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Trawsffurfiad porwr"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Cafodd y rhes ei dileu"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Lladd"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "mewn ymholiad"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Yn dangos rhesi"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "cyfanswm"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Cymerodd yr ymholiad %01.4f eiliad"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Gweithrediadau canlyniadau ymholiad"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Argraffu golwg (gyda thestunau llawn)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Dangos sgema PDF"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create version"
msgid "Create view"
msgstr "Crëwch fersiwn"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Methu â darganfod y cysylltiad"
@@ -3127,29 +3059,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Mae'n rhaid bod cwcis wedi'u galluogi heibio'r pwynt hwn."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Mae'n rhaid bod cwcis wedi'u galluogi heibio'r pwynt hwn."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Dim indecs wedi'i ddiffinio!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indecsau"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unigryw"
@@ -3162,6 +3094,16 @@ msgstr "Paciwyd"
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Coladiad"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3186,95 +3128,95 @@ msgstr ""
"Mae'n edrych fel bod yr indecsau %1$s a %2$s yn hafal. Gallwch chi dynnu un "
"ohonyn nhw."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Cronfeydd Data"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Gweinydd"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Tracio"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Mae'r gronfa ddata yn ymddangos yn wag!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Ymholiad"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Breintiau"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rheolweithiau"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Digwyddiadau"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Dyluniwr"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Defnyddiwr"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Cydamseru"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Log deuaidd"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Newidynnau"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Setiau nod"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Peiriannau"
@@ -3340,53 +3282,53 @@ msgstr "Cafodd %s ei analluogi ar y gweinydd MySQL hwn."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Dyw'r gweinydd MySQL hwn ddim yn cynnal y peiriant storio %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Cronfa ddata ffynhonnell"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Heb ddarganfod thema ddiofyn %s!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Crofna ddata annilys"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Enw tabl annilys"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Gwall wrth ailenwi tabl %1$s i %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Cafodd y tabl %s ei ailenwi i %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3399,16 +3341,16 @@ msgstr ""
msgid "Function"
msgstr "Swyddogaeth"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Gwerth"
@@ -3425,60 +3367,60 @@ msgstr "Chwilio"
msgid "Edit/Insert"
msgstr "Mewnosod"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "in query"
msgid "Additional search criteria"
msgstr "mewn ymholiad"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "PHP extension to use"
msgid "How to use"
msgstr "Estyniad PHP i'w ddefnyddio"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3823,14 +3765,14 @@ msgstr "Tablau"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Gorbenion"
@@ -3857,58 +3799,58 @@ msgstr ""
msgid "Check Privileges"
msgstr "Gwirio Breintiau"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Failed to write file to disk."
msgid "Failed to read configuration file"
msgstr "Methu ag ysgrifennu i'r ddisg."
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Indecs gweinydd annilys: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Enw gwesteiwr annilys ar gyfer gweinydd %1$s. Adolygwch eich ffurfwedd."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Dylech uwchraddio i %s %s neu'n well."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3941,37 +3883,37 @@ msgstr "Cau"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Analluogwyd"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4100,8 +4042,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Ailosod"
@@ -4373,7 +4315,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Cadw fel ffeil"
@@ -4382,7 +4324,7 @@ msgid "Character set of the file"
msgstr "Set nodau y ffeil"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Fformat"
@@ -4395,27 +4337,25 @@ msgstr "Cywasgiad"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Rhoi enwau colofnau yn y rhes gyntaf"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Amgaewyd colofnau gan"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Colofnau wedi'u dianc gan"
@@ -4435,14 +4375,12 @@ msgstr "Tynnu nodau CRLF tu fewn colofnau"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Terfynwyd colofnau gan"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Terfynwyd llinellau gan"
@@ -4470,7 +4408,7 @@ msgstr "Templed enw tabl"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table"
@@ -4484,8 +4422,8 @@ msgid "Include table caption"
msgstr "Cynnwys pennawd y tabl"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Pennawd y tabl"
@@ -4496,20 +4434,20 @@ msgid "Continued table caption"
msgstr "Cynnwys pennawd y tabl"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Allwedd y label"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Math MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Perthnasau"
@@ -4532,6 +4470,11 @@ msgstr "Trosysgrifo ffeil(iau) sy'n bodoli yn barod"
msgid "Remember file name template"
msgstr "Cofio templed enw ffeil"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Ychwanegwch werth AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4542,7 +4485,7 @@ msgid "SQL compatibility mode"
msgstr "Modd cytunedd SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4555,10 +4498,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Ychwanegwch %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4572,7 +4522,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4583,7 +4533,7 @@ msgid "Export type"
msgstr "Allforio"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4638,7 +4588,6 @@ msgstr "Gweithrediadau canlyniadau ymholiad"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4979,14 +4928,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -5001,7 +4948,6 @@ msgid "Format of imported file"
msgstr "Fformat y ffeil a mewnforiwyd"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5013,7 +4959,7 @@ msgid "Column names in first row"
msgstr "Rhoi enwau colofnau yn y rhes gyntaf"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6036,7 +5982,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Cyfrinair"
@@ -6203,14 +6149,12 @@ msgstr "Yn dilysu..."
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Taenlen Open Document"
@@ -6302,23 +6246,23 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Dyw'r gweinydd ddim yn ymateb"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Manylion..."
@@ -6365,24 +6309,24 @@ msgid "Create"
msgstr "Creu"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Dim Breintiau"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Crëwch dabl"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Enw"
@@ -7017,7 +6961,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -7069,7 +7013,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Cuddio"
@@ -7134,11 +7078,11 @@ msgstr ""
"Defnyddiwch y bysell TAB i symud o un gwerth i'r llall, neu CTRL + saethau i "
"symud unrhyw le"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7153,36 +7097,36 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "Gw"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Gyrru"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "A ydych chi wir am"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Dim newid"
@@ -7388,7 +7332,162 @@ msgstr "Dogfennaeth phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Ailenwch y gronfa ddata i"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Cafodd cronfa ddata %s ei gollwng."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Tynnwch y gronfa ddata"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Dilëwch y gronfa ddata (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Strwythur yn unig"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Strwythur a data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Data yn unig"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copïwch y gronfa ddata i"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Defnyddiwch CREATE DATABASE cyn copïo"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Ychwanegwch cyfyngiadau"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Newidiwch i'r gronfa ddata a gopïwyd"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Golygu neu allforio sgema perthynol"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Ailenwi tabl i"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Peiriant Storio"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "Dilëwch data tracio ar gyfer y tabl hwn"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Copy database to"
+msgid "Delete the table (DROP)"
+msgstr "Copïwch y gronfa ddata i"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Dadansoddi"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Gwirio"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimeiddio"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Ailadeiladu"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Trwsio"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Cynhaliaeth ymraniadau"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Ymraniad %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Tynnu'r ymraniadu"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7397,7 +7496,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Methu â chysylltu: gosodiadau annilys"
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7428,38 +7527,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Mewngofnodwch"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Gallwch gyflwyno enw'r gwesteiwr / cyfeiriad IP a'r porth gan eu gwahanu gan "
"fwlch."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Gweinydd:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Enw defnyddiwr:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Cyfrinair:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Dewis Gweinydd"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7467,14 +7566,14 @@ msgstr ""
"Nid oes hawl mewngofnodi heb gyfrinair. Dyma'r gosodiad yn eich ffurfwedd "
"(gweler AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Dim gweithredoedd o fewn %s eiliad; mewngofnodwch eto."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Methu â mewngofnodi i'r gweinydd MySQL"
@@ -7507,83 +7606,83 @@ msgstr ""
msgid "Authenticating..."
msgstr "Yn dilysu..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Columns terminated by"
msgid "Columns separated with:"
msgstr "Terfynwyd colofnau gan"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Columns enclosed by"
msgid "Columns enclosed with:"
msgstr "Amgaewyd colofnau gan"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Columns escaped by"
msgid "Columns escaped with:"
msgstr "Colofnau wedi'u dianc gan"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Terfynwyd llinellau gan"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Amnewid NULL gan"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
#, fuzzy
#| msgid "Remove CRLF characters within columns"
msgid "Remove carriage return/line feed characters within columns"
msgstr "Tynnu nodau CRLF tu fewn colofnau"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Argraffiad Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dadlwytho data ar gyfer y tabl"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Digwyddiad"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7592,23 +7691,23 @@ msgstr "Digwyddiad"
msgid "Definition"
msgstr "Disgrifiad"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Strwythur y tabl ar gyfer y tabl"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7627,43 +7726,43 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "Strwythur y tabl ar gyfer y tabl"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Pennawd y tabl"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Display columns table"
msgid "Display comments"
msgstr "Dangos tabl colofnau"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Mathau MIME ar gael"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7671,35 +7770,35 @@ msgstr "Mathau MIME ar gael"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Gwesteiwr"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Amser Generadu"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Fersiwn y gweinydd"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Fersiwn PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export as %s"
msgid "Export table names"
msgstr "Allforio fel %s"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7715,143 +7814,143 @@ msgstr ""
msgid "Report title:"
msgstr "Teitl yr adroddiad"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Add constraints"
msgid "Add statements:"
msgstr "Ychwanegwch cyfyngiadau"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Databases statistics"
msgid "Data creation options"
msgstr "Ystadegau cronfeydd data"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Gweithdrefnau"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Swyddogaethau"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7869,8 +7968,8 @@ msgstr "Dangos"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7889,113 +7988,104 @@ msgstr ""
msgid "Column names: "
msgstr "Colofnau"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabl MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "Nid yw ffeil %s yn cynnwys unrhyw id allwedd"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "Modd cytunedd SQL"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -8113,7 +8203,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Nodweddion perthynas cyffredinol"
@@ -8182,7 +8272,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -8231,7 +8321,7 @@ msgstr "Statws y caeth"
msgid "Variable"
msgstr "Newidyn"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID y Gweinydd"
@@ -8255,8 +8345,8 @@ msgstr "Unrhyw ddefnyddiwr"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Defnyddiwch faes testun"
@@ -8356,7 +8446,7 @@ msgstr "Manylion..."
msgid "Event name"
msgstr "Math y digwyddiad"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Math y digwyddiad"
@@ -8799,12 +8889,12 @@ msgstr "Tabl cynnwys"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ychwanegol"
@@ -8843,6 +8933,10 @@ msgstr "Dewis Tablau"
msgid "Select Tables"
msgstr "Dewis Tablau"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9109,14 +9203,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -9125,12 +9219,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -9188,16 +9282,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Defnyddiwr"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -9208,8 +9302,8 @@ msgid "User has been added."
msgstr "Cafodd golwg %s ei ollwng"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -9225,12 +9319,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -9238,105 +9332,93 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Allforio"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Breintiau"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Breintiau"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "Overview"
msgid "Users overview"
msgstr "Gorolwg"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9345,11 +9427,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -9399,11 +9481,11 @@ msgstr "Clirio"
msgid "Columns"
msgstr "Colofnau"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Clustnodwch yr ymholiad SQL hwn"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9506,8 +9588,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indecs"
@@ -9553,13 +9635,13 @@ msgstr "Dim"
msgid "As defined:"
msgstr "Fel a ddiffiniwyd:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Cynradd"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Testunllawn"
@@ -9572,20 +9654,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Ychwanegwch %s colofn"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Rydych chi wedi ychwanegu o leiaf un golofn."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Peiriant Storio"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Diffiniad PARTITION"
@@ -9596,7 +9673,7 @@ msgstr "Diffiniad PARTITION"
msgid "Manage your settings"
msgstr "Nodweddion perthynas cyffredinol"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9644,7 +9721,7 @@ msgstr "Coladiad cysylltiad MySQL"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9818,159 +9895,159 @@ msgstr ""
msgid "Save position"
msgstr "Cadw safle"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Crëwch berthynas"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Ail-lwytho"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Cymorth"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Cysylltiadau onglog"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Cysylltiadau uniongyrchol"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Snap i'r grid"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Delete relation"
msgid "Toggle relation lines"
msgstr "Dilëwch berthynas"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Cyflwynwch yr Ymholiad"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Cuddio/Dangos pob"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Cuddio/Dangos Tablau heb berthynas"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Nifer y tablau"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Dilëwch berthynas"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Perthynas wedi'i ddileu"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Allforio"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "mewn ymholiad"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename view to"
msgid "Rename to"
msgstr "Ailenwch golwg i"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "Page name"
msgid "New name"
msgstr "Enw'r dudalen"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Creu"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Actions"
msgid "Active options"
msgstr "Gweithredoedd"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "tudalennau"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Mewnforiwch ffeiliau"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a page"
msgid "Create a page and export to it"
msgstr "Crëwch dudalen"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "Page name"
msgid "New page name: "
msgstr "Enw'r dudalen"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9978,7 +10055,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr "Gwall: perthynas yn bodoli yn barod."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Gwall: Perthynas heb ei ychwanegu."
@@ -9986,7 +10063,7 @@ msgstr "Gwall: Perthynas heb ei ychwanegu."
msgid "FOREIGN KEY relation added"
msgstr "Perthynas FOREIGN KEY wedi'i ychwanegu"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Perthynas mewnol wedi'i ychwanegu"
@@ -9994,11 +10071,11 @@ msgstr "Perthynas mewnol wedi'i ychwanegu"
msgid "Relation deleted"
msgstr "Perthynas wedi'i ddileu"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Gwall wrth gadw cyfesurynnau ar gyfer y Dyluniwr."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Cafodd yr addasiadau eu cadw"
@@ -10006,68 +10083,68 @@ msgstr "Cafodd yr addasiadau eu cadw"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Mewnforiwch ffeiliau"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10084,41 +10161,41 @@ msgstr "Pob"
msgid "%s table not found or not set in %s"
msgstr "Tabl %s heb ei ddarganfod neu heb ei osod mewn %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Ffeiliau"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Enw'r log"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Safle"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Safle gwreiddiol"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Gwybodaeth"
@@ -10203,17 +10280,17 @@ msgstr ""
msgid "disabled"
msgstr "Analluogwyd"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11823,34 +11900,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "A ydych chi wir am"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Dilysu SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11948,88 +12025,88 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Label column"
msgstr "Ychwanegu/Dileu colofnau"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "-dim-"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Cyfrif ffeiliau log"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Cadw fel ffeil"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Page name"
msgid "File name"
msgstr "Enw'r dudalen"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Argraffu golwg"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -12052,266 +12129,168 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Ailenwi tabl i"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "Dilëwch data tracio ar gyfer y tabl hwn"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Copy database to"
-msgid "Delete the table (DROP)"
-msgstr "Copïwch y gronfa ddata i"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Cynhaliaeth ymraniadau"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Ymraniad %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Dadansoddi"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Gwirio"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimeiddio"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Ailadeiladu"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Trwsio"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Tynnu'r ymraniadu"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "No tables"
msgid "Showing tables"
msgstr "Dim tablau"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "Defnyddiwch y gwerth hwn"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
msgstr "Dangos fersiynau"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s column(s)"
msgid "Move columns"
msgstr "Ychwanegwch %s colofn"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Argraffu golwg"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12499,7 +12478,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Enw VIEW"
@@ -13684,6 +13663,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Allforio"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Breintiau"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/da.po b/po/da.po
index 1a23a1a72f..80c6b9a32f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,10 +3,11 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
-"PO-Revision-Date: 2012-08-05 02:30+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
+"PO-Revision-Date: 2012-08-09 08:26+0200\n"
"Last-Translator: Aputsiaq Niels Janussen \n"
-"Language-Team: Danish \n"
+"Language-Team: Danish \n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -15,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Vis alle"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +40,27 @@ msgstr ""
"overliggende vindue eller din browser blokerer for tvær-vindue opdateringer "
"i sikkerhedsindstillingerne."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Søg"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +72,16 @@ msgstr "Søg"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Udfør"
@@ -99,7 +101,7 @@ msgstr "Beskrivelse"
msgid "Use this value"
msgstr "Brug denne værdi"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Database %1$s er oprettet."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Databasekommentar: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tabel kommentarer"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolonnenavn"
@@ -145,11 +147,11 @@ msgstr "Kolonnenavn"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +161,44 @@ msgstr "Kolonnenavn"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Datatype"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulværdi"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Standardværdi"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +208,9 @@ msgstr "Linker til"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +221,21 @@ msgstr "Kommentarer"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nej"
@@ -241,27 +243,27 @@ msgstr "Nej"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ja"
@@ -283,88 +285,21 @@ msgstr "Vælg alle"
msgid "Unselect All"
msgstr "Fravælg alle"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Databasenavnet er tomt!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Database %1$s er blevet omdøbt til %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Databasen %1$s er blevet kopieret til %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Omdøb database til"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Fjern database"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Database %s er slettet."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Drop databasen (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopier database til"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Kun strukturen"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktur og data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Kun data"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE før kopiering"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Tilføj %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Tilføj AUTO_INCREMENT værdi"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Tilføj begrænsninger"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Skift til den kopierede database"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Tegnsæt (sortering)"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -372,20 +307,16 @@ msgid ""
msgstr ""
"phpMyAdmin er ikke sat op til at gemme tabel-relationer. Se her %shvorfor%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editer eller eksporter relations skema"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabel"
@@ -393,41 +324,41 @@ msgstr "Tabel"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rækker"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Størrelse"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "i brug"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Oprettelse"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Sidste opdatering"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Sidste check"
@@ -449,7 +380,7 @@ msgstr "Skift til %svisuel konstruktør%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -464,17 +395,17 @@ msgstr "Ingen tabeller fundet i databasen"
msgid "unknown"
msgstr "ukendt"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabel %s blev tømt"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Visning %s er blevet slettet"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabel %s blev slettet"
@@ -487,7 +418,7 @@ msgstr "Sporing er aktiv."
msgid "Tracking is not active."
msgstr "Sporing er ikke aktiv."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -495,12 +426,12 @@ msgid ""
msgstr ""
"Viewet har som minimum dette antal rækker. Se venligst %sdokumentationen%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Visning"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -516,21 +447,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s er standard datalageret på denne MySQL-server."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Med det markerede:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Vælg alle"
@@ -538,52 +469,53 @@ msgstr "Vælg alle"
msgid "Check tables having overhead"
msgstr "Check tabeller der har overhead"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksporter"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Udskriv"
# By "Empty", if this is an action, it should translate to "Tøm" but if it's a
# state it should translate to "Tom".
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Tøm"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Slet"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Tjek tabel"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimer tabel"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparer tabel"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyser tabel"
@@ -591,11 +523,11 @@ msgstr "Analyser tabel"
msgid "Add prefix to table"
msgstr "Tilføj præfiks til tabel"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Erstat tabel præfiks"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopier tabel med præfiks"
@@ -607,20 +539,20 @@ msgstr "Data Dictionary"
msgid "Tracked tables"
msgstr "Sporede tabeller"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Database"
@@ -636,9 +568,9 @@ msgstr "Oprettet"
msgid "Updated"
msgstr "Opdateret"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -646,14 +578,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Handling"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Vis"
@@ -686,7 +618,7 @@ msgstr "Øjebliksbillede af struktur"
msgid "Untracked tables"
msgstr "Ikke-sporede tabeller"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Sporingstabel"
@@ -738,7 +670,7 @@ msgstr "Ugyldig eksporttype"
msgid "Value for the column \"%s\""
msgstr "Værdi for kolonnen \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Brug OpenStreetMaps som basislag"
@@ -747,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometri"
@@ -875,7 +807,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Kunne ikke indlæse importplugins, check venligst din installation!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Bogmærke %s oprettet"
@@ -902,10 +834,10 @@ msgstr ""
"normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med "
"mindre du forøger PHP-tidsbegrænsningerne."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Din SQL-forespørgsel blev udført korrekt"
@@ -928,7 +860,7 @@ msgstr "\"DROP DATABASE\" erklæringer kan ikke bruges."
msgid "Do you really want to execute \"%s\"?"
msgstr "Er du sikker på at du vil udføre \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Du er ved at DESTRUERE en komplet database!"
@@ -968,7 +900,7 @@ msgstr "Tilføj indeks"
msgid "Edit Index"
msgstr "Redigér indeks"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Tilføj %d kolonne(r) til indeks"
@@ -998,8 +930,8 @@ msgstr "De to adgangskoder er ikke ens!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Opret bruger"
@@ -1019,9 +951,9 @@ msgstr "Luk"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1047,7 +979,7 @@ msgstr "Statiske data"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1247,7 +1179,7 @@ msgstr "Spørgsmål"
msgid "Traffic"
msgstr "Trafik"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Indstillinger"
@@ -1267,12 +1199,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Ingen"
@@ -1456,10 +1388,10 @@ msgid "Explain output"
msgstr "Forklar output"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tid"
@@ -1555,10 +1487,10 @@ msgstr ""
"Kunne ikke bygge diagramgitter med den importerede konfiguration. Nulstiller "
"til standard konfiguration..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importer"
@@ -1606,9 +1538,9 @@ msgstr "Brugt variabel/formel"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Annuller"
@@ -1636,9 +1568,9 @@ msgstr "Sletter kolonne"
msgid "Adding Primary Key"
msgstr "Tilføjer primær nøgle"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1678,15 +1610,15 @@ msgstr "Skjul indekser"
msgid "Show indexes"
msgstr "Vis indekser"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Tjek af fremmednøgle:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Slået til)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Slået fra)"
@@ -1756,8 +1688,8 @@ msgstr "Vis forespørgselsbox"
msgid "No rows selected"
msgstr "Ingen rækker valgt"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Ret"
@@ -1765,8 +1697,8 @@ msgstr "Ret"
msgid "Query execution time"
msgstr "Eksekveringstid for forespørgsel"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d er ikke et gyldigt rækkenummer."
@@ -1775,8 +1707,8 @@ msgstr "%d er ikke et gyldigt rækkenummer."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Gem"
@@ -1835,12 +1767,12 @@ msgstr "Forespørgselsresultater"
msgid "Data point content"
msgstr "Datapunkt-indhold"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorer"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopi"
@@ -1860,7 +1792,7 @@ msgstr "Vælg fremmednøgle"
msgid "Please select the primary key or a unique key"
msgstr "Vælg venligst den primære nøgle eller en unik nøgle"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Vælg kolonne til visning"
@@ -1952,7 +1884,7 @@ msgstr "Generer"
msgid "Change Password"
msgstr "Ændre adgangskode"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mere"
@@ -2327,13 +2259,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Fejl"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-forespørgsel"
@@ -2401,7 +2333,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "I linje"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilering"
@@ -2426,153 +2358,154 @@ msgstr "%s dage, %s timer, %s minutter og %s sekunder"
msgid "Missing parameter:"
msgstr "Manglende parameter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Start"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Forrige"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Næste"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Slut"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Hop til database "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funktionaliteten af %s er påvirket af en kendt fejl, se %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Klik for at skifte"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Indsæt"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Vis"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operationer"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Gennemse din computer:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Vælg fra %s - webserverens upload-mappe:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Mappen du har sat til upload-arbejde kan ikke findes"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Der er ikke nogen filer at uploade"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Udfør"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Print"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Eksisterende konfigurationsfil (%s) kan ikke læses."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Forkerte rettigheder på konfigurationsfil. Må ikke være skrivbar af alle!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Skriftstørrelse"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Stigende"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Faldende"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sorter"
@@ -2598,8 +2531,8 @@ msgid "Use Tables"
msgstr "Benyt tabeller"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Eller"
@@ -2664,13 +2597,13 @@ msgstr[1] "%1$s sammenfald i %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Slet sammenfald for %s tabellen?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2700,130 +2633,130 @@ msgstr "Indeni tabel(ler):"
msgid "Inside column:"
msgstr "Indeni kolonne:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Gem redigerede data"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Gendan kolonneorden"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Startrække"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Antal rækker"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Tilstand"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vandret"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vandret (roterede overskrifter)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "lodret"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Overskrifter for hver %s. række"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sorteringsnøgle"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Indstillinger"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Delvise tekster"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Komplette tekster"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relationel nøgle"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relationel visningskolonne"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Vis binært indhold"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Vis indhold af BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Vis binært indhold som HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Skjul browser-transformation"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Velkendt tekst"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Velkendt binær"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Rækken er slettet"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Dræb (Kill)"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2831,44 +2764,44 @@ msgstr ""
"Kan være anslået. Se [a@./Documentation.html#faq3_11@Documentation] FAQ 3.11"
"[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "i forespørgsel"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Viser poster"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "forepørgsel tog %01.4f sek"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Forespørgselsresultat operationer"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Udskriv (med fulde tekster)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Vis diagram"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualiser GIS data"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Opret view"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link ikke fundet"
@@ -2934,27 +2867,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Åbn nyt phpMyAdmin vindue"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Herefter skal cookies være slået til."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Herefter skal JavaScript være slået til"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Intet indeks defineret!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeks"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unik"
@@ -2967,6 +2900,16 @@ msgstr "Pakket"
msgid "Cardinality"
msgstr "Kardinalitet"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Tegnsæt (sortering)"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2991,93 +2934,93 @@ msgstr ""
"Indeks %1$s ser ud til at være identisk med indeks %2$s, så et af dem kan "
"sikkert fjernes."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databaser"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Sporing"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Triggers"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabel ser ud til at være tom!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Database ser ud til at være tom!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Foresp. via eks"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegier"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutiner"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Hændelser"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Brugere"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synkroniser"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binær log"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variable"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Tegnsæt"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Udvidelsesmoduler"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Lagre"
@@ -3140,43 +3083,43 @@ msgstr "%s er slået fra på denne MySQL-server."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Denne MySQL-server understøtter ikke %s datalager."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "ukendt tabelstatus: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Kildedatabasen '%s' blev ikke fundet!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Mål-databasen '%s' blev ikke fundet!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Ugyldig database"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Ugyldigt tabelnavn"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Fejl ved omdøbning af tabel %1$s til %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabellen %1$s er nu omdøbt til %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Kunne ikke gemme brugerindstillinger for tabel"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3185,7 +3128,7 @@ msgstr ""
"Kunne ikke rydde op i indstillinger for tabel-UI (se $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3201,16 +3144,16 @@ msgstr ""
msgid "Function"
msgstr "Funktion"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operatør"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Værdi"
@@ -3223,58 +3166,58 @@ msgstr "Tabelsøgning"
msgid "Edit/Insert"
msgstr "Rediger/Indsæt"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Vælg kolonner (mindst én):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Tilføj søgekriterier (kroppen af \"where\" sætningen):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Rækker pr. side"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Rækkefølge af visning:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Brug denne kolonne til at navngive hvert punkt"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maksimalt antal plottede rækker"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Bladre i fremmedværdier"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Ekstra søgekriterium"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Kør en \"forespørgsel ved eksempel\" (jokertegn: \"%\") for to forskellige "
"kolonner"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Kør en forespørgsel på felter (jokertegn: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Bladr gennem/rediger punkterne"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Hvordan man bruger"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Nulstil zoom"
@@ -3484,8 +3427,7 @@ msgid ""
"value in bytes"
msgstr ""
"En TEXT-kolonne med en maksimal længde på 4.294.967.295 (2^32 - 1) tegn, "
-"lagret med et præfiks på fire bytes, der indikerer længden af værdien i "
-"bytes"
+"lagret med et præfiks på fire bytes, der indikerer længden af værdien i bytes"
#: libraries/Types.class.php:341
msgid ""
@@ -3613,7 +3555,7 @@ msgstr ""
#: libraries/Types.class.php:713
msgid "A system's default double-precision floating-point number"
-msgstr ""
+msgstr "Et systems standard for flydepunktstal med dobbelt præcision"
#: libraries/Types.class.php:715
msgid "True or false"
@@ -3632,22 +3574,28 @@ 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 ""
+"Et tidsstempel, intervallet er '0001-01-01 00:00:00' UTC til '9999-12-31 "
+"23:59:59' UTC; TIMESTAMP(6) kan lagre mikrosekunder"
#: libraries/Types.class.php:733
msgid ""
"A variable-length (0-65,535) string, uses binary collation for all "
"comparisons"
msgstr ""
+"En streng med variabel længde (0-65.535), bruger binær sammenligning for "
+"alle sammenligninger"
#: libraries/Types.class.php:735
msgid ""
"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
"a four-byte prefix indicating the length of the value"
msgstr ""
+"En BLOB-kolonne med en maksimal længde på 65.535 (2^16 - 1) bytes, lagret "
+"med et præfiks på fire byte som indikerer længden af værdien"
#: libraries/Types.class.php:737
msgid "An enumeration, chosen from the list of defined values"
-msgstr ""
+msgstr "En optælling, udvalgt fra listen med definerede værdier"
#: libraries/bookmark.lib.php:83
msgid "shared"
@@ -3667,14 +3615,14 @@ msgstr "Tabeller"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overhead"
@@ -3699,11 +3647,11 @@ msgstr "Check privilegier for database "%s"."
msgid "Check Privileges"
msgstr "Check privilegier"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Kunne ikke indlæse konfigurationsfilen"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3711,12 +3659,12 @@ msgstr ""
"Dette betyder ofte, at der er en eller flere syntaksmæssige fejl i den, "
"kontroller venligst for fejlen(e) vist herunder."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Kunne ikke indlæse standardkonfiguration fra: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3724,35 +3672,35 @@ msgstr ""
"Direktitvet [code]$cfg['PmaAbsoluteUri'][/code] SKAL være sat i din "
"konfigurationsfil!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Server indekset %s er ugyldigt"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Ugyldigt værtsnavn for server %1$s. Gennemgå venligst din konfiguration."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Ugyldig autorisationsmetode sat i konfiguration:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Du burde opdatere til %s %s eller senere."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "forsøg på overskrivning af GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "muligt sikkerhedshul"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "numerisk tast opfanget"
@@ -3783,37 +3731,37 @@ msgstr "Lukket"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Slået fra"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "data"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktur og data"
@@ -3938,8 +3886,8 @@ msgid "Allow users to customize this value"
msgstr "Tillad brugerdefinerede indstillinger for værdien"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Nulstil"
@@ -4040,10 +3988,13 @@ msgid ""
"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]"
"CodeMirror[/a]) with syntax highlighting and line numbers"
msgstr ""
+"Brug en brugervenlig redigering til redigering af SQL-forespørgsler, "
+"([a@http://codemirror.net/]CodeMirror[/a]) med fremhævelse af syntaks og "
+"linjenummerering"
#: libraries/config/messages.inc.php:35
msgid "Enable CodeMirror"
-msgstr ""
+msgstr "Slå CodeMirror til"
#: libraries/config/messages.inc.php:36
msgid ""
@@ -4153,7 +4104,7 @@ msgstr "Standard tabel-fane"
#: libraries/config/messages.inc.php:58
msgid "Whether the table structure actions should be hidden"
-msgstr ""
+msgstr "Om hvorvidt handlinger for tabel-struktur skal være skjulte"
#: libraries/config/messages.inc.php:59
msgid "Hide table structure actions"
@@ -4219,7 +4170,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maksimal eksekveringstid"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Send (download)"
@@ -4228,7 +4179,7 @@ msgid "Character set of the file"
msgstr "Filens tegnsæt"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4241,27 +4192,25 @@ msgstr "Komprimering"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Indsæt feltnavne i første række"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Felter skal adskilles med"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Kolonner escapes med"
@@ -4279,14 +4228,12 @@ msgstr "Fjern CRLF-tegn i kolonner"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Kolonner afsluttes med"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linjer afsluttes med"
@@ -4312,7 +4259,7 @@ msgstr "Skabelon for tabelnavn"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Dump tabel"
@@ -4323,8 +4270,8 @@ msgid "Include table caption"
msgstr "Inkluder tabeloverskrift"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabeloverskrift"
@@ -4333,20 +4280,20 @@ msgid "Continued table caption"
msgstr "Fortsat tabeloverskrift"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Mærke nøgle"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relationer"
@@ -4367,6 +4314,11 @@ msgstr "Overskriv eksisterende fil(er)"
msgid "Remember file name template"
msgstr "Husk skabelon for filnavn"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Tilføj AUTO_INCREMENT værdi"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Brug \"backquotes\" omkring tabel- og feltnavne"
@@ -4377,7 +4329,7 @@ msgid "SQL compatibility mode"
msgstr "SQL-kompatibilitetstilstand"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Indstillinger til CREATE TABLE:"
@@ -4390,10 +4342,17 @@ msgid "Use delayed inserts"
msgstr "Brug forsinkede indsættelser"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Slå fremmednøgle-checks fra"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Tilføj %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Brug hexadecimal for BLOB"
@@ -4407,7 +4366,7 @@ msgid "Syntax to use when inserting data"
msgstr "Syntaks der bruges, når der indsættes data"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maksimal længde på oprettet forespørgsel"
@@ -4416,7 +4375,7 @@ msgid "Export type"
msgstr "Eksporttype"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Indlejr eksport i en transaktion"
@@ -4471,7 +4430,6 @@ msgstr "Tilpas standardindstillinger"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV (kommasepareret)"
@@ -4732,6 +4690,8 @@ msgstr "Database-struktur"
#: libraries/config/messages.inc.php:229
msgid "Choose which details to show in the database structure (list of tables)"
msgstr ""
+"Vælg hvilke detaljer, der skal vises i database-strukturen (liste af "
+"tabeller)"
#: libraries/config/messages.inc.php:230
msgid "Table structure"
@@ -4739,7 +4699,7 @@ msgstr "Tabel-struktur"
#: libraries/config/messages.inc.php:231
msgid "Settings for the table structure (list of columns)"
-msgstr ""
+msgstr "Indstillinger for tabel-strukturen (liste af kolonner)"
#: libraries/config/messages.inc.php:232
msgid "Tabs"
@@ -4812,14 +4772,12 @@ msgid "Partial import: allow interrupt"
msgstr "Delvis import: tillad afbrydelse"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Afbryd ikke ved fejl i INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Erstat data i tabellen med filens data"
@@ -4836,7 +4794,6 @@ msgid "Format of imported file"
msgstr "Format på importeret fil"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Brug LOCAL nøgleord"
@@ -4846,7 +4803,7 @@ msgid "Column names in first row"
msgstr "Indsæt feltnavne i første række"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Importer ikke tomme rækker"
@@ -5780,6 +5737,8 @@ msgstr "Vis formular til databaseoprettelse"
#: libraries/config/messages.inc.php:460
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:461
msgid "Show Creation timestamp"
@@ -5789,15 +5748,19 @@ msgstr "Vis tidsstempel for oprettelse"
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:463
msgid "Show Last update timestamp"
-msgstr ""
+msgstr "Vis tidsstempel med seneste opdatering"
#: libraries/config/messages.inc.php:464
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:465
msgid "Show Last check timestamp"
@@ -5937,7 +5900,7 @@ msgstr "Kræver SQL Validator bliver aktiveret"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Adgangskode"
@@ -6110,14 +6073,12 @@ msgstr "Login autentifikation"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV vha. LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document regneark"
@@ -6203,7 +6164,7 @@ msgstr "%s udvidelsen mangler. Check din PHP-konfiguration."
msgid "possible deep recursion attack"
msgstr "muligt dybt rekursionsangreb"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6211,15 +6172,15 @@ msgstr ""
"Serveren svarer ikke (eller den lokale servers socket er ikke korrekt "
"konfigureret)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Serveren svarer ikke."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Tjek venligst privilegier for mappen som indeholder databasen."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detaljer..."
@@ -6265,24 +6226,24 @@ msgid "Create"
msgstr "Opret"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Ingen privilegier"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Opret tabel"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Navn"
@@ -6441,15 +6402,15 @@ msgstr "Konvertering af indkodning:"
#: libraries/display_git_revision.lib.php:59
#, php-format
msgid "%1$s from %2$s branch"
-msgstr ""
+msgstr "%1$s fra grenen %2$s"
#: libraries/display_git_revision.lib.php:61
msgid "no branch"
-msgstr ""
+msgstr "ingen gren"
#: libraries/display_git_revision.lib.php:67
msgid "Git revision"
-msgstr ""
+msgstr "Git-revision"
#: libraries/display_git_revision.lib.php:70
#, php-format
@@ -6474,7 +6435,7 @@ msgstr ""
#: libraries/display_import.lib.php:76
#, php-format
msgid "%s of %s"
-msgstr ""
+msgstr "%s af %s"
#: libraries/display_import.lib.php:85
msgid "Uploading your import file..."
@@ -6483,15 +6444,15 @@ msgstr "Overfører din importfil ..."
#: libraries/display_import.lib.php:93
#, php-format
msgid "%s/sec."
-msgstr ""
+msgstr "%s/sek."
#: libraries/display_import.lib.php:100
msgid "About %MIN min. %SEC sec. remaining."
-msgstr ""
+msgstr "Omtrent %MIN min. %SEC sek. resterer."
#: libraries/display_import.lib.php:104
msgid "About %SEC sec. remaining."
-msgstr ""
+msgstr "Omtrent %SEC sek. resterer."
#: libraries/display_import.lib.php:134
msgid "The file is being processed, please be patient."
@@ -6927,7 +6888,7 @@ msgid "No data found for GIS visualization."
msgstr "Ingen data fundet for GIS visualization."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL returnerede ingen data (fx ingen rækker)."
@@ -6976,7 +6937,7 @@ msgid "Go to view: %s"
msgstr "Gå til view: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Skjul"
@@ -7041,11 +7002,11 @@ msgstr ""
"Brug TAB-tasten for at flytte dig fra værdi til værdi, eller CTRL"
"+piletasterne til at flytte frit omkring"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Viser SQL-forespørgsel"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Indsatte række id: %1$d"
@@ -7060,32 +7021,32 @@ msgstr "Ingen"
msgid "Convert to Kana"
msgstr "Konverter til Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Fra"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Til"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Send"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Tilføj tabelpræfiks"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Tilføj præfiks"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Er du sikker på at du vil udføre følgende forespørgsel?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Ingen ændring"
@@ -7291,7 +7252,158 @@ msgstr "phpMyAdmin dokumentation"
msgid "Reload navigation frame"
msgstr "Genindlæs navigationsramme"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Omdøb database til"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Database %s er slettet."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Fjern database"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Drop databasen (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Kun strukturen"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktur og data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Kun data"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopier database til"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE før kopiering"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Tilføj begrænsninger"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Skift til den kopierede database"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editer eller eksporter relations skema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Arranger tabelrækkefølge efter"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(enkeltvis)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Flyt tabel til (database.tabel):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabel-indstillinger"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Omdøb tabel til"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Datalager"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopier tabel til (database.tabel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Skift til den kopierede tabel"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabelvedligeholdelse"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmenter tabel"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabel %s er blevet flushet"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Udskriv tabellen (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Slet data eller tabel"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Tøm tabellen (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Slet tabellen (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyser"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Tjek"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimer"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Genopbyg"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Reparer"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Vedligehold af partition"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partitionen %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Fjern partitionering"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Check reference-integriteten:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Dette format har ingen indstillinger"
@@ -7300,7 +7412,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Kan ikke forbinde: ugyldige indstillinger."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7331,38 +7443,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Kunne ikke bruge Blowfish fra mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
-msgstr ""
+msgstr "Din session er udløbet. Log venligst ind igen."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Login"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Du kan angive værtsnavn/IP adresse og port ved at adskille dem med et "
"mellemrum."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Brugernavn:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Adgangskode:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Servervalg"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7370,15 +7482,15 @@ msgstr ""
"Det er ifølge konfigurationen ikke tilladt at logge ind uden en adgangskode "
"(se AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Kan ikke logge ind på MySQL-serveren"
@@ -7409,92 +7521,92 @@ msgstr "Ingen gyldig autorisations-nøgle indkoblet"
msgid "Authenticating..."
msgstr "Godkender..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Kolonner adskilt med:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Kolonner indrammet med:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Kolonner escaped med:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Linjer afsluttet med:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Erstat NULL med:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Fjern vognretur/linjeskiftstegn i kolonnedata"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel-udgave:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Database eksportindstillinger"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Data dump for tabellen"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Hændelse"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definition"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktur-dump for tabellen"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktur for visning"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Stand-in-struktur for visning"
@@ -7511,37 +7623,37 @@ msgstr "(fortsættes)"
msgid "Structure of table @TABLE@"
msgstr "Struktur for tabel @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Object oprettelsesindstillinger"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Tabeloverskrift (fortsat)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Vis fremmednøgle-relationer"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Vis kommentarer"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Vis MIME-typer"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7549,33 +7661,33 @@ msgstr "Vis MIME-typer"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Vært"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Genereringstid"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Serverversion"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP-version"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Eksportér tabelnavne"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Eksportér tabel-hoveder"
@@ -7587,7 +7699,7 @@ msgstr "(Genererer en rapport indeholdende dataene fra en enkelt tabel)"
msgid "Report title:"
msgstr "Rapporttitel:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7595,13 +7707,13 @@ msgstr ""
"Vis kommentarer (inkluderer info som eksport tidsstempel, PHP version og "
"serverversion)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Ekstra kommentarer i headeren (\n"
" deler linjer):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7609,25 +7721,25 @@ msgstr ""
"Inkluder et tidsstempel for hvornår databaser blev oprettet, sidst opdateret "
"og sidst checket"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Databasesystem eller ældre MYSQL server til maksimering af kompatibiltet af "
"output:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Tilføj %s forespørgsel"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Tilføj forespørgsler:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7635,39 +7747,37 @@ msgstr ""
"Omgiv tabel- og feltnavne med backquotes (Beskytter felt- og tabelnavne "
"indeholdende specielle tegn og nøgleord)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#, fuzzy
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
-msgstr "Object oprettelsesindstillinger"
+msgstr "Indstillinger for oprettelse af data"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
-msgstr ""
+msgstr "Trunkér tabel forud for indsættelse"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "I stedet for INSERT forespørgsler, brug:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED forespørgsler"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE forspørgsler"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Funktioner der bruges, når data udtrækkes:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Syntaks der bruges, når data indsættes:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7677,7 +7787,7 @@ msgstr ""
" Eksempel: INSERT INTO tbl_name (col_A,col_B,col_C) "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7687,7 +7797,7 @@ msgstr ""
" Eksempel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7695,7 +7805,7 @@ msgstr ""
"begge af ovenstående
Eksempel: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7703,7 +7813,7 @@ msgstr ""
"ingen af ovenstående
Eksempel: INSERT INTO "
"tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7711,7 +7821,7 @@ msgstr ""
"Udtræk binære kolonner i hexadecimal notation (fx, \"abc\" becomes "
"0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7719,33 +7829,33 @@ msgstr ""
"Udtræk TIMESTAMP kolonner i UTC (gør at TIMESTAMP kolonner kan udtrækkes "
"og indsættes i servere på tværs af tidszoner)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedurer"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funktioner"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Begrænsninger for dumpede tabeller"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Begrænsninger for tabel"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE (MIME-typer for tabellen)"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE (Relationer for tabellen)"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Fejl ved læsning af data:"
@@ -7761,8 +7871,8 @@ msgstr "Views"
msgid "Export contents"
msgstr "Eksport indhold"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7784,15 +7894,15 @@ msgstr ""
msgid "Column names: "
msgstr "Kolonnenavne: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Ugyldigt parameter for CSV-import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7801,56 +7911,47 @@ msgstr ""
"Invalid kolonne (%s) angivet! Sørg for, at kolonnenavneer stavet korrekt, "
"adskilt med komma og ikke i citationstegn."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Ugyldigt format for CSV-input på linie %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Ugyldigt kolonneantal i CSV-input på linie %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tabelnavn"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Kolonnenavne"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Denne plugin understøtter ikke komprimeret import!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki tabel"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Ugyldigt format for mediawiki-input på linje:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Importer procenter som rigtige decimaltal (ex. 12.00% to .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Import valutaer (ex. $5.00 to 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7858,16 +7959,16 @@ msgstr ""
"Den angivne XML-fil var enten forkert udformet eller ukomplet. Ret fejlen og "
"prøv igen."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI formfil"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Der var en fejl i importen af ESRI-formfilen: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7875,37 +7976,39 @@ msgstr ""
"Du prøvede på at importere en invalid fil eller den importerede fil "
"indeholder invalide data"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Spatial Extension understøtter ikke ESRI type \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Den importerede fil indeholder ingen data"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL-kompatibilitetsmodus:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Brug ikke AUTO_INCREMENT for nulværdier"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
#: libraries/plugins/import/PMA_ShapeRecord.class.php:58
#, php-format
msgid "Geometry type '%s' is not supported by MySQL."
-msgstr ""
+msgstr "Geometri-typen '%s' understøttes ikke af MySQL."
#: libraries/plugins/transformations/abstract/AppendTransformationsPlugin.class.php:31
msgid ""
"Appends text to a string. The only option is the text to be appended "
"(enclosed in single quotes, default empty string)."
msgstr ""
+"Føjer tekst til en streng. Den eneste valgmulighed er at teksten føjes til "
+"(omsluttet af enkelte anførselstegn, standardindstilling er en tom streng)."
#: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:31
msgid ""
@@ -7940,18 +8043,6 @@ msgstr ""
"feltet i den første indstilling være sat til en tom streng."
#: libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php:31
-#, fuzzy
-#| msgid ""
-#| "LINUX ONLY: Launches an external application and feeds it the column data "
-#| "via standard input. Returns the standard output of the application. The "
-#| "default is Tidy, to pretty-print HTML code. For security reasons, you "
-#| "have to manually edit the file libraries/transformations/"
-#| "text_plain__external.inc.php and list the tools you want to make "
-#| "available. The first option is then the number of the program you want to "
-#| "use and the second option is the parameters for the program. The third "
-#| "option, if set to 1, will convert the output using htmlspecialchars() "
-#| "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
-#| "ensure that the output appears all on one line (Default 1)."
msgid ""
"LINUX ONLY: Launches an external application and feeds it the column data "
"via standard input. Returns the standard output of the application. The "
@@ -7964,16 +8055,16 @@ msgid ""
"option, if set to 1, will prevent wrapping and ensure that the output "
"appears all on one line (Default 1)."
msgstr ""
-"KUN LINUX: Starter en ekstern applikation og føder feltdata via standard "
-"input. Returnerer standardoutputtet for applikationen. Standard er Tidy, for "
-"korrekt udskrivning af HTML-kode. Af sikkerhedsårsager er du nødt til "
-"manuelt at redigere filen libraries/transformations/text_plain__external.inc."
-"php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er "
-"så nummeret på det program du vil bruge og den anden indstilling er "
-"parametrene for dette program. Tredie parameter vil, hvis sat til 1, "
-"konvertere outputtet vha. htmlspecialchars() (Standard er 1). Et fjerde "
-"parameter vil, hvis sat til 1, sætte et NOWRAP om cellens indhold så hele "
-"outputtet bliver vist uden omformattering (Standard 1)."
+"KUN LINUX: Starter en ekstern applikation og føder feltdata via "
+"standardinput. Returnerer standardoutputtet for applikationen. Standard er "
+"Tidy, for korrekt udskrivning af HTML-kode. Af sikkerhedsårsager er du nødt "
+"til manuelt at redigere filen libraries/transformations/Text_Plain__External."
+"class.php og indsætte de værktøjer du ønsker skal være tilgængelig. Første "
+"indstilling er så nummeret på det program du vil bruge og den anden "
+"indstilling er parametrene for dette program. Tredje parameter vil, hvis sat "
+"til 1, konvertere outputtet vha. htmlspecialchars() (Standard er 1). Det "
+"fjerde parameter vil, hvis sat til 1, forhindre ombrydning og sikre at alt "
+"outputtet vises på én linje (Standard 1)."
#: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31
msgid ""
@@ -8062,7 +8153,7 @@ msgid "Enabled"
msgstr "Slået til"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Generelle relationsmuligheder"
@@ -8137,7 +8228,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Re-login til phpMyAdmin for at indlæse den opdaterede konfigurationsfil."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "ingen beskrivelse"
@@ -8188,7 +8279,7 @@ msgstr "Slavestatus"
msgid "Variable"
msgstr "Variabel"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server-ID"
@@ -8212,8 +8303,8 @@ msgstr "Enhver bruger"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Brug tekstfelt"
@@ -8305,7 +8396,7 @@ msgstr "Detaljer"
msgid "Event name"
msgstr "Hændelsesnavn"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Hændelsestype"
@@ -8547,7 +8638,6 @@ msgid "Trigger name"
msgstr "Triggernavn"
#: libraries/rte/rte_triggers.lib.php:334
-#| msgid "Time"
msgctxt "Trigger action time"
msgid "Time"
msgstr "Tid"
@@ -8695,12 +8785,12 @@ msgstr "Indholdsfortegnelse"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributter"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstra"
@@ -8737,6 +8827,10 @@ msgstr "Vælg side"
msgid "Select Tables"
msgstr "Vælg tabeller"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Kolonnenavne"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Vis relationel skema"
@@ -9006,14 +9100,14 @@ msgstr "Begrænser antallet af samtidige forbindelser brugere må have."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabel-specifikke privilegier"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "NB: Navne på MySQL privilegier er på engelsk"
@@ -9022,12 +9116,12 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globale privilegier"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Database-specifikke privilegier"
@@ -9087,16 +9181,16 @@ msgid "Users having access to "%s""
msgstr "Brugere med adgang til "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Bruger"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Tildel"
@@ -9105,8 +9199,8 @@ msgid "User has been added."
msgstr "Bruger er blevet tilføjet."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Enhver"
@@ -9122,12 +9216,12 @@ msgstr "database-specifik"
msgid "wildcard"
msgstr "jokertegn"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Ingen bruger fundet."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Ret privilegier"
@@ -9135,26 +9229,22 @@ msgstr "Ret privilegier"
msgid "Revoke"
msgstr "Tilbagekald"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Eksportér alle"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... behold den gamle."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... slet den gamle fra brugertabellerne."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9162,77 +9252,73 @@ msgstr ""
" ... slet den gamle fra brugertabellerne og genindlæs privilegierne "
"efterfølgende."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Ret Login-information / Kopier bruger"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Opret en bruger med samme privilegier og ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Kolonne-specifikke privilegier"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Tilføj privilegier på følgende database"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Tilføj privileges på følgende tabel"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Fjern valgte brugere"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Ingen brugere valgt til sletning!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Genindlæs privilegierne"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "De valgte brugere er blevet korrekt slettet."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Du har opdateret privilegierne for %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilegier for alle brugere"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilegier for %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Oversigt over brugere"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9246,11 +9332,11 @@ msgstr ""
"æ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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Du har tilføjet en ny bruger."
@@ -9300,11 +9386,11 @@ msgstr "Ryd"
msgid "Columns"
msgstr "Kolonner"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Lav bogmærke til denne SQL-forespørgsel"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Lad alle brugere bruge dette bogmærke"
@@ -9427,8 +9513,8 @@ msgstr ""
"escaping eller quotes, ud fra følgende format: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9478,39 +9564,34 @@ msgstr "Ingen"
msgid "As defined:"
msgstr "Som defineret:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primær"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fuldtekst"
#: libraries/tbl_properties.inc.php:603
msgid "first"
-msgstr ""
+msgstr "første"
#: libraries/tbl_properties.inc.php:613
#, php-format
msgid "after %s"
msgstr "efter %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Tilføj %s kolonne(r)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Du skal tilføje mindst en kolonne."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Datalager"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION-definition"
@@ -9519,7 +9600,7 @@ msgstr "PARTITION-definition"
msgid "Manage your settings"
msgstr "Administrer dine indstillinger"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Konfigurationen er gemt"
@@ -9565,7 +9646,7 @@ msgstr "Servers forbindelsestegnsæt"
msgid "Appearance Settings"
msgstr "Indstillinger for udseende"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Flere indstillinger"
@@ -9744,133 +9825,133 @@ msgstr "Vis/skjul venstre menu"
msgid "Save position"
msgstr "Gem position"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Opret relation"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Genindlæs"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Hjælp"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Angulære links"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Direkte links"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Snap til gitter"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Små/store alle"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Skift mellem små/store"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Slå relationslinjer til eller fra"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importer/Eksporter koordinater for PDF-opstilling"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Opret forespørgsel"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Flyt Menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Skjul/Vis alle"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Skjul/Vis tabeller uden relation"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Antal tabeller"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Slet relation"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Relationsoperator"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Undtagen"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "underforespørgsel"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Omdøb til"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nyt navn"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Sammenstil"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Aktive indstillinger"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Side er blevet oprettet"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Sideoprettelse fejlede"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Side"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importer fra valgt side"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Eksporter til valgt side"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Opret en side og eksporter til den"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nyt sidenavn: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Eksporter/Importer til skala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "anbefalet"
@@ -9878,7 +9959,7 @@ msgstr "anbefalet"
msgid "Error: relation already exists."
msgstr "Fejl: relation findes allerede."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Fejl: Relation ikke tilføjet."
@@ -9886,7 +9967,7 @@ msgstr "Fejl: Relation ikke tilføjet."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY relation tilføjet"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Intern relation tilføjet"
@@ -9894,11 +9975,11 @@ msgstr "Intern relation tilføjet"
msgid "Relation deleted"
msgstr "Relation slettet"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Fejl ved lagring af koordinater for Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Rettelserne er gemt"
@@ -9906,47 +9987,47 @@ msgstr "Rettelserne er gemt"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Kan ikke gemme indstillinger, den sendte formular indeholder fejl"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Kunne ikke indlæse konfiguration"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfigurationen indejolder ukorrekte data for visse felter."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Vil du importere de resterende indstillinger ?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Gemt den @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importer fra fil"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Import fra browserens lager"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Indstillinger vil blive importeret fra din browsers lokale lager."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Du har ingen gemte indstillinger!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Denne funktion er ikke understøttet af din browser"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Flet med aktuel konfiguration"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9955,19 +10036,19 @@ msgstr ""
"Du kan sætte flere indstillinger ved at modificere config.inc.php fx ved at "
"bruge %sSetup script%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Gem i browserens lager"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Indstillinger vil blive gemt i din browsers lokale lager."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Eksisterende indstillinger vil blive overskrevet!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Du kan nulstille alle dine indstillinger og gendanne dem med standardværdier."
@@ -9985,41 +10066,41 @@ msgstr "Alle"
msgid "%s table not found or not set in %s"
msgstr "Tabel %s findes ikke eller er ikke sat i %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Filen eksisterer ikke"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Vælg binærlog til gennemsyn"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Filer"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Trunker viste forespørgsler"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Vis fuldstændige forespørgsler"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Lognavn"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Position"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Original position"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Information"
@@ -10103,17 +10184,17 @@ msgstr "Licens"
msgid "disabled"
msgstr "slået fra"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Brugeren %s findes i forvejen!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Sletter %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilegierne blev korrekt genindlæst."
@@ -10982,6 +11063,8 @@ msgid ""
"Key cache miss calculated as rate of physical reads compared to read "
"requests (calculated value)"
msgstr ""
+"Missede nøgle-mellemlagringer beregnet som raten af fysiske læsninger "
+"sammenlignet med læse-forespørgsler (beregnet værdi)"
#: server_status.php:1432
msgid "The number of requests to write a key block to the cache."
@@ -10995,6 +11078,8 @@ msgstr "Antallet af fysiske skrivninger af en nøgleblok til disk."
msgid ""
"Percentage of physical writes compared to write requests (calculated value)"
msgstr ""
+"Procentdel af fysiske skrivninger sammenlignet med skrive-forespørgsler "
+"(beregnet værdi)"
#: server_status.php:1435
msgid ""
@@ -11224,10 +11309,8 @@ msgstr ""
"tråd-implementering.)"
#: server_status.php:1470
-#, fuzzy
-#| msgid "Thread cache hit rate %%"
msgid "Thread cache hit rate (calculated value)"
-msgstr "Frekvens for hits i trådmellemlager %%"
+msgstr "Frekvens for hits i trådmellemlager (beregnet værdi)"
#: server_status.php:1471
msgid "The number of threads that are not sleeping."
@@ -11312,11 +11395,6 @@ msgid "Using the monitor:"
msgstr "Brug af monitor:"
#: server_status.php:1704
-#| msgid ""
-#| "Ok, you are good to go! Once you click 'Start monitor' your browser will "
-#| "refresh all displayed charts in a regular interval. You may add charts "
-#| "and change the refresh rate under 'Settings', or remove any chart using "
-#| "the cog icon on each respective chart."
msgid ""
"Your browser will refresh all displayed charts in a regular interval. You "
"may add charts and change the refresh rate under 'Settings', or remove any "
@@ -11877,7 +11955,6 @@ msgstr ""
"dette system."
#: setup/lib/index.lib.php:344
-#| msgid "You should use SSL connections if your web server supports it."
msgid "You should use SSL connections if your database server supports it."
msgstr ""
"Du bør bruge SSL-forbindelser, hvis din database-server understøtter det."
@@ -11908,73 +11985,64 @@ msgid "Using bookmark \"%s\" as default browse query."
msgstr "Bruger bogmærket \"%s\" som standard-forespørgsel til gennemsyn."
#: sql.php:434
-#, fuzzy
-#| msgid "Do you really want to "
msgid "Do you really want to execute following query?"
-msgstr "Er du sikker på at du vil "
+msgstr "Er du sikker på at du vil udføre følgende forespørsel?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Viser som PHP-kode"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Valideret SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-resultat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Genereret af"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemer med indeksene på tabel `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Mærke"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabel %1$s er blevet ændret"
#: tbl_alter.php:133
-#, fuzzy
-#| msgid "The selected users have been deleted successfully."
msgid "The columns have been moved successfully."
-msgstr "De valgte brugere er blevet korrekt slettet."
+msgstr "Flytning af kolonnen er blevet fuldført."
#: tbl_chart.php:83
-#| msgid "Bar"
msgctxt "Chart type"
msgid "Bar"
msgstr "Bjælke"
#: tbl_chart.php:85
-#| msgid "Column"
msgctxt "Chart type"
msgid "Column"
msgstr "Kolonne"
#: tbl_chart.php:87
-#| msgid "Line"
msgctxt "Chart type"
msgid "Line"
msgstr "Linje"
#: tbl_chart.php:89
-#| msgid "Spline"
msgctxt "Chart type"
msgid "Spline"
msgstr "Spline"
#: tbl_chart.php:92
-#| msgid "Pie"
msgctxt "Chart type"
msgid "Pie"
msgstr "Cirkel"
@@ -12025,78 +12093,77 @@ msgstr "Tabel %1$s er blevet oprettet."
msgid "View dump (schema) of table"
msgstr "Vis dump (skema) over tabel"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Vis GIS visualisering"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Bredde"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Højde"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Tekst for kolonne"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Ingen --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Spatial kolonne"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Gentegn"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Gem i fil"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Filnavn"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Navnet på primærnøglen skal være... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Kan ikke omdøbe indeks til PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Ingen dele af indeks er defineret!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Tilføj indeks"
-#: tbl_indexes.php:194
-#| msgid "Edit mode"
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Redigér indeks"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeksnavn;:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" skal være navnet på og kun på en primær nøgle!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indekstype:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Føj til indeks %s kolonne(r)"
@@ -12119,151 +12186,56 @@ msgstr "Tabel %s er flyttet til %s."
msgid "Table %s has been copied to %s."
msgstr "Tabellen %s er nu kopieret til: %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Intet tabelnavn!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Arranger tabelrækkefølge efter"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(enkeltvis)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Flyt tabel til (database.tabel):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabel-indstillinger"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Omdøb tabel til"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopier tabel til (database.tabel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Skift til den kopierede tabel"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabelvedligeholdelse"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmenter tabel"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabel %s er blevet flushet"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Udskriv tabellen (\"FLUSH\")"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Slet data eller tabel"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Tøm tabellen (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Slet tabellen (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Vedligehold af partition"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partitionen %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyser"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Tjek"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimer"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Genopbyg"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Reparer"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Fjern partitionering"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Check reference-integriteten:"
-
#: tbl_printview.php:66
-#| msgid "Show tables"
msgid "Showing tables"
msgstr "Viser tabeller"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Pladsforbrug"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Rækkestatistik"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statisk"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamisk"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Rækkelængde"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Rækkestørrelse"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Næste autoindeks"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Fejl ved dannelse af fremmednøgle på %1$s (check datatyper)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Intern relation"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12271,107 +12243,103 @@ msgstr ""
"En intern relation er ikke nødvendig, når en tilsvarende FOREIGN KEY "
"relation findes."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Begrænsning på fremmednøgle"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Spatial"
-#: tbl_structure.php:161 tbl_structure.php:165
-#, fuzzy
-#| msgid "Browse distinct values"
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
-msgstr "Gennemse bestemte værdier"
+msgstr "Distinkte værdier"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Tilføj primær nøgle"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Tilføj unikt indeks"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Tilføj SPATIAL indeks"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Tilføj FULLTEXT indeks"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Ingen"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Kolonne %s er slettet"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "En primær nøgle er blevet tilføjet til %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Der er tilføjet et indeks til %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Vis flere operationer"
-#: tbl_structure.php:619 tbl_structure.php:686
-#, fuzzy
-#| msgid "Remove column(s)"
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
-msgstr "Fjern kolonne(r)"
+msgstr "Flyt kolonner"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
-msgstr ""
+msgstr "Flyt kolonnerne ved at trække dem op og ned."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Rediger view"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relations-visning"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Foreslå tabelstruktur"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Tilføj kolonne"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "I slutningen af tabel"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "I begyndelsen af tabel"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Efter %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Opret et indeks på %s kolonner"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partitioneret"
@@ -12381,22 +12349,19 @@ msgid "Tracking report for table `%s`"
msgstr "Sporings rapport for tabel `%s`"
#: tbl_tracking.php:198
-#, fuzzy, php-format
-#| msgid "Version %s is created, tracking for %s.%s is activated."
+#, php-format
msgid "Version %1$s was created, tracking for %2$s is active."
-msgstr "Version %s er oprettet, sporing for %s.%s er aktiveret."
+msgstr "Version %1$s blev oprettet, sporing af %2$s er aktiv."
#: tbl_tracking.php:215
-#, fuzzy, php-format
-#| msgid "Tracking of %s.%s is activated."
+#, php-format
msgid "Tracking for %1$s was deactivated at version %2$s."
-msgstr "Sporing af %s.%s er aktiveret."
+msgstr "Sporing af %1$s blev deaktiveret i version %2$s."
#: tbl_tracking.php:232
-#, fuzzy, php-format
-#| msgid "Tracking of %s.%s is activated."
+#, php-format
msgid "Tracking for %1$s was activated at version %2$s."
-msgstr "Sporing af %s.%s er aktiveret."
+msgstr "Sporing af %1$s blev aktiveret i version %2$s."
#: tbl_tracking.php:246
msgid "SQL statements executed."
@@ -12440,10 +12405,9 @@ msgid "Tracking statements"
msgstr "Sporingskommandoer"
#: tbl_tracking.php:499 tbl_tracking.php:631
-#, fuzzy, php-format
-#| msgid "Show %s with dates from %s to %s by user %s %s"
+#, php-format
msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
-msgstr "Vis %s med datoer fra %s til %s for bruger %s %s"
+msgstr "Vis %1$s med datoer fra %2$s til %3$s for brugeren %4$s %5$s"
#: tbl_tracking.php:504
msgid "Delete tracking data row from report"
@@ -12491,30 +12455,27 @@ msgid "Show versions"
msgstr "Vis versioner"
#: tbl_tracking.php:772
-#, fuzzy, php-format
-#| msgid "Deactivate tracking for %s.%s"
+#, php-format
msgid "Deactivate tracking for %s"
-msgstr "Deaktiver sporing af %s.%s"
+msgstr "Deaktiver sporing af %s"
#: tbl_tracking.php:774
msgid "Deactivate now"
msgstr "Deaktiver nu"
#: tbl_tracking.php:785
-#, fuzzy, php-format
-#| msgid "Activate tracking for %s.%s"
+#, php-format
msgid "Activate tracking for %s"
-msgstr "Aktiver sporing af %s.%s"
+msgstr "Aktiver sporing af %s"
#: tbl_tracking.php:787
msgid "Activate now"
msgstr "Aktiver nu"
#: tbl_tracking.php:800
-#, fuzzy, php-format
-#| msgid "Create version %s of %s.%s"
+#, php-format
msgid "Create version %1$s of %2$s"
-msgstr "Opret version %s af %s.%s"
+msgstr "Opret version %1$s af %2$s"
#: tbl_tracking.php:804
msgid "Track these data definition statements:"
@@ -12553,7 +12514,7 @@ msgstr "Du har ikke tilstrækkelige rettigheder til at være her!"
msgid "The profile has been updated."
msgstr "Profilen er blevet opdateret."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW navn"
@@ -12871,7 +12832,6 @@ msgstr ""
#: libraries/advisory_rules.txt:160
#, php-format
-#| msgid "Query cache efficiency (%)"
msgid "Query cache efficiency (%%)"
msgstr "Effektiviteten af forespørgselsmellemlager (%%)"
@@ -12978,9 +12938,6 @@ msgstr ""
#: libraries/advisory_rules.txt:186
#, php-format
-#| msgid ""
-#| "The ratio of removed queries to inserted queries is %s%%. The lower this "
-#| "value is, the better (This rules firing limit: 0.1%)"
msgid ""
"The ratio of removed queries to inserted queries is %s%%. The lower this "
"value is, the better (This rules firing limit: 0.1%%)"
@@ -13094,10 +13051,6 @@ msgid "There are lots of rows being sorted."
msgstr "Der er mange rækker, der sorteres."
#: libraries/advisory_rules.txt:222
-#| msgid ""
-#| "there is nothing wrong with a high amount of row sorting, you might t to "
-#| "e sure that the queries which require a lot of sorting use exed fields "
-#| "ine ORDER BY clause, as this will result in much faster ting"
msgid ""
"While there is nothing wrong with a high amount of row sorting, you might "
"want to make sure that the queries which require a lot of sorting use "
@@ -13123,9 +13076,6 @@ msgid "There are too many joins without indexes."
msgstr "Der er for mange joins uden indeks."
#: libraries/advisory_rules.txt:230
-#| msgid ""
-#| "eans that joins are doing full table scans. Adding indexes for the lds ng "
-#| "used in the join conditions will greatly speed up table joins"
msgid ""
"This means that joins are doing full table scans. Adding indexes for the "
"columns being used in the join conditions will greatly speed up table joins"
@@ -13288,14 +13238,6 @@ msgid "Temp disk rate"
msgstr "Frekvens af midlertidig disk"
#: libraries/advisory_rules.txt:273
-#| msgid ""
-#| "sing {max_heap_table_size} and {tmp_table_size} might help. However e "
-#| "porary tables are always being written to disk, independent of value of "
-#| "se variables. To eliminate these you will have to rewrite r queries to id "
-#| "those conditions (Within a temprorary table: sence of a BLOB or TEXT umn "
-#| "or presence of a column bigger than 512 es) as mentioned in in the MySQL Documentation "
msgid ""
"Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
"some temporary tables are always being written to disk, independent of the "
@@ -13310,14 +13252,11 @@ msgstr ""
"variable. For at undgå disse skal man omskrive sine forespørgsler for at "
"undgå disse betingelser (inden for en midlertidig tabel: Tilstedeværelse af "
"BLOB eller TEXT-kolonne eller en kolonne større end 512 bytes) som nævnt i "
-"MySQL Documentation"
+"MySQL Documentation"
#: libraries/advisory_rules.txt:274
#, php-format
-#| msgid ""
-#| "f temporay tables being written to disk: %s, this value should be s than "
-#| "er hour"
msgid ""
"Rate of temporary tables being written to disk: %s, this value should be "
"less than 1 per hour"
@@ -13369,8 +13308,6 @@ msgstr ""
#: libraries/advisory_rules.txt:301
#, php-format
-#| msgid ""
-#| "max %% MyISAM key buffer ever used: %s, this value should be above 95%%"
msgid ""
"max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
msgstr ""
@@ -13383,7 +13320,6 @@ msgstr "Procentdel brugt af MyISAM nøglebuffer"
#: libraries/advisory_rules.txt:309
#, php-format
-#| msgid "%% MyISAM key buffer used: %s, this value should be above 95%%"
msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
msgstr "%% MyISAM-nøglebuffer som bruges: %s%%. Denne værdi bør være over 95%%"
@@ -13706,16 +13642,6 @@ msgstr ""
#: libraries/advisory_rules.txt:433
#, php-format
-#| msgid ""
-#| "ally one a system with a lot of writes to InnoDB tables you should "
-#| "odb_log_file_size to 25%% of {innodb_buffer_pool_size}. However bigger s "
-#| "value, the longer the recovery time will be when database shes, so "
-#| "thislue should not be set much higher than 256 MiB. Please e however that "
-#| "younnot simply change the value of this variable. need to shutdown the "
-#| "ver, remove the InnoDB log files, set the new ue in my.cnf, start the "
-#| "ver, then check the error logs if rything went fine. See also this blog entry"
msgid ""
"Especially on a system with a lot of writes to InnoDB tables you should set "
"innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However the "
@@ -13732,10 +13658,9 @@ msgstr ""
"større værdi, jo længere er genoprettelsestiden ved databasenedbrud. Derfor "
"bør værdien ikke være højere end 256 MiB. Bemærk, at man ikke bare kan ændre "
"denne værdi. Man skal lukke serveren ned, fjerne InnoDB-logfiler, sætte den "
-"nye værdi i my.cnf, starte serveren og tjekke at alt gik fint i "
-"fejlloggene. Se også dette blogindlæg"
+"nye værdi i my.cnf, starte serveren og tjekke at alt gik fint i fejlloggene. "
+"Se også dette blogindlæg"
#: libraries/advisory_rules.txt:434
#, php-format
@@ -13756,16 +13681,6 @@ msgstr "InnoDB logfilen er utilstrækkelig stor."
#: libraries/advisory_rules.txt:440
#, php-format
-#| msgid ""
-#| "usually sufficient to set innodb_log_file_size to 25%% of the size "
-#| "nodb_buffer_pool_size}. A very innodb_log_file_size slows down the overy "
-#| "e after a database crash considerably. See also this Article. You need to shutdown the ver, ove the InnoDB log "
-#| "files, set the new value in my.cnf, start server, n check the error logs "
-#| "if everything went fine. See also f=\\\"http://"
-#| "mysqldatabaseadministration.blogspot.com/2007/01/rease-odblogfilesize-"
-#| "proper-way.html\\\">this blog entry"
msgid ""
"It is usually sufficient to set innodb_log_file_size to 25%% of the size of "
"{innodb_buffer_pool_size}. A very big innodb_log_file_size slows down the "
@@ -13781,15 +13696,14 @@ msgstr ""
"størrelsen af {innodb_buffer_pool_size}. En meget høj innodb_log_file_size "
"reducerer genoprettelsestiden betydeligt efter et databasenedbrud. Se også "
"denne artikel.Man skal lukke serveren ned, fjerne "
-"InnoDB-logfiler, sætte den nye værdi i my.cnf, starte serveren og tjekke at "
-"alt gik godt i fejllogene. Se også dette blogindlæg"
+"innodb_log_file_size/\">denne artikel.Man skal lukke serveren ned, "
+"fjerne InnoDB-logfiler, sætte den nye værdi i my.cnf, starte serveren og "
+"tjekke at alt gik godt i fejllogene. Se også dette blogindlæg"
#: libraries/advisory_rules.txt:441
#, php-format
-#| msgid "Your absolute InnoD log size is %s MiB"
msgid "Your absolute InnoDB log size is %s MiB"
msgstr "Din absolutte InnoDB-logstørrelse er %s MiB"
@@ -13860,6 +13774,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert er sat til 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Eksportér alle"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegier for alle brugere"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/de.po b/po/de.po
index a02a114e22..a766347dd8 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,10 +3,11 @@ 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: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-08-06 09:31+0200\n"
"Last-Translator: J. M. \n"
-"Language-Team: German \n"
+"Language-Team: German \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -15,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Alles anzeigen"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +40,27 @@ msgstr ""
"wurde das Ursprungsfenster geschlossen oder der Browser verhindert den "
"Zugriff aufgrund Ihrer Sicherheitseinstellungen."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Suche"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +72,16 @@ msgstr "Suche"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "OK"
@@ -99,7 +101,7 @@ msgstr "Beschreibung"
msgid "Use this value"
msgstr "Diesen Wert verwenden"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Die Datenbank %1$s wurde erzeugt."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Datenbankkommentar: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tabellen-Kommentar"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Spalte"
@@ -146,11 +148,11 @@ msgstr "Spalte"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +162,44 @@ msgstr "Spalte"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Typ"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Standard"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +209,9 @@ msgstr "Verweise"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +222,21 @@ msgstr "Kommentare"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nein"
@@ -242,27 +244,27 @@ msgstr "Nein"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ja"
@@ -284,88 +286,21 @@ msgstr "Alle auswählen"
msgid "Unselect All"
msgstr "Auswahl entfernen"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Der Datenbankname ist leer!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Datenbank %1$s wurde umbenannt in %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Datenbank %1$s wurde nach %2$s kopiert"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Datenbank umbenennen in"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Datenbank entfernen"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Datenbank %s wurde gelöscht."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Datenbank löschen (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Datenbank kopieren nach"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Nur Struktur"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktur und Daten"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Nur Daten"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Vor dem Kopieren CREATE DATABASE ausführen"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s hinzufügen"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT-Wert hinzufügen"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Constraints hinzufügen"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Zu kopierter Datenbank wechseln"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Kollation"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +309,16 @@ msgstr ""
"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. Klicken Sie %shier"
"%s um herauszufinden warum."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Beziehungsschema bearbeiten oder exportieren"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabelle"
@@ -395,41 +326,41 @@ msgstr "Tabelle"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Datensätze"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Größe"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "in Benutzung"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Erzeugt am"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Aktualisiert am"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Letzter Check am"
@@ -451,7 +382,7 @@ msgstr "Zu %svisual builder%s wechseln"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -466,17 +397,17 @@ msgstr "Diese Datenbank enthält keine Tabellen"
msgid "unknown"
msgstr "unbekannt"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Die Tabelle %s wurde geleert"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Die Ansicht %s wurde gelöscht"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Die Tabelle %s wurde gelöscht"
@@ -489,7 +420,7 @@ msgstr "Tracking ist aktiviert."
msgid "Tracking is not active."
msgstr "Tracking ist nicht aktiviert."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +429,12 @@ msgstr ""
"Dieser Ansicht hat mindestens diese Anzahl von Datensätzen. Bitte lesen Sie "
"die %sDokumentation%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Ansicht"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s ist die Standard Storage-Engine dieses MySQL-Servers."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "markierte:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Alle auswählen"
@@ -541,50 +472,51 @@ msgstr "Alle auswählen"
msgid "Check tables having overhead"
msgstr "Tabellen mit Überhang auswählen"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportieren"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Druckansicht"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Leeren"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Löschen"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Überprüfe Tabelle"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimiere Tabelle"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Repariere Tabelle"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analysiere Tabelle"
@@ -592,11 +524,11 @@ msgstr "Analysiere Tabelle"
msgid "Add prefix to table"
msgstr "Prefix der Tabelle voranstellen"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Tabellenprefix ersetzen"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Tabelle mit Prefix kopieren"
@@ -608,20 +540,20 @@ msgstr "Strukturverzeichnis"
msgid "Tracked tables"
msgstr "Verfolgte Tabellen"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Datenbank"
@@ -637,9 +569,9 @@ msgstr "Erstellt"
msgid "Updated"
msgstr "Aktualisiert"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -647,14 +579,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Aktion"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Zeige"
@@ -687,7 +619,7 @@ msgstr "Struktur Schnapschuss"
msgid "Untracked tables"
msgstr "Nicht verfolgte Tabellen"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Verfolge Tabelle"
@@ -741,7 +673,7 @@ msgstr "Ungültiger Typ für Export"
msgid "Value for the column \"%s\""
msgstr "Wert für die Spalte \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Verwende OpenStreetMaps als Basis-Satz"
@@ -750,7 +682,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometrie"
@@ -884,7 +816,7 @@ msgstr ""
"Die Import-Plugins konnten nicht geladen werden, bitte überprüfen Sie Ihre "
"phpMyAdmin-Installation!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Bookmark %s wurde gespeichert"
@@ -912,10 +844,10 @@ msgstr ""
"dass phpMyAdmin nicht in der Lage sein wird, den Import zu beenden, sofern "
"nicht die Ausführungszeitbeschränkungen von php gelockert werden."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Ihr SQL-Befehl wurde erfolgreich ausgeführt"
@@ -937,7 +869,7 @@ msgstr "\"DROP DATABASE\" - Anweisungen wurden deaktiviert."
msgid "Do you really want to execute \"%s\"?"
msgstr "Möchten Sie die Abfrage \"%s\" wirklich ausführen?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Sie sind dabei eine komplette Datenbank zu LÖSCHEN!"
@@ -977,7 +909,7 @@ msgstr "Index hinzufügen"
msgid "Edit Index"
msgstr "Index bearbeiten"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "%d Spalte(n) zum Index hinzufügen"
@@ -1007,8 +939,8 @@ msgstr "Die eingegebenen Passwörter sind nicht identisch!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Benutzer hinzufügen"
@@ -1028,9 +960,9 @@ msgstr "Schließen"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1056,7 +988,7 @@ msgstr "Statische Daten"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Insgesamt"
@@ -1257,7 +1189,7 @@ msgstr "Anfragen"
msgid "Traffic"
msgstr "Netzwerkverkehr"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Einstellungen"
@@ -1277,12 +1209,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "keine"
@@ -1470,10 +1402,10 @@ msgid "Explain output"
msgstr "Ausgabe erklären"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Zeit"
@@ -1568,10 +1500,10 @@ msgstr ""
"Aufbau der Diagramme mit der importierten Konfiguration ist fehlgeschlagen. "
"Setze auf Standardeinstellungen zurück..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importieren"
@@ -1619,9 +1551,9 @@ msgstr "Benutzte Variable/Formel"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Abbrechen"
@@ -1649,9 +1581,9 @@ msgstr "Spalte wird gelöscht"
msgid "Adding Primary Key"
msgstr "Primärschlüssel wird hinzugefügt"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1691,15 +1623,15 @@ msgstr "Indexes verbergen"
msgid "Show indexes"
msgstr "Indexes anzeigen"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Fremdschlüsselüberprüfung:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Aktiviert)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Deaktiviert)"
@@ -1770,8 +1702,8 @@ msgstr "SQL-Querybox anzeigen"
msgid "No rows selected"
msgstr "Es wurden keine Datensätze ausgewählt"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Bearbeiten"
@@ -1779,8 +1711,8 @@ msgstr "Bearbeiten"
msgid "Query execution time"
msgstr "Ausführungszeit der Abfrage"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d ist keine gültige Zeilennummer."
@@ -1789,8 +1721,8 @@ msgstr "%d ist keine gültige Zeilennummer."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Speichern"
@@ -1851,12 +1783,12 @@ msgstr "Abfrageergebnisse"
msgid "Data point content"
msgstr "Datenpunkt-Inhalt"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorieren"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopieren"
@@ -1876,7 +1808,7 @@ msgstr "Wähle Fremdschlüssel"
msgid "Please select the primary key or a unique key"
msgstr "Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Anzuzeigende Spalte auswählen"
@@ -1972,7 +1904,7 @@ msgstr "Generieren"
msgid "Change Password"
msgstr "Passwort ändern"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mehr"
@@ -2348,13 +2280,13 @@ msgstr "de"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Fehler"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-Befehl"
@@ -2422,7 +2354,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Inline"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Messen"
@@ -2447,155 +2379,156 @@ msgstr "%s Tage, %s Stunden, %s Minuten und %s Sekunden"
msgid "Missing parameter:"
msgstr "Fehlende(r) Parameter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Anfang"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Vorherige"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Nächste"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Ende"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Zur Datenbank "%s" springen."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
"Die Funktion %s wird durch einen bekannten Fehler beeinträchtigt, siehe %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Zum Umschalten anklicken"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Einfügen"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Anzeigen"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operationen"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Durchsuchen Sie Ihren Computer:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Wählen Sie vom Webserver-Uploadverzeichnis %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Es sind keine Dateien zum Upload vorhanden"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Ausführen"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Drucken"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Bestehende Konfigurationsdatei (%s) kann nicht gelesen werden."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Falsche Zugriffsrechte auf die Konfigurationsdatei. Schreibzugriff sollte "
"nicht für alle möglich sein!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Schriftgröße"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Aufsteigend"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Absteigend"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sortierung"
@@ -2621,8 +2554,8 @@ msgid "Use Tables"
msgstr "Verwendete Tabellen"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Oder"
@@ -2687,13 +2620,13 @@ msgstr[1] "%1$s Treffer in %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Treffer für Tabelle %s löschen?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2723,130 +2656,130 @@ msgstr "In der/den Tabelle(n):"
msgid "Inside column:"
msgstr "In Spalte:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Speichere bearbeitete Daten"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Spalten-Anordnung wiederherstellen"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Anfangs-Datensatz"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Anzahl der Datensätze"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Art und Weise"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "untereinander"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (gedrehte Kopfzeilen)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "nebeneinander"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Kopfzeilen alle %s Zeilen"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Nach Schlüssel sortieren"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Optionen"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Gekürzte Texte"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Vollständige Texte"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relationaler Schlüssel"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relationale Anzeigespalte"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Binäre Inhalte anzeigen"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB Inhalte anzeigen"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Binäre Inhalte in hexadezimal anzeigen"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Darstellungsumwandlung ausblenden"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Bekannter Text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Bekanntes Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Der Datensatz wurde gelöscht"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Beenden"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2854,46 +2787,46 @@ msgstr ""
"Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch [a@./"
"Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "in der Abfrage"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Zeige Datensätze"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "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:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Die Abfrage dauerte %01.4f Sekunden"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operationen für das Abfrageergebnis"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Druckansicht (vollständige Textfelder)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Diagramm anzeigen"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualisiere GIS Daten"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Erzeuge View"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Der Verweis wurde nicht gefunden"
@@ -2961,27 +2894,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Neues phpMyAdmin-Fenster"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Ab diesem Punkt müssen Cookies aktiviert sein."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript muss ab hier aktiviert sein"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Kein Index definiert!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indizes"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unique"
@@ -2994,6 +2927,16 @@ msgstr "Gepackt"
msgid "Cardinality"
msgstr "Kardinalität"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Kollation"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3018,93 +2961,93 @@ msgstr ""
"Die Indizes %1$s und %2$s scheinen gleich zu sein und einer könnte "
"möglicherweise entfernt werden."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Datenbanken"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Nachverfolgung"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Trigger"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Die Tabelle scheint leer zu sein!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Die Datenbank scheint leer zu sein!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Abfrage"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Rechte"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Routinen"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Ereignisse"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Benutzer"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Gleiche ab"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binäres Protokoll"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variablen"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Zeichensätze"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Erweiterungen"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Formate"
@@ -3165,44 +3108,44 @@ msgstr "%s wurde auf diesem MySQL-Server deaktiviert."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Dieser MySQL-Server unterstützt %s nicht."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "Unbekannter Tabellenstatus: "
# source != search / Source != Suche
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Quell-Datenbank `%s` nicht gefunden!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Ziel-Datenbank `%s` nicht gefunden!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Ungültige Datenbank"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Ungültiger Tabellenname"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Fehler beim umbenennen von Tabelle %1$s nach %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabelle %1$s wurde in %2$s umbenannt."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Konnte die UI Einstellungen der Tabelle nicht speichern"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3211,7 +3154,7 @@ msgstr ""
"Bereinigen der Tabellen UI Einstellungen fehlgeschlagen (siehe $cfg"
"['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3227,16 +3170,16 @@ msgstr ""
msgid "Function"
msgstr "Funktion"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Wert"
@@ -3249,58 +3192,58 @@ msgstr "Tabellensuche"
msgid "Edit/Insert"
msgstr "Bearbeiten/Einfügen"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Spalten auswählen (min. eines):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Eigenes Filterkriterium (Argumente für den \"WHERE\"-Ausdruck):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Einträge pro Seite"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Sortierung nach:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Diese Spalte verwenden, um jeden Punkt zu benennen"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maximale Anzahl der darzustellenden Datensätze"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Fremdschlüsselwerte ansehen"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Zusätzliche Suchkriterien"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Suche über Beispielwerte (\"query by example\") (Platzhalter: \"%\") für "
"zwei unterschiedliche Spalten"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Suche über Beispielwerte (\"query by example\") (Platzhalter: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Punkte anzeigen/bearbeiten"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Anleitung"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Zoom zurücksetzen"
@@ -3705,14 +3648,14 @@ msgstr "Tabellen"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Daten"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Überhang"
@@ -3737,11 +3680,11 @@ msgstr "Überprüft die Rechte für die Datenbank "%s"."
msgid "Check Privileges"
msgstr "Rechte überprüfen"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Fehler beim Lesen der Konfigurationsdatei"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3749,12 +3692,12 @@ msgstr ""
"Dies bedeutet im Allgemeinen, dass sich ein Syntax-Fehler eingeschlichen "
"hat. Bitte überprüfen Sie die unten angezeigten Fehler."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Fehler beim Laden der Standard-Konfiguration von: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3762,36 +3705,36 @@ msgstr ""
"Das $cfg['PmaAbsoluteUri'] Verzeichnis MUSS in Ihrer "
"Konfigurationsdatei angegeben werden!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Ungültige Server-Nummer: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Ungültiger Host-Name für Server %1$s. Bitte überprüfen Sie Ihre "
"Konfiguration."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Ungültige Authentifikationsmethode:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Sie sollten auf %s %s oder neuer aktualisieren."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS Überschreibversuch"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "Mögliche Ausnutzung"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "Numerischer Schlüssel entdeckt"
@@ -3822,37 +3765,37 @@ msgstr "Geschlossen"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Deaktiviert"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "Struktur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "Daten"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "Struktur und Daten"
@@ -3973,8 +3916,8 @@ msgid "Allow users to customize this value"
msgstr "Erlaube den Benutzern diesen Wert anzupassen"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Zurücksetzen"
@@ -4256,7 +4199,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maximale Ausführungszeit"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Senden"
@@ -4265,7 +4208,7 @@ msgid "Character set of the file"
msgstr "Zeichensatz der Datei"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4278,27 +4221,25 @@ msgstr "Kompression"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Spaltennamen in die erste Zeile setzen"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Spalten eingeschlossen von"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Felder ausgeschlossen von"
@@ -4316,14 +4257,12 @@ msgstr "CRLF-Zeichen aus den Zeilen entfernen"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Spalten enden auf"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Zeilen getrennt mit"
@@ -4349,7 +4288,7 @@ msgstr "Schablone für Tabellennamen"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Tabelle exportieren"
@@ -4360,8 +4299,8 @@ msgid "Include table caption"
msgstr "Tabellenbeschriftung einfügen"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabellenbeschriftung"
@@ -4370,20 +4309,20 @@ msgid "Continued table caption"
msgstr "Fortgesetzte Tabellenbeschriftung"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Kennzeichen"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-Typ"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Tabellenverknüpfungen"
@@ -4404,6 +4343,11 @@ msgstr "Bestehende Datei(en) überschreiben"
msgid "Remember file name template"
msgstr "Schablone für Dateinamen merken"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT-Wert hinzufügen"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Tabellen- und Feldnamen mit Backticks umschließen"
@@ -4414,7 +4358,7 @@ msgid "SQL compatibility mode"
msgstr "SQL-Kompatibilitätsmodus"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE Optionen:"
@@ -4427,10 +4371,17 @@ msgid "Use delayed inserts"
msgstr "Verzögerten INSERT-Befehl verwenden"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Fremdschlüsselüberprüfung deaktivieren"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s hinzufügen"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Benutze hexadecimal für BLOB"
@@ -4444,7 +4395,7 @@ msgid "Syntax to use when inserting data"
msgstr "Zu verwendende Syntax beim Hinzufügen von Daten"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maximale Länge der erstellten Abfrage"
@@ -4453,7 +4404,7 @@ msgid "Export type"
msgstr "Exporttyp"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Export in einer Transaktion zusammenfassen"
@@ -4509,7 +4460,6 @@ msgstr "Standard-Einstellungen anpassen"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4852,14 +4802,12 @@ msgid "Partial import: allow interrupt"
msgstr "Teilweiser Import: Unterbrechung erlauben"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Bei INSERT Fehler nicht abbrechen"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Tabelleninhalt ersetzen"
@@ -4876,7 +4824,6 @@ msgid "Format of imported file"
msgstr "Format der importierten Datei"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "verwende LOCAL"
@@ -4886,7 +4833,7 @@ msgid "Column names in first row"
msgstr "Spaltennamen in der ersten Zeile"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Keine leeren Datensätze importieren"
@@ -6006,7 +5953,7 @@ msgstr "Erfordert das der SQL-Validator aktiviert ist"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Passwort"
@@ -6179,14 +6126,12 @@ msgstr "Signon-Authentifizierung"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV mit LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Kalkulationstabelle"
@@ -6273,7 +6218,7 @@ msgstr "Die Erweiterung %s fehlt. Bitte die PHP Konfiguration überprüfen."
msgid "possible deep recursion attack"
msgstr "möglicher Deep-Recursion-Angriff"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6281,17 +6226,17 @@ msgstr ""
"Der Server antwortet nicht (evtl. ist der Socket des lokalen MySQL-Servers "
"nicht korrekt konfiguriert)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Der Server antwortet nicht."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
"Bitte prüfen Sie die Rechte des Verzeichnisses, in dem sich die Datenbank "
"befindet."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Details..."
@@ -6338,24 +6283,24 @@ msgid "Create"
msgstr "Anlegen"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Keine Rechte"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Erzeuge Tabelle"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Name"
@@ -7008,7 +6953,7 @@ msgid "No data found for GIS visualization."
msgstr "Keine Daten für die GIS-Darstellung gefunden."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Datensätze)."
@@ -7061,7 +7006,7 @@ msgstr "Gehe zur Ansicht: %s"
# Hide heist im deutschen in der EDV ausblenden
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Verstecken"
@@ -7126,11 +7071,11 @@ msgstr ""
"Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten "
"beliebig bewegen"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Ansicht als SQL Abfrage"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "ID der eingefügten Zeile: %1$d"
@@ -7145,32 +7090,32 @@ msgstr "keine"
msgid "Convert to Kana"
msgstr "Nach Kana konvertieren"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Von"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Zu"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Abschicken"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Tabellen-Prefix hinzufügen"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Prefix hinzufügen"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Möchten Sie die folgende Abfrage wirklich ausführen?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Keine Änderung"
@@ -7376,7 +7321,159 @@ msgstr "phpMyAdmin-Dokumentation"
msgid "Reload navigation frame"
msgstr "Navigations-Frame aktualisieren"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Datenbank umbenennen in"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Datenbank %s wurde gelöscht."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Datenbank entfernen"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Datenbank löschen (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Nur Struktur"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktur und Daten"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Nur Daten"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Datenbank kopieren nach"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Vor dem Kopieren CREATE DATABASE ausführen"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Constraints hinzufügen"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Zu kopierter Datenbank wechseln"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Beziehungsschema bearbeiten oder exportieren"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Tabelle sortieren nach"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(einmalig)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Verschiebe Tabelle nach (Datenbank.Tabellenname):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabellenoptionen"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Tabelle umbenennen in"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Tabellenformat"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiere Tabelle nach (Datenbank.Tabellenname):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Zur kopierten Tabelle wechseln"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Hilfsmittel"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Tabelle defragmentieren"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+"Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Leeren des Tabellenzwischenspeichers (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Daten oder Tabelle löschen"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Tabelle leeren (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Tabelle löschen (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analysieren"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Überprüfen"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimieren"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Neuaufbauen"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Reparieren"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Partitions-Hilfsmittel"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partition %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Entferne die Partitionierung"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Prüfe referentielle Integrität:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Für dieses Format sind keine Optionen vorhanden"
@@ -7387,7 +7484,7 @@ msgstr ""
"hergestellt werden."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7419,45 +7516,45 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Benutzung von Blowfish des mcrypt-Pakets fehlgeschlagen!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Anmeldung"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Sie können einen Rechnernamen oder eine IP Adresse und einen Port durch "
"Leerzeichen getrennt eingeben."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Benutzername:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Passwort:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Server auswählen"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Login ohne Passwort ist verboten (siehe AllowNoPassword) in der Konfiguration"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7465,8 +7562,8 @@ msgstr ""
"Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch "
"abgemeldet. Bitte melden Sie sich erneut an"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Die Anmeldung am MySQL-Server ist fehlgeschlagen"
@@ -7497,92 +7594,92 @@ msgstr "Kein gültiger Authentisierungsschlüssel angeschlossen"
msgid "Authenticating..."
msgstr "Authentifiziere..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Spalten getrennt mit:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Spalten eingeschlossen von:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Spalten escaped mit:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Zeilen enden auf:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Ersetze NULL durch:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "CRLF-Zeichen aus Feldern entfernen"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel-Version:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Datenexport-Optionen"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Daten für Tabelle"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Ereignis"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Beschreibung"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabellenstruktur für Tabelle"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktur des Views"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Stellvertreter-Struktur des Views"
@@ -7599,37 +7696,37 @@ msgstr "(Fortsetzung)"
msgid "Structure of table @TABLE@"
msgstr "Struktur der Tabelle @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Objekterstellungsoptionen"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Tabellenbeschriftung (2)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Fremdschlüssel-Beziehungen anzeigen"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Kommentare anzeigen"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "MIME-Typen anzeigen"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7637,33 +7734,33 @@ msgstr "MIME-Typen anzeigen"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Erstellungszeit"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Server Version"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP-Version"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Exportiere Tabellennamen"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Exportiere Tabellenkopfzeilen"
@@ -7675,7 +7772,7 @@ msgstr "(Erstellt einen Report mit den Daten einer Tabelle)"
msgid "Report title:"
msgstr "Titel des Reports:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7683,13 +7780,13 @@ msgstr ""
"Kommentare anzeigen (beinhaltet Informationen wie Export Zeitstempel, PHP "
"Version und Serverversion)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen "
"Zeilenumbruch):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7697,25 +7794,25 @@ msgstr ""
"Zeitstempel einfügen wann die Datenbank angelegt, zuletzt geändert oder "
"geprüft wurde"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Datenbanksystem oder älterer MySQL-Server für den die Ausgabe-Kompatibilität "
"maximiert werden soll:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "%s-Befehl hinzufügen"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Befehle hinzufügen:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7723,39 +7820,39 @@ msgstr ""
"Tabellen- und Feldnamen in Backticks einschließen (Schützt Feld- und "
"Tabellennamen, die aus Sonderzeichen oder reservierten Wörtern bestehen)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Objekterstellungsoptionen"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "TRUNCATE Tabelle vor dem Einfügen"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Statt INSERT-Befehlen benutze:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED-Befehle"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE Schlüsselworte"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Beim Exportieren von Daten zu verwendende Funktion:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Zu verwendende Syntax bei der Dateneingabe:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7765,7 +7862,7 @@ msgstr ""
" Beispiel: INSERT INTO tbl_name (col_A,col_B,"
"col_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7775,7 +7872,7 @@ msgstr ""
" Beispiel: INSERT INTO tbl_name VALUES (1,2,3), "
"(4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7784,7 +7881,7 @@ msgstr ""
"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7792,7 +7889,7 @@ msgstr ""
"keine der beiden obigen Optionen verwenden
"
"Beispiel: INSERT INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7800,7 +7897,7 @@ msgstr ""
"Binäre Spalten in hexadezimaler Schreibweise exportieren (zum Beispiel "
"wird aus \"abc\" 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7809,33 +7906,33 @@ msgstr ""
"und importiert werden, auch wenn die Server in verschiedenen Zeitzonen sind)"
""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Prozeduren"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funktionen"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Constraints der exportierten Tabellen"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Constraints der Tabelle"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPEN DER TABELLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONEN DER TABELLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Fehler beim Lesen der Daten:"
@@ -7851,8 +7948,8 @@ msgstr "Ansichten"
msgid "Export contents"
msgstr "Export-Inhalte"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7875,15 +7972,15 @@ msgstr ""
msgid "Column names: "
msgstr "Spaltennamen: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Ungültiger Parameter für CSV-Import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7893,58 +7990,49 @@ msgstr ""
"richtig geschrieben, durch Kommata getrennt und nicht von Anführungszeichen "
"eingeschlossen sind."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Ungültiges Format in Zeile %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Ungültige Anzahl an Spalten im CSV-Import in Zeile %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tabellenname"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Spaltennamen"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Dieses Plugin unterstützt keine Kompression!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabelle für MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Ungültiges Format des Mediawiki-Inputs in Zeile:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Prozentwerte als normale Dezimalzahlen importieren (z.B. wird 12.00% "
"zu .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Währungen importieren (z.B. $5.00 zu 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7952,17 +8040,17 @@ msgstr ""
"Die angegebene XML-Datei war entweder fehlerhaft oder unvollständig. Bitte "
"korrigieren und erneut versuchen."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI-Shapedaten"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
"Beim Importieren der ESRI-Shapedaten ist ein Fehler aufgetreten: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7970,25 +8058,25 @@ msgstr ""
"Sie haben versucht, eine ungültige Datei hochzuladen oder die Datei enthielt "
"ungültige Daten"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
"Der ESRI-Typ \"%s\" wird von MySQL Spatial Extension nicht unterstützt."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Die importierte Datei enthält keine Daten"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL-Kompatibilitätsmodus:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "AUTO_INCREMENT nicht für Nullwerte verwenden"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8158,7 +8246,7 @@ msgid "Enabled"
msgstr "Aktiviert"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Allgemeine Verknüpfungsfunktionen"
@@ -8235,7 +8323,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Erneut in phpMyAdmin anmelden um die neue Konfigurationsdatei zu laden."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "keine Beschreibung"
@@ -8287,7 +8375,7 @@ msgstr "Slave-Status"
msgid "Variable"
msgstr "Variable"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server-ID"
@@ -8313,8 +8401,8 @@ msgstr "Jeder Benutzer"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Textfeld verwenden"
@@ -8408,7 +8496,7 @@ msgstr "Details"
msgid "Event name"
msgstr "Ereignis-Name"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Ereignistyp"
@@ -8806,12 +8894,12 @@ msgstr "Inhalt"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attribute"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8848,6 +8936,10 @@ msgstr "Seite auswählen"
msgid "Select Tables"
msgstr "Tabellenauswahl"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Spaltennamen"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Beziehungsschema anzeigen"
@@ -9124,14 +9216,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabellenspezifische Rechte"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Hinweis: MySQL-Rechte werden auf Englisch angegeben"
@@ -9140,12 +9232,12 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globale Rechte"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Datenbankspezifische Rechte"
@@ -9207,16 +9299,16 @@ msgid "Users having access to "%s""
msgstr "Benutzer mit Zugriff auf "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Benutzer"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "GRANT"
@@ -9225,8 +9317,8 @@ msgid "User has been added."
msgstr "Benutzer wurde hinzugefügt."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Jeder"
@@ -9242,12 +9334,12 @@ msgstr "datenbankspezifisch"
msgid "wildcard"
msgstr "Platzhalter"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Es wurde kein Benutzer gefunden."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Rechte ändern"
@@ -9255,102 +9347,94 @@ msgstr "Rechte ändern"
msgid "Revoke"
msgstr "Entfernen"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Alle exportieren"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... behalte den alten bei."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... lösche den alten von den Benutzertabellen."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Anmelde-Information ändern/Benutzer kopieren"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Erstelle einen neuen Benutzer mit identischen Rechten und ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Spaltenspezifische Rechte"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Rechte zu folgender Datenbank hinzufügen"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Rechte zu folgender Tabelle hinzufügen"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Die ausgewählten Benutzer löschen"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Die gleichnamigen Datenbanken löschen."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Es wurden keine Benutzer zum Löschen ausgewählt!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Lade die Benutzertabellen neu"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Die gewählten Benutzer wurden gelöscht."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Die Rechte für %s wurden geändert."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Rechte für alle Benutzer"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Rechte für %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Benutzerübersicht"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9364,11 +9448,11 @@ msgstr ""
"Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie "
"Benutzerprofile neu laden%s bevor Sie fortfahren."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Der Benutzer wurde hinzugefügt."
@@ -9419,11 +9503,11 @@ msgstr "Werte löschen"
msgid "Columns"
msgstr "Spalten"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "SQL-Abfrage speichern"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen"
@@ -9548,8 +9632,8 @@ msgstr ""
"Anführungszeichen an, und verwenden Sie dieses Format: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9599,13 +9683,13 @@ msgstr "Kein(e)"
msgid "As defined:"
msgstr "Wie definiert:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primärschlüssel"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Volltext"
@@ -9618,20 +9702,15 @@ msgstr "an den Anfang"
msgid "after %s"
msgstr "nach %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "%s Spalte(n) einfügen"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Sie müssen mindestens eine Spalte hinzufügen."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Tabellenformat"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION Definition"
@@ -9640,7 +9719,7 @@ msgstr "PARTITION Definition"
msgid "Manage your settings"
msgstr "Deine Einstellungen verwalten"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Die Konfiguration wurde gespeichert"
@@ -9686,7 +9765,7 @@ msgstr "Zeichensatz/Kollation der MySQL-Verbindung"
msgid "Appearance Settings"
msgstr "Anzeige-Einstellungen"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Weitere Einstellungen"
@@ -9869,133 +9948,133 @@ msgstr "Zeige/Verstecke linkes Menü"
msgid "Save position"
msgstr "Speichere Position"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Erzeuge Verknüpfung"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Neuladen"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Hilfe"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Winklige Verbindung"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Direkte Verbindung"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Am Gitter anordnen"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Alles klein/groß"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Wechseln klein/groß"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Beziehungen anzeigen an/aus"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Import/Export Koordinaten für das PDF Schema"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Abfrage erstellen"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Verschiebe Menü"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Alles ein-/ausblenden"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Tabellen ohne Verknüpfung aus-/einblenden"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Anzahl Tabellen"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Verknüpfung löschen"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Beziehungsoperator"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Ausnahme"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "Unterabfrage"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Umbenennen nach"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Neuer Name"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Anlegen"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Aktive Optionen"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Seite wurde erstellt"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Seitenerstellung fehlgeschlagen"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Seite"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Import von ausgewählter Seite"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Export zu der ausgewählten Seite"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Eine Seite anlegen und dahin exportieren"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Name der neuen Seite: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Export/Import skalieren"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "empfohlen"
@@ -10003,7 +10082,7 @@ msgstr "empfohlen"
msgid "Error: relation already exists."
msgstr "Fehler: Verknüpfung existiert bereits."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Fehler: Verknüpfung nicht hinzugefügt."
@@ -10011,7 +10090,7 @@ msgstr "Fehler: Verknüpfung nicht hinzugefügt."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY Relation hinzugefügt"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Interne Verknüpfung hinzugefügt"
@@ -10019,11 +10098,11 @@ msgstr "Interne Verknüpfung hinzugefügt"
msgid "Relation deleted"
msgstr "Verknüpfung gelöscht"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Fehler beim speichern der Koordinaten für den Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Änderungen gespeichert"
@@ -10033,47 +10112,47 @@ msgstr ""
"Einstellungen können nicht gespeichert werden, ausgefülltes Formular enthält "
"Fehler"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Fehler beim Importieren der Konfiguration"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfiguration enthält inkorrekte Daten für einige Felder."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Sollen die restlichen Einstellungen importiert werden?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Gespeichert am: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Import aus Datei"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Import aus Browserspeicher"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Einstellungen werden aus Ihrem lokalen Browserspeicher importiert."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Sie haben keine gespeicherten Einstellungen!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Dieses Feature wird von ihrem Webbrowser nicht unterstützt"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Mit aktueller Konfiguration zusammenführen"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10082,19 +10161,19 @@ msgstr ""
"Weitere Einstellungen können durch das Anpassen der Datei config.inc.php "
"verändert werden, z.B. durch die Verwendung von %sSetup Script%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Im Browserspeicher speichern"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Einstellungen werden in Ihrem lokalen Browserspeicher gespeichert."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Vorhandene Einstellungen werden überschrieben!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Sie können alle Einstellungen auf die Defaultwerten zurücksetzen."
@@ -10113,41 +10192,41 @@ msgstr ""
"Die Tabelle %s wurde nicht gefunden oder in der Kofigurationsdatei %s "
"nicht gesetzt"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Datei existiert nicht"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Binäres Protokoll zur Anzeige auswählen"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Dateien"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Zeige die SQL-Abfragen verkürzt an"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Zeige die SQL-Abfragen vollständig an"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Protokoll"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Position"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Ursprungsposition"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Information"
@@ -10231,17 +10310,17 @@ msgstr "Lizenz"
msgid "disabled"
msgstr "deaktiviert"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Der Benutzer %s existiert bereits!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Lösche %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Die Benutzerprofile wurden neu geladen."
@@ -12091,32 +12170,32 @@ msgstr "Lesezeichen \"%s\" wird als Standard-Anzeigeabfrage verwendet."
msgid "Do you really want to execute following query?"
msgstr "Möchten Sie diese Abfrage wirklich ausführen?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Ansicht als PHP Code"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Geprüftes SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-Abfrageergebnis"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Erstellt von"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Warnungen bei den Indizes der Tabelle `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Titel"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Die Tabelle %1$s wurde erfolgreich geändert"
@@ -12196,78 +12275,78 @@ msgstr "Die Tabelle %1$s wurde erzeugt."
msgid "View dump (schema) of table"
msgstr "Dump (Schema) der Tabelle anzeigen"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "GIS-Darstellung anzeigen"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Breite"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Höhe"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Spaltenbeschriftung"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Kein --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Räumliche Spalte"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Neu zeichnen"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "In Datei speichern"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Dateiname"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Der Name des Primärschlüssels muss \"PRIMARY\" lauten!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Kann Index nicht in PRIMARY umbenennen!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Keine Indizes definiert!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Index hinzufügen"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Index bearbeiten"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indexname:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(Nur der Name des Primärschlüssels darf und muß \"PRIMARY\" "
"lauten!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indextyp:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "%s Spalte(n) zum Index hinzufügen"
@@ -12290,153 +12369,58 @@ msgstr "Tabelle %s wurde nach %s verschoben."
msgid "Table %s has been copied to %s."
msgstr "Tabelle %s wurde nach %s kopiert."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Der Tabellenname ist leer!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Tabelle sortieren nach"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(einmalig)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Verschiebe Tabelle nach (Datenbank.Tabellenname):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabellenoptionen"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Tabelle umbenennen in"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiere Tabelle nach (Datenbank.Tabellenname):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Zur kopierten Tabelle wechseln"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Hilfsmittel"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Tabelle defragmentieren"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-"Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Leeren des Tabellenzwischenspeichers (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Daten oder Tabelle löschen"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Tabelle leeren (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Tabelle löschen (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Partitions-Hilfsmittel"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partition %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analysieren"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Überprüfen"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimieren"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Neuaufbauen"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Reparieren"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Entferne die Partitionierung"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Prüfe referentielle Integrität:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Tabellen anzeigen"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Speicherplatzverbrauch"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Datensatz-Statistiken"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statisch"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamisch"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Zeilenlänge"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Zeilengröße"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Nächster Autoindex"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Fehler beim Erzeugen eines Fremdschlüssels für %1$s (überprüfen Sie die "
"Datentypen)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Interne Beziehung"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12444,103 +12428,103 @@ msgstr ""
"Eine interne Beziehung ist nicht notwendig, wenn bereits ein entsprechender "
"FOREIGN KEY existiert."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Beschränkung für auswärtige Schlüssel"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Räumlich"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Unterschiedliche Werte"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Primärschlüssel hinzufügen"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Eindeutigen Index hinzufügen"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "SPATIAL Index hinzufügen"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "FULLTEXT Index hinzufügen"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "kein(e)"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Spalte %s wurde gelöscht"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Ein Primärschlüssel wurde in %s erzeugt"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Ein Index wurde in %s erzeugt"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Weitere Aktionen anzeigen"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Spalten verschieben"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Verschieben Sie die Spalten, indem Sie sie nach oben und unten ziehen."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "View/Ansicht bearbeiten"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Beziehungsübersicht"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Tabellenstruktur analysieren"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Spalte hinzufügen"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "An das Ende der Tabelle"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "An den Anfang der Tabelle"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Nach %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Index über %s Spalten anlegen"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partitioniert"
@@ -12717,7 +12701,7 @@ msgstr "Sie haben nicht genug Rechte um fortzufahren!"
msgid "The profile has been updated."
msgstr "Benutzer wurde geändert."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW Name"
@@ -14017,6 +14001,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ist auf 0 gesetzt"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Alle exportieren"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Rechte für alle Benutzer"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/el.po b/po/el.po
index 2c96fbf673..51920e82c5 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
-"PO-Revision-Date: 2012-08-08 14:01+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
+"PO-Revision-Date: 2012-08-09 08:45+0200\n"
"Last-Translator: Panagiotis Papazoglou \n"
"Language-Team: Greek \n"
"Language: el\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Εμφάνιση όλων"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"κλείσατε το μητρικό παράθυρο ή ο φυλλομετρητής σας δεν επιτρέπει τις "
"ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Αναζήτηση"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Αναζήτηση"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Εκτέλεση"
@@ -99,7 +100,7 @@ msgstr "Περιγραφή"
msgid "Use this value"
msgstr "Χρήση αυτής της τιμής"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Δημιουργήθηκε η βάση δεδομένων %1$s."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Σχόλιο βάσης: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Σχόλια πίνακα"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Στήλη"
@@ -146,11 +147,11 @@ msgstr "Στήλη"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Στήλη"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Τύπος"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Κενό"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Προεπιλογή"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Σύνδεση με"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Σχόλια"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Όχι"
@@ -242,27 +243,27 @@ msgstr "Όχι"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ναι"
@@ -284,90 +285,21 @@ msgstr "Επιλογή όλων"
msgid "Unselect All"
msgstr "Αποεπιλογή όλων"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Το όνομα της βάσης δεδομένων είναι κενό!"
-#: db_operations.php:327
-#, fuzzy, php-format
-#| msgid "Database %s has been renamed to %s"
+#: db_operations.php:128
+#, php-format
msgid "Database %1$s has been renamed to %2$s"
-msgstr "Η βάση δεδομένων %s μετονομάστηκε σε %s"
+msgstr "Η βάση δεδομένων %1$s μετονομάστηκε σε %2$s"
-#: db_operations.php:331
-#, fuzzy, php-format
-#| msgid "Database %s has been copied to %s"
+#: db_operations.php:132
+#, php-format
msgid "Database %1$s has been copied to %2$s"
-msgstr "Η βάση δεδομένων %s αντιγράφηκε στη %s"
+msgstr "Η βάση δεδομένων %1$s αντιγράφηκε στη %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Μετονομασία βάσης δεδομένων σε"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Μετακίνηση βάσης δεδομένων σε"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Η βάση δεδομένων %s διεγράφη."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Διαγραφή της βάση δεδομένων (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Αντιγραφή βάσης δεδομένων σε"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Μόνο η δομή"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Δομή και δεδομένα"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Μόνο τα δεδομένα"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE πριν την αντιγραφή"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Προσθήκη %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Προσθήκη τιμής AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Προσθήκη περιορισμών"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Αλλαγή στο αντίγραφο της βάσης δεδομένων"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Σύνθεση"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -376,20 +308,16 @@ msgstr ""
"Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν "
"απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Επεξεργασία ή εξαγωγή σχεσιακού σχήματος"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Πίνακας"
@@ -397,41 +325,41 @@ msgstr "Πίνακας"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Εγγραφές"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Μέγεθος"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "σε χρήση"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Δημιουργία"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Τελευταία ενημέρωση"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Tελευταίος έλεγχος"
@@ -453,7 +381,7 @@ msgstr "Αλλαγή στον %sεικονικός μάστορας%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +396,17 @@ msgstr "Δεν βρέθηκαν πίνακες στη βάση δεδομένω
msgid "unknown"
msgstr "άγνωστο"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Ο πίνακας %s άδειασε"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Η προβολή %s διαγράφτηκε"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Ο πίνακας %s διεγράφη"
@@ -491,7 +419,7 @@ msgstr "Η παρακολούθηση είναι ενεργοποιημένη."
msgid "Tracking is not active."
msgstr "Η παρακολούθηση δεν είναι ενεργοποιημένη."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +428,12 @@ msgstr ""
"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην "
"%sτεκμηρίωση%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Προβολή"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -522,21 +450,21 @@ msgstr ""
"Η %s είναι η προεπιλεγμένη μηχανή αποθήκευσης σε αυτόν τον διακομιστή MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Με τους επιλεγμένους:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Επιλογή όλων"
@@ -544,50 +472,51 @@ msgstr "Επιλογή όλων"
msgid "Check tables having overhead"
msgstr "Επιλογή πινάκων με περίσσεια"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Εξαγωγή"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Εμφάνιση για εκτύπωση"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Άδειασμα"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Διαγραφή"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Έλεγχος πίνακα"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Βελτιστοποίηση πίνακα"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Επιδιόρθωση πίνακα"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Ανάλυση πίνακα"
@@ -595,11 +524,11 @@ msgstr "Ανάλυση πίνακα"
msgid "Add prefix to table"
msgstr "Προσθήκη προθέματος στον πίνακα"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Αντικατάσταση προθέματος πίνακα"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Αντιγραφή πίνακα με πρόθεμα"
@@ -611,20 +540,20 @@ msgstr "Περιληπτικός πίνακας δεδομένων"
msgid "Tracked tables"
msgstr "Παρακολουθούμενοι πίνακες"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Βάση"
@@ -640,9 +569,9 @@ msgstr "Δημιουργήθηκε"
msgid "Updated"
msgstr "Ενημερώθηκε"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Κατάσταση"
@@ -650,14 +579,14 @@ msgstr "Κατάσταση"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Ενέργεια"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Εμφάνιση"
@@ -690,7 +619,7 @@ msgstr "Στιγμιότυπο δομής"
msgid "Untracked tables"
msgstr "Μη παρακολουθούμενοι πίνακες"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Παρακολούθηση πίνακα"
@@ -742,7 +671,7 @@ msgstr "Μη έγκυρος τύπος εξαγωγής"
msgid "Value for the column \"%s\""
msgstr "Τιμή για τη στήλη «%s»"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Χρήση του OpenStreetMaps ως Βασικό Επίπεδο"
@@ -751,7 +680,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Γεωμετρία"
@@ -880,7 +809,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"Αδύνατη η φόρτωση προσθέτων εισαγωγής, για αυτό ελέξτε την εγκατάστασή σας!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Ο σελιδοδείκτης %s δημιουργήθηκε"
@@ -907,10 +836,10 @@ msgstr ""
"σημαίνει ότι το phpMyAdmin δεν θα μπορέσει να τελειώσει την εισαγωγή εκτός "
"και αν αυξήσετε τα χρονικά όρια της php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Η εντολή SQL εκτελέσθηκε επιτυχώς"
@@ -930,12 +859,11 @@ msgid "\"DROP DATABASE\" statements are disabled."
msgstr "Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί."
#: js/messages.php:30
-#, fuzzy, php-format
-#| msgid "Do you really want to execute following query?"
+#, php-format
msgid "Do you really want to execute \"%s\"?"
-msgstr "Θέλετε να εκτελέσετε το ακόλουθο ερώτημα;"
+msgstr "Θέλετε να εκτελέσετε το ακόλουθο το «%s»;"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Πρόκειται να DESTROY μια ολόκληρη βάση δεδομένων!"
@@ -975,7 +903,7 @@ msgstr "Προσθήκη Ευρετηρίου"
msgid "Edit Index"
msgstr "Επεξεργασία ευρετηρίου"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Προσθήκη %d στήλης(ών) στο ευρετήριο"
@@ -1005,8 +933,8 @@ msgstr "Οι κωδικοί πρόσβασης δεν είναι ίδιοι!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Προσθήκη χρήστη"
@@ -1026,9 +954,9 @@ msgstr "Κλείσιμο"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1054,7 +982,7 @@ msgstr "Στατικά δεδομένα"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Σύνολο"
@@ -1254,7 +1182,7 @@ msgstr "Ερωτήσεις"
msgid "Traffic"
msgstr "Κίνηση"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Ρυθμίσεις"
@@ -1274,12 +1202,12 @@ msgstr "Προσθήκη διαγράμματος στο πλέγμα"
msgid "Please add at least one variable to the series"
msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στις σειρές"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Καμία"
@@ -1409,7 +1337,6 @@ msgid "From general log"
msgstr "Από την γενική καταγραφή"
#: js/messages.php:172
-#| msgid "Loading logs"
msgid "Analysing logs"
msgstr "Ανάλυση καταγραφών"
@@ -1452,7 +1379,6 @@ msgid "Jump to Log table"
msgstr "Μετάβαση στον πίνακα Καταγραφής"
#: js/messages.php:180
-#| msgid "No data"
msgid "No data found"
msgstr "Δεν βρέθηκαν δεδομένα"
@@ -1470,10 +1396,10 @@ msgid "Explain output"
msgstr "Επεξήγηση προϊόντος"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Χρόνος"
@@ -1495,12 +1421,10 @@ msgid "Chart"
msgstr "Διάγραμμα"
#: js/messages.php:191
-#| msgid "Add chart"
msgid "Edit chart"
msgstr "Επεξεργασία διαγράμματος"
#: js/messages.php:192
-#| msgid "Series:"
msgid "Series"
msgstr "Σειρές"
@@ -1571,20 +1495,18 @@ msgstr ""
"Απέτυχε η δημιουργία καννάβου διαγράμματος με την εισαγωγή ρυθμίσεων. "
"Επαναφορά στην προεπιλεγμένη ρύθμιση..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Εισαγωγή"
#: js/messages.php:213
-#| msgid "Could not import configuration"
msgid "Import monitor configuration"
msgstr "Εισαγωγή ρύθμισης εποπτείας"
#: js/messages.php:214
-#| msgid "Please select the primary key or a unique key"
msgid "Please select the file you want to import"
msgstr "Ελέγξτε το αρχείο που θέλετε να εισάγετε"
@@ -1624,9 +1546,9 @@ msgstr "Χρησιμοποιημένη μεταβλητή / τύπος"
msgid "Test"
msgstr "Έλεγχος"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Άκυρο"
@@ -1654,9 +1576,9 @@ msgstr "Διαγραφή Στήλης"
msgid "Adding Primary Key"
msgstr "Προσθήκη Πρωτεύοντος Κλειδιού"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Εντάξει"
@@ -1696,23 +1618,17 @@ msgstr "Απόκρυψη ευρετηρίων"
msgid "Show indexes"
msgstr "Εμφάνιση ευρετηρίων"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
-#, fuzzy
-#| msgid "Disable foreign key checks"
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
-msgstr "Απενεργοποίηση ελέγχων μη διακριτών κλειδιών"
+msgstr "Έλεγχος μη διακριτού κλειδιού:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
-#, fuzzy
-#| msgid "Enabled"
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
-msgstr "Ενεργοποιημένη"
+msgstr "(Ενεργοποιημένη)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
-#, fuzzy
-#| msgid "Disabled"
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
-msgstr "Απενεργοποιημένη"
+msgstr "(Απενεργοποιημένη)"
#: js/messages.php:262
msgid "Searching"
@@ -1778,8 +1694,8 @@ msgstr "Προβολή παραθύρου ερωτήματος"
msgid "No rows selected"
msgstr "Δεν επιλέχθηκαν γραμμές"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Αλλαγή"
@@ -1787,8 +1703,8 @@ msgstr "Αλλαγή"
msgid "Query execution time"
msgstr "Χρόνος εκτέλεσης ερωτήματος"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "Ο αριθμός %d δεν είναι έγκυρος αριθμός γραμμών."
@@ -1797,8 +1713,8 @@ msgstr "Ο αριθμός %d δεν είναι έγκυρος αριθμός γ
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Αποθήκευση"
@@ -1827,11 +1743,10 @@ msgid "To zoom in, select a section of the plot with the mouse."
msgstr "Για να εστιάσετε, επιλέξτε ένα τομέα της εκτύπωσης με το ποντίκι."
#: js/messages.php:306
-#, fuzzy
-#| msgid "Click reset zoom link to come back to original state."
msgid "Click reset zoom button to come back to original state."
msgstr ""
-"Πατήστε στην επαναφορά εστίασης για να επιστρέψετε στην αρχική κατάσταση."
+"Πατήστε το κουμπί επαναφοράς εστίασης για να επιστρέψετε στην αρχική "
+"κατάσταση."
#: js/messages.php:308
msgid "Click a data point to view and possibly edit the data row."
@@ -1860,12 +1775,12 @@ msgstr "Ααποτελέσματα ερωτήματος"
msgid "Data point content"
msgstr "Περιεχόμενο δείκτη δεδομένων"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Παράληψη"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Αντιγραφή"
@@ -1885,7 +1800,7 @@ msgstr "Επιλέξτε Μη Διακριτό Κλειδί"
msgid "Please select the primary key or a unique key"
msgstr "Επιλέξτε το πρωτεύον κλειδί ή ένα μοναδικό κλειδί"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Επιλέξτε στήλη για εμφάνιση"
@@ -1927,7 +1842,7 @@ msgstr "Πατήστε για εναλλαγή επισήμανσης"
#: js/messages.php:352
msgid "Double-click to copy column name"
-msgstr ""
+msgstr "Διπλό κλικ για αντιγραφή ονόματος στήλης"
#: js/messages.php:353
msgid "Click the drop-down arrow
to toggle column's visibility"
@@ -1954,20 +1869,16 @@ msgid "Go to link"
msgstr "Μετάβαση στο σύνδεσμο"
#: js/messages.php:358
-#, fuzzy
-#| msgid "Column names"
msgid "Copy column name"
-msgstr "Ονόματα στηλών"
+msgstr "Αντιγραφή ονόματος στήλης"
#: js/messages.php:359
msgid "Right-click the column name to copy it to your clipboard."
-msgstr ""
+msgstr "Δεξί κλικ στο όνομα στήλης για αντιγραφή του στο πρόχειρο."
#: js/messages.php:360
-#, fuzzy
-#| msgid "Update row(s)"
msgid "Show data row(s)"
-msgstr "Ενημέρωση γραμμής(ών)"
+msgstr "Προβολή γραμμής(ών) δεδομένων"
#: js/messages.php:363
msgid "Generate password"
@@ -1981,7 +1892,7 @@ msgstr "Παραγωγή"
msgid "Change Password"
msgstr "Αλλαγή Κωδικού Πρόσβασης"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Περισσότερα"
@@ -2261,53 +2172,52 @@ msgstr "Δευτερόλεπτο"
#: libraries/Advisor.class.php:67
#, php-format
msgid "PHP threw following error: %s"
-msgstr ""
+msgstr "Η PHP έδωσε το ακόλουθο σφάλμα: %s"
#: libraries/Advisor.class.php:89
#, php-format
msgid "Failed evaluating precondition for rule '%s'"
-msgstr ""
+msgstr "Απέτυχε η αξιολόγηση προσυνθήκης για τον κανόνα «%s»"
#: libraries/Advisor.class.php:106
#, php-format
msgid "Failed calculating value for rule '%s'"
-msgstr ""
+msgstr "Απέτυχε ο υπολογισμός τιμής για τον κανόνα «%s»"
#: libraries/Advisor.class.php:125
#, php-format
msgid "Failed running test for rule '%s'"
-msgstr ""
+msgstr "Απέτυχε η εκτέλεση ελέγχου για τον κανόνα «%s»"
#: libraries/Advisor.class.php:207
-#, fuzzy, php-format
-#| msgid ""
-#| "Failed formatting string for rule '%s'. PHP threw following error: %s"
+#, php-format
msgid "Failed formatting string for rule '%s'."
-msgstr ""
-"Αποτυχία διαμόρφωσης κειμένου για τον κανόνα «%s». Η PHP έδωσε το ακόλουθο "
-"σφάλμα: %s"
+msgstr "Αποτυχία διαμόρφωσης κειμένου για τον κανόνα «%s»."
#: libraries/Advisor.class.php:361
#, php-format
msgid ""
"Invalid rule declaration on line %1$s, expected line %2$s of previous rule"
msgstr ""
+"Μη έγκυρη διακήρυξη κανόνα στη γραμμή %1$s, αναμενόμενη γραμμή %2$s από "
+"προηγούμενο κανόνα"
#: libraries/Advisor.class.php:378
-#, fuzzy, php-format
-#| msgid "Invalid format of CSV input on line %d."
+#, php-format
msgid "Invalid rule declaration on line %s"
-msgstr "Μη έγκυρη μορφή στο εισαχθέν CSV στη γραμμή %d."
+msgstr "Μη έγκυρη διακήρυξη κανόνα στη γραμμή %s"
#: libraries/Advisor.class.php:386
#, php-format
msgid "Unexpected characters on line %s"
-msgstr ""
+msgstr "Μη έγκυρη χαρακτήρες στη γραμμή %s"
#: libraries/Advisor.class.php:400
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\""
msgstr ""
+"Μη έγκυρος χαρακτήρας στη γραμμή %1$s. Αναμενότας στηλοθέτης, αλλά βρέθηκε "
+"«%2$s»"
#: libraries/Advisor.class.php:425 server_status.php:972
msgid "per second"
@@ -2359,13 +2269,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Λάθος"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Εντολή SQL"
@@ -2433,7 +2343,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Εσωτερικό"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Δημιουργία προφίλ"
@@ -2458,156 +2368,157 @@ msgstr "%s μέρες, %s ώρες, %s λεπτά %s δευτερόλεπτα"
msgid "Missing parameter:"
msgstr "Απολεσθείσα παράμετρος:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Αρχή"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Προηγούμενη"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Επόμενη"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Τέλος"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Μεταπήδηση στην βάση «%s»."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
"Η λειτουργία %s έχει επηρρεαστεί από ένα γνωστό σφάλμα, για αυτό δείτε %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Πατήστε για εναλλαγή"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Δομή"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "Κώδικας SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Προσθήκη"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Περιήγηση"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Λειτουργίες"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Περιηγηθείτε στον υπολογιστή σας:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Επιλογή από το φάκελο αποστολής του διακομίστή ιστού %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
"Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Δεν υπάρχουν αρχεία προς αποστολή"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Εκτέλεση"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Εκτύπωση"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Το υπαρχον αρχείο ρυθμίσεων (%s) δεν είναι αναγνώσιμο."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Εσφαλμένα δικαιώματα στο αρχείο ρυθμίσεων, δεν πρέπει να είναι καθολικά "
"εγγράψιμο!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Μέγεθος γραμματοσειράς"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Αύξουσα"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Φθίνουσα"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ταξινόμηση"
@@ -2633,8 +2544,8 @@ msgid "Use Tables"
msgstr "Χρήση Πινάκων"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ενωση"
@@ -2688,26 +2599,24 @@ msgstr[0] "Σύνολο: %s αποτέλεσμα"
msgstr[1] "Σύνολο: %s αποτελέσματα"
#: libraries/DbSearch.class.php:351
-#, fuzzy, php-format
-#| msgid "%1$s match inside table %2$s"
-#| msgid_plural "%1$s matches inside table %2$s"
+#, php-format
msgid "%1$s match in %2$s"
msgid_plural "%1$s matches in %2$s"
-msgstr[0] "%1$s απατέλεσμα στον πίνακα %2$s"
-msgstr[1] "%1$s αποτελέσματα στον πίνακα %2$s"
+msgstr[0] "%1$s απατέλεσμα στο %2$s"
+msgstr[1] "%1$s αποτελέσματα στο %2$s"
#: libraries/DbSearch.class.php:373
#, php-format
msgid "Delete the matches for the %s table?"
msgstr "Διαγραφή παρόμοιων αποτελεσμάτων για τον πίνακα %s;"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2737,131 +2646,130 @@ msgstr "Μέσα στους πίνακες:"
msgid "Inside column:"
msgstr "Εσωτερικό πεδίο:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Αποθήκευση επεξεργασμένων δεδομένων"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Επαναφορά κατανομής στηλών"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Εγγραφή έναρξης"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Αριθμός εγγραφών"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Μορφή"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "οριζόντια"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "οριζόντια (στραμμένες επικεφαλίδες)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "κάθετη"
-#: libraries/DisplayResults.class.php:918
-#, fuzzy, php-format
-#| msgid "Headers every %s rows"
+#: libraries/DisplayResults.class.php:940
+#, php-format
msgid "Headers every %s rows"
msgstr "Κεφαλίδες κάθε %s εγγραφές"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Ταξινόμηση ανά κλειδί"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Επιλογές"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Περιληπτικά κείμενα"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Πλήρη κείμενα"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Κλειδί συσχέτισης"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Στήλη προβολής συσχέτισης"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Εμφάνιση δυαδικών περιεχομένων"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Εμφάνιση περιεχομένων BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Εμφάνιση δυαδικών περιεχομένων ως Δεκαεξαδικά HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Απόκρυψη μετατροπής περιηγητή"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Καλά Γνωστό Κείμενο"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Καλά Γνωστό Δυαδικό"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Η εγγραφή έχει διαγραφεί"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Τερματισμός"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2869,44 +2777,44 @@ msgstr ""
"Ίσως είναι κατά προσέγγιση. Δείτε τις [a@./Documentation."
"html#faq3_11@Documentation]ΣΑΕ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "στην εντολή"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Εμφάνιση εγγραφών"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "συνολικά"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Το ερώτημα χρειάστηκε %01.4f δευτερόλεπτα"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Λειτουργίες αποτελεσμάτων ερωτήματος"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Προβολή εκτύπωσης (με πλήρη κείμενα)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Εμφάνιση διαγράμματος"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Οπτικοποίηση δεδομένων GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Δημιουργία προβολής"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Δεν βρέθηκε η σύνδεση"
@@ -2974,29 +2882,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Άνοιγμα νέου παραθύρου phpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
-#, fuzzy
-#| msgid "Cookies must be enabled past this point."
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
-msgstr "Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies."
+msgstr "Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένη την Javascript"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Δεν ορίστηκε ευρετήριο!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Ευρετήρια"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Μοναδικό"
@@ -3009,6 +2915,16 @@ msgstr "Συμπιεσμένο"
msgid "Cardinality"
msgstr "Μοναδικότητα"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Σύνθεση"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3033,93 +2949,93 @@ msgstr ""
"Τα ευρετήρια %1$s και %2$s φαίνεται να είναι ίσα και ένα από αυτά μπορεί να "
"απομακρυνθεί."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Βάσεις δεδομένων"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Διακομιστής"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Παρακολούθηση"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Δείκτες"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Ο πίνακας φαίνεται να είναι άδειος!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Η βάση δεδομένων φαίνεται να είναι άδεια!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Επερώτημα κατά παράδειγμα"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Δικαιώματα"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Εργασίες"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Συμβάντα"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Σχεδιαστής"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Χρήστες"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Συγχρονισμός"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Δυαδικό αρχείο καταγραφής"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Μεταβλητές"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Σύνολο χαρακτήρων"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Πρόσθετα"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Μηχανές"
@@ -3182,45 +3098,43 @@ msgstr "Η %s έχει απενεργοποιήθεί σε αυτό το δια
msgid "This MySQL server does not support the %s storage engine."
msgstr "Αύτος ο διακομιστής MySQL δεν υποστηρίζει τη μηχανή αποθήκευσης %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "άγνωστη κατάσταση πίνακα: "
-#: libraries/Table.class.php:757
-#, fuzzy, php-format
-#| msgid "Source database"
+#: libraries/Table.class.php:756
+#, php-format
msgid "Source database `%s` was not found!"
-msgstr "Βάση δεδομένων προέλευσης"
+msgstr "Η Βάση δεδομένων προέλευσης «%s» δεν βρέθηκε!"
-#: libraries/Table.class.php:765
-#, fuzzy, php-format
-#| msgid "Theme %s not found!"
+#: libraries/Table.class.php:764
+#, php-format
msgid "Target database `%s` was not found!"
-msgstr "Το θέμα %s δεν βρέθηκε!"
+msgstr "Η βάση δεδομένων προορισμού «%s» δεν βρέθηκε!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Μη έγκυρη βάση δεδομένων"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Μη έγκυρο όνομα πίνακα"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Σφάλμα μετονομασίας του πίνακα %1$s σε %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Ο πίνακας %1$s μετονομάσθηκε σε %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Αδύνατη η αποθήκευση του πίανακα ρυθμίσεων UI"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3229,7 +3143,7 @@ msgstr ""
"Αδύνατη η εκκαθάριση του πίνακα προτιμήσεων του περιβάλλοντος εργασίας "
"(δείτε το $cfg['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3245,16 +3159,16 @@ msgstr ""
msgid "Function"
msgstr "Συνάρτηση"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Τελεστής"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Τιμή"
@@ -3267,59 +3181,58 @@ msgstr "Αναζήτηση Πίνακα"
msgid "Edit/Insert"
msgstr "Επεξεργασία/Προσθήκη"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Επιλογή πεδίων (τουλάχιστον ένα):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Προσθήκη νέου όρου (σώμα της πρότασης «where» πρότασης):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Εγγραφές ανά σελίδα"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Σειρά εμφάνισης:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Χρησιμοποιήστε αυτή τη στήλη για την ετικέτα κάθε σημείου"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Μέγιστος αριθμός γραμμών για εκτύπωση"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Αναζήτηση μη διακριτών τιμών"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Πρόσθετα κριτήρια αναζήτησης"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Εκτέλεσε ένα «επερώτημα ανά παράδειγμα» (χαρακτήρας μπαλαντέρ «%») για δύο "
"διαφρετικές στήλες"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Εκτέλεσε ένα «επερώτημα κατά παράδειγμα» (χαρακτήρας μπαλαντέρ «%»)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Αναζήτηση/Επεξεργασία των σημείων"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Πως να το χρησιμοποιήσετε"
-#: libraries/TableSearch.class.php:1210
-#| msgid "Reset"
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Επανφορά εστίασης"
@@ -3359,42 +3272,59 @@ msgstr "Θέμα"
msgid ""
"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
msgstr ""
+"Ένας ακέραιος 1-byte, εύρος με πρόσημο είναι -128 έως 127, εύρος χωρίς "
+"πρόσημο είναι 0 έως 255"
#: libraries/Types.class.php:297
msgid ""
"A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
"65,535"
msgstr ""
+"Ένας ακέραιος 2-byte, εύρος με πρόσημο είναι -32.768 έως 32.767, εύρος χωρίς "
+"πρόσημο είναι 0 έως 65.535"
#: libraries/Types.class.php:299
msgid ""
"A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
"0 to 16,777,215"
msgstr ""
+"Ένας ακέραιος 3-byte, εύρος με πρόσημο είναι -8.388.608 έως 8.388.607, εύρος "
+"χωρίς πρόσημο είναι 0 έως 16.777.215"
#: libraries/Types.class.php:301
msgid ""
"A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
"range is 0 to 4,294,967,295."
msgstr ""
+"Ένας ακέραιος 4-byte, εύρος με πρόσημο είναι -2.147.483.648 έως "
+"2.147.483.647, εύρος χωρίς πρόσημο είναι 0 έως 4.294.967.295."
#: libraries/Types.class.php:303
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 ""
+"Ένας ακέραιος 8-byte, εύρος με πρόσημο είναι -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:305 libraries/Types.class.php:711
msgid ""
"A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
"(default 10), the maximum number of decimals (D) is 30 (default 0)"
msgstr ""
+"Ένας αριθμός σταθερής υποδιαστολής (Μ,Δ) - ο μέγιστος αριθμός ψηφίων (Μ) "
+"είναι 65 (προεπιλογή 10), ο μέγιστος αριθμός δεκαδικών είναι (Δ) είναι 30 "
+"(προεπιλογή 0)"
#: libraries/Types.class.php:307
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
+"Ένας μικρός αριθμός κινητής υποδιαστολής, επιτρεπτές τιμές είναι "
+"-3.402823466E+38 έως -1.175494351E-38, 0, και 1.175494351E-38 έως "
+"3.402823466E+38"
#: libraries/Types.class.php:309
msgid ""
@@ -3402,63 +3332,79 @@ msgid ""
"-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"
#: libraries/Types.class.php:311
msgid ""
"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
"FLOAT)"
msgstr ""
+"Συνώνυμο για το DOUBLE (εξαίρεση: στην κατάσταση SQL REAL_AS_FLOAT είναι "
+"συνώνυμο με το FLOAT)"
#: libraries/Types.class.php:313
msgid ""
"A bit-field type (M), storing M of bits per value (default is 1, maximum is "
"64)"
msgstr ""
+"Ένας τύπος πεδίου bit (M), αποθηκεύονται το πλήθος (M) των bits ανά τιμή "
+"(προεπιλογή είναι το 1, μέγιστο είναι το 64)"
#: libraries/Types.class.php:315
msgid ""
"A synonym for TINYINT(1), a value of zero is considered false, nonzero "
"values are considered true"
msgstr ""
+"Ένα συνώνυμο για το TINYINT(1), μια μηδενική τιμή θεωρείτε λάθος, μη "
+"μηδενικές τιμές θεωρούνται σωστές"
#: libraries/Types.class.php:317
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
-msgstr ""
+msgstr "Μια ετικέτα για το BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
#: libraries/Types.class.php:319 libraries/Types.class.php:721
-#, fuzzy, php-format
-#| msgid "Create version %1$s of %2$s"
+#, php-format
msgid "A date, supported range is %1$s to %2$s"
-msgstr "Δημιουργία έκδοσης %1$s του %2$s"
+msgstr "Μια ημερομηνία, υποστηριζόμενο εύρος είναι από %1$s έως %2$s"
#: libraries/Types.class.php:321 libraries/Types.class.php:723
#, php-format
msgid "A date and time combination, supported range is %1$s to %2$s"
msgstr ""
+"Ένας συνδυασμός ημερομηνίας και ώρας, υποστηριζόμενο εύρος είναι από %1$s "
+"έως %2$s"
#: libraries/Types.class.php:323
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 ""
+"Μια χρονοσφραγίδα, εύρος από 1970-01-01 00:00:01 UTC έως 2038-01-09 03:14:07 "
+"UTC, αποπθηκεύεται ως ο αριθμός των δευτερολέπτων από την αρχή (1970-01-01 "
+"00:00:00 UTC)"
#: libraries/Types.class.php:325 libraries/Types.class.php:727
-#, fuzzy, php-format
-#| msgid "Error renaming table %1$s to %2$s"
+#, php-format
msgid "A time, range is %1$s to %2$s"
-msgstr "Σφάλμα μετονομασίας του πίνακα %1$s σε %2$s"
+msgstr "Ένας χρόνος, εύρος είναι από %1$s έως %2$s"
#: libraries/Types.class.php:327
msgid ""
"A year in four-digit (4, default) or two-digit (2) format, the allowable "
"values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
msgstr ""
+"Το έτος με τέσσερα ψηφία (4, προεπιλογή) ή μορφή 2 ψηφίων (2), οι επιτρεπτές "
+"τιμές είναι 70 (1970) έως 69 (2069) ή 1901 έως 2155 και 0000"
#: libraries/Types.class.php:329
msgid ""
"A fixed-length (0-255, default 1) string that is always right-padded with "
"spaces to the specified length when stored"
msgstr ""
+"Ένα κείμενο σταθερού μήκους (0-255, προεπιλογή 1) που είναι πάντα δεξιά "
+"στοιχισμένο με κενά στο ορισμένο μήκος όταν αποθηεκύεται"
#: libraries/Types.class.php:331 libraries/Types.class.php:729
#, php-format
@@ -3466,24 +3412,32 @@ msgid ""
"A variable-length (%s) string, the effective maximum length is subject to "
"the maximum row size"
msgstr ""
+"Ένα κείμενο μεταβλητού μήκους (%s), το δραστικό μέγιστο μήκος είναι σχετικό "
+"με το μέγιστο μέγεθος της εγγραφής"
#: libraries/Types.class.php:333
msgid ""
"A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
"a one-byte prefix indicating the length of the value in bytes"
msgstr ""
+"Μια στήλη TEXT με μέγιστο μήκος 255 (2⁸ - 1) χαρακτήρες, αποθηκεύεται με "
+"πρόθεμα 1-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:335 libraries/Types.class.php:731
msgid ""
"A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
"with a two-byte prefix indicating the length of the value in bytes"
msgstr ""
+"Μια στήλη TEXT με μέγιστο μήκος 65.535 (2¹⁶ - 1) χαρακτήρες, αποθηκεύεται με "
+"πρόθεμα 2-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:337
msgid ""
"A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
"stored with a three-byte prefix indicating the length of the value in bytes"
msgstr ""
+"Μια στήλη TEXT με μέγιστο μήκος 16.777.215 (2²⁴ - 1) χαρακτήρες, "
+"αποθηκεύεται με πρόθεμα 3-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:339
msgid ""
@@ -3491,160 +3445,177 @@ msgid ""
"characters, stored with a four-byte prefix indicating the length of the "
"value in bytes"
msgstr ""
+"Μια στήλη TEXT με μέγιστο μήκος 4.294.967.295 ή 4GB (2³² - 1) χαρακτήρες, "
+"αποθηκεύεται με πρόθεμα 4-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:341
msgid ""
"Similar to the CHAR type, but stores binary byte strings rather than non-"
"binary character strings"
msgstr ""
+"Παρόμοιο με τον τύπο CHAR, αλλά αποθηκεύει τα κείμενα δυαδικού byte παρά τα "
+"κείμενα με μη δυαδικούς χαρακτήρες"
#: libraries/Types.class.php:343
msgid ""
"Similar to the VARCHAR type, but stores binary byte strings rather than non-"
"binary character strings"
msgstr ""
+"Παρόμοιο με τον τύπο VARCHAR, αλλά αποθηκεύει τα κείμενα δυαδικού byte παρά "
+"τα κείμενα με μη δυαδικούς χαρακτήρες"
#: libraries/Types.class.php:345
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 ""
+"Μια στήλη BLOB με μέγιστο μήκος 255 (2⁸ - 1) bytes, αποθηκεύεται με πρόθεμα "
+"2-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:347
msgid ""
"A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
"with a three-byte prefix indicating the length of the value"
msgstr ""
+"Μια στήλη BLOB με μέγιστο μήκος 16.777.215 (2²⁴ - 1) χαρακτήρες, "
+"αποθηκεύεται με πρόθεμα 3-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:349
msgid ""
"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
"a two-byte prefix indicating the length of the value"
msgstr ""
+"Μια στήλη BLOB με μέγιστο μήκος 65.535 (2¹⁶ - 1) χαρακτήρες, αποθηκεύεται με "
+"πρόθεμα 2-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:351
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 ""
+"Μια στήλη BLOB με μέγιστο μήκος 4.294.967.295 ή 4GB (2³² - 1) χαρακτήρες, "
+"αποθηκεύεται με πρόθεμα 4-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:353
msgid ""
"An enumeration, chosen from the list of up to 65,535 values or the special "
"'' error value"
msgstr ""
+"Μια απαρίθμηση, η οποία έχει επιλεγεί από τη λίστα των έως και 65.535 τιμές "
+"ή τις ειδικές \" τιμή σφάλματος"
#: libraries/Types.class.php:355
msgid "A single value chosen from a set of up to 64 members"
-msgstr ""
+msgstr "Μία μόνο τιμή που επιλέγεται από ένα σύνολο έως και 64 μέλη"
#: libraries/Types.class.php:357
msgid "A type that can store a geometry of any type"
-msgstr ""
+msgstr "Ένας τύπος που μπορεί να αποθηκεύσει μια γεωμετρία οποιουδήποτε τύπου"
#: libraries/Types.class.php:359
msgid "A point in 2-dimensional space"
-msgstr ""
+msgstr "Ένα σημείο σε δισδιάστατο χώρο"
#: libraries/Types.class.php:361
msgid "A curve with linear interpolation between points"
-msgstr ""
+msgstr "Μια καμπύλη με γραμμική παρεμβολή μεταξύ σημείων"
#: libraries/Types.class.php:363
-#, fuzzy
-#| msgid "Add a polygon"
msgid "A polygon"
-msgstr "Προσθήκη πολυγώνου"
+msgstr "Ένα πολύγωνο"
#: libraries/Types.class.php:365
msgid "A collection of points"
-msgstr ""
+msgstr "Μια συλλογή από σημεία"
#: libraries/Types.class.php:367
msgid "A collection of curves with linear interpolation between points"
-msgstr ""
+msgstr "Μια συλλογή καμπυλών με γραμμική παρεμβολή μεταξύ σημείων"
#: libraries/Types.class.php:369
msgid "A collection of polygons"
-msgstr ""
+msgstr "Μια συλλογή πολυγώνων"
#: libraries/Types.class.php:371
msgid "A collection of geometry objects of any type"
-msgstr ""
+msgstr "Μια συλλογή γεωμετρικών αντικειμένων οποιουδήποτε τύπου"
#: libraries/Types.class.php:623 libraries/Types.class.php:973
msgctxt "numeric types"
msgid "Numeric"
-msgstr ""
+msgstr "Αριθμητικό"
#: libraries/Types.class.php:642 libraries/Types.class.php:976
-#, fuzzy
-#| msgid "Create an index"
msgctxt "date and time types"
msgid "Date and time"
-msgstr "Δημιουργία ευρετηρίου"
+msgstr "Ημερομηνία και ώρα"
#: libraries/Types.class.php:651 libraries/Types.class.php:979
-#, fuzzy
-#| msgid "Linestring"
msgctxt "string types"
msgid "String"
-msgstr "Κείμενο γραμμής"
+msgstr "Κείμενο"
#: libraries/Types.class.php:672
-#, fuzzy
-#| msgid "Spatial"
msgctxt "spatial types"
msgid "Spatial"
msgstr "Χωρική"
#: libraries/Types.class.php:707
msgid "A 4-byte integer, range is -2,147,483,648 to 2,147,483,647"
-msgstr ""
+msgstr "Ένας ακέραιος 4-byte, εύρος είναι -2.147.483.648 έως 2.147.483.647"
#: libraries/Types.class.php:709
msgid ""
"An 8-byte integer, range is -9,223,372,036,854,775,808 to "
"9,223,372,036,854,775,807"
msgstr ""
+"Ένας ακέραιος 8-byte, εύρος είναι -9.223.372.036.854.775.808 έως "
+"9.223.372.036.854.775.807"
#: libraries/Types.class.php:713
msgid "A system's default double-precision floating-point number"
msgstr ""
+"Ένας προεπιλεγμένος αριθμός κινητής υποδιαστολής διπλής ακριβείας συστήματος"
#: libraries/Types.class.php:715
msgid "True or false"
-msgstr ""
+msgstr "Σωστό ή λάθος"
#: libraries/Types.class.php:717
msgid "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE"
-msgstr ""
+msgstr "Μια ετικέτα για BIGINT NOT NULL AUTO_INCREMENT ΜΟΝΑΔΙΚΌ"
#: libraries/Types.class.php:719
msgid "Stores a Universally Unique Identifier (UUID)"
-msgstr ""
+msgstr "Αποθηκεύει ένα Καθολικά Μοναδικό Αναγνωριστικό (UUID)"
#: libraries/Types.class.php:725
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 ""
+"Μια χρονοσφραγίδα, εύρος είναι από «0001-01-01 00:00:00» UTC έως «9999-12-31 "
+"23:59:59» UTC; TIMESTAMP(6) μπορεί να αποθηκεύσει μικροδευτερόλεπτα"
#: libraries/Types.class.php:733
msgid ""
"A variable-length (0-65,535) string, uses binary collation for all "
"comparisons"
msgstr ""
+"Ένα κείμενο μεταβλητού μήκους (0-65.535), χρησιμοποιεί δυαδική συρραφή για "
+"όλες τις συγκρίσεις"
#: libraries/Types.class.php:735
msgid ""
"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
"a four-byte prefix indicating the length of the value"
msgstr ""
+"Μια στήλη BLOB με μέγιστο μήκος 65.535 (2¹⁶ - 1) χαρακτήρες, αποθηκεύεται με "
+"πρόθεμα 4-byte δείχνοντας το μήκος της τιμής σε bytes"
#: libraries/Types.class.php:737
msgid "An enumeration, chosen from the list of defined values"
-msgstr ""
+msgstr "Μια απαρίθμηση, η οποία έχει επιλεγεί από τη λίστα ορισμένων τιμών"
#: libraries/bookmark.lib.php:83
msgid "shared"
@@ -3664,14 +3635,14 @@ msgstr "Πίνακες"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Δεδομένα"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Περίσσεια"
@@ -3696,11 +3667,11 @@ msgstr "Έλεγχος δικαιωμάτων για τη βάση «%s»."
msgid "Check Privileges"
msgstr "Έλεγχος Δικαιωμάτων"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Αδύνατη η ανάγνωση του αρχείου ρυθμίσεων"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3708,53 +3679,49 @@ msgstr ""
"Αυτό σημαίνει, συνήθως, ότι υπάρχει συντακτικό λάθος, για αυτό ελέγξτε τα "
"σφάλματα που εμφανίζονται παρακάτω."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Αδύνατη η φόρτωση της προεπιλεγμένης ρύθμισης από: «%1$s»"
-#: libraries/common.inc.php:588
-#, fuzzy
-#| msgid ""
-#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
-#| "configuration file!"
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-"Η εντολή $cfg['PmaAbsoluteUri'] ΠΡΕΠΕΙ να οριστεί στο αρχείο "
+"Η πδηγία $cfg['PmaAbsoluteUri'] ΠΡΕΠΕΙ να οριστεί στο αρχείο "
"ρυθμίσεων!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Μη έγκυρο ευρετήριο διακομιστή: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Μη έγκυρο όνομα διακομιστή για τον διακομιστή %1$s. Ξαναδείτε τις ρυθμίσεις "
"σας."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Ορίστηκε εσφαλμένη μέθοδος πιστοποίησης στη ρύθμιση:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Πρέπει να αναβαθμίσετε σε %s %s ή νεότερη."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "προσπάθεια επανεγγραφής GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "δυνατή αξιοποίηση"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "ανιχνεύτηκε αριθμητικό κλειδί"
@@ -3785,37 +3752,37 @@ msgstr "Κλεισμένο"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Απενεργοποιημένη"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "δομή"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "δεδομένα"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "δομή και δεδομένα"
@@ -3939,8 +3906,8 @@ msgid "Allow users to customize this value"
msgstr "Επιτρέπεται στους χρήστες να προσαρμόσουν αυτή την τιμή"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Επαναφορά"
@@ -4040,10 +4007,13 @@ msgid ""
"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]"
"CodeMirror[/a]) with syntax highlighting and line numbers"
msgstr ""
+"Χρησιμοποιήστε το φιλικό προς το χρήστη πρόγραμμα επεξεργασίας για την "
+"επεξεργασία ερωτημάτων SQL ([a@http://codemirror.net/]CodeMirror[/a]) με "
+"επισήμανση σύνταξης και αρίθμηση γραμμών"
#: libraries/config/messages.inc.php:35
msgid "Enable CodeMirror"
-msgstr ""
+msgstr "Ενεργοποίηση CodeMirror"
#: libraries/config/messages.inc.php:36
msgid ""
@@ -4151,13 +4121,11 @@ msgstr "Προεπιλεγμένη καρτέλα πίνακα"
#: libraries/config/messages.inc.php:58
msgid "Whether the table structure actions should be hidden"
-msgstr ""
+msgstr "Αν θα πρέπει να αποκρυφτούν οι ενέργειες δομής πίνακα"
#: libraries/config/messages.inc.php:59
-#, fuzzy
-#| msgid "Propose table structure"
msgid "Hide table structure actions"
-msgstr "Προτεινόμενη δομή πίνακα"
+msgstr "Απόκρυψη ενεργειών δομής πίνακα"
#: libraries/config/messages.inc.php:60
msgid "Show binary contents as HEX by default"
@@ -4219,7 +4187,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Μέγιστος χρόνος εκτέλεσης"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Αποστολή"
@@ -4228,7 +4196,7 @@ msgid "Character set of the file"
msgstr "Σύνολο χαρακτήρων αρχείου"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Μορφοποίηση"
@@ -4241,27 +4209,25 @@ msgstr "Συμπίεση"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Εμφάνιση ονομάτων στηλών στην πρώτη γραμμή"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Στήλες που περικλείονται από"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής"
@@ -4279,14 +4245,12 @@ msgstr "Απομάκρυνση χαρακτήρων CRLF μέσα στις στ
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Στήλες που τελειώνουν με"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Γραμμές που τελειώνουν σε"
@@ -4312,7 +4276,7 @@ msgstr "Πρότυπο ονόματος πίνακα"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Απόρριψη πίνακα"
@@ -4323,8 +4287,8 @@ msgid "Include table caption"
msgstr "Συμπερίληψη λεζάντας πίνακα"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Λεζάντα πίνακα"
@@ -4333,20 +4297,20 @@ msgid "Continued table caption"
msgstr "Συνεχής λεζάντα πίνακα"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Κλειδί ετικέτας"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Τύπος MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Συσχετίσεις"
@@ -4367,6 +4331,11 @@ msgstr "Αντικατάσταση αρχείου(ων)"
msgid "Remember file name template"
msgstr "Πρότυπο απομνημόνευσης ονοματος αρχείου"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Προσθήκη τιμής AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Χρήση ανάποδων εισαγωγικών στα ονόματα των πινάκων και των στηλών"
@@ -4377,7 +4346,7 @@ msgid "SQL compatibility mode"
msgstr "Κατάσταση συμβατότητας SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Επιλογές CREATE TABLE:"
@@ -4390,10 +4359,17 @@ msgid "Use delayed inserts"
msgstr "Χρήση εισαγωγών με καθυστέρηση"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Απενεργοποίηση ελέγχων μη διακριτών κλειδιών"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Προσθήκη %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Χρήση δεκαεξαδικού για τον BLOB"
@@ -4407,7 +4383,7 @@ msgid "Syntax to use when inserting data"
msgstr "Σύνταξη για χρήση στην εισαγωγή δεδομένων"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Μέγιστο μήκος δημιουργηθέντος ερωτήματος"
@@ -4416,7 +4392,7 @@ msgid "Export type"
msgstr "Εξαγωγή τύπου"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Συμπερίληψη εξαγωγής στη συναλλαγή"
@@ -4471,7 +4447,6 @@ msgstr "Προσαρμογή προεπιλεγμένων επιλογών"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4726,24 +4701,22 @@ msgid "Customize startup page"
msgstr "Προσαρμογή σελίδας εκκίνησης"
#: libraries/config/messages.inc.php:228
-#, fuzzy
-#| msgid "Database server"
msgid "Database structure"
-msgstr "Διακομιστής βάσης δεδομένων"
+msgstr "Δομή βάσης δεδομένων"
#: libraries/config/messages.inc.php:229
msgid "Choose which details to show in the database structure (list of tables)"
msgstr ""
+"Επιλέξτε ποιες λεπτομέρειες θα προβάλονται στη δομή της βάσης δεδομένων "
+"(λίστα πινάκων)"
#: libraries/config/messages.inc.php:230
-#, fuzzy
-#| msgid "Database server"
msgid "Table structure"
-msgstr "Διακομιστής βάσης δεδομένων"
+msgstr "Δομή πίνακα"
#: libraries/config/messages.inc.php:231
msgid "Settings for the table structure (list of columns)"
-msgstr ""
+msgstr "Ρυθμίσεις για τη δομή του πίνακα (λίστα στηλών)"
#: libraries/config/messages.inc.php:232
msgid "Tabs"
@@ -4818,14 +4791,12 @@ msgid "Partial import: allow interrupt"
msgstr "Μερική εισαγωγή: να επιτρέπεται η διακοπή"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Να μην γίνετια ακύρωση σε σφάλμα INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Αντικατάσταση δεδομένων πίνακα με το αρχείο"
@@ -4842,7 +4813,6 @@ msgid "Format of imported file"
msgstr "Μορφή εισαχθέντος αρχείου"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Χρήση λέξης-κλειδί LOCAL"
@@ -4852,7 +4822,7 @@ msgid "Column names in first row"
msgstr "Ονόματα στήλης στην πρώτη γραμμή"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Να μην γίνει εισαγωγή άδειων γραμμών"
@@ -4913,10 +4883,8 @@ msgid "Minimum number of tables to display the table filter box"
msgstr "Ελάχιστος αριθμός πινάκων για προβολή του πλαισίου φίλτρου πίνακα"
#: libraries/config/messages.inc.php:281
-#, fuzzy
-#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of databases to display the database filter box"
-msgstr "Ελάχιστος αριθμός πινάκων για προβολή του πλαισίου φίλτρου πίνακα"
+msgstr "Ελάχιστος αριθμός πινάκων για προβολή στο πλαίσιο φίλτρου πίνακα"
#: libraries/config/messages.inc.php:282
msgid "String that separates databases into different tree levels"
@@ -5818,32 +5786,34 @@ msgstr "Εμφάνιση φόρμας δημιουργίας βάσης δεδο
#: libraries/config/messages.inc.php:460
msgid "Show or hide a column displaying the Creation timestamp for all tables"
msgstr ""
+"Εμφάνιση ή απόκρυψη μιας στήλης εμφανίζοντας τη χρονοσφραγίδα Δημιουργίας "
+"για όλους τους πίνακες"
#: libraries/config/messages.inc.php:461
-#, fuzzy
-#| msgid "Show more actions"
msgid "Show Creation timestamp"
-msgstr "Προβολή περισσοτέρων δράσεων"
+msgstr "Προβολή χρονοσφραγίδας δημιουργίας"
#: libraries/config/messages.inc.php:462
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables"
msgstr ""
+"Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίας "
+"ενημέρωσης για όλους τους πίνακες"
#: libraries/config/messages.inc.php:463
msgid "Show Last update timestamp"
-msgstr ""
+msgstr "Εμφάνιση χρονοσφραγίδας Τελευταίας ενημερώσης"
#: libraries/config/messages.inc.php:464
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables"
msgstr ""
+"Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίου "
+"ελέγχου για όλους τους πίνακες"
#: libraries/config/messages.inc.php:465
-#, fuzzy
-#| msgid "Show master status"
msgid "Show Last check timestamp"
-msgstr "Προβολή κατάστασης πρωτεύοντος"
+msgstr "Προβολή χρονοσφραγίδας τελευταίου ελέγχου"
#: libraries/config/messages.inc.php:466
msgid ""
@@ -5986,7 +5956,7 @@ msgstr "Απαιτεί την ενεργοποίηση του Εγκυροποι
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Κωδικός πρόσβασης"
@@ -6163,14 +6133,12 @@ msgstr "Σειρά επικύρωσης"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV με χρήση LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδικα - ODS"
@@ -6261,7 +6229,7 @@ msgstr "Η επέκταση %s λείπει. Δείτε τις ρυθμίσει
msgid "possible deep recursion attack"
msgstr "πιθανή βαθειά ανάδρομή επίθεση"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6269,15 +6237,15 @@ msgstr ""
"Ο διακομιστής δεν αποκρίνεται (ή ο τοπικός διακομιστής δεν έχει ρυθμιστεί "
"σωστά)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Ο διακομιστής δεν αποκρίνεται."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Ελέξτε τα δικαιώματα του φακέλου που περιέχει τη βάση δεδομένων."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Λεπτομέρειες..."
@@ -6322,24 +6290,24 @@ msgid "Create"
msgstr "Δημιουργία"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Χωρίς Δικαιώματα"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Δημιουργία πίνακα"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Όνομα"
@@ -6500,27 +6468,25 @@ msgstr "Μετατροπή κωδικοποίησης:"
#: libraries/display_git_revision.lib.php:59
#, php-format
msgid "%1$s from %2$s branch"
-msgstr ""
+msgstr "%1$s από %2$s κλάδο"
#: libraries/display_git_revision.lib.php:61
msgid "no branch"
-msgstr ""
+msgstr "κανένας κλάδος"
#: libraries/display_git_revision.lib.php:67
msgid "Git revision"
-msgstr ""
+msgstr "Αναθεώρηση git"
#: libraries/display_git_revision.lib.php:70
-#, fuzzy, php-format
-#| msgid "Create version %1$s of %2$s"
+#, php-format
msgid "committed on %1$s by %2$s"
-msgstr "Δημιουργία έκδοσης %1$s του %2$s"
+msgstr "έγινε την %1$s από %2$s"
#: libraries/display_git_revision.lib.php:78
-#, fuzzy, php-format
-#| msgid "Create version %1$s of %2$s"
+#, php-format
msgid "authored on %1$s by %2$s"
-msgstr "Δημιουργία έκδοσης %1$s του %2$s"
+msgstr "δημιουργήθηκε την %1$s από %2$s"
#: libraries/display_import.lib.php:68
msgid ""
@@ -6535,26 +6501,24 @@ msgstr ""
#: libraries/display_import.lib.php:76
#, php-format
msgid "%s of %s"
-msgstr ""
+msgstr "%s από %s"
#: libraries/display_import.lib.php:85
-#, fuzzy
-#| msgid "Format of imported file"
msgid "Uploading your import file..."
-msgstr "Μορφή εισαχθέντος αρχείου"
+msgstr "Αποστολή του αρχείου εισαγωγής σας..."
#: libraries/display_import.lib.php:93
#, php-format
msgid "%s/sec."
-msgstr ""
+msgstr "%s/δευτ."
#: libraries/display_import.lib.php:100
msgid "About %MIN min. %SEC sec. remaining."
-msgstr ""
+msgstr "Απομένουν περίπου %MIN λεπτά %SEC δευτερόλεπτα."
#: libraries/display_import.lib.php:104
msgid "About %SEC sec. remaining."
-msgstr ""
+msgstr "Απομένουν περίπου %SEC δευτερόλεπτα."
#: libraries/display_import.lib.php:134
msgid "The file is being processed, please be patient."
@@ -7001,7 +6965,7 @@ msgid "No data found for GIS visualization."
msgstr "Δεν βρέθηκαν δεδομένα για την οπτικοποίηση GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
"Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή)."
@@ -7050,7 +7014,7 @@ msgid "Go to view: %s"
msgstr "Μετάβαση στην προβολή: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Απόκρυψη"
@@ -7116,11 +7080,11 @@ msgstr ""
"Χρήση του πλήκτρου TAB για μετακίνηση από τιμή σε τιμή ή CTRL+βέλη για "
"μετακίνηση παντού"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Εμφάνιση ερωτήματος SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Ταυτότητα εισερχόμενης εγγραφής: %1$d"
@@ -7135,34 +7099,32 @@ msgstr "Καμία"
msgid "Convert to Kana"
msgstr "Μετατροπή σε Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Από"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Προς"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Αποστολή"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Προσθήκη προθέματος πίνακα"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Προσθήκη προθέματος"
-#: libraries/mult_submits.inc.php:309
-#, fuzzy
-#| msgid "Do you really want to execute following query?"
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Θέλετε να εκτελέσετε το ακόλουθο ερώτημα;"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Χωρίς αλλαγή"
@@ -7368,7 +7330,158 @@ msgstr "Τεκμηρίωση phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Επαναφόρτωση πλαισίου πλοήγησης"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Μετονομασία βάσης δεδομένων σε"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Η βάση δεδομένων %s διεγράφη."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Μετακίνηση βάσης δεδομένων σε"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Διαγραφή της βάση δεδομένων (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Μόνο η δομή"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Δομή και δεδομένα"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Μόνο τα δεδομένα"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Αντιγραφή βάσης δεδομένων σε"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE πριν την αντιγραφή"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Προσθήκη περιορισμών"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Αλλαγή στο αντίγραφο της βάσης δεδομένων"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Επεξεργασία ή εξαγωγή σχεσιακού σχήματος"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Αλλαγή ταξινόμησης πίνακα κατά"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(μοναδικά)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Μεταφορά πίνακα σε (βάση.πίνακας):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Επιλογές πίνακα"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Μετονομασία πίνακα σε"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Μηχανή αποθήκευσης"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Αντιγραφή πίνακα σε (βάση.πίνακας):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Μεταφορά στον αντεγραμμένο πίνακα"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Συντήρηση πίνακα"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Ανασυγκρότηση πίνακα"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Ο πίνακας %s εκκαθαρίστηκε"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Εκκαθάριση («FLUSH») πίνακα"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Διαγραφή δεδομένων ή πίνακα"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Άδειασμα του πίνακα (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Διαγραφή της βάσης δεδομένων (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Ανάλυση"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Έλεγχος"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Βελτιστοποίηση"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Επανακατασκευή"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Επισκευή"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Συντήρηση κατάτμησης"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Κατάτμηση %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Απομάκρυνση κατάτμησης"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Έλεγχος ακεραιότητας συσχετίσεων:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Αυτή η μορφή δεν έχει επιλογές"
@@ -7377,7 +7490,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Αδύνατη η σύνδεση: άκυρες ρυθμίσεις."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7409,38 +7522,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Αδύνατη η χρήση του Blowfish από το mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
-msgstr ""
+msgstr "Η συνεδρία σας έληξε. Συνδεθείτε ξανά."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Σύνδεση"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Μπορείτε να εισάγετε όνομα διακομιστή/διεύθυνση ΙΡ και θύρα χωρισμένα με "
"κενό."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Διακομιστής:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Όνομα χρήστη:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Κωδικός πρόσβασης:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Επιλογή Διακομιστή"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7448,7 +7561,7 @@ msgstr ""
"Η σύνδεση χωρίς κωδικό πρόσβασης απαγορεύεται από τις ρυθμίσεις (δείτε τη "
"μεταβλητή AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7456,8 +7569,8 @@ msgstr ""
"Καμιά δραστηριότητα εδώ και %s δευτερόλεπτα τουλάχιστον, για αυτό "
"ξανασυνδεθείτε"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Δεν ήταν δυνατή η σύνδεση με τον διακομιστή MySQL"
@@ -7488,92 +7601,92 @@ msgstr "Δεν τοποθετήθηκε κανένα έγκυρο κλειδί
msgid "Authenticating..."
msgstr "Επικύρωση..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Στήλες που χωρίζονται με:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Στήλες που περικλείονται με:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Γραμμές που τελειώνουν με:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Αντικατάσταση τιμής NULL με:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Απομάκρυνση χαρακτήρων αλλαγής γραμμής μέσα στις στήλες"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Έκδοση Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Επιλογές απορριμμάτων δεδομένων"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Άδειασμα δεδομένων του πίνακα"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Συμβάν"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Προσδιορισμός"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Δομή πίνακα για τον πίνακα"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Δομή για προβολή"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Στημένη δομή για προβολή"
@@ -7590,37 +7703,37 @@ msgstr "(συνεχίζεται)"
msgid "Structure of table @TABLE@"
msgstr "Δομή του πίνακα @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Επιλογές μετατροπής αντικειμένου"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Λεζάντα πίνακα (συνεχίζει)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Προβολή σχέσεων μη διακριτών κλειδιών"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Εμφάνιση σχολίων"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Διαθέσιμοι τύποι MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7628,39 +7741,35 @@ msgstr "Διαθέσιμοι τύποι MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Φιλοξενητής"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Χρόνος δημιουργίας"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Έκδοση διακομιστή"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Έκδοση PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
-#, fuzzy
-#| msgid "Export contents"
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
-msgstr "Εξαγωγή περιεχομένων"
+msgstr "Εξαγωγή ονομάτων πινάκων"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
-#, fuzzy
-#| msgid "horizontal (rotated headers)"
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
-msgstr "οριζόντια (στραμμένες επικεφαλίδες)"
+msgstr "Εξαγωγή κεφαλίδων πίνακα"
#: libraries/plugins/export/ExportPdf.class.php:96
msgid "(Generates a report containing the data of a single table)"
@@ -7670,7 +7779,7 @@ msgstr "(Δημιουργεί μια αναφορά με τα δεδομένα
msgid "Report title:"
msgstr "Τίτλος αναφοράς:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7678,12 +7787,12 @@ msgstr ""
"Προβολή σχολίων (περιλαμβάνει πληροφορίες όπως εξαγωγή timestamp, έκδοση "
"PHPκαι έκδοση διακομιστή)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Προσθήκη προσαρμοσμένου σχολίου στην κεφαλίδα (το \\ n χωρίζει τις γραμμές):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7691,25 +7800,25 @@ msgstr ""
"Περιλαμβάνει μια χρονοσφραγίδα για το πότε δημιουργούνται, ενημερώνονται και "
"ελέγχονται βάσεις δεδομένων"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Σύστημα βάσεων δεδομένων ή παλαιός διακομιστής MySQL για μεγιστοποίηση της "
"συμβατότητας του εξαγόμενου με:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Προσθήκη δήλωσης %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Προσθήκη δηλώσεων:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7718,39 +7827,37 @@ msgstr ""
"ονόματα πεδίων και πινάκων που δημιουργήθηκαν με ειδικούς χαρακτήρες ή "
"λέξεις-κλειδιά)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#, fuzzy
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
-msgstr "Επιλογές μετατροπής αντικειμένου"
+msgstr "Επιλογές δημιουργίας δεδομένων"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Εκκαθάριση του πίνακα πριν την εισαγωγή"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Αντί για δηλώσεις INSERT, χρησιμοποιήστε:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "δηλώσεις INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "δηλώσεις INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Η συνάρτηση που θα χρησιμοποιηθεί κατά την μετατροπή δεδομένων:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Η σύνταξη που θα χρησιμοποιηθεί κατά την εισαγωγή δεδομένων:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7760,7 +7867,7 @@ msgstr ""
" Παράδειγμα: INSERT INTO tbl_name (col_A,col_B,"
"col_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7770,7 +7877,7 @@ msgstr ""
" Παράδειγμα: INSERT INTO tbl_name VALUES (1,2,3), "
"(4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7778,7 +7885,7 @@ msgstr ""
"όλα τα παραπάνω
Παράδειγμα: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7786,7 +7893,7 @@ msgstr ""
"κανένα από τα παραπάνω
Παράδειγμα: INSERT "
"INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7794,7 +7901,7 @@ msgstr ""
"Μετατροπή δυαδικών στηλών σε δεκαεξαδική σημείωση (για παράδειγμα, το "
"«abc» γίνεται 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7803,33 +7910,33 @@ msgstr ""
"μετατραπούν και να επαναφορτωθούν μεταξύ διακομιστών σε διαφορετικές ζώνες "
"ώρας)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Διαδικασίες"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Συναρτήσεις"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Περιορισμοί για άχρηστους πίνακες"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Περιορισμοί για πίνακα"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "ΤΥΠΟΙ MIME ΓΙΑ ΠΙΝΑΚΑ"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "ΣΥΣΧΕΤΙΣΕΙΣ ΓΙΑ ΠΙΝΑΚΑ"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Σφάλμα ανάγνωσης δεδομένων:"
@@ -7845,8 +7952,8 @@ msgstr "Προβολές"
msgid "Export contents"
msgstr "Εξαγωγή περιεχομένων"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7868,15 +7975,15 @@ msgstr ""
msgid "Column names: "
msgstr "Ονόματα στηλών: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Μη έγκυρη παράμετρος στο εισαχθέν CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7885,57 +7992,47 @@ msgstr ""
"Ορίστηκε μη έγκυρη στήλη (%s)! Σιγουρευτείτε ότι τα ονόματα στηλών ορίζονται "
"σωστά, χωρίζονται με κόμμα δεν περιέχονται σε εισαγωγικά."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Μη έγκυρη μορφή στο εισαχθέν CSV στη γραμμή %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Μη έγκυρο πλήθος πεδίων στο εισαχθέν CSV στη γραμμή %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Ονομασία πίνακας"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Ονόματα στηλών"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Αυτό το πρόσθετο δεν υποστηρίζει συμπιεσμένες εισαγωγές!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Πίνακας MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
-#, fuzzy, php-format
-#| msgid "Invalid format of CSV input on line %d."
+#: libraries/plugins/import/ImportMediawiki.class.php:302
+#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
-msgstr "Μη έγκυρη μορφή στο εισαχθέν CSV στη γραμμή %d."
+msgstr "Μη έγκυρη μορφή του εισαγόμενου mediawiki στη γραμμή
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Εισαγωγή ποσοστών ως κανονικά δεκαδικά (π.χ. 12.00% αντί .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Εισαγωγή νομισμάτων (π.χ. €5,00 αντί 5,00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7943,16 +8040,16 @@ msgstr ""
"Το αρχείο XML που ορίστηκε ήταν σε λανθασμένη μορφή ή ανεπαρκές. Διορθώστε "
"το θέμα και δοκιμάστε ξανά."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Shape File της ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Σφάλμα εισαγωγής shape file της ESRI: «%s»."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7960,37 +8057,40 @@ msgstr ""
"Προσπαθήσατε να εισάγετε μη έγκυρο αρχείο ή το εισαγμένο αρχείο περιέχει μη "
"έγκυρα δεδομένα"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "Η Χωρική Επέκταση της MySQL δεν υποστηρίζει τύπο της ESRI «%s»."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Το εισαγόμενο αρχείο δεν περιέχει δεδομένα"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Κατάσταση συμβατότητας SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Να μην γίνεται AUTO_INCREMENT σε μηδενικές τιμές"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "Κώδικας XML"
#: libraries/plugins/import/PMA_ShapeRecord.class.php:58
#, php-format
msgid "Geometry type '%s' is not supported by MySQL."
-msgstr ""
+msgstr "Ο τύπος γεωμετρίας «%s» δεν υποστηρίζεται από την MySQL."
#: libraries/plugins/transformations/abstract/AppendTransformationsPlugin.class.php:31
msgid ""
"Appends text to a string. The only option is the text to be appended "
"(enclosed in single quotes, default empty string)."
msgstr ""
+"Προστίθεται κείμενο σε μια συμβολοσειρά. Η μοναδική επιλογή είναι το κείμενο "
+"να προσαρτηθεί (περικλειόμενο σε μονά εισαγωγικά, προεπιλογή η κενή "
+"συμβολοσειρά)."
#: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:31
msgid ""
@@ -8026,18 +8126,6 @@ msgstr ""
"επιλογή ως κενό."
#: libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php:31
-#, fuzzy
-#| msgid ""
-#| "LINUX ONLY: Launches an external application and feeds it the column data "
-#| "via standard input. Returns the standard output of the application. The "
-#| "default is Tidy, to pretty-print HTML code. For security reasons, you "
-#| "have to manually edit the file libraries/transformations/"
-#| "text_plain__external.inc.php and list the tools you want to make "
-#| "available. The first option is then the number of the program you want to "
-#| "use and the second option is the parameters for the program. The third "
-#| "option, if set to 1, will convert the output using htmlspecialchars() "
-#| "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
-#| "ensure that the output appears all on one line (Default 1)."
msgid ""
"LINUX ONLY: Launches an external application and feeds it the column data "
"via standard input. Returns the standard output of the application. The "
@@ -8053,9 +8141,9 @@ msgstr ""
"ΜΟΝΟ ΓΙΑ LINUX: Εκτελεί μία εξωτερική εφαρμογή και στέλνει τα δεδομένα μέσω "
"«βασικής εισαγωγής». Επιστρέφει το αποτέλεσμα της εφαρμογής. Προεπιλεγμένη "
"τιμή είναι το Tidy, που τυπώνει μορφοποιημένο κώδικα HTML. Για λόγους "
-"ασφαλείες, πρέπει χειροκίνητα να αλλάξετε το αρχείο libraries/"
-"transformations/text_plain__external.inc.php και να εισάγετε τις εφαρμογές "
-"που εσείς επιτρέπετε να εκτελούνται. Η πρώτη επιλογή είναι ο αριθμός της "
+"ασφαλείας, πρέπει χειροκίνητα να αλλάξετε το αρχείο libraries/"
+"transformations/text_plain__external.inc.php και να εισάγετε τα εργαλεία που "
+"εσείς θέλετε να είναι διαθέσιμα. Η πρώτη επιλογή είναι ο αριθμός της "
"εφαρμογής που θέλετε να χρησιμοποιήσετε και η δεύτερη επιλογή είναι οι "
"παράμετροι της. Η τρίτη επιλογή, αν τεθεί σε 1 θα μετατρέψει το αποτέλεσμα "
"χρησιμοποιώντας την εντολή htmlspecialchars() (Προεπιλεγμένη τιμή: 1). Η "
@@ -8152,7 +8240,7 @@ msgid "Enabled"
msgstr "Ενεργοποιημένη"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Γενικές λειτουργίες συσχέτισης"
@@ -8230,7 +8318,7 @@ msgstr ""
"Επανασυνδεθείτε στο phpMyAdmin για να φορτωθεί το ενημερωμένο αρχείο "
"ρυθμίσεων."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "χωρίς περιγραφή"
@@ -8281,7 +8369,7 @@ msgstr "Κατάσταση δευτερεύοντος"
msgid "Variable"
msgstr "Μεταβλητή"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Ταυτότητα Διακομιστή"
@@ -8307,8 +8395,8 @@ msgstr "Οποιοσδήποτε χρήστης"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Χρησιμοποιήστε το πεδίο κειμένου"
@@ -8402,7 +8490,7 @@ msgstr "Λεπτομέρειες"
msgid "Event name"
msgstr "Όνομα συμβάντος"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Τύπος συμβάντος"
@@ -8486,11 +8574,6 @@ msgid "Returns"
msgstr "Επιστροφές"
#: libraries/rte/rte_routines.lib.php:69
-#, fuzzy
-#| msgid ""
-#| "You are using PHP's deprecated 'mysql' extension, which is not capable of "
-#| "handling multi queries. The execution of some stored routines may fail!"
-#| " Please use the improved 'mysqli' extension to avoid any problems."
msgid ""
"You are using PHP's deprecated 'mysql' extension, which is not capable of "
"handling multi queries. [strong]The execution of some stored routines may "
@@ -8498,9 +8581,9 @@ msgid ""
"problems."
msgstr ""
"Χρησιμοποιείτε την μη υποστηριζόμενη πλέον επέκταση «mysql» της PHP, η οποία "
-"δεν μπορεί να διαχειριστεί πολλαπλά ερωτήματα. Η εκτέλεση ορισμένων "
-"αποθηκευμένων ερωτημάτων ίσως αποτύχουν! Χρησιμοποιήστε τη βελτιωμένη "
-"επέκταση «mysqli» για να αποφύγετε προβλήματα."
+"δεν μπορεί να διαχειριστεί πολλαπλά ερωτήματα. [strong]Η εκτέλεση ορισμένων "
+"αποθηκευμένων ερωτημάτων ίσως αποτύχουν![/strong] Χρησιμοποιήστε τη "
+"βελτιωμένη επέκταση «mysqli» για να αποφύγετε προβλήματα."
#: libraries/rte/rte_routines.lib.php:282
#: libraries/rte/rte_routines.lib.php:1068
@@ -8799,12 +8882,12 @@ msgstr "Πίνακας περιεχομένων"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Χαρακτηριστικά"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Πρόσθετα"
@@ -8841,6 +8924,10 @@ msgstr "Επιλογή σελίδας"
msgid "Select Tables"
msgstr "Επιλογή Πινάκων"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Ονόματα στηλών"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Προβολή σχεσιακού σχήματος"
@@ -9118,14 +9205,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Δικαιώματα πινάκων"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Σημείωση: Τα ονόματα δικαιωμάτων της MySQL εκφράζονται στα Αγγλικά"
@@ -9134,12 +9221,12 @@ msgid "Administration"
msgstr "Διαχείριση"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Γενικά δικαιώματα"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Δικαιώματα βάσης δεδομένων"
@@ -9200,16 +9287,16 @@ msgid "Users having access to "%s""
msgstr "Χρήστες με πρόσβαση στη βάση «%s»"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Χρήστης"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Χορήγηση"
@@ -9218,8 +9305,8 @@ msgid "User has been added."
msgstr "Ο χρήστης προστέθηκε."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Οποιοδήποτε"
@@ -9235,12 +9322,12 @@ msgstr "σχετιζόμενος με βάση δεδομένων"
msgid "wildcard"
msgstr "μπαλαντέρ"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Δεν βρέθηκαν χρήστες."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Επεξεργασία Δικαιωμάτων"
@@ -9248,24 +9335,20 @@ msgstr "Επεξεργασία Δικαιωμάτων"
msgid "Revoke"
msgstr "Ανάκληση"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Εξαγωγή όλων"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... διατήρηση του παλιού χρήστη."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... ανάκληση των δικαιωμάτων του παλιού χρήστη και διαγραφή του."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9273,78 +9356,74 @@ msgstr ""
"... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών και επαναφόρτωση των "
"δικαιωμάτων."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Δημιουργία νέου χρήστη με τα ίδια δικαιώματα και ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Δικαιώματα πεδίων"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Προσθήκη δικαιωμάτων στην ακόλουθη βάση δεδομένων"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Οι χαρακτήρες μπαλαντέρ _ και % πρέπει να γραφούν μπροστά με \\ για να "
"χρησιμοποιηθούν"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Προσθήκη δεδομένων στον ακόλουθο πίνακα"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Διαγραφή των επιλεγμένων χρηστών"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Ανάκληση όλων των ενεργών δικαιώματα από τους χρήστες και διαγραφή τους."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Δεν επιλέχθηκαν χρήστες για διαγραφή!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Επαναφόρτωση δικαιωμάτων"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Τα δικαιώματα του χρήστη %s ενημερώθηκαν."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Δικαιώματα για όλους του χρήστες"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Δικαιώματα για %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Επισκόπηση χρηστών"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9358,11 +9437,11 @@ msgstr ""
"αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε "
"τα δικαιώματα%s πριν συνεχίσετε."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Ο επιλεγμένος χρήστης δεν βρέθηκε στον πίνακα δικαιωμάτων."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Προσθέσατε ένα νέο χρήστη."
@@ -9412,11 +9491,11 @@ msgstr "Καθάρισμα"
msgid "Columns"
msgstr "Στήλες"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Αποθήκευση αυτού του ερωτήματος SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Δικαίωμα πρόσβασης στο σελίδοδείκτη σε κάθε χρήστη"
@@ -9538,16 +9617,14 @@ msgstr ""
"διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Ευρετήριο"
#: libraries/tbl_properties.inc.php:123
-#, fuzzy
-#| msgid "Remove column(s)"
msgid "Move column"
-msgstr "Απομάκρυνση στήλης(ών)"
+msgstr "Απομάκρυνση στήλης"
#: libraries/tbl_properties.inc.php:132
#, php-format
@@ -9591,40 +9668,34 @@ msgstr "Καμία"
msgid "As defined:"
msgstr "Όπως ορίστηκε:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Πρωτεύον"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Πλήρες κείμενο"
#: libraries/tbl_properties.inc.php:603
msgid "first"
-msgstr ""
+msgstr "πρώτη"
#: libraries/tbl_properties.inc.php:613
-#, fuzzy, php-format
-#| msgid "After %s"
+#, php-format
msgid "after %s"
-msgstr "Μετά το %s"
+msgstr "μετά το %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Προσθήκη %s στήλης(ών)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Πρέπει να προσθέσετε τουλάχιστον ένα πεδίο."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Μηχανή αποθήκευσης"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Ορισμός PARTITION"
@@ -9633,7 +9704,7 @@ msgstr "Ορισμός PARTITION"
msgid "Manage your settings"
msgstr "Διαχειριστείτε τις ρυθμίσεις σας"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
@@ -9679,7 +9750,7 @@ msgstr "Σύνθεση σύνδεσης διακομιστή"
msgid "Appearance Settings"
msgstr "Ρυθμίσεις εμφάνισης"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Περισσότερες ρυθμίσεις"
@@ -9839,10 +9910,8 @@ msgid "No databases"
msgstr "Δεν υπάρχουν βάσεις δεδομένων"
#: navigation.php:171
-#, fuzzy
-#| msgid "Filter tables by name"
msgid "Filter databases by name"
-msgstr "Φιλτράρισμα πινάκων κατά όνομα"
+msgstr "Φιλτράρισμα βάσεων δεδομενων κατά όνομα"
#: navigation.php:243
msgid "Filter tables by name"
@@ -9865,133 +9934,133 @@ msgstr "Εμφάνιση/Απόκρυψη αριστερού μενού"
msgid "Save position"
msgstr "Αποθήκευση θέσης"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Δημιουργία συσχέτισης"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Επαναφόρτωση"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Βοήθεια"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Γωνιακοί σύνδεσμοι"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Άμεσοι σύνδεσμοι"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Συγκράτηση στο πλέγμα"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Όλα Μικρά/Μεγάλα"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Εναλλαγή μικρά/μεγάλα"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Εναλλαγή γραμμών συσχέτισης"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Εισαγωγή/Εξαγωγή συντεταγμένων για σχέδιο PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Δημιουργία ερωτήματος"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Μενου μετακίνησης"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Απόκρυψη/Προβολή όλων"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Απόκρυψη/Εμφάνιση Πινάκων χωρίς συσχέτιση"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Αριθμός πινάκων"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Διαγραφή συσχέτισης"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Λειτουργός συσχέτισης"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Εξαίρεση"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "υποερώτημα"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Μετονομασία σε"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Νέο όνομα"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Άθροιση"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Ενεργές επιλογές"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Η σελίδα δημιουργήθηκε"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Η δημιουργία σελίδας απέτυχε"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Σελίδα"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Εισαγωγή από επιλεγμένη σελίδα"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Εξαγωγή σε επιλεγμένη σελίδα"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Δημιουργία μιας σελίδας και εξαγωγή σε αυτή"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Νέο όνομα σελίδα: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Εξαγωγή/Εισαγωγή σε κλίμακα"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "προτείνεται"
@@ -9999,7 +10068,7 @@ msgstr "προτείνεται"
msgid "Error: relation already exists."
msgstr "Σφάλμα: η συσχέτιση υπαρχει ήδη."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Σφάλμα: Δεν προστέθηκε η συσχέτιση."
@@ -10007,7 +10076,7 @@ msgstr "Σφάλμα: Δεν προστέθηκε η συσχέτιση."
msgid "FOREIGN KEY relation added"
msgstr "Προστέθηκε η συσχέτιση FOREIGN KEY"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Η εσωτερική συσχέτιση προστέθηκε"
@@ -10015,11 +10084,11 @@ msgstr "Η εσωτερική συσχέτιση προστέθηκε"
msgid "Relation deleted"
msgstr "Η συσχέτιση διαγράφηκε"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Σφάλμα αποθήκευσης συντεταγμένων για τον Σχεδιαστή."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Οι αλλαγές αποθηκεύτηκαν"
@@ -10028,48 +10097,48 @@ msgid "Cannot save settings, submitted form contains errors"
msgstr ""
"Αδύνατη η αποθήκευση ρυθμίσεων γιατί η υποβλειθείσα φόρμα περιέχει σφάλματα"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Αδύνατη η εισαγωγή ρυθμίσεων"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Οι ρυθμίσεις περιέχουν λανθασμένα δεδομένα για ορισμένα πεδία."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Θέλετε να εισάγετε τις υπόλοιπες ρυθμίσεις;"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Αποθήκευση στις: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Εισαγωγή από αρχείο"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Εισαγωγή από την αποθήκευση φυλλομετρητή"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"Οι ρυθμίσεις θα εισαχθούν από την τοπική αποθήκευση του φυλλομετρητή σας."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Δεν έχετε αποθηκευμένες ρυθμίσεις!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Αυτό το χαρακτηριστικό δεν υποστηρίζεται από τον φυλλομετρητή σας"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Ένωση με την τρέχουσα ρύθμιση"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10078,20 +10147,20 @@ msgstr ""
"Μπορείτε να ορίσετε περισσότερες ρυθμίσεις αλλάζοντας το αρχείο config.inc."
"php, π.χ. χρησιμοποιώντας τον %sκώδικα Εγκατάστασης%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Αποθήκευση στο χώρο αποθήκευσης του φυλλομετρητή"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
"Οι ρυθμίσεις θα αποθηκευτούν στην τοπική αποθήκευση του φυλλομετρητή σας."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Οι υπάρχουσες ρυθμίσεις θα αντικατασταθούν!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Μπορείτε να επαναφέρεται όλες σας τις ρυθμίσεις στις προεπιλεγμένες τιμές."
@@ -10109,41 +10178,41 @@ msgstr "Όλα"
msgid "%s table not found or not set in %s"
msgstr "Ο πίνακας %s δεν βρέθηκε ή δεν ορίστηκε στη %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Το αρχείο δεν υπάρχει"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Επιλέξτε δυαδικό αρχείο καταγραφής για προβολή"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Αρχεία"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Αποκοπή εμφανιζόμενων ερωτημάτων"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Πλήρης εμφάνιση ερωτημάτων"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Όνομασία καταγραφής"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Θέση"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Αρχική θέση"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Πληροφορία"
@@ -10227,17 +10296,17 @@ msgstr "Άδεια"
msgid "disabled"
msgstr "Απενεργοποιημένο"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Ο χρήστης %s υπάρχει ήδη!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Διαγραφή %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Τα δικαιώματα επαναφορτώθηκαν επιτυχώς."
@@ -12097,41 +12166,39 @@ msgstr "Χρήση του σελιδοδείκτη «%s» ως προεπιλε
msgid "Do you really want to execute following query?"
msgstr "Θέλετε να εκτελέσετε το ακόλουθο ερώτημα;"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Εμφάνιση ως κώδικά PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Επικυρωμένη SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "αποτέλεσμα SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Δημιουργήθηκε από"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Προβλήματα με τα ευρετήρια στον πίνακα «%s»"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Ετικέτα"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Ο πίνακας %1$s αλλάχτηκε επιτυχώς"
#: tbl_alter.php:133
-#, fuzzy
-#| msgid "The selected users have been deleted successfully."
msgid "The columns have been moved successfully."
-msgstr "Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς."
+msgstr "Οι στήλες μετακινήθηκαν επιτυχώς."
#: tbl_chart.php:83
msgctxt "Chart type"
@@ -12204,78 +12271,78 @@ msgstr "Ο πίνακας %1$s έχει δημιουργηθεί."
msgid "View dump (schema) of table"
msgstr "Εμφάνιση σκαριφήματος (σχήματος) του πίνακα"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Εμφάνιση Οπτικοποίησης GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Πλάτος"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Ύψος"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Στήλη ετικέτας"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Τίποτα --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Χωρική στήλη"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Επανασχεδίαση"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Αποθήκευση σε αρχείο"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Ονομασία αρχείου"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Η μετατροπή του ευρετηρίου σε PRIMARY δεν είναι εφικτή!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Προσθήκη ευρετηρίου"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Εεπεξεργασία ευρετηρίου"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Όνομα ευρετηρίου:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(«PRIMARY» πρέπει να είναι το όνομα του πρωτεύοντος κλειδιού και "
"μόνο αυτού!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Τύπος ευρετηρίου:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Προσθήκη στο ευρετήριο «%s» στήλης(ών)"
@@ -12298,152 +12365,58 @@ msgstr "Ο πίνακας %s μεταφέρθηκε στο %s."
msgid "Table %s has been copied to %s."
msgstr "Ο πίνακας %s αντιγράφηκε στο %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Το όνομα του πίνακα είναι κενό!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Αλλαγή ταξινόμησης πίνακα κατά"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(μοναδικά)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Μεταφορά πίνακα σε (βάση.πίνακας):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Επιλογές πίνακα"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Μετονομασία πίνακα σε"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Αντιγραφή πίνακα σε (βάση.πίνακας):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Μεταφορά στον αντεγραμμένο πίνακα"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Συντήρηση πίνακα"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Ανασυγκρότηση πίνακα"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Ο πίνακας %s εκκαθαρίστηκε"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Εκκαθάριση («FLUSH») πίνακα"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Διαγραφή δεδομένων ή πίνακα"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Άδειασμα του πίνακα (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Διαγραφή της βάσης δεδομένων (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Συντήρηση κατάτμησης"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Κατάτμηση %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Ανάλυση"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Έλεγχος"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Βελτιστοποίηση"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Επανακατασκευή"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Επισκευή"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Απομάκρυνση κατάτμησης"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Έλεγχος ακεραιότητας συσχετίσεων:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Εμφάνιση πινάκων"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Χρήση χώρου"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Αποτελεσματικός"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Στατιστικά Εγγραφών"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "στατικό"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "δυναμικά"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Μέγεθος γραμμής"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Μέγεθος εγγραφής"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Επόμενη αυτόματη αρίθμηση"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Σφάλμα δημιουργίας μη διακριτού κλειδιού στο %1$s (ελέξτε τους τύπους "
"δεδομένων)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Εσωτερική συσχέτιση"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12451,107 +12424,103 @@ msgstr ""
"Μια εσωτερική συσχέτιση δεν είναι απαραίτητη όταν υπάρχει μια αντίστοιχη "
"συσχέτιση FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Όριο μη διακριτού κλειδιού"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Χωρική"
-#: tbl_structure.php:161 tbl_structure.php:165
-#, fuzzy
-#| msgid "Browse distinct values"
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
-msgstr "Αναζήτηση διακριτων τιμών"
+msgstr "Διακριτές τιμές"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Προσθήκη πρωτεύοντος κλειδιού"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Προσθήκη μοναδικού ευρετηρίου"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Προσθήκη ευρετηρίου SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Προσθήκη ευρετηρίου FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Καμία"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Η στήλη %s διεγράφη"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Ένα πρωτεύον κλειδί προστέθηκε στο %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Ένα ευρετήριο προστέθηκε στο %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Προβολή περισσοτέρων δράσεων"
-#: tbl_structure.php:619 tbl_structure.php:686
-#, fuzzy
-#| msgid "Remove column(s)"
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
-msgstr "Απομάκρυνση στήλης(ών)"
+msgstr "Απομάκρυνση στήλης"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
-msgstr ""
+msgstr "Μετακινήστε τις στήλες, σύροντας τες επάνω και κάτω."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Επεξεργασία εμφάνισης"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Εμφάνιση συσχετίσεων"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Προτεινόμενη δομή πίνακα"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Προσθήκη στήλης"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Στο τέλος του Πίνακα"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Στην αρχή του Πίνακα"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Μετά το %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Δημιουργία ευρετηρίου σε %s στήλες"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "κατατμήθηκε"
@@ -12727,7 +12696,7 @@ msgstr "Δεν έχετε αρκετά δικαιώματα να είσαστε
msgid "The profile has been updated."
msgstr "Τα στοιχεία ανανεώθηκαν."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Όνομα VIEW"
@@ -14045,6 +14014,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Το concurrent_insert έχει οριστεί στο 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Εξαγωγή όλων"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Δικαιώματα για όλους του χρήστες"
+
#~ msgid "PDF"
#~ msgstr "Έγγραφο PDF"
diff --git a/po/en_GB.po b/po/en_GB.po
index 28610c8e2d..71ddbe666f 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-02 11:22+0200\n"
"Last-Translator: Robert Readman \n"
"Language-Team: english-gb \n"
@@ -17,12 +17,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Show all"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -41,24 +41,27 @@ msgstr ""
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Search"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -70,18 +73,16 @@ msgstr "Search"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Go"
@@ -101,7 +102,7 @@ msgstr "Description"
msgid "Use this value"
msgstr "Use this value"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -115,31 +116,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Database %1$s has been created."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Database comment: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Table comments"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Column"
@@ -148,11 +149,11 @@ msgstr "Column"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -162,44 +163,44 @@ msgstr "Column"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Type"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Default"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -209,9 +210,9 @@ msgstr "Links to"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -222,21 +223,21 @@ msgstr "Comments"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "No"
@@ -244,27 +245,27 @@ msgstr "No"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Yes"
@@ -286,88 +287,21 @@ msgstr "Select All"
msgid "Unselect All"
msgstr "Unselect All"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "The database name is empty!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Database %1$s has been renamed to %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Database %1$s has been copied to %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Rename database to"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Remove database"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Database %s has been dropped."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Drop the database (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copy database to"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Structure only"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Structure and data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Data only"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE before copying"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Add %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Add AUTO_INCREMENT value"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Add constraints"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Switch to copied database"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Collation"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -376,20 +310,16 @@ msgstr ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Edit or export relational schema"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Table"
@@ -397,41 +327,41 @@ msgstr "Table"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rows"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Size"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "in use"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Creation"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Last update"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Last check"
@@ -453,7 +383,7 @@ msgstr "Switch to %svisual builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "No tables found in database"
msgid "unknown"
msgstr "unknown"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Table %s has been emptied"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "View %s has been dropped"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Table %s has been dropped"
@@ -491,7 +421,7 @@ msgstr "Tracking is active."
msgid "Tracking is not active."
msgstr "Tracking is not active."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgstr ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "View"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s is the default storage engine on this MySQL server."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "With selected:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Check All"
@@ -543,50 +473,51 @@ msgstr "Check All"
msgid "Check tables having overhead"
msgstr "Check tables having overhead"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Export"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Print view"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Empty"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Drop"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Check table"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimise table"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Repair table"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyse table"
@@ -594,11 +525,11 @@ msgstr "Analyse table"
msgid "Add prefix to table"
msgstr "Add prefix to table"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Replace table prefix"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copy table with prefix"
@@ -610,20 +541,20 @@ msgstr "Data Dictionary"
msgid "Tracked tables"
msgstr "Tracked tables"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Database"
@@ -639,9 +570,9 @@ msgstr "Created"
msgid "Updated"
msgstr "Updated"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -649,14 +580,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Action"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Show"
@@ -689,7 +620,7 @@ msgstr "Structure snapshot"
msgid "Untracked tables"
msgstr "Untracked tables"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Track table"
@@ -740,7 +671,7 @@ msgstr "Invalid export type"
msgid "Value for the column \"%s\""
msgstr "Value for the column \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Use OpenStreetMaps as Base Layer"
@@ -749,7 +680,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometry"
@@ -874,7 +805,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Could not load import plug-ins, please check your installation!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Bookmark %s created"
@@ -900,10 +831,10 @@ msgstr ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Your SQL query has been executed successfully"
@@ -925,7 +856,7 @@ msgstr "\"DROP DATABASE\" statements are disabled."
msgid "Do you really want to execute \"%s\"?"
msgstr "Do you really want to execute \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "You are about to DESTROY a complete database!"
@@ -965,7 +896,7 @@ msgstr "Add Index"
msgid "Edit Index"
msgstr "Edit Index"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Add %d column(s) to index"
@@ -995,8 +926,8 @@ msgstr "The passwords aren't the same!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Add user"
@@ -1016,9 +947,9 @@ msgstr "Close"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1044,7 +975,7 @@ msgstr "Static data"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1244,7 +1175,7 @@ msgstr "Questions"
msgid "Traffic"
msgstr "Traffic"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Settings"
@@ -1264,12 +1195,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "None"
@@ -1453,10 +1384,10 @@ msgid "Explain output"
msgstr "Explain output"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Time"
@@ -1549,10 +1480,10 @@ msgstr ""
"Failed building chart grid with imported config. Resetting to default "
"config..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Import"
@@ -1600,9 +1531,9 @@ msgstr "Used variable / formula"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Cancel"
@@ -1630,9 +1561,9 @@ msgstr "Dropping Column"
msgid "Adding Primary Key"
msgstr "Adding Primary Key"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1672,15 +1603,15 @@ msgstr "Hide indexes"
msgid "Show indexes"
msgstr "Show indexes"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Foreign key check:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Enabled)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Disabled)"
@@ -1748,8 +1679,8 @@ msgstr "Show query box"
msgid "No rows selected"
msgstr "No rows selected"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Change"
@@ -1757,8 +1688,8 @@ msgstr "Change"
msgid "Query execution time"
msgstr "Query execution time"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d is not valid row number."
@@ -1767,8 +1698,8 @@ msgstr "%d is not valid row number."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Save"
@@ -1824,12 +1755,12 @@ msgstr "Query results"
msgid "Data point content"
msgstr "Data point content"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignore"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copy"
@@ -1849,7 +1780,7 @@ msgstr "Select Foreign Key"
msgid "Please select the primary key or a unique key"
msgstr "Please select the primary key or a unique key"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Choose column to display"
@@ -1939,7 +1870,7 @@ msgstr "Generate"
msgid "Change Password"
msgstr "Change Password"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "More"
@@ -2313,13 +2244,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Error"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL query"
@@ -2387,7 +2318,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Inline"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profiling"
@@ -2412,153 +2343,154 @@ msgstr "%s days, %s hours, %s minutes and %s seconds"
msgid "Missing parameter:"
msgstr "Missing parameter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Begin"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Previous"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Next"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "End"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Jump to database "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "The %s functionality is affected by a known bug, see %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Click to toggle"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Structure"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Insert"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Browse"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operations"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Browse your computer:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Select from the web server upload directory %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "The directory you set for upload work cannot be reached"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "There are no files to upload"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Execute"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Print"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Existing configuration file (%s) is not readable."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Wrong permissions on configuration file, should not be world writeable!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Font size"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Ascending"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Descending"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sort"
@@ -2584,8 +2516,8 @@ msgid "Use Tables"
msgstr "Use Tables"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Or"
@@ -2650,13 +2582,13 @@ msgstr[1] "%1$s matches in %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Delete the matches for the %s table?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2686,130 +2618,130 @@ msgstr "Inside tables:"
msgid "Inside column:"
msgstr "Inside column:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Save edited data"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Restore column order"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Start row"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Number of rows"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Mode"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (rotated headers)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Headers every %s rows"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sort by key"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Options"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Partial texts"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Full texts"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relational key"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relational display column"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Show binary contents"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Show BLOB contents"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Show binary contents as HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Hide browser transformation"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "The row has been deleted"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Kill"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2817,44 +2749,44 @@ msgstr ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "in query"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Showing rows"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Query took %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Query results operations"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Print view (with full texts)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Display chart"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualise GIS data"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Create view"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link not found"
@@ -2921,27 +2853,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Open new phpMyAdmin window"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cookies must be enabled past this point."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript must be enabled past this point"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "No index defined!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indexes"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unique"
@@ -2954,6 +2886,16 @@ msgstr "Packed"
msgid "Cardinality"
msgstr "Cardinality"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Collation"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2978,93 +2920,93 @@ msgstr ""
"The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
"removed."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databases"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Tracking"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Triggers"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Table seems to be empty!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Database seems to be empty!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Query"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privileges"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Routines"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Events"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Users"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synchronise"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binary log"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variables"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Charsets"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Plug-ins"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Engines"
@@ -3126,43 +3068,43 @@ msgstr "%s has been disabled for this MySQL server."
msgid "This MySQL server does not support the %s storage engine."
msgstr "This MySQL server does not support the %s storage engine."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "unknown table status: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Source database `%s` was not found!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Target database `%s` was not found!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Invalid database"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Invalid table name"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Error renaming table %1$s to %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Table %1$s has been renamed to %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Could not save table UI preferences"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3171,7 +3113,7 @@ msgstr ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3187,16 +3129,16 @@ msgstr ""
msgid "Function"
msgstr "Function"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Value"
@@ -3209,56 +3151,56 @@ msgstr "Table Search"
msgid "Edit/Insert"
msgstr "Edit/Insert"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Select columns (at least one):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Add search conditions (body of the \"where\" clause):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Number of rows per page"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Display order:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Use this column to label each point"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maximum rows to plot"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Browse foreign values"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Additional search criteria"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Do a \"query by example\" (wildcard: \"%\") for two different columns"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Do a \"query by example\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Browse/Edit the points"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "How to use"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Reset zoom"
@@ -3654,14 +3596,14 @@ msgstr "Tables"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overhead"
@@ -3686,11 +3628,11 @@ msgstr "Check privileges for database "%s"."
msgid "Check Privileges"
msgstr "Check Privileges"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Failed to read configuration file"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3698,12 +3640,12 @@ msgstr ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Could not load default configuration from: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3711,34 +3653,34 @@ msgstr ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Invalid server index: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Invalid hostname for server %1$s. Please review your configuration."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Invalid authentication method set in configuration:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "You should upgrade to %s %s or later."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS overwrite attempt"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "possible exploit"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "numeric key detected"
@@ -3769,37 +3711,37 @@ msgstr "Closed"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Disabled"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "structure"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "data"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "structure and data"
@@ -3920,8 +3862,8 @@ msgid "Allow users to customize this value"
msgstr "Allow users to customise this value"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Reset"
@@ -4200,7 +4142,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maximum execution time"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Save as file"
@@ -4209,7 +4151,7 @@ msgid "Character set of the file"
msgstr "Character set of the file"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4222,27 +4164,25 @@ msgstr "Compression"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Put columns names in the first row"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Columns enclosed by"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Columns escaped by"
@@ -4260,14 +4200,12 @@ msgstr "Remove CRLF characters within columns"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Columns terminated by"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Lines terminated by"
@@ -4293,7 +4231,7 @@ msgstr "Table name template"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Dump table"
@@ -4304,8 +4242,8 @@ msgid "Include table caption"
msgstr "Include table caption"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Table caption"
@@ -4314,20 +4252,20 @@ msgid "Continued table caption"
msgstr "Continued table caption"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Label key"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relations"
@@ -4348,6 +4286,11 @@ msgstr "Overwrite existing file(s)"
msgid "Remember file name template"
msgstr "Remember file name template"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Add AUTO_INCREMENT value"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Enclose table and column names with backquotes"
@@ -4358,7 +4301,7 @@ msgid "SQL compatibility mode"
msgstr "SQL compatibility mode"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE options:"
@@ -4371,10 +4314,17 @@ msgid "Use delayed inserts"
msgstr "Use delayed inserts"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Disable foreign key checks"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Add %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Use hexadecimal for BLOB"
@@ -4388,7 +4338,7 @@ msgid "Syntax to use when inserting data"
msgstr "Syntax to use when inserting data"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maximal length of created query"
@@ -4397,7 +4347,7 @@ msgid "Export type"
msgstr "Export type"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Enclose export in a transaction"
@@ -4452,7 +4402,6 @@ msgstr "Customise default options"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4793,14 +4742,12 @@ msgid "Partial import: allow interrupt"
msgstr "Partial import: allow interrupt"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Do not abort on INSERT error"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Replace table data with file"
@@ -4817,7 +4764,6 @@ msgid "Format of imported file"
msgstr "Format of imported file"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Use LOCAL keyword"
@@ -4827,7 +4773,7 @@ msgid "Column names in first row"
msgstr "Column names in first row"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Do not import empty rows"
@@ -5923,7 +5869,7 @@ msgstr "Requires SQL Validator to be enabled"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Password"
@@ -6094,14 +6040,12 @@ msgstr "Signon authentication"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV using LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6187,7 +6131,7 @@ msgstr "The %s extension is missing. Please check your PHP configuration."
msgid "possible deep recursion attack"
msgstr "possible deep recursion attack"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6195,15 +6139,15 @@ msgstr ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "The server is not responding."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Please check privileges of directory containing database."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Details..."
@@ -6248,24 +6192,24 @@ msgid "Create"
msgstr "Create"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "No Privileges"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Create table"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Name"
@@ -6911,7 +6855,7 @@ msgid "No data found for GIS visualization."
msgstr "No data found for GIS visualisation."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL returned an empty result set (i.e. zero rows)."
@@ -6961,7 +6905,7 @@ msgid "Go to view: %s"
msgstr "Go to view: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Hide"
@@ -7025,11 +6969,11 @@ msgid ""
msgstr ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Showing SQL query"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Inserted row id: %1$d"
@@ -7044,32 +6988,32 @@ msgstr "None"
msgid "Convert to Kana"
msgstr "Convert to Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "From"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "To"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Submit"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Add table prefix"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Add prefix"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Do you really want to execute the following query?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "No change"
@@ -7275,7 +7219,158 @@ msgstr "phpMyAdmin documentation"
msgid "Reload navigation frame"
msgstr "Reload navigation frame"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Rename database to"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Database %s has been dropped."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Remove database"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Drop the database (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Structure only"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Structure and data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Data only"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copy database to"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE before copying"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Add constraints"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Switch to copied database"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Edit or export relational schema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Alter table order by"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singly)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Move table to (database.table):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Table options"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Rename table to"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Storage Engine"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copy table to (database.table):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Switch to copied table"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Table maintenance"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragment table"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Table %s has been flushed"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Delete data or table"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Empty the table (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Delete the table (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyse"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Check"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimise"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Rebuild"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Repair"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Partition maintenance"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partition %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Remove partitioning"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Check referential integrity:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "This format has no options"
@@ -7284,7 +7379,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Cannot connect: invalid settings."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7315,50 +7410,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Failed to use Blowfish from mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Your session has expired. Please login again."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Log in"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "You can enter hostname/IP address and port separated by space."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Username:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Password:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Server Choice"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Log-in without a password is forbidden by configuration (see AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "No activity within %s seconds; please log in again"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Cannot log in to the MySQL server"
@@ -7389,92 +7484,92 @@ msgstr "No valid authentication key plugged"
msgid "Authenticating..."
msgstr "Authenticating..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Columns separated with:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Columns enclosed with:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Columns escaped with:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Lines terminated with:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Replace NULL with:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Remove carriage return/line feed characters within columns"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel edition:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Data dump options"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dumping data for table"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Event"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definition"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Table structure for table"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Structure for view"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Stand-in structure for view"
@@ -7491,37 +7586,37 @@ msgstr "(continued)"
msgid "Structure of table @TABLE@"
msgstr "Structure of table @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Object creation options"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Table caption (continued)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Display foreign key relationships"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Display comments"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Display MIME types"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7529,33 +7624,33 @@ msgstr "Display MIME types"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Generation Time"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Server version"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Version"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Export table names"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Export table headers"
@@ -7567,7 +7662,7 @@ msgstr "(Generates a report containing the data of a single table)"
msgid "Report title:"
msgstr "Report title:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7575,11 +7670,11 @@ msgstr ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Additional custom header comment (\\n splits lines):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7587,24 +7682,24 @@ msgstr ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Database system or older MySQL server to maximise output compatibility with:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Add %s statement"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Add statements:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7612,39 +7707,39 @@ msgstr ""
"Enclose table and column names with back-quotes (Protects column and "
"table names formed with special characters or keywords)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Object creation options"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Truncate table before insert"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Instead of INSERT statements, use:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED statements"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE statements"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Function to use when dumping data:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Syntax to use when inserting data:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7654,7 +7749,7 @@ msgstr ""
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7664,7 +7759,7 @@ msgstr ""
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7672,7 +7767,7 @@ msgstr ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7680,7 +7775,7 @@ msgstr ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7688,7 +7783,7 @@ msgstr ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7696,33 +7791,33 @@ msgstr ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedures"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Functions"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Constraints for dumped tables"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Constraints for table"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Error reading data:"
@@ -7738,8 +7833,8 @@ msgstr "Views"
msgid "Export contents"
msgstr "Export contents"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7761,15 +7856,15 @@ msgstr ""
msgid "Column names: "
msgstr "Column names: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Invalid parameter for CSV import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7778,56 +7873,47 @@ msgstr ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Invalid format of CSV input on line %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Invalid column count in CSV input on line %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Table name"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Column names"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "This plug-in does not support compressed imports!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki Table"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Invalid format of mediawiki input on line:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Import percentages as proper decimals (ex. 12.00% to .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Import currencies (ex. $5.00 to 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7835,16 +7921,16 @@ msgstr ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI Shape File"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "There was an error importing the ESRI shape file: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7852,24 +7938,24 @@ msgstr ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Spatial Extension does not support ESRI type \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "The imported file does not contain any data"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL compatibility mode:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Do not use AUTO_INCREMENT for zero values"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8030,7 +8116,7 @@ msgid "Enabled"
msgstr "Enabled"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "General relation features"
@@ -8103,7 +8189,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "Re-login to phpMyAdmin to load the updated configuration file."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "no description"
@@ -8154,7 +8240,7 @@ msgstr "Slave status"
msgid "Variable"
msgstr "Variable"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server ID"
@@ -8180,8 +8266,8 @@ msgstr "Any user"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Use text field"
@@ -8273,7 +8359,7 @@ msgstr "Details"
msgid "Event name"
msgstr "Event name"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Event type"
@@ -8662,12 +8748,12 @@ msgstr "Table of contents"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributes"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8704,6 +8790,10 @@ msgstr "Select page"
msgid "Select Tables"
msgstr "Select Tables"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Column names"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Display relational schema"
@@ -8971,14 +9061,14 @@ msgstr "Limits the number of simultaneous connections the user may have."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Table-specific privileges"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Note: MySQL privilege names are expressed in English"
@@ -8987,12 +9077,12 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Global privileges"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Database-specific privileges"
@@ -9051,16 +9141,16 @@ msgid "Users having access to "%s""
msgstr "Users having access to "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "User"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9069,8 +9159,8 @@ msgid "User has been added."
msgstr "User has been added."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Any"
@@ -9086,12 +9176,12 @@ msgstr "database-specific"
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "No user found."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Edit Privileges"
@@ -9099,102 +9189,94 @@ msgstr "Edit Privileges"
msgid "Revoke"
msgstr "Revoke"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Export all"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... keep the old one."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... delete the old one from the user tables."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1839
+msgid ""
+"... delete the old one from the user tables and reload the privileges "
+"afterwards."
+msgstr ""
+"... delete the old one from the user tables and reload the privileges "
+"afterwards."
+
#: libraries/server_privileges.lib.php:1849
-msgid ""
-"... delete the old one from the user tables and reload the privileges "
-"afterwards."
-msgstr ""
-"... delete the old one from the user tables and reload the privileges "
-"afterwards."
-
-#: libraries/server_privileges.lib.php:1859
msgid "Change Login Information / Copy User"
msgstr "Change Login Information / Copy User"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Column-specific privileges"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Add privileges on the following database"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Add privileges on the following table"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Remove selected users"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "No users selected for deleting!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Reloading the privileges"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "The selected users have been deleted successfully."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "You have updated the privileges for %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privileges for all users"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privileges for %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Users overview"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9207,11 +9289,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "You have added a new user."
@@ -9261,11 +9343,11 @@ msgstr "Clear"
msgid "Columns"
msgstr "Columns"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Bookmark this SQL query"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Let every user access this bookmark"
@@ -9386,8 +9468,8 @@ msgstr ""
"escaping or quotes, using this format: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9437,13 +9519,13 @@ msgstr "None"
msgid "As defined:"
msgstr "As defined:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primary"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9456,20 +9538,15 @@ msgstr "first"
msgid "after %s"
msgstr "after %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Add %s column(s)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "You have to add at least one column."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Storage Engine"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION definition"
@@ -9478,7 +9555,7 @@ msgstr "PARTITION definition"
msgid "Manage your settings"
msgstr "Manage your settings"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Configuration has been saved"
@@ -9524,7 +9601,7 @@ msgstr "Server connection collation"
msgid "Appearance Settings"
msgstr "Appearance Settings"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "More settings"
@@ -9703,133 +9780,133 @@ msgstr "Show/Hide left menu"
msgid "Save position"
msgstr "Save position"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Create relation"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Reload"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Help"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Angular links"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Direct links"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Snap to grid"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Small/Big All"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Toggle small/big"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Toggle relation lines"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Import/Export coordinates for PDF schema"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Build Query"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Move Menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Hide/Show all"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Hide/Show Tables with no relation"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Number of tables"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Delete relation"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Relation operator"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Except"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "subquery"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Rename to"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "New name"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Aggregate"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Active options"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Page has been created"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Page creation failed"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Page"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Import from selected page"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Export to selected page"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Create a page and export to it"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "New page name: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Export/Import to scale"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recommended"
@@ -9837,7 +9914,7 @@ msgstr "recommended"
msgid "Error: relation already exists."
msgstr "Error: relation already exists."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Error: Relation not added."
@@ -9845,7 +9922,7 @@ msgstr "Error: Relation not added."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY relation added"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Internal relation added"
@@ -9853,11 +9930,11 @@ msgstr "Internal relation added"
msgid "Relation deleted"
msgstr "Relation deleted"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Error saving coordinates for Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Modifications have been saved"
@@ -9865,47 +9942,47 @@ msgstr "Modifications have been saved"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Cannot save settings, submitted form contains errors"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Could not import configuration"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Configuration contains incorrect data for some fields."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Do you want to import remaining settings?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Saved on: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Import from file"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Import from browser's storage"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Settings will be imported from your browser's local storage."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "You have no saved settings!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "This feature is not supported by your web browser"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Merge with current configuration"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9914,19 +9991,19 @@ msgstr ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Save to browser's storage"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Settings will be saved in your browser's local storage."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Existing settings will be overwritten!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "You can reset all your settings and restore them to default values."
@@ -9943,41 +10020,41 @@ msgstr "All"
msgid "%s table not found or not set in %s"
msgstr "%s table not found or not set in %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "File doesn't exist"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Select binary log to view"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Files"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Truncate Shown Queries"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Show Full Queries"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Log name"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Position"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Original position"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Information"
@@ -10061,17 +10138,17 @@ msgstr "Licence"
msgid "disabled"
msgstr "disabled"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "The user %s already exists!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Deleting %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "The privileges were reloaded successfully."
@@ -11847,32 +11924,32 @@ msgstr "Using bookmark \"%s\" as default browse query."
msgid "Do you really want to execute following query?"
msgstr "Do you really want to execute following query?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Showing as PHP code"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Validated SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL result"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generated by"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problems with indexes of table `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Label"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Table %1$s has been altered successfully"
@@ -11952,77 +12029,77 @@ msgstr "Table %1$s has been created."
msgid "View dump (schema) of table"
msgstr "View dump (schema) of table"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Display GIS Visualisation"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Width"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Height"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Label column"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- None --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Spatial column"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Redraw"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Save to file"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "File name"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "The name of the primary key must be \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Can't rename index to PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "No index parts defined!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Add index"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Edit index"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Index name:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Index type:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Add to index %s column(s)"
@@ -12045,150 +12122,56 @@ msgstr "Table %s has been moved to %s."
msgid "Table %s has been copied to %s."
msgstr "Table %s has been copied to %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "The table name is empty!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Alter table order by"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singly)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Move table to (database.table):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Table options"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Rename table to"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copy table to (database.table):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Switch to copied table"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Table maintenance"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragment table"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Table %s has been flushed"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Delete data or table"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Empty the table (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Delete the table (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Partition maintenance"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partition %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyse"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Check"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimise"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Rebuild"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Repair"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Remove partitioning"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Check referential integrity:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Showing tables"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Space usage"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effective"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Row Statistics"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "static"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamic"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Row length"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Row size"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Next autoindex"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Error creating foreign key on %1$s (check data types)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Internal relation"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12196,103 +12179,103 @@ msgstr ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Foreign key constraint"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Spatial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Distinct values"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Add primary key"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Add unique index"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Add SPATIAL index"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Add FULLTEXT index"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "None"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Column %s has been dropped"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "A primary key has been added on %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "An index has been added on %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Show more actions"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Move columns"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Move the columns by dragging them up and down."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Edit view"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relation view"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Propose table structure"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Add column"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "At End of Table"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "At Beginning of Table"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "After %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Create an index on %s columns"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partitioned"
@@ -12467,7 +12450,7 @@ msgstr "You don't have sufficient privileges to be here right now!"
msgid "The profile has been updated."
msgstr "The profile has been updated."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW name"
@@ -13707,6 +13690,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert is set to 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Export all"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privileges for all users"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/es.po b/po/es.po
index 9f8aed92e1..400b9acf84 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-27 18:07+0200\n"
"Last-Translator: Matías Bellone \n"
"Language-Team: spanish \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Mostrar todo"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"principal o su navegador está bloqueando las actualizaciones en ventanas "
"múltiples debido a sus parámetros de seguridad."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Buscar"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Buscar"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Continuar"
@@ -99,7 +100,7 @@ msgstr "Descripción"
msgid "Use this value"
msgstr "Use este valor"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "La base de datos %1$s ha sido creada."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Comentario de la base de datos: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Comentarios de la tabla"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Columna"
@@ -146,11 +147,11 @@ msgstr "Columna"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Columna"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Predeterminado"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Enlaces a"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Comentarios"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "No"
@@ -242,27 +243,27 @@ msgstr "No"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Sí"
@@ -284,88 +285,21 @@ msgstr "Seleccionar todo"
msgid "Unselect All"
msgstr "Deseleccionar todo"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "¡El nombre de la base de datos está vacío!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "La base de datos %1$s ha sido renombrada a %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "La base de datos %1$s ha sido copiada a %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Renombrar la base de datos a"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Eliminar base de datos"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "La base de datos %s ha sido eliminada."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Eliminar la base de datos (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copiar la base de datos a"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Únicamente la estructura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Estructura y datos"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Solamente datos"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREAR BASE DE DATOS antes de copiar"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Añada %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Añadir el valor AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Añadir restricciones"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Seleccionar la base de datos copiada"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Cotejamiento"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"El almacenamiento de la configuración de phpMyAdmin ha sido desactivado. "
"Para saber por qué haz clic %saquí%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editar o exportar esquema relacional"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabla"
@@ -395,41 +325,41 @@ msgstr "Tabla"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Filas"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Tamaño"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "en uso"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Creación"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Última actualización"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Última revisión"
@@ -453,7 +383,7 @@ msgstr "Cambiar al %sconstructor visual%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "No se han encontrado tablas en la base de datos"
msgid "unknown"
msgstr "desconocido"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Se ha vaciado la tabla %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Se descartó el modo de visualización %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Se ha eliminado la tabla %s"
@@ -491,7 +421,7 @@ msgstr "El seguimiento está activo."
msgid "Tracking is not active."
msgstr "El seguimiento no está activo."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgstr ""
"Esta vista tiene al menos este número de filas. Refiérase a la "
"%sdocumentation%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Visualizar"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -522,21 +452,21 @@ msgstr ""
"%s es el motor de almacenamiento predeterminado en este servidor MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Para los elementos que están marcados:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Marcar todos"
@@ -544,50 +474,51 @@ msgstr "Marcar todos"
msgid "Check tables having overhead"
msgstr "Marcar las tablas con residuo a depurar"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportar"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Vista de impresión"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Vaciar"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Eliminar"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Revisar la tabla"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizar la tabla"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparar la tabla"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizar la tabla"
@@ -595,11 +526,11 @@ msgstr "Analizar la tabla"
msgid "Add prefix to table"
msgstr "Agregar prefijo a la tabla"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Reemplazar prefijo de la tabla"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copiar tabla con prefijo"
@@ -611,20 +542,20 @@ msgstr "Diccionario de datos"
msgid "Tracked tables"
msgstr "Tablas con seguimiento"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Base de datos"
@@ -640,9 +571,9 @@ msgstr "Creado/a"
msgid "Updated"
msgstr "Actualizado"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Estado actual"
@@ -650,14 +581,14 @@ msgstr "Estado actual"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Acción"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Mostrar"
@@ -690,7 +621,7 @@ msgstr "Instantánea de la estructura"
msgid "Untracked tables"
msgstr "Tablas sin seguimiento"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Hacer seguimiento a la tabla"
@@ -744,7 +675,7 @@ msgstr "Tipo de exportación inválido"
msgid "Value for the column \"%s\""
msgstr "Valor para la columna \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Utilizar OpenStreetMaps como capa base"
@@ -753,7 +684,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometría"
@@ -881,7 +812,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"No se pudieron cargar los plugins de importación. ¡Revise su instalación!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "El favorito %s fue creado"
@@ -908,10 +839,10 @@ msgstr ""
"usualmente significa que phpMyAdmin no será capaz de completar esta "
"importación a menos que usted incremente el tiempo de ejecución de php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Su consulta se ejecutó con éxito"
@@ -933,7 +864,7 @@ msgstr "Las sentencias \"DROP DATABASE\" están desactivadas."
msgid "Do you really want to execute \"%s\"?"
msgstr "¿Realmente desea ejecutar \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "¡Está a punto de DESTRUIR una base de datos completa!"
@@ -973,7 +904,7 @@ msgstr "Agregar índice"
msgid "Edit Index"
msgstr "Editar índice"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Agregar %d columna(s) al índice"
@@ -1003,8 +934,8 @@ msgstr "¡Las contraseñas no coinciden!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Agregar usuario"
@@ -1024,9 +955,9 @@ msgstr "Cerrar"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1052,7 +983,7 @@ msgstr "Datos estáticos"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1255,7 +1186,7 @@ msgid "Traffic"
msgstr "Tráfico"
# This is the text showed in the tab
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Configuración"
@@ -1275,12 +1206,12 @@ msgstr "Agregar gráfico a la grilla"
msgid "Please add at least one variable to the series"
msgstr "Agregue al menos una variable a la serie"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Ninguna"
@@ -1467,10 +1398,10 @@ msgid "Explain output"
msgstr "Explicar salida"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tiempo"
@@ -1565,10 +1496,10 @@ msgstr ""
"No se pudo crear la grilla de gráficos con la configuración importada. "
"Reiniciando a configuración predeterminada..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importar"
@@ -1616,9 +1547,9 @@ msgstr "Variable/fórmula utilizada"
msgid "Test"
msgstr "Prueba"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Cancelar"
@@ -1646,9 +1577,9 @@ msgstr "Eliminando Columna"
msgid "Adding Primary Key"
msgstr "Añadiendo Clave Primaria"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1688,15 +1619,15 @@ msgstr "Esconder índices"
msgid "Show indexes"
msgstr "Mostrar índices"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Revisión de claves foráneas:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Habilitado)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Deshabilitado)"
@@ -1765,8 +1696,8 @@ msgstr "Mostrar ventana de consultas SQL"
msgid "No rows selected"
msgstr "No se seleccionaron filas"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Cambiar"
@@ -1774,8 +1705,8 @@ msgstr "Cambiar"
msgid "Query execution time"
msgstr "Tiempo de ejecución de la consulta"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d no es un número de fila válido."
@@ -1784,8 +1715,8 @@ msgstr "%d no es un número de fila válido."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Guardar"
@@ -1843,12 +1774,12 @@ msgstr "Resultados de la consulta"
msgid "Data point content"
msgstr "Contenido del punto de datos"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorar"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copiar"
@@ -1868,7 +1799,7 @@ msgstr "Seleccione la clave foránea"
msgid "Please select the primary key or a unique key"
msgstr "Seleccione la clave primaria o una clave única"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Elegir la columna a mostrar"
@@ -1964,7 +1895,7 @@ msgstr "Generar"
msgid "Change Password"
msgstr "Cambar contraseña"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Más"
@@ -2341,13 +2272,13 @@ msgstr "es"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Error"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "consulta SQL"
@@ -2415,7 +2346,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "En línea"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Perfilando"
@@ -2440,156 +2371,157 @@ msgstr "%s días, %s horas, %s minutos y %s segundos"
msgid "Missing parameter:"
msgstr "Parámetro faltante:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Comenzar"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Siguiente"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Saltar a la base de datos "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La funcionalidad %s está afectada por un fallo conocido, vea %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Pulse para conmutar"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Estructura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Insertar"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Examinar"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operaciones"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Buscar en su ordenador:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
"Seleccionar directorio en el servidor web para subir los archivos %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
"No se puede acceder al directorio que seleccionó para subir los archivos"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "No hay archivos para subir"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Ejecutar"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Imprimir"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "El archivo de configuración existente (%s) no pudo ser leído."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Permisos incorrectos en el archivo de configuración ¡cualquiera no debería "
"poder modificarlo!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Tamaño de fuente"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Descendente"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ordenar"
@@ -2615,8 +2547,8 @@ msgid "Use Tables"
msgstr "Usar tablas"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "O"
@@ -2683,13 +2615,13 @@ msgstr[1] "%1$s coincidencias en la tabla %2$s"
msgid "Delete the matches for the %s table?"
msgstr "¿Eliminar las coincidencias para la tabla %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2719,132 +2651,132 @@ msgstr "Dentro de las tablas:"
msgid "Inside column:"
msgstr "Dentro de la columna:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Guardar datos editados"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Restaurar orden de las columnas"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Fila de inicio"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Número de filas"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modo"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (encabezados rotados)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Cabeceras cada %s filas"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Ordenar según la clave"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opciones"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Textos parciales"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Clave relacional"
# Display option apparently related to
# http://www.phpmyadmin.net/documentation/#relation
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Mostrar columna de relación"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Mostrar contenido binario"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Mostrar contenido BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Mostrar contenido binario como HEXadecimal"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Ocultar transformación del navegador"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Texto muy conocido"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Binario muy conocido"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "La fila se ha borrado"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Matar el proceso"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2852,44 +2784,44 @@ msgstr ""
"Podría ser aproximado. Ver [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "en la consulta"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Mostrando registros"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "La consulta tardó %01.4f seg"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operaciones sobre los resultados de la consulta"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Previsualización para imprimir (documento completo)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Mostrar gráfico"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualizar datos GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Crear vista"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "No se encontró el enlace"
@@ -2957,27 +2889,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Abrir nueva ventana de phpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Las cookies deben estar activadas."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Pasado este punto, debe tener Javascript activado"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "¡No se ha definido ningún índice!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Índices"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Único"
@@ -2990,6 +2922,16 @@ msgstr "Empaquetado"
msgid "Cardinality"
msgstr "Cardinalidad"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Cotejamiento"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3014,93 +2956,93 @@ msgstr ""
"Los índices %1$s y %2$s parecen ser iguales y posiblemente se puede eliminar "
"uno."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Bases de datos"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Servidor"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Seguimiento"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Disparadores"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "La tabla, ¡parece estar vacía!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "La base de datos, ¡parece estar vacía!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Generar una consulta"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegios"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutinas"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Eventos"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Diseñador"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Usuarios"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sincronizar"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Registro binario"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variables"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Juegos de caracteres"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Complementos"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motores"
@@ -3164,43 +3106,43 @@ msgid "This MySQL server does not support the %s storage engine."
msgstr ""
"Este servidor MySQL no es compatible con el motor de almacenamiento %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "estado de tabla desconocido: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "¡No se encontró la base de datos de origen «%s»!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "¡No se encontró la base de datos de destino «%s»!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "La base de datos no es válida"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "El nombre de la tabla no es válido"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Error al cambiar el nombre de la tabla %1$s a %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "La tabla %1$s ahora se llama %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "No se pudieron guardar las preferencias de interfaz"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3209,7 +3151,7 @@ msgstr ""
"Falló la limpieza de las preferencia de interfaz de tablas (ver $cfg"
"['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3225,16 +3167,16 @@ msgstr ""
msgid "Function"
msgstr "Función"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operador"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valor"
@@ -3247,59 +3189,59 @@ msgstr "Búsqueda de tablas"
msgid "Edit/Insert"
msgstr "Editar/Insertar"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Seleccionar campos (al menos uno):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
"Insertar las condiciones de búsqueda (cuerpo de la cláusula \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "registros por página"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Mostrar en este orden:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Utilice esta columna para etiquetar cada punto"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Máximo número de filas a graficar"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Mostrar los valores foráneos"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Criterios de búsqueda adicionales"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Hacer una \"consulta basada en ejemplo\" (comodín: \"%\") para dos columnas "
"distintas"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Hacer una \"consulta basada en ejemplo\" (comodín: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Navegar/editar los puntos"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Forma de utilización"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Reiniciar ampliación"
@@ -3710,14 +3652,14 @@ msgstr "Tablas"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Datos"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Residuo a depurar"
@@ -3742,11 +3684,11 @@ msgstr "Comprobar los privilegios para la base de datos "%s"."
msgid "Check Privileges"
msgstr "Comprobar los privilegios"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "No se pudo leer el archivo de configuración"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3754,12 +3696,12 @@ msgstr ""
"Esto generalmente significa que tiene un error de sintáxis, revisa los "
"errores que se muestran a continuación."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "No se pudo cargar la configuración predeterminada desde: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3767,36 +3709,36 @@ msgstr ""
"¡DEBE tener definido [code]$cfg['PmaAbsoluteUri'][/code] en su archivo de "
"configuración!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Índice de servidor inválido: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"El nombre del host no es válido para el servidor %1$s. Revise su "
"configuración."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Método de autenticación no válido definido en la configuración:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Usted debería actualizar su %s a la versión %s o más reciente."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "intento de sobre-escritura de la variable GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "posible aprovechamiento"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "telado numérico detectado"
@@ -3832,37 +3774,37 @@ msgstr "Ocultos"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Deshabilitado"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "estructura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "datos"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "estructura y datos"
@@ -3983,8 +3925,8 @@ msgid "Allow users to customize this value"
msgstr "Permitir a los usuarios personalizar este valor"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Reiniciar"
@@ -4268,7 +4210,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Tiempo máximo de ejecución"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Guardar como archivo"
@@ -4277,7 +4219,7 @@ msgid "Character set of the file"
msgstr "Conjunto de caracteres del archivo"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formato"
@@ -4290,27 +4232,25 @@ msgstr "Compresión"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Poner los nombres de campo en la primera fila"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Columnas encerradas por"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Caracter de escape de columnas"
@@ -4328,14 +4268,12 @@ msgstr "Eliminar los caracteres CRLF en las columnas"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Columnas terminadas en"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Líneas terminadas en"
@@ -4363,7 +4301,7 @@ msgstr "Nombre de la plantilla de la tabla"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Volcar tabla"
@@ -4374,8 +4312,8 @@ msgid "Include table caption"
msgstr "Incluir el subtitulado de la tabla"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Subtitulado de la tabla"
@@ -4384,20 +4322,20 @@ msgid "Continued table caption"
msgstr "Continuación del subtitulado de la tabla"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Clave de la etiqueta"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relaciones"
@@ -4418,6 +4356,11 @@ msgstr "Sobreescribir el(los) archivo(s) existente(s)"
msgid "Remember file name template"
msgstr "Recordar el nombre de la plantilla del archivo"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Añadir el valor AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Encerrar nombres de tabla y columna con comillas invertidas"
@@ -4428,7 +4371,7 @@ msgid "SQL compatibility mode"
msgstr "Modo compatible con SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Opciones CREATE TABLE:"
@@ -4441,10 +4384,17 @@ msgid "Use delayed inserts"
msgstr "Utilizar inserciones con retraso"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Deshabilitar la revisión de las claves foráneas"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Añada %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Use hexadecimal para BLOB"
@@ -4458,7 +4408,7 @@ msgid "Syntax to use when inserting data"
msgstr "Sintaxis a utilizar para insertar datos"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Longitud máxima de la consulta creada"
@@ -4469,7 +4419,7 @@ msgid "Export type"
msgstr "Tipo de exportación"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Incluir lo exportado en una transacción"
@@ -4525,7 +4475,6 @@ msgstr "Personalizar las opciones predeteminadas"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4872,14 +4821,12 @@ msgid "Partial import: allow interrupt"
msgstr "Importación parcial: permitir interrupciones"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "No abortar si ocurre un error con INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Reemplazar los datos de la tabla con los del archivo"
@@ -4896,7 +4843,6 @@ msgid "Format of imported file"
msgstr "Formato del archivo importado"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Use la palabra clave LOCAL"
@@ -4906,7 +4852,7 @@ msgid "Column names in first row"
msgstr "Nombres de columna en la primera fila"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "No importar filas vacías"
@@ -6036,7 +5982,7 @@ msgstr "Requiere que el Validador SQL esté habilitado"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Contraseña"
@@ -6215,14 +6161,12 @@ msgstr "Autenticación por sesión"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV usando LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Hoja de cálculo Open Document"
@@ -6315,7 +6259,7 @@ msgstr "No se encontró la extensión %s. Revisa la configuración PHP."
msgid "possible deep recursion attack"
msgstr "posible ataque de recursión extrema"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6323,15 +6267,15 @@ msgstr ""
"El servidor no está respondiendo (o el zócalo local al servidor MySQL no "
"está configurado correctamente)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "El servidor no está respondiendo."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Revisa los permisos del directorio que contiene la base de datos."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalles..."
@@ -6378,24 +6322,24 @@ msgid "Create"
msgstr "Crear"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Sin privilegios"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Crear tabla"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nombre"
@@ -7057,7 +7001,7 @@ msgid "No data found for GIS visualization."
msgstr "No se encontraron datos para la visualización GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
"MySQL ha devuelto un conjunto de valores vacío (es decir: cero columnas)."
@@ -7108,7 +7052,7 @@ msgid "Go to view: %s"
msgstr "Ir a la vista: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Ocultar"
@@ -7173,11 +7117,11 @@ msgstr ""
"Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse "
"a cualquier parte"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Mostrando la consulta SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "La Id de la fila insertada es: %1$d"
@@ -7193,32 +7137,32 @@ msgstr "Ninguno"
msgid "Convert to Kana"
msgstr "Convertir a Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "De"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "A"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Enviar"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Agregar prefijo a la tabla"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Agregar prefijo"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "¿Realmente desea ejecutar la siguiente consulta?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Sin cambios"
@@ -7424,7 +7368,158 @@ msgstr "Documentación de phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Recargar el marco de navegación"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Renombrar la base de datos a"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "La base de datos %s ha sido eliminada."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Eliminar base de datos"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Eliminar la base de datos (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Únicamente la estructura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Estructura y datos"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Solamente datos"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copiar la base de datos a"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREAR BASE DE DATOS antes de copiar"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Añadir restricciones"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Seleccionar la base de datos copiada"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editar o exportar esquema relacional"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Modificar el ORDER BY de la tabla"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(solamente)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Mover tabla a (Base de datos.tabla):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opciones de la tabla"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Cambiar el nombre de la tabla a"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Motor de almacenamiento"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copiar la tabla a (base de datos.tabla):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Cambiar a la tabla copiada"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Mantenimiento de la tabla"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentar la tabla"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Se ha vaciado el caché de la tabla %s"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Vaciar el caché de la tabla (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Borrar datos o tabla"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Vaciar la tabla (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Borrar la tabla (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analice"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Revise"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimice"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Reconstruya"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Repare"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Mantenimiento de la partición"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partición %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Remueva la partición"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Comprobar la integridad referencial:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Este formato no tiene opciones"
@@ -7433,7 +7528,7 @@ msgid "Cannot connect: invalid settings."
msgstr "No se estableció la conexión: los parámetros están incorrectos."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7464,38 +7559,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "¡No se pudo utilizar Blowfish de la biblioteca mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Su sesión expiró. Inicie sesión nuevamente."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Iniciar sesión"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Puede escribir el nombre del proveedor de servicios/dirección IP y el "
"puerto, separado por un espacio."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Servidor:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Usuario:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Contraseña:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Elección del servidor"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7503,15 +7598,15 @@ msgstr ""
"El inicio de sesión sin contraseña está prohibido por la configuración (ver "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"No ha habido actividad desde hace %s o más segundos; inicie sesión nuevamente"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "El servidor MySQL no autorizó su ingreso"
@@ -7543,93 +7638,93 @@ msgstr "No se ha conectado una clave de autenticación válida"
msgid "Authenticating..."
msgstr "Autenticando..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Columnas separadas por:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Columnas encerradas entre:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Caracter de escape de columnas:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Líneas terminadas en:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Reemplazar NULL con:"
# "CR/LF" translation?
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Eliminar retornos de carro/saltos de línea en las columnas"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Edición Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opciones para volcado de datos"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Volcado de datos para la tabla"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Evento"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definición"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Estructura de tabla para la tabla"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Estructura para la vista"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Estructura Stand-in para la vista"
@@ -7646,37 +7741,37 @@ msgstr "(continúa)"
msgid "Structure of table @TABLE@"
msgstr "Estructura de la tabla @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opciones de creación de objetos"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Descripción de la tabla (continúa)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Mostrar relaciones de clave foránea"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Mostrar comentarios"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Tipos MIME disponibles"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7684,33 +7779,33 @@ msgstr "Tipos MIME disponibles"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Servidor"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Tiempo de generación"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versión del servidor"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versión de PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Exportar nombres de tabla"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Exportar cabeceras de tablas"
@@ -7722,7 +7817,7 @@ msgstr "(Genera un reporte conteniendo los datos de una sola tabla)"
msgid "Report title:"
msgstr "Título del reporte:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7730,13 +7825,13 @@ msgstr ""
"Mostrar comentarios (incluye información como marca temporal de "
"exportación, versión PHP y versión de servidor)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Comentario de cabecera personalizado adicional (\n"
" divide líneas):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7744,25 +7839,25 @@ msgstr ""
"Incluye una marca temporal de cuando la base de datos fue creada, modificada "
"por última vez y revisada por última vez"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Sistema de base de datos o versión antigua de servidor MySQL con la que "
"maximizar la compatibilidad de la salida:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Agregar sentencia %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Agregar sentencias:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7771,38 +7866,37 @@ msgstr ""
"nombre de tablas y campos compuestos con caracteres especiales o palabras "
"clave)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr "Opciones de creación de datos"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Truncar tablas antes de insertar"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "En lugar de sentencias INSERT, utilizar:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "Sentencias INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "Sentencias INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Función a utilizar al volcar datos:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Sintáxis a utilizar al insertar datos:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7812,7 +7906,7 @@ msgstr ""
" Ejemplo: INSERT INTO nombre_tabla (columna_A,"
"columna_B,columna_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7822,7 +7916,7 @@ msgstr ""
" Ejemplo: INSERT INTO nombre_tabla VALUES (1,2,3), "
"(4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7830,7 +7924,7 @@ msgstr ""
"los dos anteriores
Ejemplo: INSERT INTO "
"nombre_tabla (columna_A,columna_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7838,7 +7932,7 @@ msgstr ""
"ninguno de los anteriores
Ejemplo: INSERT "
"INTO nombre_tabla VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7846,7 +7940,7 @@ msgstr ""
"Volcar columnas binarias en notación hexadecimal (por ejemplo \"abc\" "
"sería 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7854,33 +7948,33 @@ msgstr ""
"Volcar columnas TIMESTAMP en UTC (habilita que las columnas TIMESTAMP "
"sean volcadas y cargadas por servidores en diferentes zonas horarias)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedimientos"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funciones"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Restricciones para tablas volcadas"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Filtros para la tabla"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TIPOS MIME PARA LA TABLA"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIONES PARA LA TABLA"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Error leyendo datos:"
@@ -7896,8 +7990,8 @@ msgstr "Vistas"
msgid "Export contents"
msgstr "Exportar contenidos"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7920,15 +8014,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nombre de las columnas: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Parámetro no válido para importar CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7938,58 +8032,49 @@ msgstr ""
"están escritos correctamente, separados por comas y no encerrados entre "
"comillas."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "El formato de los datos CSV en la línea %d no es válido."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "El número de columnas de los datos CSV en la línea %d no es válido."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nombre de la tabla"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nombre de las columnas"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "¡Este plugin no tiene soporte para importaciones comprimidas!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabla MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "El formato de los datos mediawiki no es válido en la línea:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importar porcentakes como decimales propios (por ejemplo: 12.00% como .12)"
""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importar monedas (por ejemplo: $5.00 como 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7997,16 +8082,16 @@ msgstr ""
"El archivo XML especificado estaba incompleto o mal formado. Corrija el "
"problema e intente nuevamente."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Archivo de forma ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Hubo un error importando el archivo de forma ESRI: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -8014,26 +8099,26 @@ msgstr ""
"Intentó importar un archivo no válido o el archivo importado contiene datos "
"inválidos"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "La extensión espacial MySQL no soporta el tipo ESRI \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "El archivo importado no contiene datos"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Modalidad SQL compatible:"
# Activates use of compatibility mode http://dev.mysql.com/doc/refman/5.0/en
# /server-sql-mode.html#sqlmode_no_auto_value_on_zero
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "No utilizar AUTO_INCREMENT con el valor 0"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8199,7 +8284,7 @@ msgid "Enabled"
msgstr "Habilitado"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Opciones de relación general"
@@ -8274,7 +8359,7 @@ msgstr ""
"Inicie sesión en phpMyAdmin nuevamente para cargar el archivo de "
"configuración actualizado."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Sin descripción"
@@ -8325,7 +8410,7 @@ msgstr "Estado del esclavo"
msgid "Variable"
msgstr "Variable"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID del servidor"
@@ -8351,8 +8436,8 @@ msgstr "Cualquier usuario"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Use el campo de texto"
@@ -8444,7 +8529,7 @@ msgstr "Detalles"
msgid "Event name"
msgstr "Nombre del evento"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tipo de evento"
@@ -8834,12 +8919,12 @@ msgstr "Tabla de contenidos"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributos"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8876,6 +8961,10 @@ msgstr "Seleccionar página"
msgid "Select Tables"
msgstr "Seleccionar tablas"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nombre de las columnas"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Mostrar esquema relacional"
@@ -9152,14 +9241,14 @@ msgstr "Limita el número de conexiones simultáneas que el usuario pueda tener.
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilegios específicos para la tabla"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
"Nota: Los nombres de los privilegios de MySQL están expresados en inglés"
@@ -9169,12 +9258,12 @@ msgid "Administration"
msgstr "Administración"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilegios globales"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilegios específicos para la base de datos"
@@ -9237,16 +9326,16 @@ msgid "Users having access to "%s""
msgstr "Usuarios con acceso a "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Usuario"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Conceder"
@@ -9255,8 +9344,8 @@ msgid "User has been added."
msgstr "Se agregó el usuario."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "cualquiera"
@@ -9272,12 +9361,12 @@ msgstr "específico para la base de datos"
msgid "wildcard"
msgstr "comodín"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Usuario(s) no encontrado(s)."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Editar los privilegios"
@@ -9285,25 +9374,21 @@ msgstr "Editar los privilegios"
msgid "Revoke"
msgstr "Revocar"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Exportar todo"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "...mantener el anterior."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "...borrar el viejo de las tablas de usuario."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9312,79 +9397,75 @@ msgstr ""
"privilegios."
# Login refers to the user account not the act of logging in
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Cambiar la información de la cuenta / Copiar el usuario"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilegios específicos para la columna"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Añadir privilegios a esta base de datos"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Añadir privilegios a esta tabla"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Eliminar a los usuarios seleccionados"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "¡No se han seleccionado usuarios para eliminar!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Cargando los privilegios nuevamente"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Los usuarios seleccionados fueron borrados exitosamente."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ha actualizado los privilegios para %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilegios para todos los usuarios"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilegios para %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Vista global de usuarios"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9398,11 +9479,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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Ha agregado un nuevo usuario."
@@ -9452,11 +9533,11 @@ msgstr "Limpiar"
msgid "Columns"
msgstr "Columnas"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Guardar esta consulta en favoritos"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Permitir que todo usuario pueda acceder a este favorito"
@@ -9580,8 +9661,8 @@ msgstr ""
"de escape ni comillas, usando este formato: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Índice"
@@ -9634,13 +9715,13 @@ msgstr "Ninguno"
msgid "As defined:"
msgstr "Personalizado:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primaria"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Texto completo"
@@ -9653,20 +9734,15 @@ msgstr "primera"
msgid "after %s"
msgstr "después de %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Agregar %s columna(s)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Debe agregar al menos una columna."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Motor de almacenamiento"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "definición de la PARTICIÓN"
@@ -9675,7 +9751,7 @@ msgstr "definición de la PARTICIÓN"
msgid "Manage your settings"
msgstr "Administrar tu configuración"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Se guardó la configuración"
@@ -9721,7 +9797,7 @@ msgstr "Cotejamiento de la conexión al servidor"
msgid "Appearance Settings"
msgstr "Configuraciones de apariencia"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Más configuraciones"
@@ -9906,134 +9982,134 @@ msgstr "Ocultar/mostrar menú izquierdo"
msgid "Save position"
msgstr "Guardar posición"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Crear relación"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Cargar nuevamente"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Ayuda"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Enlaces angulares"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Enlaces directos"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Cuadrícula magnética"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Pequeño/grande todos"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Alterne entre pequeño y grande"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Conmutar líneas de relación"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importar/Exportar coordenadas para el esquema PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Crear consulta"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Mover el Menú"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Ocultar/mostrar todo"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Ocultar/mostrar Tablas que no tengan relación"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Número de tablas"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Eliminar la relación"
# Relation refers to actual mathematical operations not the DB-related term
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operador de relación"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Excepto"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "sub-consulta"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Cambiar el nombre a"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nuevo nombre"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agregar"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Opciones activas"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Se creó la página"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Falló la creación de la página"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Página"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importar de la página seleccionada"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exportar a la página seleccionada"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Crear una página y exportar a ella"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nuevo nombre de página: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exporte/Importe a escala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recomendado"
@@ -10041,7 +10117,7 @@ msgstr "recomendado"
msgid "Error: relation already exists."
msgstr "Error: la relación ya existe."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Error: no se añadió la relación."
@@ -10049,7 +10125,7 @@ msgstr "Error: no se añadió la relación."
msgid "FOREIGN KEY relation added"
msgstr "Se añadió una relación CLAVE FORÁNEA"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Se añadió la relación interna"
@@ -10057,11 +10133,11 @@ msgstr "Se añadió la relación interna"
msgid "Relation deleted"
msgstr "La relación fue eliminada"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Error guardando las coordenadas para el Diseñador."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Se han guardado las modificaciones"
@@ -10070,49 +10146,49 @@ msgid "Cannot save settings, submitted form contains errors"
msgstr ""
"No se pudo guardar la configuración, el formulario enviado contiene errores"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "No se pudo importar la configuración"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "La configuración contiene datos incorrectos para algunos campos."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "¿Desea importar las configuraciones restantes?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Guradado el: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importar de un archivo"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importar del almacenamiento del navegador"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"Se importarán las configuraciones del almacenamiento local del navegador."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "¡No se encontraron configuraciones guardadas!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Esta funcionalidad no está soportada por tu navegador"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Combinar con la configuración actual"
# I still don't like translating "script"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10121,20 +10197,20 @@ msgstr ""
"Se pueden definir más configuraciones modificando config.inc.php. Por "
"ejemplo, utilizado %sscripts de configuración%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Guardar en almacenamiento del navegador"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
"La configuración será guardada en el almacenamiento local del navegador."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "¡Se reemplazarán las configuraciones existentes!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Se pueden reiniciar todas las configuraciones y devolverlas a sus valores "
@@ -10153,42 +10229,42 @@ msgstr "Todos/as"
msgid "%s table not found or not set in %s"
msgstr "La tabla %s no fue hallada o no fue definida en %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "El archivo no existe"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Seleccionar el registro binario que desea examinar"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Archivos"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Truncar las consultas que ya se han mostrado"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Mostrar las consultas enteras"
# It is about binary logs, not about login names
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nombre del registro"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posición"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Posición original"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Información"
@@ -10272,17 +10348,17 @@ msgstr "Licencia"
msgid "disabled"
msgstr "desactivado"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "¡El usuario %s ya existe!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Borrando %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Los privilegios fueron cargados nuevamente de manera exitosa."
@@ -12126,32 +12202,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "¿Realmente desea ejecutar la siguiente consulta?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Mostrar como código PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL validado"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Resultado SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generado por"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemas con los índices de la tabla `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiqueta"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Los cambios en la Tabla %1$s se hicieron exitosamente"
@@ -12231,78 +12307,78 @@ msgstr "La Tabla %1$s se creó."
msgid "View dump (schema) of table"
msgstr "Mostrar volcado (esquema) de la tabla"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Mostrar visualización GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Anchura"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Altura"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etiqueta de columna"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- ninguno --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Columna espacial"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Redibujar"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Guardar a un archivo"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nombre del archivo"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "¡El nombre de la clave primaria debe ser \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "No puede cambiar el nombre del índice a ¡PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "¡No se han definido las partes del índice!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Agregar índice"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Editar índice"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nombre del índice :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" debe ser el nombre exclusivamente de una clave "
"primaria)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tipo de índice :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Añadir al índice %s columna(s)"
@@ -12325,151 +12401,57 @@ msgstr "La tabla %s ha sido movida a %s."
msgid "Table %s has been copied to %s."
msgstr "La tabla %s se copió a %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "¡El nombre de la tabla está vacío!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Modificar el ORDER BY de la tabla"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(solamente)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Mover tabla a (Base de datos.tabla):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opciones de la tabla"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Cambiar el nombre de la tabla a"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copiar la tabla a (base de datos.tabla):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Cambiar a la tabla copiada"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Mantenimiento de la tabla"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentar la tabla"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Se ha vaciado el caché de la tabla %s"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Vaciar el caché de la tabla (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Borrar datos o tabla"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Vaciar la tabla (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Borrar la tabla (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Mantenimiento de la partición"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partición %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analice"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Revise"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimice"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Reconstruya"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Repare"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Remueva la partición"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Comprobar la integridad referencial:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Mostrando las tablas"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Espacio utilizado"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efectivo/a"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Estadísticas de la fila"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "estático"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinámico/a"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Longitud de la fila"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Tamaño de la fila"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Índice automático siguiente"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Ocurrió un error al crear la clave foránea en %1$s (revise los tipos de dato)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Relación interna"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12477,103 +12459,103 @@ msgstr ""
"No es necesaria una relación interna cuando existe una relación CLAVE "
"FORÁNEA correspondiente."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Restricción de clave foránea"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Espacial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Valores distintos"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Agregar clave primaria"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Agregar índice único"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Agregar índice espacial («SPATIAL»)"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Agregar índice FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Ninguna"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Se ha eliminado la columna %s"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Se agregó una clave primaria en %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Se añadió un índice en %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Mostrar más acciones"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Mover columnas"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Mueva las columnas arrastrándolas hacia arriba o hacia abajo."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Editar vista"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Vista de relaciones"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Planteamiento de la estructura de tabla"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Añadir columna"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Al final de la tabla"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Al comienzo de la tabla"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Después de %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Crear un índice en %s columna(s)"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "particionado"
@@ -12748,7 +12730,7 @@ msgstr "¡Usted no tiene suficientes privilegios para estar aquí ahora!"
msgid "The profile has been updated."
msgstr "Se actualizó el perfil."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VER nombre"
@@ -14054,6 +14036,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "«concurrent_insert» está definido como 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Exportar todo"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegios para todos los usuarios"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/et.po b/po/et.po
index 07c3faa18f..9aac6a13f9 100644
--- a/po/et.po
+++ b/po/et.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 23:33+0200\n"
"Last-Translator: LiivaneLord \n"
"Language-Team: estonian \n"
@@ -17,12 +17,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Näita kõiki"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"Veebilehitseja sihtakent ei saanud uuendada. Võib-olla sulgesid ülemakna või "
"sinu veebilehitseja turvasätted blokeerivad akna värskendamist."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Otsi"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Otsi"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Mine"
@@ -100,7 +101,7 @@ msgstr "Kirjeldus"
msgid "Use this value"
msgstr "Kasuta seda väärtust"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s andmebaas on loodud."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Andmebaasi kommentaar: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tabeli kommentaarid"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Veerg"
@@ -147,11 +148,11 @@ msgstr "Veerg"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Veerg"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tüüp"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Vaikimisi"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Viitab aadressile"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Kommentaarid"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ei"
@@ -243,27 +244,27 @@ msgstr "Ei"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Jah"
@@ -285,88 +286,21 @@ msgstr "Vali kõik"
msgid "Unselect All"
msgstr "Ära vali ühtegi"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Andmebaasi nimi on tühi!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "%1$s andmebaasi uueks nimeks on %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s andmebaas on kopeeritud kohta %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Anna andmebaasile nimeks"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Kustuta andmebaas"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s andmebaas on kustutatud."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Kustuta andmebaas (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopeeri andmebaas kohta"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Ainult struktuur"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktuur ja andmed"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Ainult andmed"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE enne kopeerimist"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Lisa %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Lisa AUTO_INCREMENT väärtus"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Lisa piiranguid"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Mine kopeeritud andmebaasile"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Kodeering"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"phpMyAdmini seadistuse salvestus on deaktiveeritud. Põhjuse kohta saad "
"lugeda, kui vajutad %ssiia%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Muuda või ekspordi seoseskeemi"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabel"
@@ -396,41 +326,41 @@ msgstr "Tabel"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Ridu"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Suurus"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "kasutusel"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Loodud"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Viimati uuendatud"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Viimane kontroll"
@@ -452,7 +382,7 @@ msgstr "Mine %sgraafilisele loojale%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -467,17 +397,17 @@ msgstr "Andmebaasist tabeleid ei leitud"
msgid "unknown"
msgstr "tundmatu"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s tabel on tühjendatud"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s vaade on kustutatud"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s tabel on kustutatud"
@@ -490,7 +420,7 @@ msgstr "Jälgimine on aktiveeritud."
msgid "Tracking is not active."
msgstr "Jälgimist pole aktiveeritud."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +428,12 @@ msgid ""
msgstr ""
"Sellel vaatel on vähemalt nii palju ridu. Palun loe %sdokumentatsiooni%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vaade"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s on selle MySQL serveri vaikimisi varundusmootor."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Valitutega:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Vali kõik"
@@ -541,50 +471,51 @@ msgstr "Vali kõik"
msgid "Check tables having overhead"
msgstr "Kontrolli ballastiga tabeleid"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Ekspordi"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Prindi vaade"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Tühjenda"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Kustuta"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Kontrolli tabelit"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimeeri tabelit"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Paranda tabelit"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analüüsi tabelit"
@@ -592,11 +523,11 @@ msgstr "Analüüsi tabelit"
msgid "Add prefix to table"
msgstr "Lisa tabelile eesliide"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Asenda tabeli eesliide"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopeeri tabel koos eesliitega"
@@ -608,20 +539,20 @@ msgstr "Andmesõnastik"
msgid "Tracked tables"
msgstr "Jälgitud tabelid"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Andmebaas"
@@ -637,9 +568,9 @@ msgstr "Loodud"
msgid "Updated"
msgstr "Uuendatud"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Staatus"
@@ -647,14 +578,14 @@ msgstr "Staatus"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Tegevus"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Näita"
@@ -687,7 +618,7 @@ msgstr "Struktuuri hetkepilt"
msgid "Untracked tables"
msgstr "Jälgimata tabelid"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Jälgi tabelit"
@@ -739,7 +670,7 @@ msgstr "Vale ekspordi tüüp"
msgid "Value for the column \"%s\""
msgstr "\"%s\" veeru väärtus"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Use OpenStreetMaps as Base Layer"
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geomeetria"
@@ -873,7 +804,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"Ei saanud importimise pluginaid laadida, palun kontrolli oma paigaldust!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "%s järjehoidja on loodud"
@@ -900,10 +831,10 @@ msgstr ""
"phpMyAdmin ei suuda importimist lõpetada, kuni sa ei suurenda php aja "
"piiranguid."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Sinu SQL päring teostati edukalt"
@@ -926,7 +857,7 @@ msgstr "\"DROP DATABASE\" käsud on keelatud."
msgid "Do you really want to execute \"%s\"?"
msgstr "Kas tõesti tahad käivitada \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Oled KUSTUTAMAS kogu andmebaasi!"
@@ -966,7 +897,7 @@ msgstr "Lisa indeks"
msgid "Edit Index"
msgstr "Muuda indeksit"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Lisa indeksisse %d veerg(u)"
@@ -996,8 +927,8 @@ msgstr "Paroolid ei kattu!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Lisa kasutaja"
@@ -1017,9 +948,9 @@ msgstr "Sulge"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1045,7 +976,7 @@ msgstr "Staatilised andmed"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Kokku"
@@ -1245,7 +1176,7 @@ msgstr "Päringud"
msgid "Traffic"
msgstr "Liiklus"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Sätted"
@@ -1265,12 +1196,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Puudub"
@@ -1454,10 +1385,10 @@ msgid "Explain output"
msgstr "Selgita väljundit"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Aeg"
@@ -1550,10 +1481,10 @@ msgstr ""
"Imporditud seadistusega diagrammi ruudustiku loomine ebaõnnestus. "
"Lähtestamine vaikimisi seadistusse..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Impordi"
@@ -1601,9 +1532,9 @@ msgstr "Kasutatud muutuja / valem"
msgid "Test"
msgstr "Testi"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Katkesta"
@@ -1631,9 +1562,9 @@ msgstr "Veeru kustutamine"
msgid "Adding Primary Key"
msgstr "Primaarvõtme lisamine"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1673,15 +1604,15 @@ msgstr "Peida indeksid"
msgid "Show indexes"
msgstr "Näita indekseid"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Võõrvõtme kontroll:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Lubatud)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Keelatud)"
@@ -1748,8 +1679,8 @@ msgstr "Näita päringu kasti"
msgid "No rows selected"
msgstr "Ridu pole valitud"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Muuda"
@@ -1757,8 +1688,8 @@ msgstr "Muuda"
msgid "Query execution time"
msgstr "Päringu sooritamise aeg"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d ei ole õige reanumber."
@@ -1767,8 +1698,8 @@ msgstr "%d ei ole õige reanumber."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Salvesta"
@@ -1828,12 +1759,12 @@ msgstr "Päringu tulemused"
msgid "Data point content"
msgstr "Andmepunkti sisu"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignoreeri"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopeeri"
@@ -1853,7 +1784,7 @@ msgstr "Vali võõrvõti"
msgid "Please select the primary key or a unique key"
msgstr "Palun vali primaarvõti või unikaalne nimi"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Vali veerg, mida näidata"
@@ -1944,7 +1875,7 @@ msgstr "Genereeri"
msgid "Change Password"
msgstr "Muuda parooli"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Rohkem"
@@ -2317,13 +2248,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Viga"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL päring"
@@ -2391,7 +2322,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Kiirmuutmine"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profileerimine"
@@ -2416,154 +2347,155 @@ msgstr "%s päeva, %s tundi, %s minutit ja %s sekundit"
msgid "Missing parameter:"
msgstr "Puudulik parameeter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Algus"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Eelmine"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Järgmine"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Lõpp"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Mine "%s" andmebaasi."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Seda %s funktsionaalsust mõjutas tuntud viga, vaata %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Muuda"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktuur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Lisa"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Vaata"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Tegevused"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Sirvi oma arvutist:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Vali veebiserveri üleslaadimise kataloogist %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Valitud üleslaadimise kataloogile ei pääse ligi"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Seal pole faile, mida üles laadida"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Teosta"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Prindi"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Olemasolev seadistusfail (%s) ei ole loetav."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Seadistusfailil on valed õigused. See ei tohiks olla kõikide jaoks "
"kirjutatav!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Fondi kõrgus"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Kasvav"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Kahanev"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sorteeri"
@@ -2589,8 +2521,8 @@ msgid "Use Tables"
msgstr "Kasuta tabeleid"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Või"
@@ -2657,13 +2589,13 @@ msgstr[1] "%1$s vastet %2$s tabelis"
msgid "Delete the matches for the %s table?"
msgstr "Kustutada %s tabeli vasted?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2693,131 +2625,131 @@ msgstr "Tabelitest:"
msgid "Inside column:"
msgstr "Veerust:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Salvesta muudetud andmed"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Taasta veeru järjekord"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Alusta reaga"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Ridade hulk"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Meetod"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horisontaalselt"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horisontaalne (pööratud päised)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikaalselt"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Päised iga %s rea tagant"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sorteeri võtme alusel"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Valikud"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Osalised tekstid"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Täistekstid"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Seose võti"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Seose näitamise veerg"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Näita binaarsisu"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Näita BLOB sisu"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Näita binaarset sisu HEX-ina"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Peida veebilehitseja transformatsioon"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Rida on kustutatud"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Sulge"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2825,44 +2757,44 @@ msgstr ""
"Võib olla umbkaudne. Vaata [a@./Documentation.html#faq3_11@Documentation]KKK "
"3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "päringus"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Näitan ridu"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "kokku"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "päring kestis %01.4f sekundit"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Päringu tulemuste tegevused"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Prindi vaade (täispikkade tekstidega)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Näita diagrammi"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualiseeri GIS andmed"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Loo vaade"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Linki ei leitud"
@@ -2927,27 +2859,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Ava uus phpMyAdmini aken"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Küpsised peavad olema lubatud."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript peab olema lubatud"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Indeksit pole määratud!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksid"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Ainulaadne"
@@ -2960,6 +2892,16 @@ msgstr "Pakitud"
msgid "Cardinality"
msgstr "Hulk"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Kodeering"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2984,93 +2926,93 @@ msgstr ""
"%1$s ja %2$s indeksid tunduvad olema võrdsed ja üks neist tõenäoliselt "
"kustutatakse."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Andmebaasid"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Jälgimine"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Päästikud"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabel tundub olevat tühi!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Andmebaas tundub olevat tühi!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Päring"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Õigused"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Funktsioonid"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Sündmused"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Kujundaja"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Kasutajad"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sünkroniseeri"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binaarne logi"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Muutujad"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Märgitabelid"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Pluginad"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Mootorid"
@@ -3131,43 +3073,43 @@ msgstr "%s on keelatud selle MySQL serveri jaoks."
msgid "This MySQL server does not support the %s storage engine."
msgstr "See MySQL server ei toeta %s varundusmootorit."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "tundmatu tabeli staatus: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Lähteandmebaasi `%s` ei leitud!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Sihtandmebaasi `%s` ei leitud!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Vigane andmebaas"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Vigane tabeli nimi"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Esines viga %1$s tabeli ümbernimetamisel nimeks %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "%1$s tabeli uueks nimeks sai %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Tabeli UI eelistusi ei saanud salvestada"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3176,7 +3118,7 @@ msgstr ""
"Tabeli UI eelistuste puhastamine ebaõnnestus (vaata $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3191,16 +3133,16 @@ msgstr ""
msgid "Function"
msgstr "Funktsioon"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operaator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Väärtus"
@@ -3213,57 +3155,57 @@ msgstr "Tabeli otsing"
msgid "Edit/Insert"
msgstr "Muuda/Lisa"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Vali veerud (vähemalt üks):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Lisa otsingu tingimusi (\"WHERE\" klausel):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Ridade hulk lehe kohta"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Näitamise järjekord:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Kasuta seda veergu iga punkti nimetamiseks"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Suurim ridade hulk diagrammis"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Sirvi võõrvõtme väärtusi"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Täiendav otsingu kriteerium"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Teosta kahe erineva veergu jaoks \"päring näite alusel\" (metamärk: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Teosta \"päring näite alusel\" (metamärk: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Sirvi/Muuda punkte"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Kuidas kasutada"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3661,14 +3603,14 @@ msgstr "Tabelid"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Andmed"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Ballast"
@@ -3693,11 +3635,11 @@ msgstr "Kontrolli "%s" andmebaasi õigusi."
msgid "Check Privileges"
msgstr "Kontrolli õigusi"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Seadistuse faili lugemine ebaõnnestus"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3705,12 +3647,12 @@ msgstr ""
"See tähendab tavaliselt, et selles on süntaksi viga, palun kontrolli kõiki "
"allolevaid vigu."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Ei saanud laadida vaikimisi seadistuse faili kohast: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3718,34 +3660,34 @@ msgstr ""
"[code]$cfg['PmaAbsoluteUri'][/code] väärtus PEAB sinu seadistusfailis olema "
"määratud!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Vale serveri indeks: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Vale hostinimi %1$s serverile. Palun kontrolli oma seadistust."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Seadistuses on valitud vale autentimise meetod:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Peaksid uuendama %s %s või uuemale versioonile."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS ülekirjutamise katse"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "võimalik turvaauk"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "tuvastati arvvõti"
@@ -3776,37 +3718,37 @@ msgstr "Suletud"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Keelatud"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktuur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "andmed"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktuur ja andmed"
@@ -3927,8 +3869,8 @@ msgid "Allow users to customize this value"
msgstr "Luba kasutajatel seda väärtust muuta"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Lähtesta"
@@ -4206,7 +4148,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Suurim teostamise aeg"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Salvesta failina"
@@ -4215,7 +4157,7 @@ msgid "Character set of the file"
msgstr "Faili märgitabel"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formaat"
@@ -4228,27 +4170,25 @@ msgstr "Tihendamine"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Aseta veergude nimed esimesse ritta"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Veergusid ümbritseb"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Veerud katkestab"
@@ -4266,14 +4206,12 @@ msgstr "Eemalda veergudest CRLF märgid"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Veerud lõpetab"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Read lõpetab"
@@ -4299,7 +4237,7 @@ msgstr "Tabeli nime mall"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Loo tabeli tõmmis"
@@ -4310,8 +4248,8 @@ msgid "Include table caption"
msgstr "Lisa tabeli pealkiri"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabeli pealkiri"
@@ -4320,20 +4258,20 @@ msgid "Continued table caption"
msgstr "Jätkatud tabeli pealkiri"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Nime võti"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-tüüp"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Seosed"
@@ -4354,6 +4292,11 @@ msgstr "Kirjuta olemasolev(ad) fail(id) üle"
msgid "Remember file name template"
msgstr "Jäta meelde faili nime mall"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Lisa AUTO_INCREMENT väärtus"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Aseta tabeli ja veeru nimed alumise ja ülemise jutumärgi vahele"
@@ -4364,7 +4307,7 @@ msgid "SQL compatibility mode"
msgstr "SQL ühilduvuse meetod"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE valikud:"
@@ -4377,10 +4320,17 @@ msgid "Use delayed inserts"
msgstr "Kasuta viivitatud lisamisi"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Keela võõrvõtme kontrollid"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Lisa %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Kasuta BLOBi heksadetsimaalsena"
@@ -4394,7 +4344,7 @@ msgid "Syntax to use when inserting data"
msgstr "Andmete lisamisel kasutatav süntaks"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Loodud päringu maksimaalne pikkus"
@@ -4403,7 +4353,7 @@ msgid "Export type"
msgstr "Ekspordi tüüp"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Lisa eksport ülekandesse"
@@ -4458,7 +4408,6 @@ msgstr "Kohanda vaikimisi valikuid"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4800,14 +4749,12 @@ msgid "Partial import: allow interrupt"
msgstr "Osaline importimine: luba katkestamine"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Ära katkesta INSERT vea puhul"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Asenda tabeli andmed faili omadega"
@@ -4824,7 +4771,6 @@ msgid "Format of imported file"
msgstr "Imporditava faili formaat"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "kasuta LOCAL võtmesõna"
@@ -4834,7 +4780,7 @@ msgid "Column names in first row"
msgstr "Veeru nimed esimeses reas"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Ära impordi tühje ridu"
@@ -5930,7 +5876,7 @@ msgstr "Nõuab, et SQL valideerija oleks lubatud"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parool"
@@ -6101,14 +6047,12 @@ msgstr "Sisselogimise (signon) autentimine"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV kasutades LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6194,22 +6138,22 @@ msgstr "%s laiend on puudu. Palun kontrolli oma PHP seadistust."
msgid "possible deep recursion attack"
msgstr "võimalik tõsine rünnak"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
"Server ei vasta (või kohaliku serveri sokkel ei ole õigesti seadistatud)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Server ei vasta."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Palun kontrolli andmebaasi sisaldava kataloogi õigusi."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detailid..."
@@ -6254,24 +6198,24 @@ msgid "Create"
msgstr "Loo"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Ei oma õigusi"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Loo tabel"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nimi"
@@ -6913,7 +6857,7 @@ msgid "No data found for GIS visualization."
msgstr "GIS visualiseerimiseks andmeid ei leitud."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL tagastas tühja tulemuse (s.t nulliread)."
@@ -6961,7 +6905,7 @@ msgid "Go to view: %s"
msgstr "Mine vaatesse: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Peida"
@@ -7026,11 +6970,11 @@ msgstr ""
"Ühelt väärtuselt teisele liikumiseks kasuta TAB-klahvi või mujale "
"liikumiseks kasuta CTRL + nooled"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Näitan SQL päringut"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Lisatud rea id: %1$d"
@@ -7045,32 +6989,32 @@ msgstr "Puudub"
msgid "Convert to Kana"
msgstr "Konverdi Kana'ks"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Kohast"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Kohta"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Saada"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Lisa tabeli eesliide"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Lisa eesliide"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Kas tõesti tahad käivitada selle päringu?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Ei muudetud"
@@ -7276,7 +7220,158 @@ msgstr "phpMyAdmini dokumentatsioon"
msgid "Reload navigation frame"
msgstr "Lae navigeerimise raam uuesti"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Anna andmebaasile nimeks"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s andmebaas on kustutatud."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Kustuta andmebaas"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Kustuta andmebaas (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Ainult struktuur"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktuur ja andmed"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Ainult andmed"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopeeri andmebaas kohta"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE enne kopeerimist"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Lisa piiranguid"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Mine kopeeritud andmebaasile"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Muuda või ekspordi seoseskeemi"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Muuda tabelit, sorteeri"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(üksikult)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Liiguta tabel kohta (andmebaas.tabel):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabeli valikud"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Muuda tabeli nimeks"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Varundusmootor"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopeeri tabel kohta (andmebaas.tabel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Mine kopeeritud tabelisse"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabeli hooldus"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmendi tabel"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "%s tabel on puhastatud"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Puhasta tabel (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Kustuta andmed või tabel"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Tühjenda tabel (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Kustuta tabel (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analüüsi"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Kontrolli"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimeeri"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Loo uuesti"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Paranda"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Partitsiooni hooldus"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "%s partitsioon"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Eemalda partitsioneerimine"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Kontrolli pärinevust:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Sellel formaadil pole valikuid"
@@ -7285,7 +7380,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Ei saa ühendust: vigased sätted."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7316,50 +7411,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Failed to use Blowfish from mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Logi sisse"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Saad tühikuga eraldades sisestada hostinime/IP-aadressi ja porti."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Kasutajanimi:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parool:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Serveri valik"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Paroolita sisselogimine on seadistuses keelatud (vaata AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "%s sekundi jooksul aktiivsust polnud. Palun logi uuesti sisse"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Ei saa MySQL serverisse sisse logida"
@@ -7390,92 +7485,92 @@ msgstr "Ühtegi kehtivat autentimise võtit pole sisestatud"
msgid "Authenticating..."
msgstr "Autentimine..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Veergusid eraldab:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Veergusid ümbritseb:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Veergusid lõpetab:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Ridasid katkestab:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "NULL asendaja:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Eemalda veergudest tagasijooksu/reavahetuse sümbolid"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Exceli väljaanne:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Andmete tõmmise valikud"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Andmete tõmmistamine tabelile"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Sündmus"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definitsioon"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabeli struktuur tabelile"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Vaate struktuur"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Sise-vaate struktuur"
@@ -7492,37 +7587,37 @@ msgstr "(jätkub)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ tabeli struktuur"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Objekti loomise valikud"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Tabeli pealkiri (jätkub)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Näita võõrvõtme seoseid"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Näita kommentaare"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Näita MIME-tüüpe"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7530,33 +7625,33 @@ msgstr "Näita MIME-tüüpe"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Loomise aeg"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Serveri versioon"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP versioon"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Ekspordi tabeli nimed"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Ekspordi tabeli päised"
@@ -7568,7 +7663,7 @@ msgstr "(Koostab üksiku tabeli andmeid sisaldava raporti)"
msgid "Report title:"
msgstr "Raporti pealkiri:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7576,11 +7671,11 @@ msgstr ""
"Näita kommentaare (sisaldab teavet eksportimise ajatempli, PHP versiooni "
"ja serveri versiooni kohta)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Päise täiendav kommentaar (\\n poolitab ridu):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7588,25 +7683,25 @@ msgstr ""
"Lisa ajatempel andmebaasi loomise, viimase uuendamise ja viimase "
"kontrollimise kohta"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Andmebaasi süsteem või vanem MySQL server, et saavutada väljundi maksimaalne "
"ühilduvus:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Lisa %s käsk"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Lisa käske:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7615,39 +7710,39 @@ msgstr ""
"veeru ja tabeli nimesid eriliste sümbolitega või võtmesõnadega vormimise "
"eest)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Objekti loomise valikud"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Kärbi tabelit enne lisamist"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "INSERT käskude asemel kasuta:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED käske"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE käske"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Andmete tõmmistamiseks kasutatav funktsioon:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Andmete lisamiseks kasutatav süntaks:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7657,7 +7752,7 @@ msgstr ""
" Näide: INSERT INTO tabeli_nimi (veerg_A,veerg_B,veerg_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7666,7 +7761,7 @@ msgstr ""
"lisa mitu rida igas INSERT käsus
"
"Näide: INSERT INTO tabeli_nimi VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7674,7 +7769,7 @@ msgstr ""
"mõlemad ülal nimetatuist
Näide: INSERT INTO "
"tabeli_nimi (veerg_A,veerg_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7682,7 +7777,7 @@ msgstr ""
"mitte ükski ülal nimetatuist
Näide: INSERT "
"INTO tabeli_nimi VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7690,7 +7785,7 @@ msgstr ""
"Tõmmista binaarsed veerud heksadetsimaalsena (nt \"abc\" salvestatakse "
"kui 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7698,33 +7793,33 @@ msgstr ""
"Tõmmista TIMESTAMP veerud UTC ajana (lubab tõmmistada TIMESTAMP veergusid "
"ja kasutada neid erinevates ajavööndites asuvates serverites)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Toimingud"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funktsioonid"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Tõmmistatud tabelite piirangud"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Piirangud tabelile"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Andmete lugemisel esines viga:"
@@ -7740,8 +7835,8 @@ msgstr "Vaated"
msgid "Export contents"
msgstr "Ekspordi sisu"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7763,15 +7858,15 @@ msgstr ""
msgid "Column names: "
msgstr "Veeru nimed: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Vale parameeter CSV importimiseks: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7780,56 +7875,47 @@ msgstr ""
"Täpsustati vale veerg (%s)! Veendu, et veergude nimed on õigesti kirjutatud, "
"komadega eraldatud ja pole asetatud jutumärkide vahele."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Vale CSV sisendi formaat %d.-ndal real."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Vale veeru hulk CSV sisendis %d.-ndal real."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tabeli nimi"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Veeru nimed"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "See plugin ei toeta tihendatud importe!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki tabel"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Vale mediawiki sisendi formaat real:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Impordi protsendid õigete kümnendarvudena (nt 12.00% -> .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Impordi valuutad (nt $5.00 -> 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7837,40 +7923,40 @@ msgstr ""
"Täpsustatud XML fail oli kas valesti vormitud või lõpetamata. Palun paranda "
"see viga ja proovi uuesti."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI Shape fail"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "ESRI shape faili importimisel esines viga: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
"Üritasid importida valet faili või imporditud fail sisaldab valesid andmeid"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Spatial Extension ei toeta ESRI tüüpi \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Imporditud fail ei sisalda mitte mingeid andmeid"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL ühilduvuse meetod:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Ära kasuta nulliliste väärtuste puhul AUTO_INCREMENT"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8040,7 +8126,7 @@ msgid "Enabled"
msgstr "Lubatud"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Peamised seoste võimalused"
@@ -8112,7 +8198,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "Uuendatud seadistuse faili laadimiseks logi phpMyAdmini uuesti sisse."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "kirjeldus puudub"
@@ -8163,7 +8249,7 @@ msgstr "Alluva staatus"
msgid "Variable"
msgstr "Muutuja"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Serveri ID"
@@ -8189,8 +8275,8 @@ msgstr "Kõik kasutajad"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Kasuta tekstivälja"
@@ -8282,7 +8368,7 @@ msgstr "Detailid"
msgid "Event name"
msgstr "Sündmuse nimi"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Sündmuse tüüp"
@@ -8671,12 +8757,12 @@ msgstr "Sisu tabel"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atribuudid"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Lisaks"
@@ -8713,6 +8799,10 @@ msgstr "Vali leht"
msgid "Select Tables"
msgstr "Vali tabelid"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Veeru nimed"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Näita seoseskeemi"
@@ -8983,14 +9073,14 @@ msgstr "Piirab samaaegsete ühenduste hulka, mida kasutajal võib olla."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabelipõhised õigused"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Märkus: MySQL õigused on inglisekeelsed"
@@ -8999,12 +9089,12 @@ msgid "Administration"
msgstr "Administreerimine"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globaalsed õigused"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Andmebaasipõhised õigused"
@@ -9062,16 +9152,16 @@ msgid "Users having access to "%s""
msgstr "Kasutajad, kellel on ligipääs "%s" andmebaasile"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Kasutaja"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9080,8 +9170,8 @@ msgid "User has been added."
msgstr "Kasutaja on lisatud."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Kõik"
@@ -9097,12 +9187,12 @@ msgstr "andmebaasipõhine"
msgid "wildcard"
msgstr "metamärk"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Kasutajat ei leitud."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Muuda õigusi"
@@ -9110,103 +9200,95 @@ msgstr "Muuda õigusi"
msgid "Revoke"
msgstr "Tühista"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Ekspordi kõik"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... hoia eelmine alles."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... kustuta eelmine kasutajate tabelist."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Muuda sisselogimise teavet / Kopeeri kasutajat"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Loo uus kasutaja samade õigustega ja ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Veerupõhised õigused"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Lisa õigusi järgnevas andmebaasis"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Lisa õigusi järgnevas tabelis"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Kustuta valitud kasutajad"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Kustuta kasutajatega samanimelised andmebaasid."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Kustutavaid kasutajaid pole valitud!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Õiguste uuesti laadimine"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Valitud kasutajad on edukalt kustutatud."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Uuendasid %s õigusi."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Kõikide kasutajate õigused"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "%s õigused"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Kasutajate ülevaade"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9218,11 +9300,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Valitud kasutajat õiguste tabelist ei leitud."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Lisasid uue kasutaja."
@@ -9272,11 +9354,11 @@ msgstr "Puhasta"
msgid "Columns"
msgstr "Veerud"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Lisa see SQL päring järjehoidjasse"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Anna kõikidele kasutajatele juurdepääs sellele järjehoidjale"
@@ -9397,8 +9479,8 @@ msgstr ""
"jutumärkideta lihtsalt üksik väärtus, formaadis: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9448,13 +9530,13 @@ msgstr "Puudub"
msgid "As defined:"
msgstr "Nagu määratud:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primaarne"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Täistekst"
@@ -9467,20 +9549,15 @@ msgstr "esimene"
msgid "after %s"
msgstr "peale %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Lisa %s veerg(u)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Pead lisama vähemalt ühe veeru."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Varundusmootor"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION definitsioon"
@@ -9489,7 +9566,7 @@ msgstr "PARTITION definitsioon"
msgid "Manage your settings"
msgstr "Halda oma sätteid"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Seadistus on salvestatud"
@@ -9535,7 +9612,7 @@ msgstr "Serveri ühenduse kodeering"
msgid "Appearance Settings"
msgstr "Välimuse sätted"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Rohkem sätteid"
@@ -9714,133 +9791,133 @@ msgstr "Näita/Peida vasak menüü"
msgid "Save position"
msgstr "Salvesta asukoht"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Loo seos"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Lae uuesti"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Abi"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Nurgelised lingid"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Otselingid"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Kasuta ruudustikku"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Kõik Väikeseks/Suureks"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Lülitu väiksele/suurele"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Muuda seose ridu"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Impordi/Ekspordi koordinaadid PDF skeemile"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Loo päring"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Liiguta menüü"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Peida/Näita kõiki"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Peida/Näita tabeleid, millel puudub seos"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Tabelite hulk"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Kustuta seos"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Seose operaator"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "V.a"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "alampäring"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Muuda nimeks"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Uus nimi"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agregaat"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Aktiivsed valikud"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Leht on loodud"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Lehe loomine ebaõnnestus"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Leht"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Impordi valitud lehelt"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Ekspordi valitud lehele"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Loo leht ja ekspordi sellele"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Uue lehe nimi: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Ekspordi/Impordi skaalas"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "soovituslik"
@@ -9848,7 +9925,7 @@ msgstr "soovituslik"
msgid "Error: relation already exists."
msgstr "Viga: seos on juba olemas."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Viga: Seost ei lisatud."
@@ -9856,7 +9933,7 @@ msgstr "Viga: Seost ei lisatud."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY seos on lisatud"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Sisemine seos on loodud"
@@ -9864,11 +9941,11 @@ msgstr "Sisemine seos on loodud"
msgid "Relation deleted"
msgstr "Seos on kustutatud"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Kujundaja jaoks koordinaatide salvestamisel esines viga."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Muutused on salvestatud"
@@ -9876,47 +9953,47 @@ msgstr "Muutused on salvestatud"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Ei saanud sätteid salvestada, saadetud vorm sisaldab vigu"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Ei saanud seadistust importida"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Seadistus sisaldab mõnede väljade jaoks valet infot."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Kas tahad ülejäänud sätted importida?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Salvestatud: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Impordi failist"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Impordi veebilehitseja salvestuskohast"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Sätted imporditakse sinu veebilehitseja kohalikust salvestuskohast."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Sul pole salvestatud sätteid!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Sinu veebilehitseja ei toeta seda võimalust"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Lõimi käesoleva seadistusega"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9925,19 +10002,19 @@ msgstr ""
"Saad rakendada rohkem sätteid, kui muudad config.inc.php faili, nt kasutades "
"%sPaigaldaja skripti%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Salvesta veebilehitseja salvestuskohta"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Sätted salvestatakse sinu veebilehitseja kohalikku salvestuskohta."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Olemasolevad sätted kirjutatakse üle!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Saad lähtestada kõik sätted ja taastada need vaikimisi väärtustele."
@@ -9954,41 +10031,41 @@ msgstr "Kõik"
msgid "%s table not found or not set in %s"
msgstr "%s tabelit ei leitud või puudub kohas %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Faili pole olemas"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Vali binaarne logi, mida soovid vaadata"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Faili"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Lühenda näidatavaid päringuid"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Näita täispikkasid päringuid"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Logi nimi"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Asukoht"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Algne asukoht"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informatsioon"
@@ -10072,17 +10149,17 @@ msgstr "Litsents"
msgid "disabled"
msgstr "keelatud"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Kasutaja %s on juba olemas!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s kustutamine"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Õigused on edukalt uuesti laetud."
@@ -11854,32 +11931,32 @@ msgstr "\"%s\" järjehoidjat kasutatakse vaikimisi sirvimise päringuna."
msgid "Do you really want to execute following query?"
msgstr "Kas tõesti tahad käivitada selle päringu?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Näitan PHP koodina"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Valideeritud SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL tulemus"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Koostanud"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Probleemid `%s` tabeli indeksitega"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Nimi"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "%1$s tabel on edukalt muudetud"
@@ -11959,76 +12036,76 @@ msgstr "%1$s tabel on loodud."
msgid "View dump (schema) of table"
msgstr "Vaata tabeli tõmmist (skeemi)"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Näita GIS visualiseerimist"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Laius"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Kõrgus"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Nime veerg"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Puudub --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Ruumiline veerg"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Joonista uuesti"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Salvesta failina"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Faili nimi"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Primaarvõtme nimi peab olema \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Ei saa muuta indeksi nimeks PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Indeksi osasid pole defineeritud!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Lisa indeks"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Muuda indeksit"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeksi nimi:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" peab olema ainult primaarvõtme nimi!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indeksi tüüp:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Lisa indeksisse %s veerg(u)"
@@ -12051,253 +12128,159 @@ msgstr "%s tabel liigutati %s andmebaasi."
msgid "Table %s has been copied to %s."
msgstr "%s tabel kopeeriti %s andmebaasi."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tabeli nimi on tühi!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Muuda tabelit, sorteeri"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(üksikult)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Liiguta tabel kohta (andmebaas.tabel):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabeli valikud"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Muuda tabeli nimeks"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopeeri tabel kohta (andmebaas.tabel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Mine kopeeritud tabelisse"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabeli hooldus"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmendi tabel"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "%s tabel on puhastatud"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Puhasta tabel (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Kustuta andmed või tabel"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Tühjenda tabel (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Kustuta tabel (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Partitsiooni hooldus"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "%s partitsioon"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analüüsi"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Kontrolli"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimeeri"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Loo uuesti"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Paranda"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Eemalda partitsioneerimine"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Kontrolli pärinevust:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Tabelite näitamine"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Ruumi kasutus"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektiivne"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Rea statistika"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "staatiline"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dünaamiline"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Rea pikkus"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Rea laius"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Järgmine automaatne indeks"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Viga võõrvõtme loomisel kohas %1$s (kontrolli andmete tüüpe)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Sisemine seos"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"Sisemine seos on mittevajalik, kui vastav FOREIGN KEY seos on juba olemas."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Võõrvõtme piirang"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Ruumiline"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Erista väärtusi"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Lisa primaarvõti"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Lisa ainulaadne indeks"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Lisa SPATIAL indeks"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Lisa FULLTEXT indeks"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Puudub"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "%s veerg on kustutatud"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Primaarvõti on lisatud kohas %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Indeks on lisatud kohas %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Näita rohkem tegevusi"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Liiguta veergusid"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Veergusid saad liigutada nende lohistamisega üles ja alla."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Muuda vaadet"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Seose vaade"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Soovita tabeli struktuuri"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Lisa veerg"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Tabeli lõppu"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Tabeli algusesse"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Peale %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Loo indeks %s veergudesse"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partitsioneeritud"
@@ -12473,7 +12456,7 @@ msgstr "Sul pole siinviibimiseks piisavalt õigusi!"
msgid "The profile has been updated."
msgstr "Profiil on uuendatud."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW nimi"
@@ -13731,6 +13714,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert väärtuseks on määratud 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Ekspordi kõik"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Kõikide kasutajate õigused"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/eu.po b/po/eu.po
index 2c1d6ea63f..fb35ecfbd6 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-02 11:20+0200\n"
"Last-Translator: aitzol berasategi \n"
"Language-Team: basque \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Dena erakutsi"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"edukitzea edo zure nabigatzailearen segurtasun ezarpenak zeharkako lehioen "
"eguneratzea blokeatzeko konfiguraturik egotea."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Bilatu"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Bilatu"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Joan"
@@ -99,7 +100,7 @@ msgstr "Deskribapena"
msgid "Use this value"
msgstr "Erabili balio hau"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, fuzzy, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s datu-basea sortua izan da."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Datu-basearen iruzkina: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Taularen iruzkinak"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Zutabea"
@@ -146,11 +147,11 @@ msgstr "Zutabea"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Zutabea"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Mota"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulua"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Lehenetsia"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Esteka:"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Iruzkinak"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ez"
@@ -242,27 +243,27 @@ msgstr "Ez"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Bai"
@@ -285,89 +286,22 @@ msgstr "Dena hautatu"
msgid "Unselect All"
msgstr "Desautatu dena"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Datu-basearen izena hutsik dago!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "%s datu-basea %s-(e)ra berrizendatua izan da"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s datu-basea %2$s(e)ra kopiatua izan da."
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Datu-basea berrizendatu izen honetara"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Datu-basea kendu"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s datu-basea ezabatua izan da."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Datu-basea ezabatu (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Datu-basea kopiatu"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Egitura soilik"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Egitura eta datuak"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Datuak soilik"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "DATU-BASEA SORTU kopiatu aurretik"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s gehitu"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Gehitu AUTO_INCREMENT balioa"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Murrizketak gehitu"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Kopiatutako datu-basea hautatu"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Ordenamendua"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -376,20 +310,16 @@ msgstr ""
"Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . "
"Zergatia jakiteko egizu klik %shemen%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Aldatu edo esportatu erlazio-eskema"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Taula"
@@ -397,41 +327,41 @@ msgstr "Taula"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Errenkadak"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Tamaina"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "lanean"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Sortzea"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Azken eguneraketa"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Azken egiaztapena"
@@ -453,7 +383,7 @@ msgstr "Aldatu %serakitzaile bisualrera%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "Ez da taularik aurkitu datu-basean"
msgid "unknown"
msgstr "ezezaguna"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s taula hustu egin da"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s Ikuspegia ezabatua izan da"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s taula ezabatu egin da"
@@ -491,7 +421,7 @@ msgstr "Jarraipena aktibatuta dago."
msgid "Tracking is not active."
msgstr "Jarraipena ez dago aktibatuta."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgstr ""
"Ikuspegi honek gutxienez errenkada kopuru hau dauka. Mesedez %sdocumentation"
"%s erreferentzia egin."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Ikusipegia"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s da MySQL zerbitzarian lehenetsitako biltegiratzeko mota."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Ikurdunak:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Guztiak egiaztatu"
@@ -543,50 +473,51 @@ msgstr "Guztiak egiaztatu"
msgid "Check tables having overhead"
msgstr "Arazteko hondakinak egiaztatu"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Esportatu"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Inprimatzeko ikuspegia"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Hutsik"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Ezabatu"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Taula egiaztatu"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Taula optimizatu"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Taula konpondu"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Taula aztertu"
@@ -594,11 +525,11 @@ msgstr "Taula aztertu"
msgid "Add prefix to table"
msgstr "Gehitu aurrizkia taulari"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Taularen aurrizkia aldatu"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Taula aurrizkiarekin kopiatu"
@@ -610,20 +541,20 @@ msgstr "Datu-hiztegia"
msgid "Tracked tables"
msgstr "Taulak jarraipenarekin"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Datu-basea"
@@ -639,9 +570,9 @@ msgstr "Sortua"
msgid "Updated"
msgstr "Eguneratua"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Egoera"
@@ -649,14 +580,14 @@ msgstr "Egoera"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Ekintza"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Erakutsi"
@@ -689,7 +620,7 @@ msgstr "Egitura kaptura"
msgid "Untracked tables"
msgstr "Jarraipen gabeko taulak"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Taularen jarraipena egin"
@@ -741,7 +672,7 @@ msgstr "Esportatze mota baliogabea"
msgid "Value for the column \"%s\""
msgstr "\"%s\" zutaberako balioa"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Erabili OpenStreetMaps Oinarri geruza moduan"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -867,7 +798,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "%s laster-marka sortu da"
@@ -889,10 +820,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Zure SQL-kontsula arrakastaz burutu da"
@@ -916,7 +847,7 @@ msgstr "\"DROP DATABASE\" sententziak ezgaituta daude."
msgid "Do you really want to execute \"%s\"?"
msgstr "Benetan nahi al duzu \"%s\" exekutatzea?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Datu-base osoa SUNTSITZERA zoaz!"
@@ -960,7 +891,7 @@ msgstr "Indizea"
msgid "Edit Index"
msgstr "Editatu hurrengo lerroa"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -991,8 +922,8 @@ msgstr "Pasahitzek ez dute bat egiten!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Gehitu erabiltzailea"
@@ -1012,9 +943,9 @@ msgstr "Itxi"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1042,7 +973,7 @@ msgstr "Datu estatikoak"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Gutira"
@@ -1254,7 +1185,7 @@ msgstr "Eragiketak"
msgid "Traffic"
msgstr "Trafikoa"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1277,12 +1208,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Batez"
@@ -1470,10 +1401,10 @@ msgid "Explain output"
msgstr "SQL-a azaldu"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Denbora"
@@ -1580,10 +1511,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
#, fuzzy
msgid "Import"
msgstr "Esportatu"
@@ -1640,9 +1571,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1673,9 +1604,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Zuzena"
@@ -1728,17 +1659,17 @@ msgstr "Indizeak"
msgid "Show indexes"
msgstr "Sareta erakutsi"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Gaituta"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1817,8 +1748,8 @@ msgstr "SQL kontsulta"
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Aldatu"
@@ -1826,8 +1757,8 @@ msgstr "Aldatu"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1836,8 +1767,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Gorde"
@@ -1903,12 +1834,12 @@ msgstr "SQL emaitza"
msgid "Data point content"
msgstr "Edukinen taula"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ezikusi"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1930,7 +1861,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2024,7 +1955,7 @@ msgstr "Egilea:"
msgid "Change Password"
msgstr "Pasahitza aldatu"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2453,13 +2384,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Errorea"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL kontsulta"
@@ -2527,7 +2458,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2552,161 +2483,162 @@ msgstr "%s egun, %s ordu, %s minutu eta %s segundu"
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Hasi"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Aurrekoa"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Hurrengoa"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Amaiera"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""%s" datu-basera joan."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Egitura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Txertatu"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Arakatu"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Eragiketak"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Igoerentzat ezarri duzun direktorioa ez dago eskuragarri"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Inprimatu"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Goranzko"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Beherantz"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ordenatu"
@@ -2732,8 +2664,8 @@ msgid "Use Tables"
msgstr "Taulak erabili"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Edo"
@@ -2800,13 +2732,13 @@ msgstr[1] "%s emaitzak %s taulan"
msgid "Delete the matches for the %s table?"
msgstr "%s taulako aukeratuak ezabatu"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2836,195 +2768,195 @@ msgstr "Taulen barnean:"
msgid "Inside column:"
msgstr "Zutabearen barnean:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Gehitu/ezabatu irizpide-zutabea"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Lar"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "Errenkada kopurua orriko"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Astel"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (goiburukoak biratuta)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "bertikal"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Exekutatu aurretik aukeratutako kontsulta"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Gakoaren arabera ordenatu"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Eragiketak"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Testu partzialak"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Testu osoak"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Erlazio-eskema"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Erlazio-eskema"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Nabigatzailearen eraldaketa"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Errenkada ezabatua izan da"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Hil"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "kontsultan"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Errenkadak erakusten"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "guztira"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Kontsulta exekutatzeko denbora %01.4f seg"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Inprimatzeko ikuspena (testu osoak)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF eskema erakutsi"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Zerbitzariaren bertsioa"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Esteka aurkitugabea"
@@ -3086,29 +3018,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Puntu honetarako cookie-ek gaituta egon behar dute."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Puntu honetarako cookie-ek gaituta egon behar dute."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Ez dago indizerik definituta!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indizeak"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Bakarra"
@@ -3121,6 +3053,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Kardinalitatea"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Ordenamendua"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3144,96 +3086,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Datu-baseak"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Zerbitzaria"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Kontsulta"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Pribilegioak"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Erabiltzailea"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "Binarioa "
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Aldagaiak"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Karaktere-multzoa"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3297,51 +3239,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Datu-basean bilatu"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "Datu-basean bilatu"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "%s taula %s-(e)ra berrizendatua izan da"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3354,17 +3296,17 @@ msgstr ""
msgid "Function"
msgstr "Funtzioak"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "Eragiketak"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "balioa"
@@ -3381,61 +3323,61 @@ msgstr "Bilatu"
msgid "Edit/Insert"
msgstr "Txertatu"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Eremuak hautatu (bat gutxienez):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Bilatzeko baldintzak txertatu (\"where\" klausularen gorputza):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Errenkada kopurua orriko"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Ordena erakutsi:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL kontsulta"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "\"Adibide moduan\" kontsulta bat egin (komodina: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"Adibide moduan\" kontsulta bat egin (komodina: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3780,14 +3722,14 @@ msgstr "Taulak"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Datuak"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Arazteko hondakina"
@@ -3814,22 +3756,22 @@ msgstr ""%s" datu-basearen pribilegioak egiaztatu."
msgid "Check Privileges"
msgstr "Pribilegioak egiaztatu"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3841,34 +3783,34 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] direktibak zure konfigurazio fitxategian "
"zehaztuta behar du egon!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s %s bertsiora edo handiago batera eguneratu beharko zenuke."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3901,38 +3843,38 @@ msgstr "Itxi gabeko komatxoak"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Ezgaituta"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Egitura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4063,8 +4005,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Reset egin"
@@ -4331,7 +4273,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Bidali"
@@ -4341,7 +4283,7 @@ msgid "Character set of the file"
msgstr "Fitxategiaren karaktereen kodeketa:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formatoa"
@@ -4354,13 +4296,13 @@ msgstr "Trinkotzea"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4368,8 +4310,7 @@ msgstr "Eremuen izenak lehenengo errenkadan jarri"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4377,8 +4318,7 @@ msgstr "Eremuak honekin mugatuta:"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4398,16 +4338,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Honetan bukatutako lerroak: "
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Honetan bukatutako lerroak"
@@ -4438,7 +4376,7 @@ msgstr "Txantiloi-fitxategiaren izena"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4451,8 +4389,8 @@ msgid "Include table caption"
msgstr "Taularen epigrafea gehitu"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Taularen epigrafea"
@@ -4462,20 +4400,20 @@ msgid "Continued table caption"
msgstr "Taularen epigrafea gehitu"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-mota"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Erlazioak"
@@ -4499,6 +4437,11 @@ msgstr "Gainean idatzi aurretik badiren fitxategiak"
msgid "Remember file name template"
msgstr "Txantiloi-fitxategiaren izena"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Gehitu AUTO_INCREMENT balioa"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4511,7 +4454,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4524,10 +4467,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s gehitu"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4542,7 +4492,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4552,7 +4502,7 @@ msgid "Export type"
msgstr "Esportazio mota"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4607,7 +4557,6 @@ msgstr "Datu-basea esportatzeko aukerak"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV datuak"
@@ -4949,14 +4898,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Taularen datuak fitxategiarekin ordezkatu"
@@ -4971,7 +4918,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4983,7 +4929,7 @@ msgid "Column names in first row"
msgstr "Eremuen izenak lehenengo errenkadan jarri"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6015,7 +5961,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Pasahitza"
@@ -6175,14 +6121,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6268,21 +6212,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6329,25 +6273,25 @@ msgid "Create"
msgstr "Sortu"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Pribilegiorik gabe"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Orri berri bat sortu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Izena"
@@ -6975,7 +6919,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada)."
@@ -7024,7 +6968,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7089,11 +7033,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7110,36 +7054,36 @@ msgstr "Batez"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Osti"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Bidali"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Benetan nahi al duzu "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Aldaketarik ez"
@@ -7349,7 +7293,166 @@ msgstr "phpMyAdmin dokumentazioa"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Datu-basea berrizendatu izen honetara"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s datu-basea ezabatua izan da."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Datu-basea kendu"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Datu-basea ezabatu (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Egitura soilik"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Egitura eta datuak"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Datuak soilik"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Datu-basea kopiatu"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "DATU-BASEA SORTU kopiatu aurretik"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Murrizketak gehitu"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Kopiatutako datu-basea hautatu"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Aldatu edo esportatu erlazio-eskema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Taularen \"Order By\" aldatu"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(soilik)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Taula hona mugitu (datu-basea.taula):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Taularen hobespenak"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Taula berrizendatu izen honetara"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Taula hona kopiatu: (datu-base.taula):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Kopiatutako taulara aldatu"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Taularen mantenua"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "%s taularen cachea hustu egin da"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Taularen cachea hustu (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Taula honen datuak irauli"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Datu-baserik ez"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Aztertu"
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Txekiera"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Taula konpondu"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Taularen mantenua"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Erreferentzien integritatea egiaztatu:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7360,7 +7463,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7389,49 +7492,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Hasi saioa"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Zerbitzaria"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Erabiltzaile-izena:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Pasahitza:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Zerbitzariaren hautaketa"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Ezinezkoa MySql zerbitzarian saioa hastea"
@@ -7462,83 +7565,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Honetan bukatutako lerroak: "
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Eremuak honekin mugatuta:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Eremuak escaped by:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Honetan bukatutako lerroak: "
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL ordezkatu honen ordez:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel edizioa"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Datu-basea esportatzeko aukerak"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Taula honen datuak irauli"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Bidalita"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7547,24 +7650,24 @@ msgstr "Bidalita"
msgid "Definition"
msgstr "Deskribapena"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Taularen egitura taula honentzat"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Egitura soilik"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7581,45 +7684,45 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ taularen egitura"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Eraldaketen hobespenak"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Taularen epigrafea"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Zutabearen iruzkinak erakusten"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "MIME-mota erabilgarriak"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7627,35 +7730,35 @@ msgstr "MIME-mota erabilgarriak"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Zerbitzaria"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Sortzeko denbora"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Zerbitzariaren bertsioa"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Bertsioa"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Esportatu"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7671,146 +7774,146 @@ msgstr ""
msgid "Report title:"
msgstr "Fitxategiak inportatu"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Sententziak"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Sententziak"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Eraldaketen hobespenak"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Prozesuak"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funtzioak"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Iraulitako taulentzako murrizketak"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Taularentzako murrizketak"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7828,8 +7931,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7848,109 +7951,100 @@ msgstr ""
msgid "Column names: "
msgstr "Zutabe izenak"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Zutabe izenak"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8121,7 +8215,7 @@ msgid "Enabled"
msgstr "Gaituta"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Erlazioen ezaaugarri orokorrak"
@@ -8192,7 +8286,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Deskribapenik ez"
@@ -8242,7 +8336,7 @@ msgstr ""
msgid "Variable"
msgstr "Aldagaia"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "Zerbitzaria"
@@ -8267,8 +8361,8 @@ msgstr "Edozein erabiltzaile"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Testu-eremua erabili"
@@ -8363,7 +8457,7 @@ msgstr ""
msgid "Event name"
msgstr "Esportazio mota"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "Esportazio mota"
@@ -8794,12 +8888,12 @@ msgstr "Edukinen taula"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributuak"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8842,6 +8936,10 @@ msgstr "Taulak hautatu"
msgid "Select Tables"
msgstr "Taulak hautatu"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Zutabe izenak"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9130,14 +9228,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Taularen pribilegio espezifikoak"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude"
@@ -9146,12 +9244,12 @@ msgid "Administration"
msgstr "Kudeaketa"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Pribilegio orokorrak"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Datu-basearen pribilegio espezifikoak"
@@ -9211,16 +9309,16 @@ msgid "Users having access to "%s""
msgstr ""%s"-(e)ra sarbidea duten erabiltzaileak"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Erabiltzailea"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Baimendu"
@@ -9230,8 +9328,8 @@ msgid "User has been added."
msgstr "%s eremua ezabatu da"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Edozein"
@@ -9247,14 +9345,14 @@ msgstr "Datubasearentzat espezifikoa"
msgid "wildcard"
msgstr "komodina"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Ez da erabiltzailerik aurkitu."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Editatu Pribilegioak"
@@ -9262,27 +9360,21 @@ msgstr "Editatu Pribilegioak"
msgid "Revoke"
msgstr "Ezeztatu"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Esportatu"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... mantendu aurrekoa."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... zaharra ezabatu erabiltzaileen tauletatik."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9290,81 +9382,75 @@ msgstr ""
" ... zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu "
"pribilegioak."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Erabiltzaile berri bat sortu pribilegio berdinekin eta ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Zutabearen pribilegio espezifikoak"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Pribilegioak gehitu datu-base honetan"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Pribilegioak gehitu taula honetan"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Hautatutako erabiltzaileak baztertu"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Pribilegioak berkargatzen"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s-aren pribilegioak eguneratu dituzu."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Pribilegioak"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Pribilegioak"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Erabiltzailearen info orokorra"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9378,11 +9464,11 @@ msgstr ""
"daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s "
"beharko zenituzke."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Erabiltzaile berria gehitu duzu."
@@ -9436,11 +9522,11 @@ msgstr ""
msgid "Columns"
msgstr "Zutabe izenak"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Kontsulta hau gogokoetan gorde"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri"
@@ -9571,8 +9657,8 @@ msgstr ""
"edota alderantzikaturiko barrarik gabe, formato hau erabiliz: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indizea"
@@ -9626,13 +9712,13 @@ msgstr "Batez"
msgid "As defined:"
msgstr "Honela definitua:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Lehen mailakoa"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Testu osoa"
@@ -9646,23 +9732,18 @@ msgstr ""
msgid "after %s"
msgstr "%s(a)ren ondoren"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Gehitu %s zutabe"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Gutxienez bistaratzeko Zutabe bat hautatu duzu."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9673,7 +9754,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Erlazioen ezaaugarri orokorrak"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9719,7 +9800,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9902,159 +9983,159 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Esteka angularrak"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Txinera tradizionala"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Kontsulta bidali"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Dena erakutsi"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Erlazioen ikuspegia"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Esportatu"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "kontsultan"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Taula berrizendatu izen honetara: "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Erabiltzaile-izena"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Sortu"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Taularen hobespenak"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "%s taula ezabatu egin da"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Erabilpena"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Fitxategiak inportatu"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Indize berri bat sortu"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Erabiltzaile-izena"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10062,7 +10143,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10070,7 +10151,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Barne-erlazioak"
@@ -10080,11 +10161,11 @@ msgstr "Barne-erlazioak"
msgid "Relation deleted"
msgstr "Erlazioen ikuspegia"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Aldaketak gorde dira"
@@ -10092,68 +10173,68 @@ msgstr "Aldaketak gorde dira"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Fitxategiak inportatu"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10170,44 +10251,44 @@ msgstr "Guztiak"
msgid "%s table not found or not set in %s"
msgstr "%s taula ez da aurkitu edo ez da definitu hemen: %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "\"%s\" taula ez da existitzen!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Eremuak"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Erakutsitako kontultak moztu"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Kontsulta osoak erakutsi"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
#, fuzzy
msgid "Information"
msgstr "Saioa hasteko informazioa"
@@ -10296,17 +10377,17 @@ msgstr ""
msgid "disabled"
msgstr "Ezgaituta"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s erabiltzailea badago lehendik ere!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s ezabatzen"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Pribilegioak arrakastaz berkargatu dira."
@@ -11922,34 +12003,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Benetan nahi al duzu "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL balidatu"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL emaitza"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Egilea:"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiketa"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira."
@@ -12044,88 +12125,88 @@ msgstr "%s taula ezabatu egin da"
msgid "View dump (schema) of table"
msgstr "Ikusi taularen iraulketa (eskema)"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Gehitu/ezabatu irizpide-zutabea"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Gutira"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Bidali"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Erabiltzaile-izena"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Lehen mailako gakoaren izenak behar du izan... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Ez da indiziaren zatiak definitu!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Inprimatzeko ikuspegia"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indizearen izena :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\"-k, soilik, lehen mailako gako baten izena izan behar"
"b> du!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indize mota :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr " %s zutabe indizean gehituta"
@@ -12148,278 +12229,176 @@ msgstr "%s taula hona mugitu da: %s."
msgid "Table %s has been copied to %s."
msgstr "%s taula hona kopiatua izan da: %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Taularen izena hutsik dago!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Taularen \"Order By\" aldatu"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(soilik)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Taula hona mugitu (datu-basea.taula):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Taularen hobespenak"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Taula berrizendatu izen honetara"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Taula hona kopiatu: (datu-base.taula):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Kopiatutako taulara aldatu"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Taularen mantenua"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "%s taularen cachea hustu egin da"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Taularen cachea hustu (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Taula honen datuak irauli"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Datu-baserik ez"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Taularen mantenua"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Aztertu"
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Txekiera"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Taula konpondu"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Erreferentzien integritatea egiaztatu:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Taulak erakutsi"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Erabilitako lekua"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Eraginkorra"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Errenkadaren estatistikak"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamikoa"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Errenkadaren luzera"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Errenkadaren tamaina"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Barne-erlazioak"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "Saioaren balioa"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Batez"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "%s taula ezabatu egin da"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Lehen mailako gakoa gehitu zaio %s-(r)i"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Indize bat gehitu gehitu zaio %s-(r)i"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "PHP informazioa erakutsi"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Gehitu %s zutabe"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Inprimatzeko ikuspegia"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Erlazioen ikuspegia"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Taularen egituraren proposamena"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Gehitu %s zutabe"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Taularen amaieran"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Taularen hasieran"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s(a)ren ondoren"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Indize bat sortu %s zutabetan"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12605,7 +12584,7 @@ msgstr "Ez daukazu baimen nahikorik hemen orain egoteko!"
msgid "The profile has been updated."
msgstr "Profila eguneratua izan da."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13722,6 +13701,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Esportatu"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Pribilegioak"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/fa.po b/po/fa.po
index 31699fc055..a9cfaaa97f 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
-"PO-Revision-Date: 2012-08-03 00:13+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
+"PO-Revision-Date: 2012-08-11 04:26+0200\n"
"Last-Translator: Ashiyane Digital Security Team \n"
"Language-Team: Persian "
" \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "نمايش همه"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"اید ، یا تنظیمات امنیتی مرورگر شما طوری تنظیم شده که از به روز رسانی جلوگیری "
"می کند."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "جستجو"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "جستجو"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "تاييد"
@@ -100,7 +101,7 @@ msgstr "توضیحات"
msgid "Use this value"
msgstr "این مقدار را استفاده کنید"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "پایگاه داده %1$s ایجاد شد."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "توضيحات پایگاه داده: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "توضيحات جدول"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "ستون"
@@ -147,11 +148,11 @@ msgstr "ستون"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "ستون"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "نوع"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "خالي"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "پيشفرض"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "پيوند به"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "توضيحات"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "خير"
@@ -243,27 +244,27 @@ msgstr "خير"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "بلي"
@@ -285,88 +286,21 @@ msgstr "انتخاب همه"
msgid "Unselect All"
msgstr "عدم انتخاب همه"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "نام پایگاه داده وارد نشده است!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "پایگاه داده %1$s به %2$s تغییر نام داده شد"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "پایگاه داده %1$s در %2$s کپی شد"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "تغییر نام پایگاه داده به"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "حذف پایگاه داده"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "پايگاه داده %s حذف گرديد."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "حذف پایگاه داده"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "کپی کردن پابگاه داده به"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "فقط ساختار"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "ساختار و دادهها"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "فقط دادهها"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "پیش از کپی پایگاه داده ایجاد شود"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "افزودن %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "مقدار افزایشی خودکار اضافه شود"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "اعمال محدودیت ها"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "تعویض به پایگاه داده ی کپی شده"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "مقایسه"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شدهاست . براي پيداكردن "
"دليل آن %shere%s را بزنيد."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "ویرایش یا صدور نمای رابطه ای"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "جدول"
@@ -396,41 +326,41 @@ msgstr "جدول"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "سطرها"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "اندازه"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "در حال استفاده"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "ایجاد"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "آخرین به روز رسانی"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "آخرین بازدید"
@@ -452,7 +382,7 @@ msgstr "به %svisual builder%s بروید"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -467,17 +397,17 @@ msgstr "در پايگاه داده هيچ جدولي یافت نشد"
msgid "unknown"
msgstr "ناشناس"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "جدول %s خالی شد"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "نمای %s حذف شد"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "جدول %s حذف شد"
@@ -490,7 +420,7 @@ msgstr "پیگیری فعال می باشد."
msgid "Tracking is not active."
msgstr "پیگیری فعال نمی باشد."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -499,12 +429,12 @@ msgstr ""
"در این نما حداقل این تعداد از سطرها موجود می باشد . لطفا به %sنوشتار%s "
"مراجعه کنید ."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "نمایه"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -520,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "در این پایگاه داده(mysql) موتور پیش فرض ذخیره سازی %s میباشد ."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "موارد انتخاب شده :"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "انتخاب همه"
@@ -542,50 +472,51 @@ msgstr "انتخاب همه"
msgid "Check tables having overhead"
msgstr "جدول هایی که سربار دارند را چک کنید"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "صدور"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "نماي چاپ"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "خالي"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "حذف"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "بررسي جدول"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "بهينهسازي جدول"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "بازسازی جدول"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "انالیز جدول"
@@ -593,11 +524,11 @@ msgstr "انالیز جدول"
msgid "Add prefix to table"
msgstr "پیشوند را به جدول اضافه کنید"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "جایگزینی پیشوند جدول"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "کپی کردن جدول با پیشوند"
@@ -609,20 +540,20 @@ msgstr "دیکشنری دادهها"
msgid "Tracked tables"
msgstr "جدول های پیگیری شده"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "پايگاه داده"
@@ -638,9 +569,9 @@ msgstr "ایجاد شده"
msgid "Updated"
msgstr "به روز شده"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "وضعیت"
@@ -648,14 +579,14 @@ msgstr "وضعیت"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "عمل"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "نمايش"
@@ -688,7 +619,7 @@ msgstr "تصویر لحظه ای ساختار"
msgid "Untracked tables"
msgstr "جدول های پیگیری نشده"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "پیگیری جدول"
@@ -740,7 +671,7 @@ msgstr "نوع صدور معتبر نیست"
msgid "Value for the column \"%s\""
msgstr "مقادیر ستون \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "استفاده از OpenStreetMaps به عنوان لایه پایه"
@@ -749,7 +680,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "هندسه"
@@ -873,7 +804,7 @@ msgstr "نمی توان کاراکترها را بدون داشتن کتابخا
msgid "Could not load import plugins, please check your installation!"
msgstr "خطا در بارگزار پلاگین ها, لطفا مراحل نصب را چک کنید"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "بوک مارک %s ایجاد شده"
@@ -900,10 +831,10 @@ msgstr ""
"تواند ورود داده را تمام کند مگر اینکه شما حداکثر زمان اجرای php را افزایش "
"دهید."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "پرس و جوي SQL شما با موفقيت اجرا گرديد"
@@ -927,7 +858,7 @@ msgstr "عبارت \"DROP DATABASE\" غیر فعال است"
msgid "Do you really want to execute \"%s\"?"
msgstr "آيا مطمئن هستيد "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "شما برای حذف کامل پایگاه داده اقدام کرده اید!"
@@ -967,7 +898,7 @@ msgstr "افزودن index"
msgid "Edit Index"
msgstr "ویرایش کردن ایندکس"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "افزودن %d ستون جديد به index"
@@ -997,8 +928,8 @@ msgstr "اسم رمزها مانند هم نميباشد!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "افزودن کاربر"
@@ -1018,9 +949,9 @@ msgstr "بستن"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1046,7 +977,7 @@ msgstr "اطلاعات ثابت"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "جمع كل"
@@ -1245,7 +1176,7 @@ msgstr "سوالات"
msgid "Traffic"
msgstr "ترافیک"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "تنظیم"
@@ -1265,12 +1196,12 @@ msgstr "اضافه کردن نمودار به جدول"
msgid "Please add at least one variable to the series"
msgstr "لطفا حداقل یک مقدار به این سری اضافه نمایید"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "هیچ یک"
@@ -1451,10 +1382,10 @@ msgid "Explain output"
msgstr "شرح دادن خروجی"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "زمان"
@@ -1548,10 +1479,10 @@ msgstr ""
"ایجاد خطا در تقسیم بندی نمودار(چارت گرید) به واسطه تنظیمات غلط.باز گرداندن "
"به تنظیمات پیش فرض ..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "صدور"
@@ -1599,9 +1530,9 @@ msgstr "متغیر استفاده شده / فورمول"
msgid "Test"
msgstr "امتحان کردن"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "لغو کردن"
@@ -1629,9 +1560,9 @@ msgstr "حذف ستون"
msgid "Adding Primary Key"
msgstr "اضافه کردن کلید اولیه"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "تاييد"
@@ -1671,17 +1602,17 @@ msgstr "مخفی کردن فهرست ها"
msgid "Show indexes"
msgstr "نمایش فهرست ها"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "فعال"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1752,8 +1683,8 @@ msgstr "نمایش جعبه پرس و جو"
msgid "No rows selected"
msgstr "هیچ سطری انتخاب نشده است"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "تغيير"
@@ -1761,8 +1692,8 @@ msgstr "تغيير"
msgid "Query execution time"
msgstr "زمان اجرای پرس و جو"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d شماره ردیف معتبر نمی باشد."
@@ -1771,8 +1702,8 @@ msgstr "%d شماره ردیف معتبر نمی باشد."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "ذخيره"
@@ -1831,12 +1762,12 @@ msgstr "نتایج پرس و جو"
msgid "Data point content"
msgstr "محتوای داده ها"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "در نظر نگرفتن"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "کپی"
@@ -1856,7 +1787,7 @@ msgstr "انتخاب کلید خارجی"
msgid "Please select the primary key or a unique key"
msgstr "لطفا کلید اولیه و یا یک کلید منحصر به فرد را انتخاب کنید"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "ستون را براي نمايش انتخاب نماييد"
@@ -1950,7 +1881,7 @@ msgstr "توليد کن"
msgid "Change Password"
msgstr "تغيير اسم رمز"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "بیشتر"
@@ -2325,13 +2256,13 @@ msgstr "انگلیسی"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "خطا"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "پرس و جوي SQL"
@@ -2399,7 +2330,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "در خط"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "استفاده از پروفایل"
@@ -2424,156 +2355,157 @@ msgstr "%s روز ، %s ساعت ، %s دقیقه و %s ثانیه"
msgid "Missing parameter:"
msgstr "پارامتر یافت نشد:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "شروع"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "قبل"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "بعدی"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "انتها"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "پرش به پایگاه داده "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
"قابلیت %s به خاطر یک باگ شناخته شده تحت تاثیر قرار گرفته ایست، برای اطلاعات "
"بیشتر به %s مراجعه کنید"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "برای انتخاب کلیک کنبد"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "ساختار"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "درج"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "فهرست"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "عمليات"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "رایانه خود را مشاهده نمایید:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "انتخاب از مسیر آپلود در سرور %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "پوشهاي را كه براي انتقال فايل انتخاب كردهايد قابل دسترسي نيست"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "فایلی برای آپلود موجود نیست"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "اجرا"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "چاپ"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "فایل تنظیمات فعلی (%s) قابل خواندن نیست."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr "تنظمیات دسترسی اشتباه در فایل تنظیمات ، نباید قابل نوشتن جهانی باشد!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "اندازه فونت"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "صعودي"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "نزولي"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "ترتيب"
@@ -2599,8 +2531,8 @@ msgid "Use Tables"
msgstr "بكارگيري جدولها"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "يا"
@@ -2665,13 +2597,13 @@ msgstr[1] "%1$s همتا در %2$s"
msgid "Delete the matches for the %s table?"
msgstr "داده های همتا در جدول %s حذف شوند؟"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2701,189 +2633,189 @@ msgstr "درجدول های:"
msgid "Inside column:"
msgstr "در ستونها:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "اضافه يا حذف ستونها"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "شنبه"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "تعداد سطرها در هر صفحه"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "دوشنبه"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "افقي"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "عمودي"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "عمليات"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
msgid "Partial texts"
msgstr "متغییر"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "كاملا متن"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
msgid "Hide browser transformation"
msgstr "اطلاعات ورود"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "سطر حذف گرديد"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "از کار انداختن"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "داخل کوئری"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "جمع كل"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display chart"
msgstr "نمايش توضيحات ستون"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "نسخه سرور"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "پيوند پيدا نشد"
@@ -2907,7 +2839,7 @@ msgstr ""
#: libraries/File.class.php:279
msgid "The uploaded file was only partially uploaded."
-msgstr ""
+msgstr "فایل آپلود شده کاملا آپلود نشده."
#: libraries/File.class.php:282
msgid "Missing a temporary folder."
@@ -2933,7 +2865,7 @@ msgstr ""
#: libraries/File.class.php:485
msgid "Error while moving uploaded file."
-msgstr ""
+msgstr "خطا در موقع جابجا کردن فایل آپلود شده."
#: libraries/File.class.php:493
msgid "Cannot read (moved) upload file."
@@ -2945,27 +2877,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "از اینجا نیاز به فعال سازی کوکی ها دارید."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "هيچ فهرستي تعريفنشدهاست!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "فهرستها"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "يكتا"
@@ -2978,6 +2910,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "مقایسه"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3000,97 +2942,97 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "پايگاههاي داده"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "سرور"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "پرس و جو"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "امتيازات"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "رویدادها"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "طرّاح"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "كاربر"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "دودويي"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
#, fuzzy
msgid "Variables"
msgstr "متغییر"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "موتور"
@@ -3117,11 +3059,11 @@ msgstr[1] ""
#: libraries/PDF.class.php:88
msgid "Error while creating PDF:"
-msgstr ""
+msgstr " PDF خطا در موقع درست کردن "
#: libraries/RecentTable.class.php:112
msgid "Could not save recent table"
-msgstr ""
+msgstr "جدول اخیر ذخیره نشد"
#: libraries/RecentTable.class.php:147
msgid "Recent tables"
@@ -3129,7 +3071,7 @@ msgstr "جدول های اخیر"
#: libraries/RecentTable.class.php:154
msgid "There are no recent tables"
-msgstr ""
+msgstr "جدول های اخیری وجود ندارد."
#: libraries/StorageEngine.class.php:214
msgid ""
@@ -3151,44 +3093,44 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
-msgstr ""
+msgstr " :وضعیت جدول ناشناس"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "جستجو در پايگاهداده"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "جستجو در پايگاهداده"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
-msgstr ""
+msgstr " پایگاه داده نامعتبر "
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "جدول %s به %s تغيير نام دادهشد"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "تنظیمات UI جدول قابل ذخیره سازی نیست"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3197,7 +3139,7 @@ msgstr ""
"پاک سازی تنظیمات UI جداول موفقیت آمیز نبود(به $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s مراجعه کنید)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3212,17 +3154,17 @@ msgstr ""
msgid "Function"
msgstr "تابع"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "عمليات"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "مقدار"
@@ -3239,61 +3181,61 @@ msgstr "جستجو"
msgid "Edit/Insert"
msgstr "درج"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "ستونها را انتخاب نماييد (حداقل يكي)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "افزودن شرايط جستجو (بدنه شرط \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "تعداد سطرها در هر صفحه"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "ترتيب نمايش:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "پرس و جوي SQL"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "انجام يك \"پرس و جو با نمونه\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "انجام يك \"پرس و جو با نمونه\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3637,14 +3579,14 @@ msgstr "جدولها"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "داده"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "بار بیش از حد"
@@ -3669,57 +3611,57 @@ msgstr "تنظیمات دسترسی به پایگاه داده "%s" ر
msgid "Check Privileges"
msgstr "چک سطح دسترسی"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "در خواندن فایل تنظیمات ناموفق بود"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
"معمولا به معنی وجود خطا می باشد، لطفا خطاهای نمایش داده شده زیر را چک کنید."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "فایل تنظیمات اولیه را نمی توان بارگیری نمود: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "ایندکس غلط در سرور : %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"نام هاست برای سرور %1$s اشتباه است. لطفا تنظیمات خود را بازبینی نمایید."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "روش احراز هویت در تنظیمات صحیح نمی باشد:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "شما باید به %s %s یا جدیدتر به روز شوید."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "احتمال وجود exploit"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "کلید عددی یافت شد"
@@ -3750,37 +3692,37 @@ msgstr "بسته شده"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "غيرفعال"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "ساختار"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "اطلاعات"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "ساختار و دادهها"
@@ -3901,8 +3843,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "پاک سازی"
@@ -4158,7 +4100,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "ذخيره به صورت پرونده"
@@ -4167,7 +4109,7 @@ msgid "Character set of the file"
msgstr "مجموعه كاراكترهاي پرونده"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "قالب"
@@ -4180,27 +4122,25 @@ msgstr "فشردهسازي"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "قراردادن نام ستونها در اولين سطر"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "ستونهاي درميانگرفته با"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "ستونهاي جداشده با"
@@ -4218,14 +4158,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "ستون های از بین رفته به وسیله"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "خطوط منتهي به"
@@ -4251,7 +4189,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "بیرون کشیدن جدول"
@@ -4262,8 +4200,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4272,20 +4210,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "رابطه ها"
@@ -4306,6 +4244,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "مقدار افزایشی خودکار اضافه شود"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "قراردادن نام جدولها و ستونها بين علامت نقلقول"
@@ -4316,7 +4259,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4329,10 +4272,17 @@ msgid "Use delayed inserts"
msgstr "از ورودی با تاخیر استفاده نمایید"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "افزودن %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4346,7 +4296,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4355,7 +4305,7 @@ msgid "Export type"
msgstr "نوع صدور"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4408,7 +4358,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "دادههاي CSV"
@@ -4733,14 +4682,12 @@ msgid "Partial import: allow interrupt"
msgstr "ورودی جزئی : اجازه توقف دادن"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "آیا درج خطا بینتیجه بوده"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "جايگزيني دادههاي جدول با پرونده"
@@ -4757,7 +4704,6 @@ msgid "Format of imported file"
msgstr "فرمت فایل های مهم"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "استفاده از کلید واژه های محلی"
@@ -4767,7 +4713,7 @@ msgid "Column names in first row"
msgstr " نام ستونها در اولين سطر"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "ردیف خالی وارد کنید"
@@ -5761,7 +5707,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "اسم رمز"
@@ -5916,14 +5862,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6009,21 +5953,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6068,24 +6012,24 @@ msgid "Create"
msgstr "ساختن"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "امتيازات"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "ساختن جدول"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "اسم"
@@ -6694,7 +6638,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL يك نتيجه خالي داد. (مثلا 0 سطر)."
@@ -6743,7 +6687,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "پنهان کردن"
@@ -6806,11 +6750,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6827,36 +6771,36 @@ msgstr "خير"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "جمعه"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "ارسال"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "آيا مطمئن هستيد "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -7065,7 +7009,164 @@ msgstr "مستندات phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "تغییر نام پایگاه داده به"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "پايگاه داده %s حذف گرديد."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "حذف پایگاه داده"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "حذف پایگاه داده"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "فقط ساختار"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "ساختار و دادهها"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "فقط دادهها"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "کپی کردن پابگاه داده به"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "پیش از کپی پایگاه داده ایجاد شود"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "اعمال محدودیت ها"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "تعویض به پایگاه داده ی کپی شده"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "ویرایش یا صدور نمای رابطه ای"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "تغيير جدول مرتب شده با"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(تنها)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "انتقال جدول به (پايگاه داده.جدول):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "بازناميدن جدول به"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "كپي كردن جدول به (پايگاه داده.جدول):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "نگهداشت جدول"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, fuzzy, php-format
+msgid "Table %s has been flushed"
+msgstr "جدول %s حذف گرديد"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "حذف دادههاي جدول"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "No databases"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "تعمیر"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "نگهداشت جدول"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7074,7 +7175,7 @@ msgid "Cannot connect: invalid settings."
msgstr "خطا در اتصال : تنظیمات اشتباه می باشد."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7104,52 +7205,52 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "در استفاده از Blowfish از mcrypt موفق نشد!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "ورود"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"شما می توانید آدرس hostname/IP و پورت را با استفاده از فاصله بین آنها وارد "
"نمایید."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "سرور:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "نام كاربر:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "اسم رمز:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "انتخاب سرور"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"ورود بدون رمز عبور ممنوع می باشد(به قسمت AllowNoPassword مراجعه نمایید )"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "در %s گذشته هیچ فعالیتی نداشته اید؛ لطفا دوباره وارد شوید"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "ورود به MySQL server ناموفق بود"
@@ -7180,78 +7281,78 @@ msgstr "کلید ورود معتبری داده نشده است"
msgid "Authenticating..."
msgstr "در حال ورود..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "خطوط منتهي به"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "ستونهاي درميانگرفته با"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "ستونهاي جداشده با"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "خطوط منتهي به"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "آمار پايگاههاي داده"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "حذف دادههاي جدول"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "رویداد"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7260,24 +7361,24 @@ msgstr "رویداد"
msgid "Definition"
msgstr "توضیحات"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "فقط ساختار"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7296,42 +7397,42 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "فقط ساختار"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
msgid "Table caption (continued)"
msgstr "توضيحات جدول"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "نمايش توضيحات ستون"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Display Features"
msgid "Display MIME types"
msgstr "نمايش خصوصيات"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7339,35 +7440,35 @@ msgstr "نمايش خصوصيات"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "ميزبان"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "زمان توليد"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "نسخه سرور"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "نسخه PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "صدور"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export"
msgid "Export table headers"
@@ -7382,144 +7483,144 @@ msgstr ""
msgid "Report title:"
msgstr "No tables"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "شرج"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "شرج"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
msgid "Data creation options"
msgstr "آمار پايگاههاي داده"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "تابع"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7537,8 +7638,8 @@ msgstr "نمایش"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7557,109 +7658,100 @@ msgstr ""
msgid "Column names: "
msgstr "نام ستونها"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "نام ستونها"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7779,7 +7871,7 @@ msgid "Enabled"
msgstr "فعال"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7848,7 +7940,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "no Description"
@@ -7898,7 +7990,7 @@ msgstr ""
msgid "Variable"
msgstr "متغییر"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "سرور"
@@ -7923,8 +8015,8 @@ msgstr "همه كاربران"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8018,7 +8110,7 @@ msgstr ""
msgid "Event name"
msgstr "نام كاربر"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8430,12 +8522,12 @@ msgstr "توضيحات جدول"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "ويژگيها"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "اضافي"
@@ -8477,6 +8569,10 @@ msgstr "Select Tables"
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "نام ستونها"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Display PDF schema"
@@ -8745,14 +8841,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "نكته : نام امتيازات MySQL به زبان انگليسي بيان ميشود"
@@ -8761,12 +8857,12 @@ msgid "Administration"
msgstr "مدیریت"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8825,16 +8921,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "كاربر"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
#, fuzzy
msgid "Grant"
msgstr "چاپ"
@@ -8846,8 +8942,8 @@ msgid "User has been added."
msgstr "نمای %s حذف گرديد."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "همه"
@@ -8863,14 +8959,14 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "هيچ كاربري وچود ندارد."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "ويرايش امتيازات"
@@ -8878,103 +8974,91 @@ msgstr "ويرايش امتيازات"
msgid "Revoke"
msgstr "ابطال"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "صدور"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "امتيازات %s به هنگام گرديد."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "امتيازات"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "امتيازات"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8983,11 +9067,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "شما يك كاربر جديد اضافه كرديد."
@@ -9042,11 +9126,11 @@ msgstr "تقویم"
msgid "Columns"
msgstr "نام ستونها"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9160,8 +9244,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "فهرست"
@@ -9215,13 +9299,13 @@ msgstr "خير"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "اصلي"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "كاملا متن"
@@ -9235,22 +9319,17 @@ msgstr ""
msgid "after %s"
msgstr "بعد از %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "افزودن ستون جديد"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9259,7 +9338,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9303,7 +9382,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9480,135 +9559,135 @@ msgstr "نمایش/پنهان منوی سمت چپ"
msgid "Save position"
msgstr "ذخیره موقعیت"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "ایجاد ارتباط"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "بارگذاری مجدد"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "راهنما"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "لینک های زاویه ای"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "لینک های مستقیم"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "کوچک/بزرگ کردن همه"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "تعویض کوچک/بزرگ"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "تعویض خطوط رابط"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "وارد/صدور مختصات برای طرح های PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "ایجاد کوئری"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "حرکت دادن منو"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "پنهان/نمايش همه"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "پنهان کردن/نمایش جدول های بدون رابطه"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "تعداد جدول ها"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "حذف رابطه"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "عملگر رابطه"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "به جز"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "کوئری داخلی"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "تغییر نام به"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "نام جدید"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "مجموع"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "گزینه های فعال"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "صفحه مورد نظر ایجاد گردید"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "ایجاد صفحه ممکن نیست"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "صفحه"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "وادر کردن اطلاعات به صفحه انتخاب شده"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "صدور اطلاعات به صفحه انتخاب شده"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "ایجاد صفحه و صدور اطلاعات به آن"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "نام صفحه جدید : "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "صدور / وارد کردن اطلاعات برای مقیاس"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "پیشنهاد شده"
@@ -9616,7 +9695,7 @@ msgstr "پیشنهاد شده"
msgid "Error: relation already exists."
msgstr "خطا : رابطه قبلا ایجاد شده است."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "خطا : رابطه اضافه نشده است ."
@@ -9624,7 +9703,7 @@ msgstr "خطا : رابطه اضافه نشده است ."
msgid "FOREIGN KEY relation added"
msgstr "رابطه کلید خارجی اضافه شد"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "ارتباط داخلی افزوده شد"
@@ -9632,11 +9711,11 @@ msgstr "ارتباط داخلی افزوده شد"
msgid "Relation deleted"
msgstr "رابطه حذف شد"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "خطای ذخیره مختصات برای طراح."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "اصلاحات ذخيره گرديد"
@@ -9644,47 +9723,47 @@ msgstr "اصلاحات ذخيره گرديد"
msgid "Cannot save settings, submitted form contains errors"
msgstr "امکان ذخیره تنظیمات وجود ندارد, فرم ارسال شده شامل خطا میباشد"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "امکان وارد کردن اطلاعات پیکربندی وجود ندارد"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "اطلاعات پیکربندی شامل اطلاعات اشتباهی از بعضی فیلدهاست."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "آیا میخواهید تنظیمات باقی مانده را وارد کنید؟"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "ذخیره شده در: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "وارد کردن اطلاعات از طریق فایل"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "وارد کردن اطلاعات از طریق حافظه مرورگر"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "تنظیمات از طریق حافظه مرورگر وارد خواهد شد ."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "شما تنظیمات ذخیره شده ای ندارید!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "این قابلیت توسط مرورگر وب شما پشتیبانی نمی شود"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "ادغام با پیکربندی فعلی"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9693,19 +9772,19 @@ msgstr ""
"شما میتوانید تنظیمات بیشتری را از طریق config.inc.php , به طور مثال. با "
"استفاده از %sSetup script%s ثبت کنید."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "ذخیره کردن در حافظه مرورگر"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "تنظیمات در حافظه مرورگر ذخیره خواهد شد."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "تنظیمات قبلی بازنویسی شدند!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "شما میتوانید تنظیمات خود را به حالت پیش فرض بازگردانید."
@@ -9722,41 +9801,41 @@ msgstr "همه"
msgid "%s table not found or not set in %s"
msgstr "جدول %s وجود ندارد و يا در %s تنظيم نشدهاست"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "فایل وجود ندارد"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "سابقه بانری را برای مشاهده انتخاب کنید"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "فایل ها"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "پاک کردن کوئری های نمایش داده شده"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "نمایش کامل کوئری"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "نام سابقه"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "موقعیت"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "موقعیت اصلی"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "اطلاعات"
@@ -9840,17 +9919,17 @@ msgstr "اعتبار"
msgid "disabled"
msgstr "غيرفعال"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "در حال پاک کردن %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11455,34 +11534,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "آيا مطمئن هستيد "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "معتبرسازي SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "نتيجه SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "توليدشده توسط"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11578,87 +11657,87 @@ msgstr "جدول %s حذف گرديد"
msgid "View dump (schema) of table"
msgstr "نمايش الگوي جدول"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "اضافه يا حذف ستونها"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "جمع كل"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "ذخيره به صورت پرونده"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "نام كاربر"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "نام كليد اصلي بايد PRIMARY باشد !"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "بازناميدن فهرست به PRIMARY مقدور نميباشد!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
#, fuzzy
msgid "No index parts defined!"
msgstr "هيچ فهرستي تعريفنشدهاست!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "نماي چاپ"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "اسم فهرست :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(فقط و فقط بايد \"PRIMARY\" نام يك كليد اصلي باشد!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "نوع فهرست :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, fuzzy, php-format
msgid "Add to index %s column(s)"
msgstr "ساخت يك فهرست در %s ستون"
@@ -11681,273 +11760,173 @@ msgstr "جدول %s به %s انتقال دادهشد."
msgid "Table %s has been copied to %s."
msgstr "جدول %s به %s كپي شد."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "نام جدول وارد نشدهاست !"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "تغيير جدول مرتب شده با"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(تنها)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "انتقال جدول به (پايگاه داده.جدول):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "بازناميدن جدول به"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "كپي كردن جدول به (پايگاه داده.جدول):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "نگهداشت جدول"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, fuzzy, php-format
-msgid "Table %s has been flushed"
-msgstr "جدول %s حذف گرديد"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "حذف دادههاي جدول"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "No databases"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "نگهداشت جدول"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "تعمیر"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "نمايش جدولها"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "فضاي استفادهشده"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "موثر"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "آمار سطرها"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "پويا"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "طول سطر"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "اندازه سطر"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
msgid "Internal relation"
msgstr "اروپای غربی"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "این مقدار را استفاده کنید"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "خير"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "جدول %s حذف گرديد"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "يك كليد اصلي در %s اضافه شد"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "يك فهرست در %s اضافه گرديد"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "نمايش اطلاعات PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "افزودن ستون جديد"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "نماي چاپ"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "پيشنهاد ساختار جدول"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "افزودن ستون جديد"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "در انتهاي جدول"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "در ابتداي جدول"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "بعد از %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "ساخت يك فهرست در %s ستون"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12130,7 +12109,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr "تنظيمات به هنگام گرديد."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13245,6 +13224,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "مقدار concurrent_insert صفر میباشد"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "صدور"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "امتيازات"
+
#~ msgid "rows"
#~ msgstr "مشاهده"
diff --git a/po/fi.po b/po/fi.po
index 2b52f3f6f3..e7a2c31bd2 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-24 00:18+0200\n"
"Last-Translator: Jukka Penttinen \n"
"Language-Team: finnish \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Näytä kaikki"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"isäntäikkuna on suljettu tai että selaimen tietoturva-asetukset estävät "
"ikkunoiden väliset päivitystoiminnot."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Etsi"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Etsi"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Suorita"
@@ -99,7 +100,7 @@ msgstr "Kuvaus"
msgid "Use this value"
msgstr "Käytä tätä arvoa"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Tietokanta %1$s on luotu."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Tietokannan kommentti: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Taulun kommentit"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Sarake"
@@ -146,11 +147,11 @@ msgstr "Sarake"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Sarake"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tyyppi"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Tyhjä"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Oletusarvo"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Viittaa sarakkeeseen"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Kommentit"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ei"
@@ -242,27 +243,27 @@ msgstr "Ei"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Kyllä"
@@ -284,88 +285,21 @@ msgstr "Valitse kaikki"
msgid "Unselect All"
msgstr "Poista valinta kaikista"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Tietokannan nimi on tyhjä!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Tietokannan %1$s nimi on nyt %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Tietokanta %1$s on kopioitu tietokantaan %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Muuta tietokannan nimeksi"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Tuhoa tietokanta"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Tietokanta %s on poistettu."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Tuhoa tietokanta (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Luo tietokannasta toinen tietokanta nimellä"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Vain rakenne"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Rakenne ja tiedot"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Vain tiedot"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Suorita CREATE DATABASE ennen kopiointia"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Lisää %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Lisää AUTO_INCREMENT-arvo"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Lisää rajoitteet"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Siirry kopioituun tietokantaan"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Aakkosjärjestys"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"phpMyAdminin asetusmuisti on poistettu käytöstä. Katso %slisätietoja%s, "
"mistä tämä johtuu."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Relaatioskeeman muokkaus tai vienti"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Taulu"
@@ -395,41 +325,41 @@ msgstr "Taulu"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Kpl rivejä"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Koko"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "käytössä"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Luotu"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Viimeksi päivitetty"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Viimeksi tarkistettu"
@@ -451,7 +381,7 @@ msgstr "Vaihda %svisuaaliseen muokkaimeen%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -466,17 +396,17 @@ msgstr "Tietokannassa ei ole tauluja"
msgid "unknown"
msgstr "tuntematon"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Taulu %s on tyhjennetty"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Näkymä %s on poistettu"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Taulu %s on poistettu"
@@ -489,7 +419,7 @@ msgstr "Seuranta on käytössä."
msgid "Tracking is not active."
msgstr "Seuranta ei ole käytössä."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +428,12 @@ msgstr ""
"Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja "
"%sohjeista%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Näkymä"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s on tämän MySQL-palvelimen oletustallennusmoottori."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Valitut:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Valitse kaikki"
@@ -541,50 +471,51 @@ msgstr "Valitse kaikki"
msgid "Check tables having overhead"
msgstr "Valitse taulut, joissa on ylijäämää"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Vienti"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Tulostusversio"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Tyhjennä"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Tuhoa"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Tarkista taulu"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimoi taulu"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Korjaa taulu"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analysoi taulu"
@@ -592,11 +523,11 @@ msgstr "Analysoi taulu"
msgid "Add prefix to table"
msgstr "Lisää etuliite tauluun"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Korvaa taulun etuliite"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopioi taulun etuliite"
@@ -608,20 +539,20 @@ msgstr "Tietosanasto"
msgid "Tracked tables"
msgstr "Seurattavat taulut"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Tietokanta"
@@ -637,9 +568,9 @@ msgstr "Luotu"
msgid "Updated"
msgstr "Päivitetty"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Tila"
@@ -647,14 +578,14 @@ msgstr "Tila"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Toiminnot"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Näytä"
@@ -687,7 +618,7 @@ msgstr "Rakenteen kuvaus"
msgid "Untracked tables"
msgstr "Seuraamattomat taulut"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Seuraa taulua"
@@ -739,7 +670,7 @@ msgstr "Virheellinen vientitapa"
msgid "Value for the column \"%s\""
msgstr "Arvo sarakkeelle %s"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Käytä perustasossa OpenStreetMaps-karttaa"
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -872,7 +803,7 @@ msgstr "Tiedoston merkistöä ei voida muuttaa ilman merkistökirjastoa"
msgid "Could not load import plugins, please check your installation!"
msgstr "Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asetukset!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Kirjanmerkki %s luotu"
@@ -899,10 +830,10 @@ msgstr ""
"tarkoittaa yleensä sitä, että phpMyAdmin ei voi ajaa tätä tuontia loppuun "
"asti ellei PHP:n suoritusaikarajaa nosteta."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL-kyselyn suoritus onnistui"
@@ -924,7 +855,7 @@ msgstr "\"DROP DATABASE\" -kyselyjen käyttö on estetty."
msgid "Do you really want to execute \"%s\"?"
msgstr "Haluatko varmasti suorittaa \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!"
@@ -964,7 +895,7 @@ msgstr "Lisää indeksi"
msgid "Edit Index"
msgstr "Muokkaa indeksiä"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Lisää indeksiin %d kolumni(a)"
@@ -994,8 +925,8 @@ msgstr "Salasanat eivät ole samat!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Lisää käyttäjä"
@@ -1015,9 +946,9 @@ msgstr "Sulje"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1043,7 +974,7 @@ msgstr "Staattinen data"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Yhteensä"
@@ -1243,7 +1174,7 @@ msgstr "Kysymykset"
msgid "Traffic"
msgstr "Liikenne"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Asetukset"
@@ -1263,12 +1194,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Ei mitään"
@@ -1451,10 +1382,10 @@ msgid "Explain output"
msgstr "Selitä SQL-kysely"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Aika"
@@ -1549,10 +1480,10 @@ msgstr ""
"Kaavioruudukon luonti ei onnistunut tuoduilla määrityksillä. Käytetään "
"oletusmäärityksiä."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Tuonti"
@@ -1600,9 +1531,9 @@ msgstr "Käytetty muuttuja / kaava"
msgid "Test"
msgstr "Testaa"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Peruuta"
@@ -1630,9 +1561,9 @@ msgstr "Sarakkeen poisto"
msgid "Adding Primary Key"
msgstr "Pääavaimen lisäys"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1672,15 +1603,15 @@ msgstr "Piilota indeksit"
msgid "Show indexes"
msgstr "Näytä indeksit"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Viiteavaimen tarkastus:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Päällä)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Pois päältä)"
@@ -1748,8 +1679,8 @@ msgstr "Näytä kyselykenttä"
msgid "No rows selected"
msgstr "Ei yhtään riviä valittu"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Muokkaa"
@@ -1757,8 +1688,8 @@ msgstr "Muokkaa"
msgid "Query execution time"
msgstr "Kyselyn suoritusaika"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d on virheellinen rivinumero."
@@ -1767,8 +1698,8 @@ msgstr "%d on virheellinen rivinumero."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Tallenna"
@@ -1824,12 +1755,12 @@ msgstr "Kyselyn tulokset"
msgid "Data point content"
msgstr "Tietopisteen sisältö"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Älä huomioi"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopioi"
@@ -1849,7 +1780,7 @@ msgstr "Valitse liiteavain"
msgid "Please select the primary key or a unique key"
msgstr "Valitse perusavain tai uniikki avain"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Valitse näytettävä sarake"
@@ -1941,7 +1872,7 @@ msgstr "Keksi"
msgid "Change Password"
msgstr "Vaihda salasana"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Lisää"
@@ -2317,13 +2248,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Virhe"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-kysely"
@@ -2391,7 +2322,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Muokkaus"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilointi"
@@ -2416,154 +2347,155 @@ msgstr "%s päivää, %s tuntia, %s minuuttia ja %s sekuntia"
msgid "Missing parameter:"
msgstr "Puuttuva parametri:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Aloitus"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Edellinen sivu"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Seuraava sivu"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Viimeinen sivu"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Siirry tietokantaan "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Toimintoon %s vaikuttaa tunnettu vika, katso %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Vaihda painamalla"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Rakenne"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Lisää rivi"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Selaa"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Toiminnot"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Selaa tietokonettasi:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Valitse verkkopalvelimen lähetyskansiosta %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Tiedostojen lähetykseen valittua hakemistoa ei voida käyttää"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Lähetettäviä tiedostoja ei ole"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Suorita"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Tulosta"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Olemassa oleva asetustiedosto (%s) ei ole luettavissa."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Väärät pääsyasetukset asetustiedostolla, sen ei kuuluisi olla kaikkien "
"kirjoitettavissa!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Fonttikoko"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Nouseva"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Laskeva"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Järjestä"
@@ -2589,8 +2521,8 @@ msgid "Use Tables"
msgstr "Käytä tauluja"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Tai"
@@ -2657,13 +2589,13 @@ msgstr[1] "%1$s hakutulosta taulussa %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Poista taulusta %s löytyneet tulokset?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2693,175 +2625,175 @@ msgstr "Tauluissa:"
msgid "Inside column:"
msgstr "Sarakkeen sisällä:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Tallenna muokatut tiedot"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Palauta sarakkeiden järjestys"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Aloitusrivi"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Rivien määrä"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Tila"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vaakatasossa"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vaakatasossa (kierretyt otsikot)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "pystysuorassa"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Otsikot joka %s rivi"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Lajittele avaimen mukaan"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Valinnat"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Osittaiset tekstit"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Koko tekstit"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relaatioavain"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Relaationäyttökenttä"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Näytä binäärisisältö"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Näytä BLOB-sisältö"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Näytä binaarisisältö heksamuodossa"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "piilota webselaimen muunnos"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Rivi on poistettu"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Lopeta"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Saattaa olla summittainen. Katso FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "lauseessa"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Näkyvillä rivit"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "yhteensä"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Kysely kesti %01.4f s."
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Kyselytulosten toimenpiteet"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Tulostusversio (kokonaisin tekstein)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Näytä kaavio"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Luo näkymä"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Linkkiä ei löydy"
@@ -2927,27 +2859,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Avaa uusi phpMyAdmin-ikkuna"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Selaimessa on oltava evästeet päällä tästä lähtien."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javaskripti on oltava päällä tämän jälkeen"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Indeksiä ei ole määritelty!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksit"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Uniikki"
@@ -2960,6 +2892,16 @@ msgstr "Pakattu"
msgid "Cardinality"
msgstr "Kardinaliteetti"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Aakkosjärjestys"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2984,93 +2926,93 @@ msgstr ""
"Indeksit %1$s ja %2$s ovat ehkä samoja, ja niistä jompikumpi kannattanee "
"poistaa."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Tietokannat"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Palvelin"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Seuranta"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Herättimet"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Taulu on tyhjä!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Tietokanta on tyhjä!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Haku"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Käyttöoikeudet"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutiinit"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Tapahtumat"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Suunnittelija"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Käyttäjät"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Yhtenäistä"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binääriloki"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Muuttujat"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Merkistöt"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Liitännäiset"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Moottorit"
@@ -3132,43 +3074,43 @@ msgstr "%s ei ole käytettävissä tällä MySQL-palvelimella."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Tämä MySQL-palvelin ei tue %s-tallennusmoottoria."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "tuntematon taulun tila: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Lähdetietokanta '%s' ei löytynyt!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Kohde tietokantaa '%s' ei löydy!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Virheellinen tietokanta"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Virheellinen taulun nimi"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Virhe annettaessa taululle %1$s nimeä %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Taulu %1$s on nimeltään %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Taulun käyttöliittymäasetuksia ei voitu tallentaa"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3177,7 +3119,7 @@ msgstr ""
"Taulun käyttöliittymäasetuksia ei voitu siivota (katso $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3193,16 +3135,16 @@ msgstr ""
msgid "Function"
msgstr "Funktio"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operaattori"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Arvo"
@@ -3215,57 +3157,57 @@ msgstr "Taulu haku"
msgid "Edit/Insert"
msgstr "Muokkaa/lisää"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Valitse sarakkeet (vähintään yksi):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Lisää hakuehtoja (\"WHERE\"-lauseen sisältö):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Rivejä sivulla"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Lajittelujärjestys:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Tulostettavien rivien enimmäismäärä"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Selaa viitearvoja"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Tarkempi haku"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Suorita mallin mukainen kysely (jokerimerkki: \"%\") kahteen eri sarakkeeseen"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Suorita mallin mukainen kysely (jokerimerkki: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Kuinka käytetään"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Palauta zoomaus"
@@ -3621,14 +3563,14 @@ msgstr "Taulut"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Tietoa"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Ylijäämä"
@@ -3653,11 +3595,11 @@ msgstr "Hallitse tietokannan "%s" käyttöoikeuksia."
msgid "Check Privileges"
msgstr "Hallitse käyttöoikeuksia"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Asetustiedostoa ei voi lukea"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3665,46 +3607,46 @@ msgstr ""
"Tämä johtuu tavallisesti siinä olevasta syntaksivirheestä, tarkista kaikki "
"alla näkyvät virheet."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Oletusasetuksia ei voitu ladata kohteesta: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
"[code]$cfg['PmaAbsoluteUri'][/code] täytyy määritellä asetustiedostossa!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Virheellinen palvelimen indeksi: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Palvelimella %1$s virheellinen nimi. Tarkista asetukset."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Asetuksissa on virheellinen todennustapa:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Sinun tulisi päivittää versioon %s %s tai sitä uudempaan."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "mahdollinen turva-aukko"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "numeerinen avain tunnistettu"
@@ -3735,37 +3677,37 @@ msgstr "Suljettu"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Pois päältä"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "rakenne"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "tiedot"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "rakenne ja tiedot"
@@ -3886,8 +3828,8 @@ msgid "Allow users to customize this value"
msgstr "Anna käyttäjien mukauttaa tätä arvoa"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Palauta"
@@ -4164,7 +4106,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Suorituksen enimmäiskesto"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Tallenna tiedostoon"
@@ -4173,7 +4115,7 @@ msgid "Character set of the file"
msgstr "Tiedoston merkistö"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Muoto"
@@ -4186,27 +4128,25 @@ msgstr "Pakkaus"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Aseta sarakkeiden nimet ensimmäiselle riville"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Sarakkeiden rajausmerkki"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Koodinvaihtomerkki"
@@ -4224,14 +4164,12 @@ msgstr "Poista CRLF-merkit sarakkeista"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Sarakkeiden erotusmerkki"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Rivien erotinmerkki"
@@ -4257,7 +4195,7 @@ msgstr "Taulunimen pohja"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Luo tauluvedos"
@@ -4268,8 +4206,8 @@ msgid "Include table caption"
msgstr "Sisällytä taulun otsikko"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Taulun otsikko"
@@ -4278,20 +4216,20 @@ msgid "Continued table caption"
msgstr "Jatkettu taulun otsikko"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Tunniste"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-tyyppi"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relaatiot"
@@ -4312,6 +4250,11 @@ msgstr "Korvaa jo olemassa oleva(t) tiedosto(t)"
msgid "Remember file name template"
msgstr "Muista tiedostonimen pohja"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Lisää AUTO_INCREMENT-arvo"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Laita taulujen ja sarakkeiden nimet lainausmerkkeihin"
@@ -4322,7 +4265,7 @@ msgid "SQL compatibility mode"
msgstr "SQL-yhteensopiva tila"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE -valinnat:"
@@ -4335,10 +4278,17 @@ msgid "Use delayed inserts"
msgstr "Käytä viivästettyjä lisäyslauseita"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Älä tarkista viiteavaimia"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Lisää %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Käytä BLOB-arvoissa heksalukuja"
@@ -4352,7 +4302,7 @@ msgid "Syntax to use when inserting data"
msgstr "Tietoa lisättäessä käytettävä syntaksi"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Luodun kyselyn enimmäispituus"
@@ -4361,7 +4311,7 @@ msgid "Export type"
msgstr "Viennin tyyppi"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Lisää transaktio"
@@ -4416,7 +4366,6 @@ msgstr "Mukauta oletusvalintoja"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4747,14 +4696,12 @@ msgid "Partial import: allow interrupt"
msgstr "Osittainen tuonti: salli keskeytys"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Älä keskeytä INSERT-virheen tapauksessa"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Korvaa taulun nykyiset rivit tiedostolla"
@@ -4771,7 +4718,6 @@ msgid "Format of imported file"
msgstr "Tuotavan tiedoston muoto"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Käytä LOCAL-avainsanaa"
@@ -4781,7 +4727,7 @@ msgid "Column names in first row"
msgstr "Sarakenimet ensimmäisessä rivissä"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Älä tuo tyhjiä riviä"
@@ -5873,7 +5819,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Salasana"
@@ -6036,14 +5982,12 @@ msgstr "Sisäänkirjatumistunnitautuminen"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV käyttäen LOAD DATA -kyselyä"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document -laskentataulukko"
@@ -6130,7 +6074,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6138,15 +6082,15 @@ msgstr ""
"Palvelin ei vastaa (tai paikallisen palvelimen pistokke ei ole määritelty "
"oikein)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Palvelin ei vastaa."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Lisätiedot..."
@@ -6192,24 +6136,24 @@ msgid "Create"
msgstr "Luo"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Ei käyttöoikeuksia"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Luo taulu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nimi"
@@ -6851,7 +6795,7 @@ msgid "No data found for GIS visualization."
msgstr "GIS visualisoinnille ei ole tietoja."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL palautti tyhjän tulosjoukon (siis nolla riviä)."
@@ -6909,7 +6853,7 @@ msgid "Go to view: %s"
msgstr "Siirry näkymään"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Kätke"
@@ -6978,11 +6922,11 @@ msgstr ""
"Sarkaimella voi siirtyä arvosta seuraavaan, Ctrl- ja nuolinäppäimillä pystyy "
"siirtymään minne suuntaan tahansa."
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Näytetään SQL-kysely"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Lisätyn rivin tunnus: %1$d"
@@ -6999,38 +6943,38 @@ msgstr "Ei mitään"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "Pe"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Lähetä"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add prefix"
msgstr "Käytä indeksiä/indeksejä"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Haluatko varmasti "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Ei muutoksia"
@@ -7236,7 +7180,164 @@ msgstr "phpMyAdminin ohjeet"
msgid "Reload navigation frame"
msgstr "Lataa navigointikehys uudelleen"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Muuta tietokannan nimeksi"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Tietokanta %s on poistettu."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Tuhoa tietokanta"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Tuhoa tietokanta (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Vain rakenne"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Rakenne ja tiedot"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Vain tiedot"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Luo tietokannasta toinen tietokanta nimellä"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Suorita CREATE DATABASE ennen kopiointia"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Lisää rajoitteet"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Siirry kopioituun tietokantaan"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Relaatioskeeman muokkaus tai vienti"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Lajittele taulu"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(yksitellen)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Siirrä taulu toiseen tauluun (tietokanta.taulu):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Taulun valinnat"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Nimeä taulu uudelleen"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Tallennusmoottori"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopioi taulu toiseen tauluun nimellä (tietokanta.taulu):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Siirry kopioituun tauluun"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Taulun ylläpito"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Eheytä taulu"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Taulun %s välimuisti on tyhjennetty"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Tyhjennä taulun välimuisti (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "Poista tämän taulun seurantatiedot"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Tyhjennä taulu (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Go to database"
+msgid "Delete the table (DROP)"
+msgstr "Siirry tietokantaan"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analysoi"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Tarkasta"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimoi"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Rakenna uudestaan"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Korjaa"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Osituksen ylläpito"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Ositus %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Poista ositus"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Tarkista viitteiden eheys:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7247,7 +7348,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Yhteyttä ei voitu muodostaa: virheelliset asetukset."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7278,37 +7379,37 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Mcrypt-laajennuksen Blowfish-toiminnon käyttö epäonnistui!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Kirjaudu sisään"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Voit syöttää verkkotunnuksen/IP-osoitteen ja portin välilyönnillä erotettuna."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Palvelin:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Käyttäjätunnus:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Salasana:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Valitse palvelin"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7316,7 +7417,7 @@ msgstr ""
"Kirjautuminen ilman salasanaa on kielletty asetuksissa (katso "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7324,8 +7425,8 @@ msgstr ""
"Yhteys on ollut toimettomana %s sekuntia tai kauemmin. Kirjaudu sisään "
"uudestaan."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL-palvelimelle ei voitu kirjautua"
@@ -7356,96 +7457,96 @@ msgstr "Kelvollista todennusavainta ei ole asetettu"
msgid "Authenticating..."
msgstr "Todennetaan..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Sarakkeiden erotin:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Sarakkeiden rajausmerkki"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Koodinvaihtomerkki"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Rivien lopetusmerkki:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Korvaa NULL-merkki:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Poista sarakkeista CR/LF-merkit"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel-muotoilu:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Tiedon vedostusasetukset"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Vedos taulusta"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Tapahtuma"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Määritys"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Rakenne taululle"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Näkymän rakenne"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Näkymän vararakenne"
@@ -7462,37 +7563,37 @@ msgstr "(jatkuu)"
msgid "Structure of table @TABLE@"
msgstr "Taulun @TABLE@ rakenne"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Objektin luontivaihtoehdot"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Taulun otsikko (jatkuu)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Näytä viiteavaimien suhteet"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Näytä kommentit"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Näytä MIME-tyypit"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7500,33 +7601,33 @@ msgstr "Näytä MIME-tyypit"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Palvelin"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Luontiaika"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Palvelimen versio"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP:n versio"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Vie taulujen nimet"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Vie taulun otsikot"
@@ -7538,141 +7639,141 @@ msgstr "(Luo raportin, joka sisältää yhden taulun tiedot)"
msgid "Report title:"
msgstr "Raportin otsikko:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Lisää oma kommentti otsikkoon (\\n on rivinvaihto):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Lisää %s lauseke"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Lisää lausekkeet:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Objektin luontivaihtoehdot"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Proseduurit"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funktiot"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Rajoitteet vedostauluille"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Rajoitteet taululle"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-TYYPIT TAULULLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELAATIOT TAULULLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7690,8 +7791,8 @@ msgstr "Näkymät"
msgid "Export contents"
msgstr "Vie sisällöt"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7710,77 +7811,68 @@ msgstr ""
msgid "Column names: "
msgstr "Sarakkeiden nimet"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Virheellinen CSV-tuonnin parametri: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Virheellinen muoto CSV-syötteessä rivillä %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Virheellinen kenttien määrä CSV-syötteessä rivillä %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Taulun nimi"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Sarakkeiden nimet"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Tämä lisäosa ei tue pakattujen tuontien käyttöä!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki-taulu"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Virheellinen muoto CSV-syötteessä rivillä %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
#, fuzzy
#| msgid "Import percentages as proper decimals (12.00% to .12)"
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Tuo prosenttiyksiköt sopivin desimaaliluvuin (12.00% muotoon .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
#, fuzzy
#| msgid "Import currencies ($5.00 to 5.00)"
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Tuo valuutta-arvot ($5.00 muotoon 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7788,45 +7880,45 @@ msgstr ""
"Määritetty XML-tiedosto on joko epämuotoinen tai vaillinainen. Korjaa "
"ongelma ja yritä uudestaan."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "Tiedosto %s ei sisällä avaintunnusta"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL-yhteensopiva tila"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
#, fuzzy
#| msgid "Do not use AUTO_INCREMENT for zero values"
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Älä käytä nolla-arvoissa AUTO_INCREMENT:iä"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8027,7 +8119,7 @@ msgid "Enabled"
msgstr "Päällä"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Yleiset relaatio-ominaisuudet"
@@ -8098,7 +8190,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "ei kuvausta"
@@ -8149,7 +8241,7 @@ msgstr "Alipalvelimen tila"
msgid "Variable"
msgstr "Muuttuja"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Palvelimen tunnus"
@@ -8175,8 +8267,8 @@ msgstr "Kuka tahansa käyttäjä"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Käytä tekstikenttää"
@@ -8279,7 +8371,7 @@ msgstr "Lisätiedot..."
msgid "Event name"
msgstr "Tapahtuman tyyppi"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tapahtuman tyyppi"
@@ -8739,12 +8831,12 @@ msgstr "Sisällysluettelo"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attribuutit"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Lisätiedot"
@@ -8785,6 +8877,10 @@ msgstr "Valitse taulut"
msgid "Select Tables"
msgstr "Valitse taulut"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Sarakkeiden nimet"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9061,14 +9157,14 @@ msgstr "Rajoittaa käyttäjän yhtäaikaisten yhteyksien määrän."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Taulukohtaiset käyttöoikeudet"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi"
@@ -9077,12 +9173,12 @@ msgid "Administration"
msgstr "Hallinta"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globaalit käyttöoikeudet"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Tietokantakohtaiset käyttöoikeudet"
@@ -9143,16 +9239,16 @@ msgid "Users having access to "%s""
msgstr "Käyttäjät, joilla on oikeus käyttää kohdetta "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Käyttäjä"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Valtuudet (GRANT)"
@@ -9163,8 +9259,8 @@ msgid "User has been added."
msgstr "Näkymä %s on poistettu"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Mikä tahansa"
@@ -9180,14 +9276,14 @@ msgstr "tietokantakohtainen"
msgid "wildcard"
msgstr "korvausmerkki"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Käyttäjiä ei ole."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Muokkaa käyttöoikeuksia"
@@ -9195,28 +9291,22 @@ msgstr "Muokkaa käyttöoikeuksia"
msgid "Revoke"
msgstr "Pura käyttöoikeudet"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Vienti"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... säilytä vanha käyttäjä."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... poista vanha käyttäjä käyttäjätauluista."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9224,83 +9314,77 @@ msgstr ""
" ... poista käyttäjätauluista vanha käyttäjä ja päivitä sen jälkeen "
"käyttöoikeudet."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Vaihda kirjautumistietoja / Kopioi käyttäjä"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Sarakekohtaiset käyttöoikeudet"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Lisää käyttöoikeudet seuraavaan tietokantaan"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Lisää käyttöoikeudet seuraavaan tauluun"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Poista valitut käyttäjät"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Yhtään käyttäjää ei valittu poistettavaksi!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Ladataan käyttöoikeuksia uudelleen"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Valitsemiesi käyttäjien poisto onnistui."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, 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:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Käyttöoikeudet"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Käyttöoikeudet"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Käyttäjien yleiskatsaus"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9313,11 +9397,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Uusi käyttäjä lisätty."
@@ -9367,11 +9451,11 @@ msgstr "Tyhjennä"
msgid "Columns"
msgstr "Sarakkeet"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Tallenna SQL-kysely"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Anna kaikkien käyttäjien käyttää tätä kirjanmerkkiä"
@@ -9498,8 +9582,8 @@ msgstr ""
"lainausmerkkejä) tässä muodossa: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeksi"
@@ -9552,13 +9636,13 @@ msgstr "Ei mitään"
msgid "As defined:"
msgstr "Määritelty:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Perusavain"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Koko teksti"
@@ -9572,23 +9656,18 @@ msgstr ""
msgid "after %s"
msgstr "Jälkeen sarakkeen: %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add column(s)"
msgid "Add %s column(s)"
msgstr "Lisää sarake/sarakkeita"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Vähintään yksi kenttä on lisättävä."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Tallennusmoottori"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION-määritelmä"
@@ -9599,7 +9678,7 @@ msgstr "PARTITION-määritelmä"
msgid "Manage your settings"
msgstr "Muut ydinasetukset"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9651,7 +9730,7 @@ msgstr "MySQL-yhteyden aakkosjärjestys"
msgid "Appearance Settings"
msgstr "Muut ydinasetukset"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "settings"
msgid "More settings"
@@ -9856,153 +9935,153 @@ msgstr "Näytä/kätke vasen valikko"
msgid "Save position"
msgstr "Tallenna sijainti"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Luo relaatio"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Lataa uudelleen"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Ohje"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Kulmikkaat linkit"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Suorat linkit"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Sovita ruudukkoon"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Kaikki pienenä/suurena"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Vaihda pieneksi/suureksi"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Valitaksesi relaation, paina :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Tuo/vie PDF-skeeman koordinaatit"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Suorita"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Siirrä valikko"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Kätke/näytä kaikki"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Kätke/näytä taulut, joilla ei ole relaatiota"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Taulujen määrä"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Poista relaatio"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Relaatio poistettu"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Vienti"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "lauseessa"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Nimeä taulu uudelleen"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Uusi nimi"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Luo"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Taulun valinnat"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Taulu %1$s on luotu."
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "sivua"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Tuo tiedostoja"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Vie valitulle sivulle"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Luo sivu ja vie se"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Uuden sivun nimi: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Vie/tuo skaalaan"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "suositus"
@@ -10010,7 +10089,7 @@ msgstr "suositus"
msgid "Error: relation already exists."
msgstr "Virhe: relaatio on jo olemassa."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Virhe: Relaatiota ei luotu."
@@ -10018,7 +10097,7 @@ msgstr "Virhe: Relaatiota ei luotu."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY -relaatio lisätty"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Sisäinen relaatio luotu"
@@ -10026,11 +10105,11 @@ msgstr "Sisäinen relaatio luotu"
msgid "Relation deleted"
msgstr "Relaatio poistettu"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Virhe tallennettaessa koordinaatteja Suunnittelijaan."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Muutokset tallennettu"
@@ -10039,74 +10118,74 @@ msgid "Cannot save settings, submitted form contains errors"
msgstr ""
"Asetuksia ei voitu tallentaa, sillä lähetetyssä lomakkeessa on virheitä"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Oletusasetuksia ei voitu ladata kohteesta: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Tuo tiedostoja"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
#, fuzzy
#| msgid "Other core settings"
msgid "You have no saved settings!"
msgstr "Muut ydinasetukset"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
msgstr "Palvelimen määrittely"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10123,43 +10202,43 @@ msgstr "Kaikki"
msgid "%s table not found or not set in %s"
msgstr "Taulua %s ei löytynyt tai sitä ei ole määritelty tiedostossa %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Taulua \"%s\" ei ole!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Valitse näytettävä binääriloki"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Tiedostot"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Lyhennä näytettävät kyselyt"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Näytä kyselyt kokonaisuudessaan"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Lokin nimi"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Sijainti"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Alkuperäinen sijainti"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Tiedot"
@@ -10246,17 +10325,17 @@ msgstr "Lisenssi"
msgid "disabled"
msgstr "Pois päältä"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Käyttäjä %s on jo olemassa!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Poistetaan: %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Käyttöoikeuksien uudelleenlataus onnistui."
@@ -12145,34 +12224,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Haluatko varmasti "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Näytetään PHP-koodina"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Tarkista SQL-lause"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-kyselyn tulos"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Luontiympäristö"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Taulun \"%s\" indeksien kanssa on ongelmia"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Tunniste"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Taulun %1$s muuttaminen onnistui."
@@ -12272,94 +12351,94 @@ msgstr "Taulu %1$s on luotu."
msgid "View dump (schema) of table"
msgstr "Tee vedos taulusta"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "Näytä palvelinten valinta"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
#, fuzzy
#| msgid "Right"
msgid "Height"
msgstr "Oikea"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Label column"
msgstr "CHAR-tekstikentän sarakkeet"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- ei mitään -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Lokitiedostojen määrä"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Tallenna tiedostoon"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Taulun nimi"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Perusavaimen nimen on oltava PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Indeksiä ei voi muuttaa PRIMARY-nimiseksi!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Indeksin osia ei ole määritelty!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add index"
msgstr "Käytä indeksiä/indeksejä"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Muokkaustila"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeksin nimi:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" saa olla vain ja ainoastaan perusavaimen nimenä!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indeksin tyyppi:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Lisää indeksiin %s sarake(tta)"
@@ -12382,160 +12461,60 @@ msgstr "Taulu %s on siirretty %s."
msgid "Table %s has been copied to %s."
msgstr "Taulu %s on kopioitu uuteen tauluun %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Taulun nimi puuttuu!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Lajittele taulu"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(yksitellen)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Siirrä taulu toiseen tauluun (tietokanta.taulu):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Taulun valinnat"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Nimeä taulu uudelleen"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopioi taulu toiseen tauluun nimellä (tietokanta.taulu):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Siirry kopioituun tauluun"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Taulun ylläpito"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Eheytä taulu"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Taulun %s välimuisti on tyhjennetty"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Tyhjennä taulun välimuisti (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "Poista tämän taulun seurantatiedot"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Tyhjennä taulu (TRUNCATE)"
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Go to database"
-msgid "Delete the table (DROP)"
-msgstr "Siirry tietokantaan"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Osituksen ylläpito"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Ositus %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analysoi"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Tarkasta"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimoi"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Rakenna uudestaan"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Korjaa"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Poista ositus"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Tarkista viitteiden eheys:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Näytä taulut"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Levytilan käyttö"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Pätevä"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Rivitilastot"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "staattinen"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynaaminen"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Rivin pituus"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Rivin koko"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Virhe luotaessa kohteen %1$s viiteavainta (tarkista tietotyypit)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Sisäiset relaatiot"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12543,123 +12522,123 @@ msgstr ""
"Sisäistä relaatiota ei tarvita, kun vastaava FOREIGN KEY -relaatio on "
"olemassa."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
#, fuzzy
#| msgid "Foreign key limit"
msgid "Foreign key constraint"
msgstr "Viiteavaimen rajoitus"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Selaa erilaisia arvoja"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
#, fuzzy
#| msgid "Adding Primary Key"
msgid "Add primary key"
msgstr "Pääavaimen lisäys"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add SPATIAL index"
msgstr "Käytä indeksiä/indeksejä"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Ei mitään"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Taulu %s on poistettu"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Sarakkeelle %s on luotu perusavain"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Sarakkeelle %s on lisätty indeksi"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
msgstr "Näytä versiot"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Poista sarake/sarakkeet"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Tulostusversio"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relaationäkymä"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Esitä taulun rakenne"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add column(s)"
msgid "Add column"
msgstr "Lisää sarake/sarakkeita"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Taulun loppuun"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Taulun alkuun"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Jälkeen sarakkeen: %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Luo %s:n sarakkeen indeksi"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "ositettu"
@@ -12853,7 +12832,7 @@ msgstr "Sinulla ei ole riittäviä oikeuksia!"
msgid "The profile has been updated."
msgstr "Profiili on päivitetty."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW-arvon nimi"
@@ -14064,6 +14043,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Enim. yhtäaikaisia yhteyksiä"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Vienti"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Käyttöoikeudet"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/fr.po b/po/fr.po
index a5688a31e0..d44d9acfb1 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ 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: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-01 23:12+0200\n"
"Last-Translator: Marc Delisle \n"
"Language-Team: none\n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Tout afficher"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"navigateur bloque les mises à jour entre fenêtres pour des raisons de "
"sécurité."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Rechercher"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Rechercher"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Exécuter"
@@ -100,7 +101,7 @@ msgstr "Description"
msgid "Use this value"
msgstr "Utiliser cette valeur"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "La base de données %1$s a été créée."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Commentaire sur la base de données: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Commentaires sur la table"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Colonne"
@@ -147,11 +148,11 @@ msgstr "Colonne"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Colonne"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Type"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Défaut"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Relié à"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Commentaires"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Non"
@@ -243,27 +244,27 @@ msgstr "Non"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Oui"
@@ -285,88 +286,21 @@ msgstr "Tout sélectionner"
msgid "Unselect All"
msgstr "Tout désélectionner"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Le nom de la base de données est vide !"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "La base de données %1$s a été renommée en %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "La base de données %1$s a été copiée sur %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Changer le nom de la base de données pour"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Supprimer la base de données"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "La base de données %s a été effacée."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Supprimer la base de données (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copier la base de données vers"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Structure seule"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Structure et données"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Données seulement"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Faire CREATE DATABASE avant la copie"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Ajouter %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Inclure la valeur courante de l'AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Inclure les contraintes de clés étrangères"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Aller à la base de données copiée"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Interclassement"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"Le stockage de configurations phpMyAdmin a été désactivé. Pour une analyse "
"du problème, cliquez %sici%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Éditer ou exporter un schéma relationnel"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Table"
@@ -396,41 +326,41 @@ msgstr "Table"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Lignes"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Taille"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "utilisé"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Création"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Dernière modification"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Dernière vérification"
@@ -452,7 +382,7 @@ msgstr "Passer au %smode visuel%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -467,17 +397,17 @@ msgstr "Aucune table n'a été trouvée dans cette base"
msgid "unknown"
msgstr "inconnu"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "La table %s a été vidée"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "La vue %s a été supprimée"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "La table %s a été effacée"
@@ -490,7 +420,7 @@ msgstr "Le suivi est actif."
msgid "Tracking is not active."
msgstr "Le suivi n'est pas activé."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -499,12 +429,12 @@ msgstr ""
"Cette vue contient au moins ce nombre de lignes. Veuillez référer à "
"%sdocumentation%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vue"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -520,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "Sur ce serveur MySQL, le moteur de stockage par défaut est %s."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Pour la sélection : "
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Tout cocher"
@@ -542,50 +472,51 @@ msgstr "Tout cocher"
msgid "Check tables having overhead"
msgstr "Cocher tables avec pertes"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exporter"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Version imprimable"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Vider"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Supprimer"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Vérifier la table"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimiser la table"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Réparer la table"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyser la table"
@@ -593,11 +524,11 @@ msgstr "Analyser la table"
msgid "Add prefix to table"
msgstr "Ajouter un préfixe à la table"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Remplacer le préfixe de table"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copier la table avec un préfixe"
@@ -609,20 +540,20 @@ msgstr "Dictionnaire de données"
msgid "Tracked tables"
msgstr "Tables faisant l'objet d'un suivi"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Base de données"
@@ -638,9 +569,9 @@ msgstr "Créé"
msgid "Updated"
msgstr "Mis à jour"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "État"
@@ -648,14 +579,14 @@ msgstr "État"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Action"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Afficher"
@@ -688,7 +619,7 @@ msgstr "Instantané"
msgid "Untracked tables"
msgstr "Tables ne faisant pas l'objet d'un suivi"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Suivre la table"
@@ -742,7 +673,7 @@ msgstr "Type d'exportation invalide"
msgid "Value for the column \"%s\""
msgstr "Valeur pour la colonne «%s»"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Utiliser OpenStreetMaps comme couche de base"
@@ -751,7 +682,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Géométrie"
@@ -879,7 +810,7 @@ msgstr ""
"Chargement impossible des greffons d'importation, veuillez vérifier votre "
"installation !"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Signet %s créé"
@@ -906,10 +837,10 @@ msgstr ""
"signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la "
"limite de temps de PHP ne soit augmentée."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Votre requête SQL a été exécutée avec succès"
@@ -933,7 +864,7 @@ msgstr "La commande «DROP DATABASE» est désactivée."
msgid "Do you really want to execute \"%s\"?"
msgstr "Voulez-vous vraiment exécuter «%s» ?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Vous êtes sur le point de DÉTRUIRE une base de données !"
@@ -973,7 +904,7 @@ msgstr "Ajouter Index"
msgid "Edit Index"
msgstr "Modifier un index"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Ajouter %d colonne(s) à l'index"
@@ -1003,8 +934,8 @@ msgstr "Les mots de passe doivent être identiques !"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Ajouter un utilisateur"
@@ -1024,9 +955,9 @@ msgstr "Fermer"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1052,7 +983,7 @@ msgstr "Données statiques"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1252,7 +1183,7 @@ msgstr "Questions"
msgid "Traffic"
msgstr "Trafic"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Paramètres"
@@ -1272,12 +1203,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Aucune"
@@ -1463,10 +1394,10 @@ msgid "Explain output"
msgstr "Expliquer les résultats"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Moment"
@@ -1560,10 +1491,10 @@ msgstr ""
"Échec de construction du graphique avec la configuration importée. "
"Réinitialisation à la configuration par défaut..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importer"
@@ -1611,9 +1542,9 @@ msgstr "Variable / formule utilisée"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Annuler"
@@ -1641,9 +1572,9 @@ msgstr "Suppression de la colonne"
msgid "Adding Primary Key"
msgstr "Ajout de clé primaire"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1683,15 +1614,15 @@ msgstr "Cacher les index"
msgid "Show indexes"
msgstr "Montrer les index"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Vérification des clés étrangères : "
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Activée)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Désactivée)"
@@ -1758,8 +1689,8 @@ msgstr "Montrer zone SQL"
msgid "No rows selected"
msgstr "Aucune ligne n'a été sélectionnée"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Modifier"
@@ -1767,8 +1698,8 @@ msgstr "Modifier"
msgid "Query execution time"
msgstr "Durée d'exécution de la requête"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d n'est pas un numéro de ligne valable."
@@ -1777,8 +1708,8 @@ msgstr "%d n'est pas un numéro de ligne valable."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Sauvegarder"
@@ -1837,12 +1768,12 @@ msgstr "Opérations sur les résultats"
msgid "Data point content"
msgstr "Données reliées à ce point"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorer"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copier"
@@ -1862,7 +1793,7 @@ msgstr "Choisissez la clé étrangère"
msgid "Please select the primary key or a unique key"
msgstr "Veuillez choisir la clé primaire ou un index unique"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Colonne descriptive"
@@ -1956,7 +1887,7 @@ msgstr "Générer"
msgid "Change Password"
msgstr "Modifier le mot de passe"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "plus"
@@ -2333,13 +2264,13 @@ msgstr "fr"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Erreur"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Requête SQL"
@@ -2407,7 +2338,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "En ligne"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilage"
@@ -2432,155 +2363,156 @@ msgstr "%s jours, %s heures, %s minutes et %s secondes"
msgid "Missing parameter:"
msgstr "Paramètre manquant : "
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Début"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Précédent"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Suivant"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Aller à la base de données "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La fonctionnalité %s est affectée par une anomalie connue, voir %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Cliquer pour basculer"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Structure"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Insérer"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Afficher"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Opérations"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Parcourir : "
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
"Choisissez depuis le répertoire de téléchargement du serveur web %s : "
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Le répertoire de transfert est inaccessible"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Aucun fichier n'est disponible pour le transfert"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Exécuter"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Imprimer"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Le fichier de configuration (%s) est illisible."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Permissions sur le fichier de configuration incorrectes, il ne doit pas être "
"en écriture pour tout le monde !"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Taille du texte"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Croissant"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Décroissant"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Tri"
@@ -2606,8 +2538,8 @@ msgid "Use Tables"
msgstr "Utiliser les tables"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ou"
@@ -2672,13 +2604,13 @@ msgstr[1] "%1$s correspondances dans %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Supprimer de la table %s les occurences ?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2708,130 +2640,130 @@ msgstr "Dans les tables : "
msgid "Inside column:"
msgstr "Dans la colonne : "
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Sauvegarder les données modifiées"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Restaurer l'ordre des colonnes"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Ligne de départ"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Nombre de lignes"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Mode"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (en-têtes pivotés)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "En-têtes à chaque %s ligne"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Trier sur l'index"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Options"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Textes réduits"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Textes complets"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relations : clés"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relations : colonnes descriptives"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Montrer le contenu binaire"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Montrer le contenu BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Montrer le contenu binaire en hexadécimal"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Masquer les transformations"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "La ligne a été effacée"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Supprimer"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2839,44 +2771,44 @@ msgstr ""
"Peut être approximatif. Voir [a@./Documentation.html#faq3_11@Documentation]"
"FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "dans la requête"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Affichage des lignes"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Traitement en %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Opérations sur les résultats de la requête"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Version imprimable (avec textes complets)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Afficher le graphique"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualiser les données GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Créer une vue"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Lien absent"
@@ -2945,27 +2877,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Ouvrir une nouvelle fenêtre phpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Vous devez accepter les cookies pour poursuivre."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript doit être activé"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Aucun index n'est défini !"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Index"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unique"
@@ -2978,6 +2910,16 @@ msgstr "Compressé"
msgid "Cardinality"
msgstr "Cardinalité"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Interclassement"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3002,93 +2944,93 @@ msgstr ""
"Les index %1$s et %2$s semblent identiques et l'un d'eux pourrait être "
"supprimé."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Bases de données"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Serveur"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Suivi"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Déclencheurs"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "La table semble vide !"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "La base de données semble vide !"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Requête"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilèges"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Procédures stockées"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Événements"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Concepteur"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Utilisateurs"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synchroniser"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Log binaire"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variables"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Jeux de caractères"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Plug-ins"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Moteurs"
@@ -3151,43 +3093,43 @@ msgstr "%s a été désactivé sur ce serveur MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ce serveur MySQL ne supporte pas le moteur de stockage %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "Statut de table incorrect : "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "La base de données source `%s` n'existe pas !"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "La base de données cible `%s` n'existe pas !"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Nom de base de données invalide"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Nom de table invalide"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Erreur lors du renommage de %1$s en %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "La table %1$s se nomme maintenant %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Impossible de sauvegarder les préférences d'interface de tables"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3196,7 +3138,7 @@ msgstr ""
"Echec lors de la tentative de vidage de la table UI Préférences (voir $cfg"
"['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3212,16 +3154,16 @@ msgstr ""
msgid "Function"
msgstr "Fonction"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Opérateur"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valeur"
@@ -3234,58 +3176,58 @@ msgstr "Recherche dans la table"
msgid "Edit/Insert"
msgstr "Modifier/Insérer"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Choisir les colonnes (au moins une) : "
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Critères de recherche (pour l'énoncé «where») : "
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Nombre de lignes par page"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Ordre d'affichage : "
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Utiliser cette colonne pour décrire chaque point"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Nombre maximum de lignes de données à utiliser pour le graphique"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Afficher les valeurs de la table liée"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Critères de recherche supplémentaires"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Faites une recherche «par valeur» (passepartout: «% ») sur deux colonnes "
"différentes"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Recherche «par valeur» (passepartout: «% »)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Afficher/Modifier les points"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Consignes d'utilisation"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Réinitialiser le zoom"
@@ -3694,14 +3636,14 @@ msgstr "Tables"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Données"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Perte"
@@ -3726,11 +3668,11 @@ msgstr "Vérifier les privilèges pour la base de données "%s"."
msgid "Check Privileges"
msgstr "Vérifier les privilèges"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Impossible de lire le fichier de configuration"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3738,13 +3680,13 @@ msgstr ""
"Ceci indique habituellement qu'il y a une erreur de syntaxe, veuillez "
"vérifier si une erreur s'affiche plus bas."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Chargement de la configuration par défaut impossible depuis %1$s"
# OK
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3752,37 +3694,37 @@ msgstr ""
"Le paramètre [code]$cfg['PmaAbsoluteUri'][/code] DOIT être renseigné dans "
"votre fichier de configuration !"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Indice de serveur invalide: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Nom d'hôte invalide pour le serveur %1$s. Veuillez vérifier votre "
"configuration."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
"Le fichier de configuration contient un type d'authentification invalide : "
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Vous devriez utiliser %s en version %s ou plus récente."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Tentative d'écrasement de GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "vulnérabilité possible"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "Clé numérique détectée"
@@ -3813,37 +3755,37 @@ msgstr "Fermé"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Désactivé"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "structure"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "données"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "structure et données"
@@ -3965,8 +3907,8 @@ msgid "Allow users to customize this value"
msgstr "Permettre aux utilisateurs de personnaliser cette valeur"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Réinitialiser"
@@ -4247,7 +4189,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Durée maximum d'exécution"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Transmettre"
@@ -4256,7 +4198,7 @@ msgid "Character set of the file"
msgstr "Jeu de caractères du fichier"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4269,27 +4211,25 @@ msgstr "Compression"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Afficher les noms de colonnes en première ligne"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Colonnes entourées par"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Caractère d'échappement"
@@ -4307,14 +4247,12 @@ msgstr "Enlève les caractères de fin de ligne à l'intérieur des colonnes"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Colonnes terminées par"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Lignes terminées par"
@@ -4340,7 +4278,7 @@ msgstr "Modèle de nom de table"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Exporter la table"
@@ -4351,8 +4289,8 @@ msgid "Include table caption"
msgstr "Inclure les sous-titres"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Sous-titre de la table"
@@ -4361,20 +4299,20 @@ msgid "Continued table caption"
msgstr "Inclure les sous-titres"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Clé de l'étiquette"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Type MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relations"
@@ -4395,6 +4333,11 @@ msgstr "Écraser les fichiers existants"
msgid "Remember file name template"
msgstr "Se souvenir du modèle de nom de fichier"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Inclure la valeur courante de l'AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Entourer les noms de tables et colonnes de guillemets obliques"
@@ -4405,7 +4348,7 @@ msgid "SQL compatibility mode"
msgstr "Mode de compatibilité SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Options pour CREATE TABLE : "
@@ -4418,10 +4361,17 @@ msgid "Use delayed inserts"
msgstr "Insertions avec délai"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Désactiver la vérification des clés étrangères"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Ajouter %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Utiliser l'hexadécimal pour un BLOB"
@@ -4435,7 +4385,7 @@ msgid "Syntax to use when inserting data"
msgstr "Syntaxe à utiliser lors de l'insertion de données"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Taille maximum de la requête générée"
@@ -4444,7 +4394,7 @@ msgid "Export type"
msgstr "Type d'exportation"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Utiliser le mode transactionnel"
@@ -4501,7 +4451,6 @@ msgstr "Personnaliser les options par défaut"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4843,14 +4792,12 @@ msgid "Partial import: allow interrupt"
msgstr "Permettre l'interruption lors de l'importation"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Ne pas arrêter l'importation lors d'une erreur d'énoncé INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Remplacer les données de la table avec le fichier"
@@ -4867,7 +4814,6 @@ msgid "Format of imported file"
msgstr "Format du fichier d'importation"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Utiliser l'option LOCAL"
@@ -4877,7 +4823,7 @@ msgid "Column names in first row"
msgstr "Noms de colonnes en première ligne"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Ne pas importer les lignes vides"
@@ -5993,7 +5939,7 @@ msgstr "Requiert que le validateur SQL soit activé"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Mot de passe"
@@ -6168,14 +6114,12 @@ msgstr "Mode d'authentification « signon »"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV via LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6262,7 +6206,7 @@ msgstr "Il manque l'extension %s. Veuillez vérifier votre configuration PHP."
msgid "possible deep recursion attack"
msgstr "possible attaque récursive"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6270,16 +6214,16 @@ msgstr ""
"Le serveur ne répond pas (ou l'interface de connexion vers le serveur MySQL "
"local n'est pas correctement configurée)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Le serveur ne répond pas."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
"Veuillez vérifier les privilèges du répertoire contenant la base de données."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Détails..."
@@ -6325,24 +6269,24 @@ msgid "Create"
msgstr "Créer"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Aucun privilège"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Nouvelle table"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nom"
@@ -6999,7 +6943,7 @@ msgid "No data found for GIS visualization."
msgstr "Données non disponibles pour visualisation GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL a retourné un résultat vide (aucune ligne)."
@@ -7049,7 +6993,7 @@ msgid "Go to view: %s"
msgstr "Aller à la vue : %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Cacher"
@@ -7116,11 +7060,11 @@ msgstr ""
"Utilisez la tabulation pour aller d'une valeur à l'autre, ou CTRL+flèches "
"pour aller n'importe où"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Affichage de la requête SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Identifiant de la ligne insérée : %1$d"
@@ -7135,32 +7079,32 @@ msgstr "Aucune"
msgid "Convert to Kana"
msgstr "Conversion en kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Depuis"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Vers"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Exécuter"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Ajouter un préfixe de table"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Ajouter un préfixe"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Voulez-vous vraiment exécuter la requête suivante ?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Pas de modifications"
@@ -7366,7 +7310,158 @@ msgstr "Documentation de phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Actualiser"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Changer le nom de la base de données pour"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "La base de données %s a été effacée."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Supprimer la base de données"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Supprimer la base de données (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Structure seule"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Structure et données"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Données seulement"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copier la base de données vers"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Faire CREATE DATABASE avant la copie"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Inclure les contraintes de clés étrangères"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Aller à la base de données copiée"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Éditer ou exporter un schéma relationnel"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Ordonner la table par"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(à refaire après insertions/destructions)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Déplacer la table vers (base.table) : "
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Options pour cette table"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Changer le nom de la table pour"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Moteur de stockage"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copier la table vers (base.table) : "
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Aller à la table copiée"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Maintenance de la table"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Défragmenter la table"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "La table %s a été rechargée"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Recharger la table (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Supprimer les données ou la table"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Vider la table (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Supprimer la table (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyser"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Vérifier"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimiser"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Reconstruire"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Réparer"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Gestion des partitions"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partition %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Supprimer le partitionnement"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Vérifier l'intégrité référentielle : "
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Ce format ne comporte pas d'options"
@@ -7375,7 +7470,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Connexion impossible: paramètres incorrects."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7406,38 +7501,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Impossible d'utiliser Blowfish depuis mcrypt !"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Votre session a expiré. Veuillez vous connecter à nouveau."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Connexion"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Vous pouvez entrer le nom du serveur ou son adresse IP, ainsi que le port "
"séparé par un espace."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Serveur : "
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Utilisateur : "
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Mot de passe : "
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Choix du serveur"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7445,14 +7540,14 @@ msgstr ""
"La configuration interdit une connexion sans mot de passe (voir "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Connexion au serveur MySQL non permise"
@@ -7483,92 +7578,92 @@ msgstr "La clé d'authentification n'est pas branchée"
msgid "Authenticating..."
msgstr "Authentification en cours..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Colonnes séparées par : "
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Colonnes entourées par : "
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Caractère d'échappement : "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Lignes terminées par : "
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Remplacer NULL par : "
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Enlève les caractères de fin de ligne à l'intérieur des colonnes"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Version d'Excel : "
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Options d'exportation"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Contenu de la table"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Événement"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Définition"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Structure de la table"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Structure de la vue"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Doublure de structure pour la vue"
@@ -7585,37 +7680,37 @@ msgstr "(suite)"
msgid "Structure of table @TABLE@"
msgstr "Structure de la table @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Options de création d'objets"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Sous-titre de la table (suite)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Afficher les relations de clés étrangères"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Afficher les commentaires"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Afficher les types MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7623,33 +7718,33 @@ msgstr "Afficher les types MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Client"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Généré le"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Version du serveur"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Version de PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Exporter le nom des tables"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Exporter les en-têtes de table"
@@ -7661,7 +7756,7 @@ msgstr "(Génère un rapport contenant les données d'une seule table)"
msgid "Report title:"
msgstr "Titre du rapport : "
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7669,12 +7764,12 @@ msgstr ""
"Afficher les commentaires (incluant les informations telles que "
"l'horodatage d'exportation, la version de PHP et la version du serveur)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Commentaires mis en en-tête (séparer les lignes par «\\» suivi de «n») : "
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7682,25 +7777,25 @@ msgstr ""
"Inclut un horodatage de création, mise à jour et dernière vérification des "
"bases de données"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Maximiser la compatibilité avec un système de base de données ou un ancien "
"serveur MySQL : "
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Ajouter un énoncé %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Ajouter les énoncés : "
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7709,39 +7804,39 @@ msgstr ""
"(Protège les noms de tables et de colonnes comportant des caractères "
"spéciaux ou des mots réservés)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Options de création d'objets"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Vider la table avant d'insérer"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Au lieu d'énoncés INSERT, utiliser : "
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "Énoncés INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "Énoncés INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Fonction à utiliser lors de l'exportation des données : "
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Syntaxe à utiliser lors de l'insertion de données : "
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7751,7 +7846,7 @@ msgstr ""
" Par exemple: INSERT INTO tbl_name (col_A,col_B,"
"col_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7761,7 +7856,7 @@ msgstr ""
" Par exemple : INSERT INTO tbl_name VALUES "
"(1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7770,7 +7865,7 @@ msgstr ""
"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7778,7 +7873,7 @@ msgstr ""
"aucun des modes ci-dessus
Par exemple : "
"INSERT INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7786,7 +7881,7 @@ msgstr ""
"Exporter les colonnes binaires en format hexadécimal (par exemple, «abc» "
"devient 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7795,33 +7890,33 @@ msgstr ""
"d'être exportées et importées entre des serveurs de zones horaires "
"différentes)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procédures"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Fonctions"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Contraintes pour les tables exportées"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Contraintes pour la table"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TYPES MIME POUR LA TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS POUR LA TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Erreur de lecture des données : "
@@ -7837,8 +7932,8 @@ msgstr "Vues"
msgid "Export contents"
msgstr "Exporter le contenu"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7861,15 +7956,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nom des colonnes : "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Paramètres invalides pour l'importation CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7879,57 +7974,48 @@ msgstr ""
"orthographiés correctement, séparés par des virgules et non entourés de "
"guillemets."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Format invalide pour les données CSV à la ligne %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Nombre de colonnes invalide dans les données CSV à la ligne %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nom de la table"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nom des colonnes"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ce greffon ne supporte pas les importations en format comprimé !"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tableau MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Format mediawiki invalide à la ligne :
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importer les pourcentages en tant que décimales (12.00% devient .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importer les valeurs de monnaie ($5.00 devient 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7937,16 +8023,16 @@ msgstr ""
"Le fichier XML spécifié était mal formé ou incomplet. Veuillez le corriger "
"et essayer à nouveau."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Fichier de formes ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Erreur lors de l'importation du fichier de formes ESRI :«%s»."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7954,24 +8040,24 @@ msgstr ""
"Vous avez tenté d'importer un fichier invalide ou ce fichier contient des "
"données invalides"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "Les données spatiales MySQL ne supportent pas le type ESRI «%s»."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Le fichier importé ne contient aucune donnée"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Mode de compatibilité SQL : "
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Ne pas utiliser AUTO_INCREMENT pour la valeur zéro"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8135,7 +8221,7 @@ msgid "Enabled"
msgstr "Activé"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Fonctions relationnelles"
@@ -8212,7 +8298,7 @@ msgstr ""
"Reconnectez-vous à phpMyAdmin afin d'utiliser le fichier de configuration "
"modifié."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "pas de description"
@@ -8264,7 +8350,7 @@ msgstr "État de l'esclave"
msgid "Variable"
msgstr "Variable"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID du serveur"
@@ -8290,8 +8376,8 @@ msgstr "Tout utilisateur"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Entrez une valeur"
@@ -8384,7 +8470,7 @@ msgstr "Détails"
msgid "Event name"
msgstr "Nom de l'événement"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Type d'évènement"
@@ -8776,12 +8862,12 @@ msgstr "Table des matières"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributs"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8818,6 +8904,10 @@ msgstr "Choisissez la page"
msgid "Select Tables"
msgstr "Choisissez les tables"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nom des colonnes"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Afficher le schéma relationnel"
@@ -9101,14 +9191,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilèges spécifiques à une table"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Veuillez noter que les noms de privilèges sont exprimés en anglais"
@@ -9117,12 +9207,12 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilèges globaux"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilèges spécifiques à une base de données"
@@ -9184,16 +9274,16 @@ msgid "Users having access to "%s""
msgstr "Utilisateurs ayant accès à "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Utilisateur"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "«Grant»"
@@ -9202,8 +9292,8 @@ msgid "User has been added."
msgstr "La vue %s a été supprimée."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "N'importe quel"
@@ -9219,12 +9309,12 @@ msgstr "spécifique à cette base de données"
msgid "wildcard"
msgstr "passepartout"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Aucun utilisateur n'a été trouvé."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Changer les privilèges"
@@ -9232,101 +9322,93 @@ msgstr "Changer les privilèges"
msgid "Revoke"
msgstr "Révoquer"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Tout exporter"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... conserver intact l'ancien utilisateur."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... supprimer l'ancien utilisateur."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Changement des informations de connexion / Copie d'utilisateur"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilèges de colonnes"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Ajouter des privilèges sur cette base de données"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Ajouter des privilèges sur cette table"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Effacer les utilisateurs sélectionnés"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Aucun utilisateur n'a été choisi en vue de le détruire !"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Chargement des privilèges en cours"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Les utilisateurs sélectionnés ont été effacés."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Vous avez modifié les privilèges pour %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilèges pour tous les utilisateurs"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilèges pour %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Survol des utilisateurs"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9339,11 +9421,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Vous avez ajouté un utilisateur."
@@ -9393,11 +9475,11 @@ msgstr "Vider"
msgid "Columns"
msgstr "Colonnes"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Conserver cette requête SQL dans les signets"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Signet visible pour les autres utilisateurs"
@@ -9519,8 +9601,8 @@ msgstr ""
"caractère d'échappement ou apostrophes, sous la forme: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9570,13 +9652,13 @@ msgstr "Aucune"
msgid "As defined:"
msgstr "Tel que défini : "
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primaire"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Texte entier"
@@ -9589,20 +9671,15 @@ msgstr "en premier"
msgid "after %s"
msgstr "après %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Ajouter %s colonne(s)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Vous devez ajouter au moins une colonne."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Moteur de stockage"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Définition de PARTITION"
@@ -9611,7 +9688,7 @@ msgstr "Définition de PARTITION"
msgid "Manage your settings"
msgstr "Gérer vos paramètres"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "La configuration a été sauvegardée"
@@ -9658,7 +9735,7 @@ msgstr "Interclassement pour la connexion au serveur"
msgid "Appearance Settings"
msgstr "Paramètres d'affichage"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Plus de paramètres"
@@ -9841,133 +9918,133 @@ msgstr "Montrer/cacher le menu de gauche"
msgid "Save position"
msgstr "Sauvegarder la position"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Nouvelle relation"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Recharger"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Aide"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Liens angulaires"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Liens directs"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Accrocher à la grille"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Agrandir/réduire tout"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Bascule agrandir/réduire"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Basculement des lignes de relations"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importer/Exporter les coordonnées pour le schéma PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Construire la requête"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Déplacer le menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Cacher/montrer tout"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Cacher/montrer les tables sans liens"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Nombre de tables"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Effacer la relation"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Opérateur de relation"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Sauf"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "sous-requête"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Renommer en"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nouveau nom"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Regroupement"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Options actives"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "La page a été créée"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Échec de création de page"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Page"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importer depuis la page sélectionnée"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exporter vers la page sélectionnée"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Créer une page et y exporter"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nom de la nouvelle page : "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exporter/Importer à l'échelle"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recommandé"
@@ -9975,7 +10052,7 @@ msgstr "recommandé"
msgid "Error: relation already exists."
msgstr "Erreur: relation déjà existante."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Erreur: relation non ajoutée."
@@ -9983,7 +10060,7 @@ msgstr "Erreur: relation non ajoutée."
msgid "FOREIGN KEY relation added"
msgstr "Relation de type FOREIGN KEY ajoutée"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Relation interne ajoutée"
@@ -9991,11 +10068,11 @@ msgstr "Relation interne ajoutée"
msgid "Relation deleted"
msgstr "Relation supprimée"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Erreur lors de la sauvegarde des coordonnées Concepteur."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Les modifications ont été sauvegardées"
@@ -10005,49 +10082,49 @@ msgstr ""
"Le formulaire soumis contient des erreurs, impossible de sauvegarder les "
"paramètres"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Erreur d'importation de la configuration"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
"La configuration contient des valeurs incorrectes pour certains champs."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Voulez-vous importer les autres paramètres ?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Sauvegardé le : @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importer depuis le fichier"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importer depuis le stockage du navigateur"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"Les paramètres seront importés depuis le stockage local de votre navigateur."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Vous n'avez pas sauvegardé les paramètres !"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Cette fonction n'est pas supportée par votre navigateur"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Fusionner avec la configuration courante"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10056,21 +10133,21 @@ msgstr ""
"Vous pouvez régler d'autres paramètres en modifiant config.inc.php, par "
"exemple au moyen du %sscript d'installation%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Sauvegarder dans l'espace de stockage du navigateur"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
"Les paramètres seront sauvegardés dans l'espace de stockage de votre "
"navigateur."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Les paramètres existants seront écrasés !"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Vous pouvez ramener tous vos paramètres à leur valeur par défaut."
@@ -10087,41 +10164,41 @@ msgstr "Tout"
msgid "%s table not found or not set in %s"
msgstr "La table %s est absente ou non définie dans %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Le fichier n'existe pas"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Sélectionnez le log binaire à consulter"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Fichiers"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Afficher les requêtes tronquées"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Afficher les requêtes complètes"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nom du journal binaire"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Position"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Position d'origine"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Information"
@@ -10205,17 +10282,17 @@ msgstr "Licence"
msgid "disabled"
msgstr "désactivé"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "L'utilisateur %s existe déjà !"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Destruction de %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Les privilèges ont été rechargés."
@@ -12026,32 +12103,32 @@ msgstr "Le signet «%s» a été utilisé comme requête par défaut."
msgid "Do you really want to execute following query?"
msgstr "Voulez-vous vraiment exécuter la requête suivante ?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Affichage du code PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL validé"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Résultat de la requête SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Généré par"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Il y a des problèmes avec les index de la table `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Intitulé"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "La table %1$s a été modifiée avec succès"
@@ -12131,76 +12208,76 @@ msgstr "La table %1$s a été créée."
msgid "View dump (schema) of table"
msgstr "Afficher le schéma de la table"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Visualiser en GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Largeur"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Hauteur"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Colonne pour étiquette"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Aucun --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Colonne pour donnée spatiale"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Dessiner à nouveau"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Sauvegarder dans un fichier"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nom du fichier"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Le nom d'une clé primaire doit être «PRIMARY» !"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "La clé ne peut être renommée PRIMARY !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Aucune colonne n'a été définie pour cet index !"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Ajouter un index"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Modifier l'index"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nom de l'index : "
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(«PRIMARY» doit et ne peut être que le nom d'une clé primaire!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Type d'index : "
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Ajouter à l'index %s colonne(s)"
@@ -12223,152 +12300,58 @@ msgstr "La table %s a été déplacée vers %s."
msgid "Table %s has been copied to %s."
msgstr "La table %s a été copiée vers %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Le nom de la table est vide !"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Ordonner la table par"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(à refaire après insertions/destructions)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Déplacer la table vers (base.table) : "
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Options pour cette table"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Changer le nom de la table pour"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copier la table vers (base.table) : "
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Aller à la table copiée"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Maintenance de la table"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Défragmenter la table"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "La table %s a été rechargée"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Recharger la table (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Supprimer les données ou la table"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Vider la table (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Supprimer la table (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Gestion des partitions"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partition %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyser"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Vérifier"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimiser"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Reconstruire"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Réparer"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Supprimer le partitionnement"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Vérifier l'intégrité référentielle : "
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Affichage des tables"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Espace utilisé"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effectif"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistiques"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statique"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamique"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Longueur de ligne"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Taille de la ligne"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Prochain index automatique"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Erreur lors de la création de la clé étrangère sur %1$s (vérifiez le type "
"des colonnes)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Relation interne"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12376,103 +12359,103 @@ msgstr ""
"Une relation interne n'est pas nécessaire lorsqu'une clé correspondante de "
"type FOREIGN KEY existe."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Contrainte de clé étrangère"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Spatial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Valeurs distinctes"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Ajouter une clé primaire"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Ajouter un index unique"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Ajouter un index SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Ajouter un index FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Aucune"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "La colonne %s a été effacée"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Une clé primaire a été ajoutée sur %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Un index a été ajouté sur %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Montrer d'autres actions"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Déplacer des colonnes"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Déplacez les colonnes en les faisant glisser vers le haut ou le bas."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Modifier la vue"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "vue relationnelle"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Suggérer des optimisations quant à la structure de la table"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Ajouter une colonne"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "En fin de table"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "En début de table"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Après %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Créer un index sur %s colonnes"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partitionné"
@@ -12648,7 +12631,7 @@ msgstr "Vous n'êtes pas autorisé à accéder à cette page !"
msgid "The profile has been updated."
msgstr "Le profil a été modifié."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nom de la vue"
@@ -13934,6 +13917,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Le paramètre concurrent_insert a une valeur de 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Tout exporter"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilèges pour tous les utilisateurs"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/gl.po b/po/gl.po
index bba880b0c9..42158bf90f 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-23 20:21+0200\n"
"Last-Translator: Julio Guerra \n"
"Language-Team: Galician \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Mostrar todo"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"xanela pai ou porque as opcións de seguranza do seu navegador están a "
"bloquear as actualizacións entre xanelas."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Buscar"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Buscar"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Ir"
@@ -99,7 +100,7 @@ msgstr "Descrición"
msgid "Use this value"
msgstr "Usar este valor"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Creouse a base de datos %1$s."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Comentario da base de datos: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Comentarios da táboa"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Columna"
@@ -146,11 +147,11 @@ msgstr "Columna"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Columna"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Predeterminado"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Liga a"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Comentarios"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Non"
@@ -242,27 +243,27 @@ msgstr "Non"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Si"
@@ -284,88 +285,21 @@ msgstr "Escoller todo"
msgid "Unselect All"
msgstr "Anular a selección de todo"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "O nome da base de datos está baleiro!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "A base de datos %1$s foi renomeada a %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "A base de datos %1$s foi copiada a %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Renomear a base de datos a"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Eliminar base de datos"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "A base de datos %s foi eliminada."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Eliminar a base de datos (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copiar a base de datos a"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Só a estrutura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Estrutura e datos"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Só os datos"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE antes de copiar"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Engadir %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Engadir o valor incremental (AUTO_INCREMENT)"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Engadir limitacións"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Cambiar á base de datos copiada"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Orde alfabética"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"Desactivouse a configuración de almacenamento de phpMyAdmin. Para saber por "
"que prema %saquí%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editar ou exportar o esquema relacional"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Táboa"
@@ -395,41 +325,41 @@ msgstr "Táboa"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Filas"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Tamaño"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "en uso"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Creación"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Última actualización"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Última revisión"
@@ -451,7 +381,7 @@ msgstr "Cambiar ao %sconstrutor visual%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -466,17 +396,17 @@ msgstr "No se atoparon táboas na base de datos"
msgid "unknown"
msgstr "descoñecido"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Baleirouse a táboa %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Deixouse a vista %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Eliminouse a táboa %s"
@@ -489,7 +419,7 @@ msgstr "O seguimento está activado."
msgid "Tracking is not active."
msgstr "O seguimento non está activado."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +428,12 @@ msgstr ""
"Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation"
"%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vista"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s é o motor de almacenamento predefinido neste servidor de MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Cos marcados:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Marcalos todos"
@@ -541,50 +471,51 @@ msgstr "Marcalos todos"
msgid "Check tables having overhead"
msgstr "Exceso na comprobación"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportar"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Visualización previa da impresión"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Baleirar"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Eliminar"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Comprobar a táboa"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizar a táboa"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparar a táboa"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizar a táboa"
@@ -592,11 +523,11 @@ msgstr "Analizar a táboa"
msgid "Add prefix to table"
msgstr "Engadir un prefixo á táboa"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Substituír o prefixo da táboa"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copiar a táboa con prefixo"
@@ -608,20 +539,20 @@ msgstr "Dicionario de datos"
msgid "Tracked tables"
msgstr "Táboas seguidas"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Base de datos"
@@ -637,9 +568,9 @@ msgstr "Creada"
msgid "Updated"
msgstr "Actualizada"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Estado"
@@ -647,14 +578,14 @@ msgstr "Estado"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Acción"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Mostrar"
@@ -687,7 +618,7 @@ msgstr "Instantánea da estrutura"
msgid "Untracked tables"
msgstr "Táboas non seguidas"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Seguir a táboa"
@@ -739,7 +670,7 @@ msgstr "Este tipo de exportación non é válido"
msgid "Value for the column \"%s\""
msgstr "Valor para a columna «%s»"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Utilizar OpenStreetMaps como capa base"
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Xeometría"
@@ -875,7 +806,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Non foi posíbel importar os engadidos - Comprobe a instalación!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Creouse o marcador %s"
@@ -902,10 +833,10 @@ msgstr ""
"significa que o phpMyAdmin non poderá rematar esta importación a non ser que "
"se lle incrementen os límites de tempo de php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "A consulta de SQL executouse sen problemas"
@@ -927,7 +858,7 @@ msgstr "Non se permiten as ordes «DROP DATABASE»."
msgid "Do you really want to execute \"%s\"?"
msgstr "Seguro que quere executar \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Está a piques de eliminar (DESTROY) unha base de datos enteira!"
@@ -969,7 +900,7 @@ msgstr "Engadir un índice"
msgid "Edit Index"
msgstr "Editar o índice"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Engadir %d columna(s) ao índice"
@@ -999,8 +930,8 @@ msgstr "Os contrasinais non son iguais!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Engadir un usuario"
@@ -1020,9 +951,9 @@ msgstr "Fechar"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1048,7 +979,7 @@ msgstr "Datos estáticos"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1248,7 +1179,7 @@ msgstr "Preguntas"
msgid "Traffic"
msgstr "Tráfico"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Configuración"
@@ -1268,12 +1199,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Ningunha"
@@ -1459,10 +1390,10 @@ msgid "Explain output"
msgstr "Explicar a saída"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tempo"
@@ -1557,10 +1488,10 @@ msgstr ""
"Produciuse un fallo ao construír a grella da gráfica coa configuración "
"importada. Restáurase a configuración predeterminada..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importar"
@@ -1608,9 +1539,9 @@ msgstr "Variable/ fórmula utilizada"
msgid "Test"
msgstr "Proba"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Cancelar"
@@ -1638,9 +1569,9 @@ msgstr "A eliminar a columna"
msgid "Adding Primary Key"
msgstr "A engadir unha chave primaria"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Aceptar"
@@ -1680,15 +1611,15 @@ msgstr "Agochar os índices"
msgid "Show indexes"
msgstr "Mostrar os índices"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Comprobación da chave externa:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Activado)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Desactivado)"
@@ -1755,8 +1686,8 @@ msgstr "Mostrar a caixa de consultas"
msgid "No rows selected"
msgstr "Non hai ningunha fileira seleccionada"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Mudar"
@@ -1764,8 +1695,8 @@ msgstr "Mudar"
msgid "Query execution time"
msgstr "Tempo de execución da consulta"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d non é un número de fileira válido."
@@ -1774,8 +1705,8 @@ msgstr "%d non é un número de fileira válido."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Gardar"
@@ -1832,12 +1763,12 @@ msgstr "Resultados da consulta"
msgid "Data point content"
msgstr "Contido do punto de datos"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorar"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copiar"
@@ -1857,7 +1788,7 @@ msgstr "Escoller unha chave externa"
msgid "Please select the primary key or a unique key"
msgstr "Escolla a chave primaria ou unha chave única"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Escolla a columna que desexe mostrar"
@@ -1950,7 +1881,7 @@ msgstr "Xerar"
msgid "Change Password"
msgstr "Cambiar o contrasinal"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Máis"
@@ -2328,13 +2259,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Houbo un erro"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "consulta de SQL"
@@ -2402,7 +2333,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Na liña"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Análise do desempeño"
@@ -2427,154 +2358,155 @@ msgstr "%s días, %s horas, %s minutos e %s segundos"
msgid "Missing parameter:"
msgstr "Parámetro que falta:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Inicio"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Seguinte"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Ir á base de datos "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A función %s vese afectada por un erro descoñecido; consulte %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Prema para conmutar"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Estrutura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Inserir"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Visualizar"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operacións"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Examinar o computador:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Escoller o directorio de subida do servidor web %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Non é posíbel acceder ao directorio que designou para os envíos"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Non hai arquivos para subir"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Executar"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Imprimir"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "O arquivo de configuración existente (%s) non e lexíbel."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Os permisos do ficheiro de configuración son incorrectos; non debería poder "
"escribir nel todo o mundo!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Tamaño da letra"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Descendente"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ordenar"
@@ -2600,8 +2532,8 @@ msgid "Use Tables"
msgstr "Usar as táboas"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "ou"
@@ -2668,13 +2600,13 @@ msgstr[1] "%1$s ocorrencias dentro da táboa %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Eliminar as coincidencias para a táboa %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2704,130 +2636,130 @@ msgstr "Dentro das táboas:"
msgid "Inside column:"
msgstr "Dentro da columna:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Gardar os datos editados"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Restaurar orde das columnas"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Fila de comezo"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Número de fileiras"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modo"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (cabezallos rotados)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Cabeceiras cada %s filas"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Ordenar pola chave"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opcións"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Textos parciais"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Chave relacional"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Mostrar columna de relación"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Mostrar os contidos binarios"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Mostrar os contidos BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Mostrar o contido binario como HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Ocultar a transformación do navegador"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Texto moi coñecido"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Binario moi coñecido"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Eliminouse a fileira"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Matar (kill)"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2835,44 +2767,44 @@ msgstr ""
"Pode non ser exacto. Consulte a [a@./Documentation."
"html#faq3_11@Documentation]pregunta frecuente 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "na consulta"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "A mostrar as fileiras"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "a consulta levou %01.4f segundos"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operacións cos resultados da consulta"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Vista previa da impresión (con textos completos)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Mostrar a gráfica"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Ver os datos GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Crear unha vista"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Non se atopou a ligazón"
@@ -2940,27 +2872,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Abrir unha xanela nova co phpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "A partir de aquí debe permitir cookies."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript debe estar activo a partir de aquí"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Non se definiu ningún índice!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Índices"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Único"
@@ -2973,6 +2905,16 @@ msgstr "Empaquetado"
msgid "Cardinality"
msgstr "Cardinalidade"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Orde alfabética"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2997,93 +2939,93 @@ msgstr ""
"Parece que os índice %1$s e %2$s son iguais e posibelmente poderíase "
"eliminar un deles."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Bases de datos"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Servidor"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Seguimento"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Disparadores"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Parece ser que a táboa está baleira!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Parece ser que a táboa está baleira!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Consulta"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilexios"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutinas"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Acontecementos"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Deseñador"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Usuarios"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sincronizar"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Rexistro binario"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variábeis"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Conxuntos de caracteres"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Engadidos"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motores"
@@ -3146,45 +3088,45 @@ msgstr "%s foi desactivado neste servidor de MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Este servidor de MySQL non acepta o motor de almacenamento %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "estado da táboa descoñecido: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Base de datos de orixe"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Non se atopou o tema %s!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "A base de datos non é válida"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Nome de táboa non válido"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Houbo un erro ao mudarlle o nome á táboa %1$s para %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "A táboa %1$s foi renomeada a %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Non foi posíbel gardar as preferencias de IU da táboa"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3193,7 +3135,7 @@ msgstr ""
"Produciuse un fallo ao limpar as preferencias de IU da táboa (vexa $cfg"
"['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3209,16 +3151,16 @@ msgstr ""
msgid "Function"
msgstr "Función"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operador"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valor"
@@ -3231,58 +3173,58 @@ msgstr "Busca na táboa"
msgid "Edit/Insert"
msgstr "Editar/Inserir"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Escolla os campos (mínimo un):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Engada condicións de busca (o corpo da cláusula «WHERE»):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Número de filas por páxina"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Mostrar en orde:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Empregue esta columna para etiquetar cada punto"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Máximo de filas que aparecen na gráfica"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Visualizar valores alleos"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Criterios adicionais de busca"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Facer unha «consulta de exemplo» (o comodín é «%») para dúas columnas "
"diferentes"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Faga unha «consulta por exemplo» (o comodín é «%»)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Examinar/Editar os puntos"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Como usar"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Restaurar a ampliación"
@@ -3627,14 +3569,14 @@ msgstr "Táboas"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Datos"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "De máis (Overhead)"
@@ -3659,11 +3601,11 @@ msgstr "Comprobar os privilexios da base de datos "%s"."
msgid "Check Privileges"
msgstr "Comprobar os privilexios"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Foi imposíbel ler o ficheiro de configuración"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3671,12 +3613,12 @@ msgstr ""
"Isto normalmente significa que hai unha erro na sintaxe; comprobe calquera "
"erro mostrado embaixo."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Non foi posíbel cargar a configuración predeterminada desde: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3684,36 +3626,36 @@ msgstr ""
"A directiva [code]$cfg['PmaAbsoluteUri'][/code] DEBE estar asignada no seu "
"ficheiro de configuración!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "O índice de servidor non é válido: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"O nome de servidor non é válido para o servidor %1$s. Revise a configuración."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
"Na configuración indicouse un método de autenticación que non é válido:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Debería actualizar a %s %s ou posterior."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Tentouse substituír GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "posíbel vulnerabilidade (exploit)"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "detectouse unha tecla numérica"
@@ -3744,37 +3686,37 @@ msgstr "Fechado"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Desactivado"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "estrutura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "datos"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "estrutura e datos"
@@ -3895,8 +3837,8 @@ msgid "Allow users to customize this value"
msgstr "Permitir que os usuarios personalicen este valor"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Reiniciar"
@@ -4184,7 +4126,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Tempo máximo de execución"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Enviar (gravar nun ficheiro)
"
@@ -4193,7 +4135,7 @@ msgid "Character set of the file"
msgstr "Conxunto de caracteres do ficheiro"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formato"
@@ -4206,27 +4148,25 @@ msgstr "Compresión"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Pór os nomes das columnas na primeira fila"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Columnas delimitadas por"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Carácter de escape das columnas"
@@ -4244,14 +4184,12 @@ msgstr "Eliminar os caracteres CRLF nas columnas"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Columnas terminadas en"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "As liñas rematan en"
@@ -4277,7 +4215,7 @@ msgstr "Modelo de nome dos ficheiros"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Envorcar a táboa"
@@ -4288,8 +4226,8 @@ msgid "Include table caption"
msgstr "Incluír o título da táboa"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Título da táboa"
@@ -4298,20 +4236,20 @@ msgid "Continued table caption"
msgstr "Título da táboa continuado"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Chave da etiqueta"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Tipo MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacións"
@@ -4332,6 +4270,11 @@ msgstr "Eliminar o(s) ficheiro(s) xa existente(s)"
msgid "Remember file name template"
msgstr "Lembrar o modelo do nome de ficheiro"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Engadir o valor incremental (AUTO_INCREMENT)"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Encerrar os nomes das táboas e das columnas entre aspas invertidas"
@@ -4342,7 +4285,7 @@ msgid "SQL compatibility mode"
msgstr "Modo de compatiblidade de SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Opcións de CREATE TABLE:"
@@ -4355,10 +4298,17 @@ msgid "Use delayed inserts"
msgstr "Empregar insercións demoradas"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Desactivar as comprobacións de chaves exteriores"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Engadir %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Empregar hexadecimal para BLOB"
@@ -4372,7 +4322,7 @@ msgid "Syntax to use when inserting data"
msgstr "A sintaxe que empregar ao inserir datos"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Lonxitude máxima da busca creada"
@@ -4381,7 +4331,7 @@ msgid "Export type"
msgstr "Tipo de exportación"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Incluír a exportación nunha transacción"
@@ -4438,7 +4388,6 @@ msgstr "Personalizar as opcións por omisión"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4783,14 +4732,12 @@ msgid "Partial import: allow interrupt"
msgstr "Importación parcial: permitir interromper"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Non abortar nos erros de INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Substituír os datos da táboa polos do ficheiro"
@@ -4807,7 +4754,6 @@ msgid "Format of imported file"
msgstr "Formato do ficheiro importado"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Utilice a palabra chave LOCAL"
@@ -4817,7 +4763,7 @@ msgid "Column names in first row"
msgstr "Nomes das columnas na primeira fileira"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Non importar as fileiras baleiras"
@@ -5943,7 +5889,7 @@ msgstr "Require que o válidador SQL estea activado"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Contrasinal"
@@ -6118,14 +6064,12 @@ msgstr "Autenticación mediante Signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV empregando LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Folla de cálculo de Open Document"
@@ -6218,7 +6162,7 @@ msgstr "Falta a extensión %s. Comprobe a configuración do PHP."
msgid "possible deep recursion attack"
msgstr "posible ataque tipo deep recursion"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6226,15 +6170,15 @@ msgstr ""
"O servidor non responde (ou o socket local do servidor non se configurou "
"correctamente)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "O servidor non responde."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Comprobe os privilexios do directorio que contén a base de datos."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalles..."
@@ -6280,24 +6224,24 @@ msgid "Create"
msgstr "Crear"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Sen privilexios"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Crear unha táboa"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nome"
@@ -6955,7 +6899,7 @@ msgid "No data found for GIS visualization."
msgstr "Non se atoparon datos para a visualización de GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "O MySQL retornou un conxunto baleiro (isto é, cero fileiras)."
@@ -7004,7 +6948,7 @@ msgid "Go to view: %s"
msgstr "Ir á vista: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Agochar"
@@ -7069,11 +7013,11 @@ msgstr ""
"Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL "
"combinada cunha frecha para moverse a calquera sitio"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Mostrar a consulta de SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Identificador da fileira inserida: %1$d"
@@ -7088,32 +7032,32 @@ msgstr "Ningunha"
msgid "Convert to Kana"
msgstr "Converter a Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Desde"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Até"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Enviar"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Engadir un prefixo á táboa"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Engadir un prefixo"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Está realmente seguro de executar a seguinte petición?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Sen cambios"
@@ -7319,7 +7263,158 @@ msgstr "Documentación do phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Recargar a moldura de navegación"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Renomear a base de datos a"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "A base de datos %s foi eliminada."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Eliminar base de datos"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Eliminar a base de datos (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Só a estrutura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Estrutura e datos"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Só os datos"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copiar a base de datos a"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE antes de copiar"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Engadir limitacións"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Cambiar á base de datos copiada"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editar ou exportar o esquema relacional"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Ordenar a táboa por"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "a refacer logo de insercións e destrucións (shingly)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Mover a táboa a (base_de_datos.táboa):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcións da táboa"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Mudar o nome da táboa para"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Motor de almacenamento"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copiar a táboa a (base_de_datos.táboa):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Ir á táboa copiada"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Táboa de mantemento"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Táboa de desfragmentación"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Borrouse a táboa %s"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Borrar a táboa («FLUSH»)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Eliminar datos ou táboa"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Baleirar a táboa (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Eliminar a táboa (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analizar"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Comprobar"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimizar"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Reconstruír"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Arranxar"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Mantemento de particións"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partición %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Eliminar particións"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Comprobar a integridade das referencias:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Este formato non ten opcións"
@@ -7328,7 +7423,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Non é posíbel conectar: os axustes non son válidos."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7359,45 +7454,45 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Non foi posíbel usar Blowfish desde mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Entrada (login)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Pode escribir o nome de servidor/enderezo de IP e o porto separados por un "
"espazo."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Servidor:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Nome de usuario:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Contrasinal:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Escolla de servidor"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"A configuración prohibe rexistrarse sen contrasinal (vexa AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7405,8 +7500,8 @@ msgstr ""
"Non se rexistrou actividade ningunha desde hai %s segundos ou máis. Terá que "
"entrar de novo"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Non é posíbel rexistrarse no servidor de MySQL"
@@ -7437,92 +7532,92 @@ msgstr "Non se meteu ningunha chave de autenticación válida"
msgid "Authenticating..."
msgstr "A autenticar..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Columnas separadas por:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Columnas delimitadas por:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Carácter de escape das columnas:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Liñas rematadas en:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Substituír NULL por:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Eliminar os caracteres CR/LF dentro dos campos"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Versión de Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opcións de envorcado dos datos"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "A extraer os datos da táboa"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Acontecemento"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definición"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Estrutura da táboa"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Estrutura para a vista"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Estrutura existente para a vista"
@@ -7539,37 +7634,37 @@ msgstr "(continuado)"
msgid "Structure of table @TABLE@"
msgstr "Estrutura da táboa @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opcións de creación de obxectos"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Descrición da táboa (continuado)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Mostrar as relación das chaves exteriores"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Mostrar os comentarios"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Mostrar os tipos MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7577,35 +7672,35 @@ msgstr "Mostrar os tipos MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Servidor"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Xerado en"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versión do servidor"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versión do PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Exportar o contido"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7619,7 +7714,7 @@ msgstr "(Xera un informe que contén os datos dunha única táboa)"
msgid "Report title:"
msgstr "Título do informe:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7627,11 +7722,11 @@ msgstr ""
"Mostrar os comentarios (inclúe información como a marca horaria da "
"exportación, a versión do PHP e a versión do servidor)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Engadir un comentario propio na cabeceira (\\n quebra as liñas):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7639,25 +7734,25 @@ msgstr ""
"Incluír a marca temporal de cando se crearon as bases de datos, cando foi a "
"última vez que se actualizaron e que se comprobaron"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Sistema de bases de datos ou servidor de MySQL máis vello co que maximizar a "
"compatibilidade da saída:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Engadir unha instrución %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Engadir instrucións:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7666,39 +7761,39 @@ msgstr ""
"(Protexe os nomes das columnas e as táboas formadas con caracteres especiais "
"ou palabras chave)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Opcións de creación de obxectos"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Vaciar táboa antes de inserir"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "No canto de instrucións INSERT, empregar:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "instrucións INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "instrucións INSERT IGNORE "
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Función que empregar ao envorcar os datos:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Sintaxe que empregar ao inserir os datos:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7708,7 +7803,7 @@ msgstr ""
"
Exemplo: INSERT INTO nome_taboa (col_A,col_B,"
"col_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7718,7 +7813,7 @@ msgstr ""
" Exemplo: INSERT INTO nome_taboa VALUES (1,2,3), "
"(4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7726,7 +7821,7 @@ msgstr ""
"as dúas anteriores
Exemplo: INSERT INTO "
"nome_taboa (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7734,7 +7829,7 @@ msgstr ""
"ningunha das anteriores
Exemplo: INSERT "
"INTO nome_taboa VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7742,7 +7837,7 @@ msgstr ""
"Envorcar as columnas binarias na notación hexadecimal (por exemplo, «abc» "
"convértese en 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7751,33 +7846,33 @@ msgstr ""
"se envorquen en carguen entre servidores que estean en fusos horarios "
"distintos)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedementos"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funcións"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Restricións para os envorcados das táboas"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Restricións para a táboa"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TIPOS MIME PARA A TÁBOA"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIÓNS PARA A TÁBOA"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Houbo un erro ao ler os datos:"
@@ -7793,8 +7888,8 @@ msgstr "Vistas"
msgid "Export contents"
msgstr "Exportar o contido"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7816,15 +7911,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nomes das columnas: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Hai un parámetro non válido para a importación de CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7834,58 +7929,49 @@ msgstr ""
"columnas están ben escritos, separados por vírgulas e non encerrados entre "
"aspas."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "O formato de entrada de CSV non é válido na liña %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "O número de columnas é incorrecto na entrada do CSV na liña %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nome da táboa"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nomes das columnas"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Este engadido non é capaz de realizar importacións comprimidas!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Táboa do MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "O formato de entrada de CSV non é válido na liña %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importar as porcentaxes como decimais correctos(ex. 12,00% como .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importar as moedas (ex. $5,00 como 5,00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7893,16 +7979,16 @@ msgstr ""
"O ficheiro XML especificado estaba estragado ou incompleto. Corrixa o "
"problema e ténteo de novo."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Ficheiro shapefile da ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Produciuse un erro ao importar o ficheiro shapefile da ESRI: «%s»."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7910,24 +7996,24 @@ msgstr ""
"Tentou importar un ficheiro que era incorrecto ou o ficheiro importado "
"contén datos incorrectos"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "A Extensión Espacial do MySQL non recoñece o tipo «%s» da ESRI."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "O ficheiro importado non contén datos"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Modo de compatibilidade de SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Non empregar AUTO_INCREMENT cos valores cero"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8099,7 +8185,7 @@ msgid "Enabled"
msgstr "Activado"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Características xerais das relacións"
@@ -8174,7 +8260,7 @@ msgstr ""
"Entre de novo no phpMyAdmin para cargar o ficheiro de configuración "
"actualizado."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "sen descrición"
@@ -8226,7 +8312,7 @@ msgstr "Estado do escravo"
msgid "Variable"
msgstr "Variábel"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Identificador do servidor"
@@ -8252,8 +8338,8 @@ msgstr "Calquera usuario"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Empregar un campo de texto"
@@ -8345,7 +8431,7 @@ msgstr "Detalles"
msgid "Event name"
msgstr "Nome do acontecemento"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tipo de acontecemento"
@@ -8732,12 +8818,12 @@ msgstr "Índice"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributos"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8774,6 +8860,10 @@ msgstr "Escoller unha páxina"
msgid "Select Tables"
msgstr "Escoller táboas"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nomes das columnas"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Mostrar o esquema relacional"
@@ -9041,14 +9131,14 @@ msgstr "Limita o número de conexións simultáneas que pode ter o usuario."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilexios propios das táboas"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: os nomes dos privilexios do MySQL están en inglés"
@@ -9057,12 +9147,12 @@ msgid "Administration"
msgstr "Administración"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilexios globais"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilexios propios das bases de datos"
@@ -9121,16 +9211,16 @@ msgid "Users having access to "%s""
msgstr "Usuarios que teñen acceso a "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Usuario"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Conceder"
@@ -9139,8 +9229,8 @@ msgid "User has been added."
msgstr "O usuario foi engadido."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Calquera"
@@ -9156,12 +9246,12 @@ msgstr "específico da base de datos"
msgid "wildcard"
msgstr "comodín"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Non se achou ningún usuario."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Modificar os privilexios"
@@ -9169,25 +9259,21 @@ msgstr "Modificar os privilexios"
msgid "Revoke"
msgstr "Revogar"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Exportar todo"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... manter o anterior."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... eliminar o anterior das táboas de usuarios."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9195,79 +9281,75 @@ msgstr ""
" ... eliminar o anterior das táboas de usuarios e recargar os privilexios "
"despois."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Modificar a información de acceso (login) / Copiar o usuario"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Crear un usuario novo cos mesmos privilexios e..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilexios propios das columnas"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Engadir privilexios para esta base de datos"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Engadir privilexios para esta táboa"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Eliminar os usuarios seleccionados"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Non se escolleu que usuarios eliminar!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "A recargar os privilexios"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Elimináronse sen problemas os usuarios seleccionados."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Acaba de actualizar os privilexios de %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilexios para todolos usuarios"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilexios para %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Vista xeral dos usuarios"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9280,11 +9362,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Engadiu un usuario novo."
@@ -9334,11 +9416,11 @@ msgstr "Limpar"
msgid "Columns"
msgstr "Columnas"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Marcar esta busca de SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Permitir que calquera usuario poida acceder a este marcador"
@@ -9461,8 +9543,8 @@ msgstr ""
"barras ou aspas e empregando este formato: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Índice"
@@ -9514,13 +9596,13 @@ msgstr "Ningún"
msgid "As defined:"
msgstr "Como se define:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primaria"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Texto completo"
@@ -9534,20 +9616,15 @@ msgstr "Primeiro"
msgid "after %s"
msgstr "Despois de %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Engadir %s columna(s)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Debe engadir ao menos unha columna."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Motor de almacenamento"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definición da PARTICIÓN"
@@ -9556,7 +9633,7 @@ msgstr "Definición da PARTICIÓN"
msgid "Manage your settings"
msgstr "Xestionar a configuración"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Gardouse a configuración"
@@ -9602,7 +9679,7 @@ msgstr "Ordenación alfabética (collation) da conexión do servidor"
msgid "Appearance Settings"
msgstr "Configuración da aparencia"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Máis opcións"
@@ -9787,133 +9864,133 @@ msgstr "Mostrar/Agochar o menú esquerdo"
msgid "Save position"
msgstr "Gardar a posición"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Crear unha relación"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Recargar"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Axuda"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Ligazóns angulares"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Ligazóns directas"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Axustar á grella"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Todo pequeno/grande"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Alternar pequeno/grande"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Conmutar as liñas de relación"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importar/Exportar coordenadas para esquema de PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Construír unha consulta"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Mover o menú"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Agochalo/Mostralo todo"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Agochar/Mostrar as táboas sen relación"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Número de táboas"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Eliminar a relación"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operador de relación"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Excepto"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "subconsulta"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Renomear como"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Novo nome"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agregar"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Opcións activas"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Creouse a páxina"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Fallou a creación da páxina"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Páxina"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importar desde a páxina escollida"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exportar á páxina escollida"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Crear unha páxina e exportar a ela"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nome da nova páxina: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exportar/Importar a escala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recomendado"
@@ -9921,7 +9998,7 @@ msgstr "recomendado"
msgid "Error: relation already exists."
msgstr "Erro: xa existe unha relación."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Erro: non se engadiu a relación."
@@ -9929,7 +10006,7 @@ msgstr "Erro: non se engadiu a relación."
msgid "FOREIGN KEY relation added"
msgstr "Engadiuse unha relación cunha CHAVE EXTERNA"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Engadiuse a relación interna"
@@ -9937,11 +10014,11 @@ msgstr "Engadiuse a relación interna"
msgid "Relation deleted"
msgstr "Eliminouse a relación"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Produciuse un erro ao gardar as coordenadas para Deseñador."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Gardáronse as modificacións"
@@ -9949,48 +10026,48 @@ msgstr "Gardáronse as modificacións"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Configuración non gardada; o formulario enviado contén erros"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Non foi posíbel importar a configuración"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "A configuración contén datos incorrectos para algúns campos."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Quere importar o resto da configuración?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Gardado o: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importar dun ficheiro"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importar do almacenamento do navegador"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"A configuración será importada dende o almacenamento local do navegador."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Non ten opcións gardadas!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Esta característica non está admitida por este navegador"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Combinar coa configuración actual"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9999,19 +10076,19 @@ msgstr ""
"Pode configurar máis opcións modificando config.inc.php, p.ex. usando o "
"%sScript de configuración%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Gardar no almacenamento do navegador"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "A configuración será gardada no almacenamento do navegador."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "A configuración existente será substituída!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Pode reiniciar a configuración e restaurar os valores predeterminados."
@@ -10028,41 +10105,41 @@ msgstr "Todo"
msgid "%s table not found or not set in %s"
msgstr "Non se atopou a táboa %sou non se indicou en %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Ese ficheiro non existe"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Escolla o ficheiro de rexistro binario que desexe ver"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Ficheiros"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Interromper as consultas mostradas"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Mostrar as consultas completas"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nome do ficheiro de rexistro"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posición"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Posición orixinal"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Información"
@@ -10146,17 +10223,17 @@ msgstr "Licen"
msgid "disabled"
msgstr "desactivado"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Xa existe o usuario %s!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "A eliminar %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Non houbo problemas ao recargar os privilexios."
@@ -11978,32 +12055,32 @@ msgstr "A empregar o marcador «%s» como consulta de navegación por omisión."
msgid "Do you really want to execute following query?"
msgstr "Seguro que quere executar a petición seguinte?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Mostrar como código PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL validado"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Resultado de SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Xerado por"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemas cos índices da táboa «%s»"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiqueta"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Alterouse a táboa %1$s sen problemas"
@@ -12085,77 +12162,77 @@ msgstr "Creouse a táboa %1$s."
msgid "View dump (schema) of table"
msgstr "Ver o esquema do envorcado da táboa"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Mostrar a visualización GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Largo"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Altura"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etiqueta da columna"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "- Ningunha -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Columna espacial"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Redebuxar"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Gardar nun ficheiro"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nome do ficheiro"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "O nome da chave primaria debe ser... «PRIMARY»!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Non se pode facer que este índice sexa PRIMARIO!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Non se definiron partes do índice!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Engadir un índice"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Editar o índice"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nome do índice:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(«PRIMARIA» debe ser o nome de e só de unha chave primaria)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tipo de índice:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Engadir ao índice %s coluna(s)"
@@ -12178,152 +12255,58 @@ msgstr "Moveuse a táboa %s para %s."
msgid "Table %s has been copied to %s."
msgstr "Copiouse a táboa %s para %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "O nome da táboa está baleiro!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Ordenar a táboa por"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "a refacer logo de insercións e destrucións (shingly)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Mover a táboa a (base_de_datos.táboa):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcións da táboa"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Mudar o nome da táboa para"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copiar a táboa a (base_de_datos.táboa):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Ir á táboa copiada"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Táboa de mantemento"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Táboa de desfragmentación"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Borrouse a táboa %s"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Borrar a táboa («FLUSH»)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Eliminar datos ou táboa"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Baleirar a táboa (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Eliminar a táboa (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Mantemento de particións"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partición %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analizar"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Comprobar"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimizar"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Reconstruír"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Arranxar"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Eliminar particións"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Comprobar a integridade das referencias:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "A mostrar as táboas"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Uso do espazo"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efectivo"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Estatísticas das fileiras"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "estáticas"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinámicas"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Lonxitude das fileiras"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Tamaño das fileiras"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Índice automático seguinte"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Produciuse un erro ao crear a chave externa en %1$s (comprobe os tipos de "
"datos)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Relación interna"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12331,107 +12314,107 @@ msgstr ""
"Non se precisa unha relación interna cando existe unha CHAVE EXTERNA "
"correspondente."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Límite das chaves externas"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Espacial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Examinar valores claramente distintos"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Engadir unha chave primaria"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Engadir un índice único"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Engadir un índice SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Engadir un índice FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Nada"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Eliminouse a columna %s"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Engadiuse unha chave primaria a %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Engadiuse un índice a %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Mostrar máis accións"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Eliminar columna(s)"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Editar a vista"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Vista das relacións"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Propor unha estrutura para a táboa"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Engadir unha columna"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Ao final da táboa"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "No comezo da táboa"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Despois de %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Crear un índice en %s columnas"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "particionado"
@@ -12607,7 +12590,7 @@ msgstr "Non ten dereitos suficientes para estar aquí agora!"
msgid "The profile has been updated."
msgstr "Actualizouse o perfil."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nome da VISTA"
@@ -13897,6 +13880,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está definido como 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Exportar todo"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilexios para todolos usuarios"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/he.po b/po/he.po
index fa761e34ce..81fdb44e84 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: hebrew \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "הצגת הכול"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"לא ניתן לעדכן את חלון דפדפן היעד. יתכן שסגרת את חלון ההורה, או שהגדרות "
"האבטחה של הדפדפן שלך מוגדרות כך שיחסמו עדכונים בין חלונות."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "חיפוש"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "חיפוש"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "ביצוע"
@@ -98,7 +99,7 @@ msgstr "תיאור"
msgid "Use this value"
msgstr "שימוש בערך זה"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -111,31 +112,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "מסד הנתונים %1$s נוצר."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "הערה על מסד הנתונים: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "הערות לטבלה"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "עמודה"
@@ -144,11 +145,11 @@ msgstr "עמודה"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -158,44 +159,44 @@ msgstr "עמודה"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "סוג"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "ריק"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "בררת מחדל"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -205,9 +206,9 @@ msgstr "קישורים אל"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -218,21 +219,21 @@ msgstr "הערות"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "לא"
@@ -240,27 +241,27 @@ msgstr "לא"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "כן"
@@ -282,108 +283,37 @@ msgstr "בחירת הכול"
msgid "Unselect All"
msgstr "ביטול הבחירה הכללית"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "שם מסד הנתונים ריק!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "שם מסד הנתונים %1$s הוחלף בשם %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "מסד הנתונים %1$s הועתק אל %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "שינוי שם מסד הנתונים לשם"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "הסרת מסד הנתונים"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "מסד הנתונים %s הושמט."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "השמטת מסד הנתונים (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "העתקת מסד הנתונים אל"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "מבנה בלבד"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "מבנה ונתונים"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "נתונים בלבד"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE לפני העתקה"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "הוספת %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "הוספת הגבלות"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "מעבר למסד הנתונים שהועתק"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "איסוף"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr "אחסון התצורה של phpMyAdmin הופסקה. כדי לגלות מדוע יש ללחוץ %sכאן%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "עריכה או יצוא של תבנית יחסית"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "טבלה"
@@ -391,41 +321,41 @@ msgstr "טבלה"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "שורות"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "גודל"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "בשימוש"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "יצירה"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "עדכון אחרון"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "נבדק לאחרונה"
@@ -447,7 +377,7 @@ msgstr "מעבר ל%sבונה החזותי%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -462,17 +392,17 @@ msgstr "לא נמצאו טבלאות במסד הנתונים"
msgid "unknown"
msgstr "לא ידוע"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "הטבלה %s רוקנה"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "התצוגה %s נשמטה"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "הטבלה %s נשמטה"
@@ -485,19 +415,19 @@ msgstr "המעקב פעיל."
msgid "Tracking is not active."
msgstr "המעקב אינו פעיל."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "לתצוגה זו יש לפחות מספר כזה של שורות. נא לפנות ל%sתיעוד%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "תצוגה"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -513,21 +443,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s הוא מנוע האחסון כבררת המחדל של שרת MySQL זה."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "עם הנבחרים:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "סימון הכול"
@@ -535,50 +465,51 @@ msgstr "סימון הכול"
msgid "Check tables having overhead"
msgstr "בדיקת טבלאות בעלות תקורה"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "יצוא"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "תצוגת הדפסה"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "ריקון"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "השמטה"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "בדיקת טבלה"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "ייעול טבלה"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "תיקון טבלה"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "ניתוח טבלה"
@@ -586,11 +517,11 @@ msgstr "ניתוח טבלה"
msgid "Add prefix to table"
msgstr "הוספת קידומת לטבלה"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "החלפת קידומת הטבלה"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "העתקת הטבלה עם קידומת"
@@ -602,20 +533,20 @@ msgstr "מילון נתונים"
msgid "Tracked tables"
msgstr "טבלאות במעקב"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "מסד נתונים"
@@ -631,9 +562,9 @@ msgstr "מועד היצירה"
msgid "Updated"
msgstr "עודכנה"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "מצב"
@@ -641,14 +572,14 @@ msgstr "מצב"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "פעולה"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "הצגה"
@@ -681,7 +612,7 @@ msgstr "העתק של המבנה"
msgid "Untracked tables"
msgstr "טבלאות שאינן במעקב"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "מעקב אחר טבלה"
@@ -731,7 +662,7 @@ msgstr "סוג הייצוא שגוי"
msgid "Value for the column \"%s\""
msgstr "ערך עבור העמודה „%s“"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "שימוש ב־OpenStreetMaps כשכבת הבסיס"
@@ -740,7 +671,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "פני השטח"
@@ -864,7 +795,7 @@ msgstr "לא ניתן להמיר את קידוד התווים של הקובץ ל
msgid "Could not load import plugins, please check your installation!"
msgstr "לא ניתן לטעון את תוספי הייבוא, נא לבדוק האם ההתקנה שלך תקינה!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "הסימנייה %s נוצרה"
@@ -890,10 +821,10 @@ msgstr ""
"עם זאת, בהרצה האחרונה לא נותחו נתונים כלל, לרוב משמעות הדבר היא ש־phpMyAdmin "
"לא יוכל להשלים יבוא זה אלמלא גבול זמן ההמתנה של ה־php יוגדל."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "שאילתת ה־SQL שלך בוצעה בהצלחה"
@@ -917,7 +848,7 @@ msgstr "הוראות \"DROP DATABASE\" מנוטרלות."
msgid "Do you really want to execute \"%s\"?"
msgstr "האם אכן ברצונך להפעיל את „%s”?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "פעולה זו עלולה להשמיד מסד נתונים שלם!"
@@ -957,7 +888,7 @@ msgstr "הוספת אינדקס"
msgid "Edit Index"
msgstr "עריכת האינדקס"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "הוספת %d עמודות לאינדקס"
@@ -987,8 +918,8 @@ msgstr "הססמאות אינן זהות!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "הוספת משתמש"
@@ -1008,9 +939,9 @@ msgstr "סגירה"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1036,7 +967,7 @@ msgstr "נתונים סטטיים"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "סה״כ"
@@ -1245,7 +1176,7 @@ msgstr "Persian"
msgid "Traffic"
msgstr "Traffic"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1269,12 +1200,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "ללא"
@@ -1461,10 +1392,10 @@ msgid "Explain output"
msgstr "הסברת SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "זמן"
@@ -1572,10 +1503,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
#, fuzzy
msgid "Import"
msgstr "ייצוא"
@@ -1630,9 +1561,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1663,9 +1594,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "אישור"
@@ -1721,17 +1652,17 @@ msgstr "הוספת שדה חדש"
msgid "Show indexes"
msgstr "הראה רשת"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "מופעל"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1811,8 +1742,8 @@ msgstr "שאילתת SQL"
msgid "No rows selected"
msgstr "לא נבחרו שורות"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "שינוי"
@@ -1820,8 +1751,8 @@ msgstr "שינוי"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d הוא לא מספר שורה תקין."
@@ -1830,8 +1761,8 @@ msgstr "%d הוא לא מספר שורה תקין."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "שמירה"
@@ -1897,12 +1828,12 @@ msgstr "תוצאת SQL"
msgid "Data point content"
msgstr "תוכן עניניים"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "התעלמות"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "העתקה"
@@ -1924,7 +1855,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2017,7 +1948,7 @@ msgstr "ייצור"
msgid "Change Password"
msgstr "שינוי סיסמא"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2446,13 +2377,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "שגיאה"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "שאילתת SQL"
@@ -2523,7 +2454,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "מנועים"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2550,160 +2481,161 @@ msgstr "%s ימים, %s שעות, %s דקות ו- %s שניות"
msgid "Missing parameter:"
msgstr "הוספת שדה חדש"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "התחלה"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "הקודם"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "הבא"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "סיום"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "קפיצה אל מאגר נתונים "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "מבנה"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "הכנסה"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "עיון"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "פעולות"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
msgid "Select from the web server upload directory %s:"
msgstr "שמירת שרת בתוך תיקיית %s"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "הדפסה"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "עולה"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "יורד"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "סידור"
@@ -2729,8 +2661,8 @@ msgid "Use Tables"
msgstr "שימוש בטבלאות"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "או"
@@ -2797,13 +2729,13 @@ msgstr[1] "%1$s תוצאות בטבלה %2$s"
msgid "Delete the matches for the %s table?"
msgstr "האם למחוק את התוצאות עבור הטבלה %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2833,194 +2765,194 @@ msgstr "בתוך הטבלאות:"
msgid "Inside column:"
msgstr "בתוך העמודה:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "תיקיית בית של נתונים"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "הוספת/מחיקת עמודות שדה"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "שבת"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "מספר שדות"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "יום שני"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "מאוזן"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "מאוזן (headers מסובבים)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "ניצב"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "הרצת שאילתה מועדפת"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "פעולות"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "טקסטים חלקיים"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "טקסטים מלאים"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "תצוגת יחסים"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
msgid "Relational display column"
msgstr "תצוגת יחסים"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
msgid "Hide browser transformation"
msgstr "שינויי צורה זמינים"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "השורה נמחקה"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "יכול להיות הערכה. ראה FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "בשאילתה"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "מראה שורות"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "סה\"כ"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "שאילתה לקחה %01.4f שניות"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "תצוגת הדפסה (עם טקסטים מלאים)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display chart"
msgstr "מציג הערות עמודה"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "גרסת שרת"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "קישור לא נמצא"
@@ -3083,29 +3015,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "עוגיות (Cookies) חייבות לפעול מנקודה זאת."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "עוגיות (Cookies) חייבות לפעול מנקודה זאת."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "אין אינדקסים מוגדרים!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "אינדקסים"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "ייחודי"
@@ -3118,6 +3050,16 @@ msgstr ""
msgid "Cardinality"
msgstr "מספור"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "איסוף"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3141,95 +3083,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "מאגרי נתונים"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "שרת"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "שאילתה"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "הרשאות"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "משתמש"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "דו\"ח בינארי"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "משתנים"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "קידודים"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "מנועים"
@@ -3294,51 +3236,51 @@ msgstr "%s מובטל על שרת MySQL זה."
msgid "This MySQL server does not support the %s storage engine."
msgstr "שרת MySQL לא תומך במנוע אחסון %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "חפש במסד הנתונים"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "חפש במסד הנתונים"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "טבלה %s שונתה אל %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3351,17 +3293,17 @@ msgstr ""
msgid "Function"
msgstr "פונקציה"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "פעולות"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "ערך"
@@ -3378,61 +3320,61 @@ msgstr "חיפוש"
msgid "Edit/Insert"
msgstr "הכנסה"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "בחירת שדות (לפחות אחד):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "הוספת תנאי חיפוש (הגוף של תנאי \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "מספר של שורות לכל דף"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "סדר תצוגה:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "שאילתת SQL"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "ביצוע \"שאילתה לדוגמה\" (תו כללי: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "ביצוע \"שאילתה לדוגמה\" (תו כללי: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3777,14 +3719,14 @@ msgstr "טבלאות"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "נתונים"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "תקורה"
@@ -3811,55 +3753,55 @@ msgstr "בדיקת הראשות עבור מאגר נתונים "%s"."
msgid "Check Privileges"
msgstr "בדיקת הרשאות"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "אתה צריך לשדרג אל %s %s לפחות."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3890,38 +3832,38 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "מבוטל"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "מבנה"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4052,8 +3994,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "איפוס"
@@ -4321,7 +4263,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "שמירה כקובץ"
@@ -4331,7 +4273,7 @@ msgid "Character set of the file"
msgstr "חבילת הקידוד של הקובץ:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "תבנית"
@@ -4344,20 +4286,19 @@ msgstr "דחיסה"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4365,8 +4306,7 @@ msgstr "שדות מוקפים ע\"י"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4386,16 +4326,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "שורות מסתיימות ע\"י"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "שורות מסתיימות ע\"י"
@@ -4426,7 +4364,7 @@ msgstr "תבנית שם קובץ"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4439,8 +4377,8 @@ msgid "Include table caption"
msgstr "כלול כותרת טבלה"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "כותרת טבלה"
@@ -4449,20 +4387,20 @@ msgid "Continued table caption"
msgstr "כותרת טבלה מומשך"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "מפתח תווית"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "סוג MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "יחסים"
@@ -4486,6 +4424,11 @@ msgstr ""
msgid "Remember file name template"
msgstr "תבנית שם קובץ"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "הוספת ערך AUTO_INCREMENT (מספור אוטומטי)"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4498,7 +4441,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4511,10 +4454,17 @@ msgid "Use delayed inserts"
msgstr "השתמש בהכנסות מעוכבות"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "הוספת %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4528,7 +4478,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4538,7 +4488,7 @@ msgid "Export type"
msgstr "סוג ייצוא"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4593,7 +4543,6 @@ msgstr "אפשרויות ייצוא מאגר נתונים"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4938,14 +4887,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "החלפת נתוני הטבלה עם הקובץ"
@@ -4960,7 +4907,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4972,7 +4918,7 @@ msgid "Column names in first row"
msgstr "שמות עמודה"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6008,7 +5954,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "סיסמא"
@@ -6168,14 +6114,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6261,23 +6205,23 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "השרת אינו מגיב"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6326,25 +6270,25 @@ msgid "Create"
msgstr "יצירה"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "ללא הרשאות"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "יצירת עמוד חדש"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "שם"
@@ -6969,7 +6913,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות)."
@@ -7018,7 +6962,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7084,11 +7028,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7105,38 +7049,38 @@ msgstr "ללא"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "יום שישי"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "שליחה"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "הוספת שדה חדש"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "האם אתה באמת רוצה "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "ללא שינוי"
@@ -7342,7 +7286,166 @@ msgstr "תיעוד phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "שינוי שם מסד הנתונים לשם"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "מסד הנתונים %s הושמט."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "הסרת מסד הנתונים"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "השמטת מסד הנתונים (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "מבנה בלבד"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "מבנה ונתונים"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "נתונים בלבד"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "העתקת מסד הנתונים אל"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE לפני העתקה"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "הוספת הגבלות"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "מעבר למסד הנתונים שהועתק"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "עריכה או יצוא של תבנית יחסית"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "שינוי סדר הטבלה לפי"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singly)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "העברת טבלה אל (מסד נתונים.טבלה):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "אפשרויות טבלה"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "שינוי שם טבלה אל"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "מנוע אחסון"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "העתקת טבלה אל (מסד נתונים.טבלה):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "מעבר לטבלה שהועתקה"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "אחזקת טבלה"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "איחוי טבלה"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "טבלה %s אופסה"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "ריקון טבלה (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "הוצאת מידע עבור טבלה"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "אין מאגרי נתונים"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "צ'יכית"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "תיקון טבלה"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "אחזקת טבלה"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7353,7 +7456,7 @@ msgid "Cannot connect: invalid settings."
msgstr "חיבור נכשל: הגדרות לא תקינות."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7381,49 +7484,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "כניסה"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "שרת"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "שם משתמש:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "סיסמא:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "בחירת שרת"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "נכשל בכניסה לשרת MySQL"
@@ -7454,83 +7557,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "שורות מסתיימות ע\"י"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "שדות מוקפים ע\"י"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "הורדת שדות עם"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "שורות מסתיימות ע\"י"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "החלפת NULL ע\"י"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "מהדורת Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "אפשרויות ייצוא מאגר נתונים"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "הוצאת מידע עבור טבלה"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "נשלח"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7539,24 +7642,24 @@ msgstr "נשלח"
msgid "Definition"
msgstr "תיאור"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "מבנה טבלה עבור טבלה"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "מבנה בלבד"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7577,44 +7680,44 @@ msgstr "(מומשך)"
msgid "Structure of table @TABLE@"
msgstr "מבנה של טבלה __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
msgid "Object creation options"
msgstr "לתבנית זאת אין אפשרויות"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "כותרת טבלה"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "מציג הערות עמודה"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "סוגי MIME זמינים"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7622,35 +7725,35 @@ msgstr "סוגי MIME זמינים"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "מארח"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "זמן ייצור"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "גרסת שרת"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "גרסת PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "ייצוא"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7666,147 +7769,147 @@ msgstr ""
msgid "Report title:"
msgstr "קבצי ייבוא"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "משפטים"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "משפטים"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
msgid "Data creation options"
msgstr "לתבנית זאת אין אפשרויות"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "תהליכים"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "פונקציה"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "הגבלות לטבלאות שהוצאו"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "הגבלות לטבלה"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
msgid "Error reading data:"
msgstr "מאפשר מחיקת מידע."
@@ -7823,8 +7926,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7843,111 +7946,102 @@ msgstr ""
msgid "Column names: "
msgstr "שמות עמודה"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "שמות עמודה"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "MySQL 4.0 compatible"
msgid "SQL compatibility mode:"
msgstr "תואם MySQL 4.0"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8067,7 +8161,7 @@ msgid "Enabled"
msgstr "מופעל"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "תכונות קשר כלליות"
@@ -8137,7 +8231,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "ללא תיאור"
@@ -8187,7 +8281,7 @@ msgstr ""
msgid "Variable"
msgstr "משתנה"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "קוד שרת (ID)"
@@ -8211,8 +8305,8 @@ msgstr "כל משתמש"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "השתמש בשדה טקסט"
@@ -8308,7 +8402,7 @@ msgstr ""
msgid "Event name"
msgstr "סוג אירוע"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "סוג אירוע"
@@ -8741,12 +8835,12 @@ msgstr "תוכן עניניים"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "תכונות"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "תוספת"
@@ -8789,6 +8883,10 @@ msgstr "בחירת הכל"
msgid "Select Tables"
msgstr "בחירת טבלאות"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "שמות עמודה"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Display PDF schema"
@@ -9065,14 +9163,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "הרשאות ספציפיות-לטבלאות"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "הערה: שמות הרשאות MySQL מובטאות באנגלית"
@@ -9081,12 +9179,12 @@ msgid "Administration"
msgstr "ניהול"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "הרשאות גלובליות"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "הרשאות ספציפיות למאגר נתונים"
@@ -9144,16 +9242,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "משתמש"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "הענקה"
@@ -9163,8 +9261,8 @@ msgid "User has been added."
msgstr "שדה %s נמחק"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "כל דבר"
@@ -9180,14 +9278,14 @@ msgstr "ספציפי למאגר הנתונים"
msgid "wildcard"
msgstr "תו כללי"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "לא נמצאו משתמשים."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "עריכת הרשאות"
@@ -9195,106 +9293,94 @@ msgstr "עריכת הרשאות"
msgid "Revoke"
msgstr "שלילה"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "ייצוא"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... שמירת הישן."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... מחיקת הישן מטבלאות המשתמשים."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... בטל את כל ההרשאות הפעילות מהישן ומחק אותו לאחר מכן."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "... מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "שינוי מידע כניסה / העתקת משתמש"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "יצירת משתמש חדש עם אותן ההרשאות וגם ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "הרשאות ספציפיות-לעמודה"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "הוספת הרשאות למאגר הנתונים הבא"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "תווים כללים _ וגם % צריכים לבוא ביחד עם \\ על מנת להשתמש בהם באמת"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "הוספת הראשאות לטבלה הבאה"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "הסרת משתמשים שנבחרו"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "שלילת כל ההרשאות הפעילות מהמשתמשים ומחיקתם לאחר מכן."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "הסרת מאגרי נתונים שיש להם שמות דומים כמו למשתמשים."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "טוען מחדש הרשאות"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
#, fuzzy
msgid "The selected users have been deleted successfully."
msgstr "%s מסדי נתונים נמחקו בהצלחה."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "אתה עדכנת הרשאות עבור %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "הרשאות"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "הרשאות"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "סקירת משתמשים"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9306,11 +9392,11 @@ msgstr ""
"הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן "
"ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "המשתמש שנבחר לא נמצא בטבלת ההרשאות."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "משתמש חדש נוסף."
@@ -9365,11 +9451,11 @@ msgstr "לוח שנה"
msgid "Columns"
msgstr "שמות עמודה"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "הכנס שאילתת SQL זאת למועדפים"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "אפשר לכל משתמש לגשת לכתובת מועדפת זאת"
@@ -9483,8 +9569,8 @@ msgstr ""
"בתבנית הזאת : a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "אינדקס"
@@ -9538,13 +9624,13 @@ msgstr "ללא"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "ראשי"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9558,23 +9644,18 @@ msgstr ""
msgid "after %s"
msgstr "לאחר %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "הוספת %s תאים"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "אתה חייב להוסיף לפחות שדה אחד."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "מנוע אחסון"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9585,7 +9666,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "תכונות קשר כלליות"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9633,7 +9714,7 @@ msgstr "קידוד חיבור MySQL"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9815,162 +9896,162 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "סינית מסורתית"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "שליחת שאילתה"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "ראיית הכל"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
#, fuzzy
msgid "Number of tables"
msgstr "מספר שדות"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "תצוגת יחסים"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "ייצוא"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "בשאילתה"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "שינוי שם טבלה אל"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "שם משתמש"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "יצירה"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "אפשרויות טבלה"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "טבלה %s נמחקה"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "דפים"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "קבצי ייבוא"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "לא נבחרו שורות"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "יצירת אינדקס חדש"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "שם משתמש"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9978,7 +10059,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9986,7 +10067,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "יחסים פנימיים"
@@ -9996,11 +10077,11 @@ msgstr "יחסים פנימיים"
msgid "Relation deleted"
msgstr "תצוגת יחסים"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "שינויים נשמרו"
@@ -10008,68 +10089,68 @@ msgstr "שינויים נשמרו"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "קבצי ייבוא"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10086,44 +10167,44 @@ msgstr "הכל"
msgid "%s table not found or not set in %s"
msgstr "טבלה %s לא נמצאה או לא קיימת בתוך %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "הטבלה \"%s\" לא קיימת!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "שדות"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "הראה שאילתות שלמות"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "שם דו\"ח"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "מיקום"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "מיקום מקורי"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "מידע"
@@ -10211,17 +10292,17 @@ msgstr ""
msgid "disabled"
msgstr "מבוטל"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "שם המשתמש %s כבר קיים!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "מוחק %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "ההרשאות נטענו מחדש בהצלחה."
@@ -11834,34 +11915,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "האם אתה באמת רוצה "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "בדיקת תקינות SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "תוצאת SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "נוצר ע\"י"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "בעיות עם אינדקסים של טבלה `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "תווית"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11957,88 +12038,88 @@ msgstr "טבלה %s נמחקה"
msgid "View dump (schema) of table"
msgstr "ראיית הוצאה (תבנית) של טבלה"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "הוספת/מחיקת עמודות שדה"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "סה\"כ"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "שמירה כקובץ"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "שם משתמש"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "לא ניתן לשנות שם אינדקס אל PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "הוספת שדה חדש"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "הוספת שדה חדש"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "שם אינדקס:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "סוג אינדקס:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "הוספה לאינדקס %s שורה/שורות"
@@ -12062,280 +12143,178 @@ msgstr "הטבלה %s הועברה ל- %s."
msgid "Table %s has been copied to %s."
msgstr "טבלה %s הועתקה אל %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "שם הטבלה ריק!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "שינוי סדר הטבלה לפי"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singly)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "העברת טבלה אל (מסד נתונים.טבלה):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "אפשרויות טבלה"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "שינוי שם טבלה אל"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "העתקת טבלה אל (מסד נתונים.טבלה):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "מעבר לטבלה שהועתקה"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "אחזקת טבלה"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "איחוי טבלה"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "טבלה %s אופסה"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "ריקון טבלה (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "הוצאת מידע עבור טבלה"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "אין מאגרי נתונים"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "אחזקת טבלה"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "צ'יכית"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "תיקון טבלה"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "ראיית טבלאות"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "שימוש מקום"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "יעיל"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "סטטיסטיקת שורה"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "דינאמי"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "אורך שורה"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "גודל שורה"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "יחסים פנימיים"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "עיין בערכים נפרדים"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "הוספת שדה חדש"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "ללא"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "טבלה %s נמחקה"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "מפתח ראשי נוסף אל %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "אינדקס נוסף אל %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "ראיית מידע PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "הוספת %s תאים"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "תצוגת הדפסה"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "תצוגת יחסים"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "הצעת מבנה טבלה"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "הוספת %s תאים"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "בסוף טבלה"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "בתחילת טבלה"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "לאחר %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "יצירת אינדקס על %s עמודות"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12516,7 +12495,7 @@ msgstr "אין לך הרשאות מספיקות להיות כאן כרגע!"
msgid "The profile has been updated."
msgstr "הפרופיל עודכן בהצלחה."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13637,6 +13616,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "ייצוא"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "הרשאות"
+
#~ msgid "rows"
#~ msgstr "עיון"
diff --git a/po/hi.po b/po/hi.po
index 47c60c9761..ee5889e4be 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-19 08:56+0200\n"
"Last-Translator: rajnikant sharma \n"
"Language-Team: hindi \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "सभी दिखाएँ"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"लक्ष्य ब्राउज़र विंडो को अद्यतन नहीं किया जा सकता है. शायद आपने मूल विंडो बंद कर दिया है,"
"या अपनी ब्राउसर की सिक्यूरिटी सेट्टिंग को क्रोस-विंडो अद्यतन के लिए कांफिगुर कर रखा है."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "ढूंढें"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "ढूंढें"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "जाएँ"
@@ -98,7 +99,7 @@ msgstr "वर्णन"
msgid "Use this value"
msgstr "इस मान का उपयोग करें"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s डेटाबेस बनाया गया है."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "डाटाबेस टिप्पणि: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "टेबल टिप्पणि:"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "स्तम्भ"
@@ -145,11 +146,11 @@ msgstr "स्तम्भ"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "स्तम्भ"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "प्रकार/किस्म"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "शून्य"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "तयशुदा"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "के लिए लिंक"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "टिप्पणी"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "नहीं"
@@ -241,27 +242,27 @@ msgstr "नहीं"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "हाँ "
@@ -283,90 +284,23 @@ msgstr "सभी का चयन करें"
msgid "Unselect All"
msgstr "सभी को रद्द करें"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "डेटाबेस का नाम खाली है"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "डेटाबेस %s का नाम बदल कर %s रखा गया है"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "डेटाबेस %s से %s में नकल किया गया है"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "डेटाबेस का नाम इसमें पुनर्नामकरण करें"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "डेटाबेस को हटा दे"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "डाटाबेस %s को ड्रोप कर दिया गया है।"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "डेटाबेस को ड्रप करे "
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "डेटाबेस को ______ में कॉपी करें"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "केवल संरचना"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "संरचना और डाटा"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "केवल डाटा"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "डेटाबेस कॉपी करने से पहले डेटाबेस का निर्माण करें"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s जोडें"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT मूल्य जोडें"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "शर्तें जोडें"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "नक़ल किये गए डाटाबेस पर जायें"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "क्रम में करें"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"phpMyAdmin विन्यास भंडारण को निष्क्रिय किया गया हैक्यों ये किया गया है, जानने के लिए "
"%sयहाँ%s पर क्लिक करें."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "संबंधपरक स्कीमा को संपादित या निर्यात करें "
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "टेबल "
@@ -396,41 +326,41 @@ msgstr "टेबल "
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "रो"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "आकार"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "उपयोग में है"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "रचना"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "पिछला नवीनीकरण"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "पिछली जाँच"
@@ -453,7 +383,7 @@ msgstr "दृश्य निर्माता"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "डाटाबेस में कोई टेबल नहीं।"
msgid "unknown"
msgstr "अज्ञात"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "टेबल %s को खाली किया गया है."
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "द्रश्य %s रद्द किया गया है."
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "टेबल %s को रद्द किया गया है."
@@ -491,19 +421,19 @@ msgstr "ट्रैकिंग सक्रिय है"
msgid "Tracking is not active."
msgstr "ट्रैकिंग सक्रिय नहीं है."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "इस द्रश्य में कम से कम इतनी रो हैं. और जानने के लिए %s दस्तावेज़%s पढ़ें."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "दृश्य"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s इस MySQL सर्वर पर तयशुदा भंडारण इंजन है."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "चुने हुओं को:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "सभी को चेक करें"
@@ -541,50 +471,51 @@ msgstr "सभी को चेक करें"
msgid "Check tables having overhead"
msgstr "ओवर्हेअद वाली तालुकाओं को चेक करें."
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "निर्यात"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "छपाई द्रश्य."
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "खाली"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "रद्द"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "टेबल को चेक करें"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "टेबल को अनुकूलित करें"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "टेबल को मरम्मत करें"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "टेबल का विश्लेषण करें"
@@ -592,11 +523,11 @@ msgstr "टेबल का विश्लेषण करें"
msgid "Add prefix to table"
msgstr "टेबल पर उपसर्ग जोड़ें"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "टेबल के उपसर्ग को पुनर्स्थापना करें"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "टेबल को इस उपसर्ग के साथ प्रतिलिपि बनाएँ"
@@ -608,20 +539,20 @@ msgstr "डेटा शब्दकोश"
msgid "Tracked tables"
msgstr "ट्रैक की गयी टेबलएं"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "डाटाबेस"
@@ -637,9 +568,9 @@ msgstr "बनाया"
msgid "Updated"
msgstr "अद्यतन"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "स्थिति"
@@ -647,14 +578,14 @@ msgstr "स्थिति"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "कार्य"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "दिखाओ"
@@ -687,7 +618,7 @@ msgstr "संरचना क्षणचित्र"
msgid "Untracked tables"
msgstr "लापता टेबलएं"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "टेबलओं को ट्रैक करें"
@@ -743,7 +674,7 @@ msgstr "निर्यात प्रकार"
msgid "Value for the column \"%s\""
msgstr "\"%s\" काँलम के लिए मान "
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -752,7 +683,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "ज्यामिति"
@@ -876,7 +807,7 @@ msgstr "अक्षर सेट रूपांतरण पुस्तका
msgid "Could not load import plugins, please check your installation!"
msgstr "आयात प्लगइन्स नहीं लोड किये जा सके. कृपया अपनी संस्थापना जाँचें."
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "बुकमार्क %s बनाया"
@@ -901,10 +832,10 @@ msgstr ""
"पिछले भाग पर कोई डेटा विश्लेषित नहीं किया गया, इसका मतलब है की जब तक आप php समय "
"सीमा नहीं बढ़ाते तब तक phpMyAdmin आयात के लिए सक्षम नहीं है."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "आपकी SQL कुएरी सफलता के साथ पूरी की गई है."
@@ -926,7 +857,7 @@ msgstr "\"DROP DATABASE\" बयान अक्षम हैं."
msgid "Do you really want to execute \"%s\"?"
msgstr "क्या आप सचमुच \"%s\" निष्पादित चाहते है?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "आप एक पूरा डेटाबेस नष्ट कर रहे हैं! "
@@ -972,7 +903,7 @@ msgstr "अनुक्रमणिका जोड़"
msgid "Edit Index"
msgstr "संपादन मोड"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1003,8 +934,8 @@ msgstr "पासवर्ड मिलते झूलते नहीं ह
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "naya upyokta"
@@ -1024,9 +955,9 @@ msgstr "बंद"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1056,7 +987,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "कुल"
@@ -1278,7 +1209,7 @@ msgstr "संस्करण"
msgid "Traffic"
msgstr "ट्रैफ़िक"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1304,12 +1235,12 @@ msgstr "ग्रिड पर स्नैप"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "कोई नहीं"
@@ -1503,10 +1434,10 @@ msgid "Explain output"
msgstr "SQL की व्याख्या "
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "समय"
@@ -1616,10 +1547,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "आयात"
@@ -1679,9 +1610,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "रद्द"
@@ -1709,9 +1640,9 @@ msgstr "काँलम गिराना"
msgid "Adding Primary Key"
msgstr "प्राथमिक कुंजी जोड़"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "ठीक है"
@@ -1757,19 +1688,19 @@ msgstr "अनुक्रमणिका जोड़"
msgid "Show indexes"
msgstr "ग्रिड दिखाओ"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "निष्क्रिय विदेशी कुंजी चेक"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "सक्षम"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1850,8 +1781,8 @@ msgstr "क्वेरी बॉक्स दिखाएँ"
msgid "No rows selected"
msgstr "कोई चयनित रो नहीं"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "बदलिये"
@@ -1861,8 +1792,8 @@ msgstr "बदलिये"
msgid "Query execution time"
msgstr "अधिकतम निष्पादन समय"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d वैध रो संख्या नहीं है"
@@ -1871,8 +1802,8 @@ msgstr "%d वैध रो संख्या नहीं है"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "बचाना"
@@ -1936,12 +1867,12 @@ msgstr "SQLपरिणाम"
msgid "Data point content"
msgstr "सूचक का आकार डेटा"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "ध्यान न देना"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "अनुकृति"
@@ -1963,7 +1894,7 @@ msgstr "विदेश कुंजी का चयन करें."
msgid "Please select the primary key or a unique key"
msgstr "कृपया प्राथमिक कुंजी या एक अद्वितीय कुंजी का चयन करें"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "प्रदर्शित करने के लिए काँलम चयन करें."
@@ -2054,7 +1985,7 @@ msgstr "उत्पन्न"
msgid "Change Password"
msgstr "पासवर्ड बदलिये "
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "अधिक"
@@ -2438,13 +2369,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "त्रुटि"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL क्वरी"
@@ -2512,7 +2443,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "इनलाइन"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "रूपरेखा"
@@ -2539,162 +2470,163 @@ msgstr "%s दिन, %s घंटे, %s मिनट and %s सेकंड"
msgid "Missing parameter:"
msgstr "नियमित कार्य"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "प्रारंभ"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "पिछला"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "अगला"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "आखरी"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""%s" डेटाबेस पर जायें "
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s कार्यक्षमताएक एक बग के द्वारा जनि जाती है| %s पर ध्यान दे "
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "चयन करने के लिए क्लिक करें."
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "संरचना"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "इनसर्ट"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "ब्राउज़"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "कार्रवाई"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "अपने कंप्यूटर ब्राउज़ करें"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "अपने वेब सर्वर डिरेक्टरी से अपलोड चुने %s; "
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "आपकी अपलोड दिरेक्टोरी तक पहुंचा नहीं जा सकता"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "अपलोड करने के लिए फाइल उपलब्ध नहीं"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "छापें"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "फ़ॉन्ट का आकार"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "आरोही"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "अवरोही"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "सॉर्ट"
@@ -2720,8 +2652,8 @@ msgid "Use Tables"
msgstr "टेबल का उपयोग करो"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "अथवा"
@@ -2788,13 +2720,13 @@ msgstr[1] "%s टेबल के अंदर %s मैच हैं."
msgid "Delete the matches for the %s table?"
msgstr "इस %s टेबल से मैच हटाएँ"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2824,188 +2756,188 @@ msgstr "टेबल में:"
msgid "Inside column:"
msgstr "काँलम के अंदर:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "निर्देशिका बचाना"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Textarea columns"
msgid "Restore column order"
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Textarea rows"
msgid "Start row"
msgstr "क्षेत्र रोयाँ"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows:"
msgid "Number of rows"
msgstr "रो की संख्या"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "More"
msgid "Mode"
msgstr "अधिक"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "समतल"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "खडा"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "कुंजी सॉर्ट"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "विकल्प"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "आंशिक पाठ"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "पूर्ण पाठ"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "कुंजी संबंधपरक"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "संबंधपरक प्रदर्शन स्तंभ"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "द्विआधारी सामग्री दिखाने"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB सामग्री दिखाने"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "द्विआधारी सामग्री को हेक्स सामग्री की तरह प्रदशित करें"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "सामग्री दिखाने"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "रौ को डिलीट कर दिया"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
"शायद अनुमानित हैं. [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a] देखें"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "रौ देखिये"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "कुल"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "क्वरी को %01.4f सेकेंड का समय लगा"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display Features"
msgid "Display chart"
msgstr "फीचरस दिखाओ"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "दृश्य बनाइये"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "लिंक नहीं मिला"
@@ -3069,29 +3001,29 @@ msgid "Open new phpMyAdmin window"
msgstr "phpMyAdmin की नई विंडो खोलें"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "कुकीज़ इस बिंदु अतीत सक्षम होना चाहिए."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "कुकीज़ इस बिंदु अतीत सक्षम होना चाहिए."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "परिभाषित सूचकांक नहीं पाए गए!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "सूचकांक"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "अद्वितीय"
@@ -3104,6 +3036,16 @@ msgstr "जमा"
msgid "Cardinality"
msgstr "प्रमुखता"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "क्रम में करें"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3126,95 +3068,95 @@ msgid ""
"removed."
msgstr "सूचकांक %1$s और %2$s बराबर लगने के कारन उनमें से संभवतः हटाया जा सकता है."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "डाटाबेस"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "सर्वर"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "नज़र रखना"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "ट्रिगर"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "टेबल खली लग रही है"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "डाटाबेस खाली लग रहा है"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "क्वरी"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "प्रिविलेज"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "नियमित कार्य"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "डिजाइनर"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "यूसर"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "सिंक्रनाइज़"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "बाइनरी लोग"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "प्रक्रियां"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "चरित्र सेट"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "इंजन"
@@ -3283,55 +3225,55 @@ msgstr "%s इस MySQL सर्वर के लिए निष्क्र
msgid "This MySQL server does not support the %s storage engine."
msgstr "यह MySQL सर्वर %s भंडारण इंजन का समर्थन नहीं करता है."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show master status"
msgid "unknown table status: "
msgstr "मास्टर अवस्था"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "स्रोत डेटाबेस"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "विषयवस्तु %s नहीं मिला है!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "अमान्य डेटाबेस"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "अवैध टेबल नाम"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "टेबल का नाम %1$s से %2$s में बदलने में त्रुटि."
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "टेबल %s का नाम बदल कर %s रखा गया है."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3344,16 +3286,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "ऑपरेटर"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "मूल्य"
@@ -3370,62 +3312,62 @@ msgstr "ढूंढें"
msgid "Edit/Insert"
msgstr "इनसर्ट"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "काँलम चुनें (कम से कम एक)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "खोज शर्तें जोडें (\"where\" खंड के शरीर में)"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "प्रति पृष्ट कितने रौ"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "क्रम से दिखाओ:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "प्रदर्शित रो की अधिकतम संख्या"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "विदेशी मूल्य ब्राउस करें "
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "खोज मापदंड छिपाना"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "नियंत्रण यूसर"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3772,14 +3714,14 @@ msgstr "टेबल"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "डाटा"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "जरूरत से ज्यादा"
@@ -3804,24 +3746,24 @@ msgstr "डाटाबेस के प्रिविलेज चेक क
msgid "Check Privileges"
msgstr "प्रिविलेज चेक करें"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not save configuration"
msgid "Failed to read configuration file"
msgstr "विन्यास सहेज नहीं सकते"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "%1$s से मूलभूत विन्यास लोड नहीं की जा सकी |"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3832,34 +3774,34 @@ msgid ""
msgstr ""
"$cfg['PmaAbsoluteUri'] निर्देश आपकी विन्यास फाइल मैं सेट होना आवश्यक है"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "अवैध सर्वर सूचकांक: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "%1$s सर्वर के लिए होस्टनाम अवैध कृपया अपना विन्यास की समीक्षा करें"
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "विन्यास में अवैध प्रमाणीकरण विधि स्थापित"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "आपको %s %s या अधिक में नवीनीकृत करना चाहिए"
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3892,37 +3834,37 @@ msgstr "बंद"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "अक्षम"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "संरचना"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "डेटा"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "संरचना और डेटा"
@@ -4043,8 +3985,8 @@ msgid "Allow users to customize this value"
msgstr "कर्ता को इस मूल्य को अनुकूलित करने की अनुमति दें "
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "रीसेट"
@@ -4315,7 +4257,7 @@ msgstr "एक स्क्रिप्ट को चलाने की अव
msgid "Maximum execution time"
msgstr "अधिकतम निष्पादन समय"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "फाईल मे सेव करें"
@@ -4324,7 +4266,7 @@ msgid "Character set of the file"
msgstr "फ़ाइल का चरित्र सेट"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "प्रारूप"
@@ -4337,27 +4279,25 @@ msgstr "संक्षिप्तीकरण"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "काँलम नाम प्रथम रो में"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "काँलम इस से घिरा"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "कॉलम द्वारा बच"
@@ -4375,14 +4315,12 @@ msgstr "CRLF चरित्र को कोलम से हटायें"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "काँलम समाप्त होता है"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "लाईन समाप्त होता है"
@@ -4408,7 +4346,7 @@ msgstr "टेबल नाम टेम्पलेट"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "टेबल दुम्प करें"
@@ -4419,8 +4357,8 @@ msgid "Include table caption"
msgstr "टैब शीर्षक में शामिल"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "टेबल शीर्षक"
@@ -4429,20 +4367,20 @@ msgid "Continued table caption"
msgstr "टेबल शीर्षक निरंतर"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "लेबल कुंजी"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME प्रकार"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "संबंध"
@@ -4463,6 +4401,11 @@ msgstr "मौजूदा फ़ाइल अधिलेखित करें
msgid "Remember file name template"
msgstr "टेम्पलेट फ़ाइल नाम याद रखें"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT मूल्य जोडें"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "टेबल और फील्ड के नाम को backquotes से बंद करें "
@@ -4473,7 +4416,7 @@ msgid "SQL compatibility mode"
msgstr "SQL संगतता मोड"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4486,10 +4429,17 @@ msgid "Use delayed inserts"
msgstr "विलंबित इनसर्टस"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "निष्क्रिय विदेशी कुंजी चेक"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s जोडें"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB के लिए hexadecimal का प्रयोग करें"
@@ -4503,7 +4453,7 @@ msgid "Syntax to use when inserting data"
msgstr "डेटा दल्तें समय वाक्यविन्यास का उपयोग करें"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "क्वेरी के अधिकतम लंबाई"
@@ -4512,7 +4462,7 @@ msgid "Export type"
msgstr "निर्यात प्रकार"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "एक सौदे में बंद निर्यात"
@@ -4567,7 +4517,6 @@ msgstr "डिफ़ॉल्ट विकल्प अनुकूलित"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4903,14 +4852,12 @@ msgid "Partial import: allow interrupt"
msgstr "आंशिक आयात दखल की अनुमति"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "इन्सर्ट त्रुटी मैं मत छोड़ों"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "फाइल, टेबल डेटा की जगह"
@@ -4927,7 +4874,6 @@ msgid "Format of imported file"
msgstr "आयात की गई फ़ाइल का प्रारूप"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "कीवर्ड LOCAL का प्रयोग"
@@ -4937,7 +4883,7 @@ msgid "Column names in first row"
msgstr "कोलम के नाम पहली रो में"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "खाली रोयाँ आयात नहीं"
@@ -5987,7 +5933,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "पासवर्ड"
@@ -6143,14 +6089,12 @@ msgstr "signon प्रमाणीकरण"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6238,23 +6182,23 @@ msgstr "%s विस्तार गायब है. कृपया अपन
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "सर्वर जवाब नहीं दे रहा"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "विवरण..."
@@ -6301,24 +6245,24 @@ msgid "Create"
msgstr "बनाइये"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "कोइ प्रिविलेज नहीं"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "टेबल बनायें"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "नाम"
@@ -6912,7 +6856,7 @@ msgid "No data found for GIS visualization."
msgstr "चार्ट के लिए कोई डेटा नहीं मिला"
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL ने एक खाली परिणाम सेट लोताया"
@@ -6969,7 +6913,7 @@ msgid "Go to view: %s"
msgstr "दृश्य पर जायें"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "छिपाना"
@@ -7032,11 +6976,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL क्वेरी शो"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "इनसर्ट रो id: %1$d"
@@ -7053,38 +6997,38 @@ msgstr "कोई एन्कोडिंग नहीं"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "शुक्रवार"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "सबमिट"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add index"
msgid "Add prefix"
msgstr "अनुक्रमणिका जोड़"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "क्या आप सचमुच चाहते है की"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "कोइ बदलाव नहीं"
@@ -7290,7 +7234,158 @@ msgstr "phpMyAdmin दस्तावेज़ीकरण"
msgid "Reload navigation frame"
msgstr "नेविगेशन फ्रेम पुनः लोड"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "डेटाबेस का नाम इसमें पुनर्नामकरण करें"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "डाटाबेस %s को ड्रोप कर दिया गया है।"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "डेटाबेस को हटा दे"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "डेटाबेस को ड्रप करे "
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "केवल संरचना"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "संरचना और डाटा"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "केवल डाटा"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "डेटाबेस को ______ में कॉपी करें"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "डेटाबेस कॉपी करने से पहले डेटाबेस का निर्माण करें"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "शर्तें जोडें"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "नक़ल किये गए डाटाबेस पर जायें"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "संबंधपरक स्कीमा को संपादित या निर्यात करें "
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "टेबल क्रमांक को बदलिये "
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(अकेले)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "टेबल को (database.table) में मूव करें:"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "टेबल विकल्प"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "टेबल का नाम बदलें"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "(database.table) में टेबल को कापी करें:"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "नकल की टेबल पर स्विच करें"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "टेबल रख-रखाव"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "देफ्रागमेंट टेबल"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "टेबल %s को flush किया"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "टेबल को Flush करें (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "टेबल या डेटा हटाएँ"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "टेबल को खाली करें"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "डेटाबेस को ______ छोड़ें "
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "विश्लेषण"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "चेक"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "सुधारना"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "फिर से बनाना"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "मरम्मत"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "विभाजन रखरखाव"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "विभाजन %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "विभाजन हटायें"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Referential अखंडता की जाँच करें"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "इस प्रारूप के कोई विकल्प नहीं है"
@@ -7299,7 +7394,7 @@ msgid "Cannot connect: invalid settings."
msgstr "अमान्य सेटिंग्स: कनेक्ट नहीं कर सकते हैं"
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7329,49 +7424,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "लोगिन"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "आप होस्टनाम / आईपी पता और पोर्ट स्पचे से अलग कर के दाल सकते हैं."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "सर्वर:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "उपयोक्तानाम:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "पासव्रड:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "सर्वर चुनिये"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "पासवर्ड के बिना लॉग इन विन्यास से मना किया गया है (AllowNoPassword देखें)."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "%s सेकंड के भीतर कोई गतिविधि नहीं है. कृपया फिर से लोगिन करें."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL सर्वर में प्रवेश नहीं कर सकते"
@@ -7404,77 +7499,77 @@ msgstr "कोई वैध प्रमाणीकरण कुंजी न
msgid "Authenticating..."
msgstr "सत्यापन."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "लाईन समाप्त होता है"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Column names"
msgid "Columns enclosed with:"
msgstr "कोलम के नाम"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Column names"
msgid "Columns escaped with:"
msgstr "कोलम के नाम"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "लाईन समाप्त होता है"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "घटना"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7483,23 +7578,23 @@ msgstr "घटना"
msgid "Definition"
msgstr "वर्णन"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "वीएव के लिए संरचना"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7518,41 +7613,41 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "केवल संरचना"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Display Features"
msgid "Display comments"
msgstr "फीचरस दिखाओ"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Display Features"
msgid "Display MIME types"
msgstr "फीचरस दिखाओ"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7560,35 +7655,35 @@ msgstr "फीचरस दिखाओ"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "होस्ट"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "समय पर बनाया"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "निर्यात सामग्री"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export as %s"
msgid "Export table headers"
@@ -7602,13 +7697,13 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
@@ -7616,133 +7711,133 @@ msgstr ""
"शीर्षक में कस्टम टिपण्णी जोडें (\n"
" लाइनों को विभाजित करें)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Add constraints"
msgid "Add statements:"
msgstr "शर्तें जोडें"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "परिवर्तन के विकल्प"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "डाटा दुम्प करते वक़्त फ़ुन्क्तिओन का प्रयोग"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "डाटा डालते समय वाक्यविन्यास का उपयोग"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "प्रक्रियाओं"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "दुम्प टेबलओं के लिए प्रतिबन्ध"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "टेबल के लिए प्रतिबन्ध"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "टेबल के लिए MIME प्रकार"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "टेबल के लिए संबंध"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7762,8 +7857,8 @@ msgstr "दृश्य"
msgid "Export contents"
msgstr "निर्यात सामग्री"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7782,112 +7877,103 @@ msgstr ""
msgid "Column names: "
msgstr "कोलम नाम"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV आयात के लिए अमान्य पैरामीटर: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV प्रारूप का अवैध इनपुट लाइन %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV इनपुट में अवैध काँलम गिनती लाइन %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "टेबल का नाम"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "कोलम के नाम"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "यह प्लगइन संकुचित आयात का समर्थन नहीं करता"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "CSV प्रारूप का अवैध इनपुट लाइन %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "प्रतिशत को उचित दशमलव के रूप में आयात करें"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "आयात मुद्राओं ($5.00 से 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "%s फाइल में कोई भी प्रमुख आईडी नहीं है"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL संगतता मोड"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8007,7 +8093,7 @@ msgid "Enabled"
msgstr "सक्षम"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "सामान्य सुविधाओं के संबंध"
@@ -8078,7 +8164,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "कोई विवरण नहीं"
@@ -8127,7 +8213,7 @@ msgstr "स्लाव की स्थिति"
msgid "Variable"
msgstr "स्थिति"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "सर्वर आईडी"
@@ -8151,8 +8237,8 @@ msgstr "कोई भी यूसर"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8253,7 +8339,7 @@ msgstr "विवरण..."
msgid "Event name"
msgstr "इवेंट प्रकार "
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "इवेंट प्रकार "
@@ -8710,12 +8796,12 @@ msgstr "लेख - सूची"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "विशेषता"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "अतिरिक्त"
@@ -8758,6 +8844,10 @@ msgstr "पेज चुनिये"
msgid "Select Tables"
msgstr "टेबल चुनिये"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "कोलम के नाम"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Display PDF schema"
@@ -9024,14 +9114,14 @@ msgstr "यूसर के समकालिक कनेक्शन की
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "केवल टेबल के प्रिविलेज"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "नोट: MySQL प्रिविलेज नामों को अंग्रेजी मे लिखा गया है "
@@ -9040,12 +9130,12 @@ msgid "Administration"
msgstr "एडमिनिस्ट्रेशन"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "वैश्विक प्रिविलेज"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "केवल डाटाबेस के प्रिविलेज"
@@ -9103,16 +9193,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "यूसर"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "अनुदान"
@@ -9123,8 +9213,8 @@ msgid "User has been added."
msgstr "द्रश्य %s रद्द दिया गया है."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "कोई"
@@ -9140,14 +9230,14 @@ msgstr "डेटाबेस-विशेष"
msgid "wildcard"
msgstr "वाइल्डकार्ड"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "कोई यूसर नहीं।"
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "प्रिविलेज एडिट करें"
@@ -9155,105 +9245,93 @@ msgstr "प्रिविलेज एडिट करें"
msgid "Revoke"
msgstr "वापस लो"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "निर्यात"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... पुराने रखना"
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "पुराने यूसर को टेबल से हटाना"
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "केवल कोलम के प्रिविलेज"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "इन डाटाबेसों के लिये विशेषाधिकार जोडें"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "इन टेबल के लिये विशेषाधिकार जोडें"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "चयनित यूसर हटायें"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "यूसर से सभी सक्रिय विशेषाधिकार रद्द करने और उन्हें बाद में हटा"
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "विशेषाधिकार पुनः लोड"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "आपने %s के प्रिविलेज अपडेट कर दिया ।"
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "प्रिविलेज"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "प्रिविलेज"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "यूसर सिंहावलोकन"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9262,11 +9340,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "आपने नया यूसर बना लिया"
@@ -9318,11 +9396,11 @@ msgstr "स्पष्ट"
msgid "Columns"
msgstr "कोलम"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "इस SQL-क्वरी को बुकमार्क कीजिये "
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "हर उपयोकर्ता को अनुमति दें इस बुकमार्क का उपयोग करने के लिए"
@@ -9425,8 +9503,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "सूची"
@@ -9474,13 +9552,13 @@ msgstr "डिफ़ॉल्ट के लिए"
msgid "As defined:"
msgstr "जैसे परिभाषित:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "प्राथमिक"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "प्राथमिक"
@@ -9494,23 +9572,18 @@ msgstr ""
msgid "after %s"
msgstr "%s के बाद"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "%s क्षेत्र जोडें"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "आपको कम से कम एक स्तंभ प्रदर्शित करने के लिए चयन करना है."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9521,7 +9594,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "सेटिंग्स प्रबंधक"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9569,7 +9642,7 @@ msgstr "MySQL कनेक्शन कलेवा"
msgid "Appearance Settings"
msgstr "उपस्थिति सेटिंग्स"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9747,157 +9820,157 @@ msgstr "शो/छिपाना बाएँ मेनू"
msgid "Save position"
msgstr "स्थिति को बचा"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "संबंध बनायें"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "पुनः लोड"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "मदद"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "कोणीय लिंक"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "सीधे संपर्क"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "ग्रिड पर स्नैप"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "सभी छोटे/बड़े"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "टोग्ल छोटे/बड़े"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "संबंध चयन करने के लिए क्लिक करें :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "क्वरी प्रस्तुत करें"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "चाल मेनू"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "सभी दिखाना/छिपाना"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "बिना रिश्ते की टेबलओं को दिखाना/छिपाना"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "टेबल की संख्या"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "संबंध हटाना"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "संबंध ऑपरेटर"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "सिवाय"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "Query"
msgid "subquery"
msgstr "उप-क्वरी"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename database to"
msgid "Rename to"
msgstr "नाम बदल कर ____ रखें"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "नया नेम"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "कुल"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Actions"
msgid "Active options"
msgstr "सक्रिय विकल्प"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "पेज बना दिया गया है"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "पेज बना दिया गया है"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "पेज"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "चयनित पेज से आयात"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "चयनित पेज को निर्यात"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "एक पेज बनाएँ और इसमें निर्यात करिएँ"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "नया पेज के नाम"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "निर्यात/आयात पैमाने पर"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "सिफारिश"
@@ -9905,7 +9978,7 @@ msgstr "सिफारिश"
msgid "Error: relation already exists."
msgstr "त्रुटि: रिश्ता पहले से ही मौजूद है. "
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "त्रुटि: रिलेशन नहीं जोड़ा गया."
@@ -9913,7 +9986,7 @@ msgstr "त्रुटि: रिलेशन नहीं जोड़ा ग
msgid "FOREIGN KEY relation added"
msgstr "विदेशी कुंजी रिश्ता जोड़ा."
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "आंतरिक संबंध जोड़ा."
@@ -9921,11 +9994,11 @@ msgstr "आंतरिक संबंध जोड़ा."
msgid "Relation deleted"
msgstr "रिश्ते को नष्ट कर दिया"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "डिजाइनर के लिए निर्देशांक बचाने में त्रुटि आ रही है"
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "संशोधनों को बचाया गया है"
@@ -9933,66 +10006,66 @@ msgstr "संशोधनों को बचाया गया है"
msgid "Cannot save settings, submitted form contains errors"
msgstr "सेटिंग्स को बचा नहीं सकते, प्रस्तुत फार्म में त्रुटि है"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "विन्यास आयात नहीं किया जा सका"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "विन्यास में कुछ क्षेत्रों के लिए ग़लत डेटा है"
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "क्या आप शेष सेटिंग्स आयात करना चाहते हैं?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "@तिथि@: पर बचाया"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "फ़ाइल से आयात"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "ब्राउज़र के भंडारण से आयात"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "सेटिंग्स को अपने ब्राउजर के स्थानीय भंडारण से आयात किया जाएगा"
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "आपके पास कोई बचाई गयीसेटिंग नहीं हैं"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "यह सुविधा आपके ब्राउज़र द्वारा समर्थित नहीं है"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "मौजूदा विन्यास के साथ विलय"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "ब्राउज़र के भंडारण में बचाएं"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "सेटिंग्स को आपके ब्राउजर के स्थानीय भंडारण में सहेज लिया जाएगा"
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "मौजूदा सेटिंग्स अधिलेखित हो जाएगी"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "आप अपने सभी सेटिंग्स रीसेट और उन मूलभूत मूल्यों को पुनर्स्थापित कर सकते हैं"
@@ -10009,43 +10082,43 @@ msgstr "सभी"
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "%s table(s)"
msgid "File doesn't exist"
msgstr "फ़ाइल मौजूद नहीं है"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "द्विआधारी लॉग देखने के लिए चयनित करें"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "फाइलें"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "पूर्ण क्वरीों को दिखाएँ"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "लॉग नाम"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "स्थिति"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "मूल स्थिति"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "सूचना"
@@ -10132,17 +10205,17 @@ msgstr ""
msgid "disabled"
msgstr "अक्षम"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s यूसर पहले से मौजूद है"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "चयनित यूसर को सफलतापूर्वक हटा दिया गया है"
@@ -11760,32 +11833,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "क्या आप सचमुच चाहते है की"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP कोड की तरह दिखाएँ"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL मान्य"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQLपरिणाम"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "द्वारा उत्पन्न"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "`%s` टेबल के अनुक्रमित के साथ समस्याएँ"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "लेबल"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "%1$s टेबल को सफलतापूर्वक बदल दिया गया है"
@@ -11889,90 +11962,90 @@ msgstr "%1$s टेबल बना दिया गया है"
msgid "View dump (schema) of table"
msgstr "टेबल डंप दृश्य"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "सर्वर चयन प्रदशित करें"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "चौड़ाई "
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "ऊँचाई"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Textarea columns"
msgid "Label column"
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- कोई नहीं -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "कुल"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "फिर से बनाएं"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "फाईल मे सेव करें"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "टेबल का नाम"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "प्राथमिक कुंजी का नाम \"प्राथमिक\" होना चाहिए"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "सूचकांक परिभाषित हिस्सा नहीं "
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "अनुक्रमणिका जोड़"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "संपादन मोड"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "इन्डेक्स नाम"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "\"PRIMARY\" नाम हो सकता है केवल एक प्राथमिक कुंजी का "
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "इन्डेक्स प्रकार"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "सूचकांक में जोडें %s column(s)"
@@ -11995,262 +12068,168 @@ msgstr "%s टेबल को %s में मूव कर दिया."
msgid "Table %s has been copied to %s."
msgstr "%s टेबल को %s में कापी कर दिया."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "टेबल का नाम खाली है!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "टेबल क्रमांक को बदलिये "
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(अकेले)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "टेबल को (database.table) में मूव करें:"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "टेबल विकल्प"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "टेबल का नाम बदलें"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "(database.table) में टेबल को कापी करें:"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "नकल की टेबल पर स्विच करें"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "टेबल रख-रखाव"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "देफ्रागमेंट टेबल"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "टेबल %s को flush किया"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "टेबल को Flush करें (\"FLUSH\")"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "टेबल या डेटा हटाएँ"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "टेबल को खाली करें"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "डेटाबेस को ______ छोड़ें "
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "विभाजन रखरखाव"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "विभाजन %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "विश्लेषण"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "चेक"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "सुधारना"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "फिर से बनाना"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "मरम्मत"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "विभाजन हटायें"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Referential अखंडता की जाँच करें"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "टेबल दिखाओ"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "स्थान उपयोग"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "वास्तविक"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "पंक्ति आँकड़े"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "स्थिर"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "गतिशील"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "रौ की लंबाई"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "रौ का आकार"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "विदेशी कुंजी बनाने में त्रुटि %1$s ( डेटा टाइप चेक करें)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "आंतरिक संबंध"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr "एक आंतरिक संबंध आवश्यक नहीं है जब एक विदेशी कुंजी संबंध मौजूद है."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "विदेशी कुंजी बाधा"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "अलग मूल्य ब्राउस करें "
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "प्राथमिक कुंजी जोड़ें"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "अद्वितीय अनुक्रमणिका जोड़"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add index"
msgid "Add SPATIAL index"
msgstr "अनुक्रमणिका जोड़"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "FULLTEXT सूचकांक जोड़ें "
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "कोई नहीं"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "टेबल %s को रद्द किया गया है."
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s पर एक प्राईमरी की जड़ी गयी है"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s पर एक सूचकांक जोड़ा गया है"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "अधिक क्रियाएँ दिखाओ"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "काँलम हटाना"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "छपाई द्रश्य."
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "संबंध दृश्य"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "टेबल संरचना का प्रस्ताव"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "नया काँलम जोडें"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "टेबल के आखिर में"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "टेबल के शुरू में"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s के बाद"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr " %s कोलम पर इन्डेक्स बनाऐं "
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "विभाजित"
@@ -12442,7 +12421,7 @@ msgstr "आपके पास यहाँ उपस्थित होने
msgid "The profile has been updated."
msgstr "प्रोफाइल अपडेट कर दिया ।"
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "दृश्य का नाम"
@@ -13639,6 +13618,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "अधिकतम वर्तमान कनेक्शन"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "निर्यात"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "प्रिविलेज"
+
#~ msgid ""
#~ "MIME types printed in italics do not have a separate transformation "
#~ "function"
diff --git a/po/hr.po b/po/hr.po
index efeb91a527..cb0d798a8b 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: croatian
\n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Prikaži sve"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"nadređeni prozor ili su postavke sigurnosti vašeg preglednika konfigurirane "
"za blokiranje ažuriranja preko više prozora."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Traži"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Traži"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Kreni"
@@ -100,7 +101,7 @@ msgstr "Opis"
msgid "Use this value"
msgstr "Upotrijebi ovu vrijednost"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Baza podataka %1$s uspješno je izrađena."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komentar baze podataka: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentari tablice"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -149,11 +150,11 @@ msgstr "Nazivi stupaca"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -163,44 +164,44 @@ msgstr "Nazivi stupaca"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Vrsta"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Zadano"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -210,9 +211,9 @@ msgstr "Povezano s"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -223,21 +224,21 @@ msgstr "Komentari"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ne"
@@ -245,27 +246,27 @@ msgstr "Ne"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Da"
@@ -287,93 +288,23 @@ msgstr "Odaberi sve"
msgid "Unselect All"
msgstr "Ukloni sav odabir"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Naziv baze podataka je prazan!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Baza podataka %s preimenovana je u %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Baza podataka %s kopirana je u %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Preimenuj bazu podataka u"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Preimenuj bazu podataka u"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Baza podataka %s je odbačena."
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "Nema baza podataka"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopiraj bazu podataka u"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Samo strukturu"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Strukturu i podatke"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Samo podatke"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Prije kopiranja izradi bazu podataka (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Dodaj %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Dodaj vrijednost AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Dodaj prisile"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Prebaci se na kopiranu bazu podataka"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Uspoređivanje"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -385,22 +316,16 @@ msgstr ""
"Dodatne osobine za rad s relacijski tablicama su isključene. Kako biste "
"saznali razloge, pritisnite %sovdje%s."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Shema relacija"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tablica"
@@ -408,41 +333,41 @@ msgstr "Tablica"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Redaka"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Veličina"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "u upotrebi"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Izrada"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Posljednje ažuriranje"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Posljednja provjera"
@@ -466,7 +391,7 @@ msgstr "Prebaci se na kopiranu tablicu"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -483,17 +408,17 @@ msgstr "U bazi podataka nisu pronađene tablice."
msgid "unknown"
msgstr "nepoznato"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tablica %s je očišćena"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Index %s je ispušten"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tablica %s je odbačen"
@@ -506,7 +431,7 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -514,12 +439,12 @@ msgid ""
msgstr ""
"Ovaj prikaz sadrži najmanje ovoliko redaka. Proučite %sdokumentaciju%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Prikaz"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -535,21 +460,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s je zadani pogon pohranjivanja na ovom MySQL poslužitelju."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "S odabirom:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Označi sve"
@@ -557,50 +482,51 @@ msgstr "Označi sve"
msgid "Check tables having overhead"
msgstr "Provjeri za prepunjene tablice"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Izvoz"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Prikaz ispisa"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Isprazni"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Ispusti"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Provjeri tablicu"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimiziraj tablicu"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Popravi tablicu"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analiziraj tablicu"
@@ -609,13 +535,13 @@ msgstr "Analiziraj tablicu"
msgid "Add prefix to table"
msgstr "Nema baza podataka"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Podatke tablice zamijeni datotekom"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -630,20 +556,20 @@ msgstr "Rječnik podataka"
msgid "Tracked tables"
msgstr "Provjeri tablicu"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Baza podataka"
@@ -661,9 +587,9 @@ msgstr "Izradi"
msgid "Updated"
msgstr "Ažurirano"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Stanje"
@@ -671,14 +597,14 @@ msgstr "Stanje"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Aktivnost"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Prikaži"
@@ -714,7 +640,7 @@ msgstr "Samo strukturu"
msgid "Untracked tables"
msgstr "Provjeri tablicu"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Provjeri tablicu"
@@ -773,7 +699,7 @@ msgstr "Vrsta izvoza"
msgid "Value for the column \"%s\""
msgstr "Vrijednost stupca \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -782,7 +708,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometrija"
@@ -916,7 +842,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Nije moguće učitati dodatke za uvoz. Provjerite svoju instalaciju!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Izrađen je favorit %s"
@@ -943,10 +869,10 @@ msgstr ""
"znači da phpMyAdmin neće biti u mogućnosti završiti ovaj uvoz sve dok ne "
"povećate vremenska ograničenja unutar php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Vaš SQL upit uspješno je izvršen"
@@ -971,7 +897,7 @@ msgstr "\"DROP DATABASE\" izjave su onemogućene."
msgid "Do you really want to execute \"%s\"?"
msgstr "Želite li zaista "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "UNIŠTIT ĆETE CJELOKUPNU BAZU PODATAKA!"
@@ -1017,7 +943,7 @@ msgstr "Indeks"
msgid "Edit Index"
msgstr "Uredi sljedeći redak"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1050,8 +976,8 @@ msgstr "Lozinke se ne podudaraju!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1077,9 +1003,9 @@ msgstr "Zatvori"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1108,7 +1034,7 @@ msgstr "Statički podatci"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Ukupno"
@@ -1329,7 +1255,7 @@ msgstr "Perzijski"
msgid "Traffic"
msgstr "Promet"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1355,12 +1281,12 @@ msgstr "Poravnaj s mrežom"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "bez kompresije"
@@ -1550,10 +1476,10 @@ msgid "Explain output"
msgstr "Objasni SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Vrijeme"
@@ -1660,10 +1586,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Uvoz"
@@ -1723,9 +1649,9 @@ msgstr ""
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Odustani"
@@ -1756,9 +1682,9 @@ msgstr "Brisanje stupca"
msgid "Adding Primary Key"
msgstr "Dodavanje primarnog ključa"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "U redu"
@@ -1814,19 +1740,19 @@ msgstr "Indeksi"
msgid "Show indexes"
msgstr "Prikaži mrežu"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Onemogući provjere stranih znakova"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Omogućeno"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1906,8 +1832,8 @@ msgstr "SQL upit"
msgid "No rows selected"
msgstr "Nema odabranih redova"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Promijeni"
@@ -1915,8 +1841,8 @@ msgstr "Promijeni"
msgid "Query execution time"
msgstr "Vrijeme izvršavanja upita"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d nije valjani broj retka."
@@ -1925,8 +1851,8 @@ msgstr "%d nije valjani broj retka."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Spremi"
@@ -1992,12 +1918,12 @@ msgstr "Operacije rezultata upita"
msgid "Data point content"
msgstr "Veličina pokazatelja podataka"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignoriraj"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopiraj"
@@ -2019,7 +1945,7 @@ msgstr "Odaberite strani ključ"
msgid "Please select the primary key or a unique key"
msgstr "Odaberite primarni ključ ili jedinstveni ključ"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2113,7 +2039,7 @@ msgstr "Generiraj"
msgid "Change Password"
msgstr "Promijeni lozinku"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2547,13 +2473,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Pogreška"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL upit"
@@ -2623,7 +2549,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Pogoni"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Izrada profila"
@@ -2650,161 +2576,162 @@ msgstr "%s dana, %s sati, %s minuta i %s sekunda"
msgid "Missing parameter:"
msgstr "Rutine"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Na vrh stranice"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Prethodni"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Sljedeće"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Završetak"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Skoči do baze podataka \"%s\"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Na funkcionalnost %s utječe poznati nedostatak. Pogledajte %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Strukturu"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Umetni"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Pretraživanje"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operacije"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Pretraži računalo"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "mapa učitavanja web poslužitelja"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Izvrši"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Ispiši"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Veličina fonta"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Uzlazno"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Silazno"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Presloži"
@@ -2834,8 +2761,8 @@ msgid "Use Tables"
msgstr "Upotrijebi tablice"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ili"
@@ -2903,13 +2830,13 @@ msgstr[1] "%s poklapanja unutar tablice %s"
msgid "Delete the matches for the %s table?"
msgstr "Izbacivanje podataka za tablicu"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2945,194 +2872,194 @@ msgstr "Unutar tablica:"
msgid "Inside column:"
msgstr "Unutar polja:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "Osnovna mapa podataka"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Dodaj/Izbriši stupce polja"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Sub"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Broj polja"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Pon"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vodoravno"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vodoravno (okrenuta zaglavlja)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "uspravno"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Izvrši favorizirani upit"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Presloži po ključu"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opcije"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Djelomični tekstovi"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Potpuni tekstovi"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relacijski ključ"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Polje za prikaz relacija"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Pretvaranje preglednika"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Redak je izbrisan"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Eliminiraj"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Može biti približno. Pogledajte ČPP 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "unutar upita"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Prikazivanje redaka"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "ukupno"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Upit je trajao %01.4f sek"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operacije rezultata upita"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Prikaz ispisa (s potpunim tekstovima)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Prikaži PDF shemu"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Izradi relaciju"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Veza nije pronađena"
@@ -3198,29 +3125,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Otvori novi phpMyAdmin prozor"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Od ovog mjesta potrebno je omogućiti kolačiće."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Od ovog mjesta potrebno je omogućiti kolačiće."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nema definiranog indeksa!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksi"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Jedinstveno"
@@ -3233,6 +3160,16 @@ msgstr "Pakirano"
msgid "Cardinality"
msgstr "Najvažnije"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Uspoređivanje"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3256,95 +3193,95 @@ msgid ""
msgstr ""
"Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Baze podataka"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Poslužitelj"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Praćenje"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Okidači"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tablica izgleda praznom!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Baza podataka izgleda praznom!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Upit"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegije"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutine"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Događaji"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Kreator"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Korisnik"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binarni zapisnik"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Varijable"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Tablice znakova"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Dodatci"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Pogoni"
@@ -3414,54 +3351,54 @@ msgstr "%s je onemogućen za ovaj MySQL poslužitelj."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ovaj MySQL poslužitelj ne podržava pogon pohranjivanja %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Prikaži stanje potčinjenog"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Traži u bazi podataka"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Tema %s nije pronađena!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Neispravna baza podataka"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Neispravan naziv tablice"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Pogreška tijekom preimenovanja tablice %1$s u %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tablica %s preimenovana je u %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3474,16 +3411,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcija"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Vrijednost"
@@ -3500,62 +3437,62 @@ msgstr "Traži"
msgid "Edit/Insert"
msgstr "Umetni"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Odaberite polja (najmanje jedno):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Dodaj uvjete pretrage (sadržaj uvjeta \"gdje\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Broj redaka po stranici"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Redoslijed prikaza:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Pretraži strane vrijednosti"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL upit"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Izvedi \"upit po primjeru\" (džoker: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Izvedi \"upit po primjeru\" (džoker: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
msgid "How to use"
msgstr "PHP ekstenzija"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3901,14 +3838,14 @@ msgstr "Tablice"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Podaci"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Prepunjenje"
@@ -3936,25 +3873,25 @@ msgstr "Provjeri privilegije za bazu podataka \"%s\"."
msgid "Check Privileges"
msgstr "Provjeri privilegije"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Failed to read configuration file"
msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3966,37 +3903,37 @@ msgstr ""
"Direktiva $cfg['PmaAbsoluteUri'] MORA BITI postavljena u vašoj "
"konfiguracijskoj datoteci!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Neispravan indeks poslužitelja: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Neispravan naziv za poslužitelj %1$s. Molimo, pregledajte svoju "
"konfiguraciju."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Neispravan komplet načina provjere vjerodostojnosti u konfiguraciji:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Trebali biste nadograditi na %s %s ili kasniju."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4029,38 +3966,38 @@ msgstr "Navodnik nije zatvoren"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Onemogućeno"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Strukturu"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "Podatci"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4190,8 +4127,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Povrat"
@@ -4462,7 +4399,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Spremi kao datoteku"
@@ -4472,7 +4409,7 @@ msgid "Character set of the file"
msgstr "Tablica znakova za datoteku:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Oblikovanje"
@@ -4485,13 +4422,13 @@ msgstr "Kompresija"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4499,8 +4436,7 @@ msgstr "Nazive polja stavi u prvi red"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4508,8 +4444,7 @@ msgstr "Polja obuhvaćena po"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4529,16 +4464,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Redovi završeni s"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Redovi završeni s"
@@ -4569,7 +4502,7 @@ msgstr "Predložak naziva datoteka"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4582,8 +4515,8 @@ msgid "Include table caption"
msgstr "Uključi naslov tablice"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Naslov tablice"
@@ -4592,20 +4525,20 @@ msgid "Continued table caption"
msgstr "Nastavljeni naslov tablice"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Ključ oznake"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME vrsta"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacije"
@@ -4629,6 +4562,11 @@ msgstr "Prepiši postojeće datoteke"
msgid "Remember file name template"
msgstr "Predložak naziva datoteka"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Dodaj vrijednost AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4641,7 +4579,7 @@ msgid "SQL compatibility mode"
msgstr "Način rada SQL kompatibilnosti"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4654,10 +4592,17 @@ msgid "Use delayed inserts"
msgstr "Upotrijebi odgođena umetanja"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Onemogući provjere stranih znakova"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Dodaj %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Za BLOB upotrijebi heksadecimalno"
@@ -4671,7 +4616,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Najveća duljina izrađenog upita"
@@ -4681,7 +4626,7 @@ msgid "Export type"
msgstr "Vrsta izvoza"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Izvoz uključi u transakciju"
@@ -4736,7 +4681,6 @@ msgstr "Opcije izvoza baze podataka"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5089,14 +5033,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Podatke tablice zamijeni datotekom"
@@ -5111,7 +5053,6 @@ msgid "Format of imported file"
msgstr "Oblikovanje uvezene datoteke"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Upotrijebi lokalnu ključnu riječ"
@@ -5123,7 +5064,7 @@ msgid "Column names in first row"
msgstr "Nazive polja stavi u prvi red"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6175,7 +6116,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Lozinka"
@@ -6335,14 +6276,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV upotrebom LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Otvori izračunsku tablicu dokumenta"
@@ -6430,7 +6369,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6439,17 +6378,17 @@ msgid ""
msgstr ""
"(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Poslužitelj ne odgovara"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalji..."
@@ -6500,24 +6439,24 @@ msgid "Create"
msgstr "Izradi"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Bez privilegija"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Izradi tablicu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Naziv"
@@ -7215,7 +7154,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL je vratio prazan komplet rezultata (npr. nula redova)."
@@ -7265,7 +7204,7 @@ msgid "Go to view: %s"
msgstr "Vrsta izvoza"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Sakrij"
@@ -7335,11 +7274,11 @@ msgstr ""
"Pomoću tipke TAB premještate se od jedne vrijednost do druge vrijednost, "
"odnosno s tipkama CTRL+Strelice za premještanje bilo kamo"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Prikazivanje SQL upita"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Umetnut ID retka: %1$d"
@@ -7356,36 +7295,36 @@ msgstr "bez kompresije"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Pet"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Podnesi"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Dodaj prefiks"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Želite li zaista "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Bez izmjena"
@@ -7591,7 +7530,168 @@ msgstr "phpMyAdmin dokumentacija"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Preimenuj bazu podataka u"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Baza podataka %s je odbačena."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Preimenuj bazu podataka u"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Nema baza podataka"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Samo strukturu"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Strukturu i podatke"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Samo podatke"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopiraj bazu podataka u"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Prije kopiranja izradi bazu podataka (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Dodaj prisile"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Prebaci se na kopiranu bazu podataka"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Shema relacija"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Izmijeni rasporede tablice po"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(pojedinačno)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Premjesti tablicu u (bazapodataka.tablica):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcije tablice"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Preimenuj tablicu u"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Pogon pohrane"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiraj tablicu u (bazapodataka.tablica):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Prebaci se na kopiranu tablicu"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Održavanje tablice"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentiraj tablicu"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tablica %s je ispražnjena"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Isprazni tablicu (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Izbacivanje podataka za tablicu"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Isprazni tablicu (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Nema baza podataka"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analiziraj"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Provjeri"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimiziraj"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Ponovno izgradi"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Popravi"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Održavanje particije"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Particija %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Ukloni particioniranje"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Provjeri referencijalan integritet:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7602,7 +7702,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Povezivanje nije moguće: neispravna postavka."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7633,49 +7733,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Prijava"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Poslužitelj"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Korisničko ime:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Lozinka:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Odabir poslužitelja"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Prijavljivanje na MySQL poslužitelj nije moguće"
@@ -7706,82 +7806,82 @@ msgstr ""
msgid "Authenticating..."
msgstr "Autentifikacija..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Redovi završeni s"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Polja obuhvaćena po"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Polja izostavljena po"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Redovi završeni s"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL zamijeni s"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel izdanje"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Opcije izvoza baze podataka"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Izbacivanje podataka za tablicu"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Događaj"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7790,23 +7890,23 @@ msgstr "Događaj"
msgid "Definition"
msgstr "Opis"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tablična struktura za tablicu"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktura za pregledavanje"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Unutarnja struktura za pregledavanje"
@@ -7823,47 +7923,47 @@ msgstr "(nastavljeno)"
msgid "Structure of table @TABLE@"
msgstr "Struktura tablice @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opcije preoblikovanja"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Naslov tablice"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Onemogući provjere stranih znakova"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Prikazivanje stupca komentara"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Raspoložive MIME vrste"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7871,34 +7971,34 @@ msgstr "Raspoložive MIME vrste"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Računalo"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Vrijeme generiranja"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Verzija poslužitelja"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP verzija"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Vrsta izvoza"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7914,146 +8014,146 @@ msgstr "(Generira izvještaj koji sadrži podatke samo jedne tablice)"
msgid "Report title:"
msgstr "Naslov izvještaja"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Dodaj prilagođeni komentar u zaglavlje (\"\\n\" razdvaja retke)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Izjave"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Izjave"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opcije preoblikovanja"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Postupci"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcije"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ograničenja za izbačene tablice"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ograničenja za tablicu"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME VRSTE ZA TABLICU"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIJE TABLICE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8074,8 +8174,8 @@ msgstr "Prikaz"
msgid "Export contents"
msgstr "Vrsta izvoza"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8094,113 +8194,104 @@ msgstr ""
msgid "Column names: "
msgstr "Nazivi stupaca"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Neispravan parametar za CSV uvoz: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Neispravno oblikovanje u CSV unosu unutar retka %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Neispravan broj polja u CSV unosu unutar retka %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Naziv tablice"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nazivi stupaca"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ovaj dodatak ne podržava uvoz komprimiranih datoteka!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Neispravno oblikovanje u CSV unosu unutar retka %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "Način rada SQL kompatibilnosti"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8402,7 +8493,7 @@ msgid "Enabled"
msgstr "Omogućeno"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Opće osobine relacija"
@@ -8472,7 +8563,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "bez opisa"
@@ -8524,7 +8615,7 @@ msgstr "Prikaži stanje potčinjenog"
msgid "Variable"
msgstr "Varijabla"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID poslužitelja"
@@ -8548,8 +8639,8 @@ msgstr "Bilo koji korisnik"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Upotrijebi tekstualno polje"
@@ -8650,7 +8741,7 @@ msgstr "Detalji..."
msgid "Event name"
msgstr "Vrsta događaja"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Vrsta događaja"
@@ -9097,12 +9188,12 @@ msgstr "Sadržaj tablice"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Dodatno"
@@ -9145,6 +9236,10 @@ msgstr "Odaberite tablice"
msgid "Select Tables"
msgstr "Odaberite tablice"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nazivi stupaca"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9427,14 +9522,14 @@ msgstr "Ograničava broj istovremenih povezivanja koje korisnik može imati."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilegije specifične za tablicu"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Napomena: Nazivi MySQL privilegija navedeni su na engleskom jeziku"
@@ -9443,12 +9538,12 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Opće privilegije"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilegije specifične za bazu podataka"
@@ -9507,16 +9602,16 @@ msgid "Users having access to "%s""
msgstr "Korisnici koji imaju pristup u \"%s\""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Korisnik"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Podarivanje"
@@ -9527,8 +9622,8 @@ msgid "User has been added."
msgstr "Index %s je ispušten"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Bilo koji"
@@ -9544,14 +9639,14 @@ msgstr "specifično za bazu podataka"
msgid "wildcard"
msgstr "džoker"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Korisnici nisu pronađeni."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Uredi privilegije"
@@ -9559,108 +9654,96 @@ msgstr "Uredi privilegije"
msgid "Revoke"
msgstr "Opozovi"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Izvoz"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... zadržati staru."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... izbriši starog iz korisničkih tablica."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Promjena podataka prijave / Kopiranje korisnika"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Izradi novog korisnika s istim privilegijama i..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilegije specifične za stupac"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Dodaj privilegije za sljedeće baze podataka"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Dodaj privilegije za sljedeću tablicu"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Ukloni odabrane korisnike"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nema odabranih korisnika za uklanjanje!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Ponovno učitavanje privilegija"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Odabrani korisnici uspješno su izbrisani."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ažurirali ste privilegije za %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilegije"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegije"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Pregled korisnika"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9673,11 +9756,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Dodali ste novog korisnika."
@@ -9733,11 +9816,11 @@ msgstr "Kalendar"
msgid "Columns"
msgstr "Nazivi stupaca"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Favoriziraj ovaj SQL upit"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Neka svi korisnici imaju pristup ovom favoritu"
@@ -9864,8 +9947,8 @@ msgstr ""
"navodnika, u sljedećem obliku: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9919,13 +10002,13 @@ msgstr "bez kompresije"
msgid "As defined:"
msgstr "Kako je definirano:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primarni"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Puni tekst"
@@ -9939,23 +10022,18 @@ msgstr ""
msgid "after %s"
msgstr "Poslije %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Dodaj %s polja"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Morate dodati najmanje jedno polje."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Pogon pohrane"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definicija PARTICIJE"
@@ -9966,7 +10044,7 @@ msgstr "Definicija PARTICIJE"
msgid "Manage your settings"
msgstr "Opće osobine relacija"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -10016,7 +10094,7 @@ msgstr "MySQL uspoređivanje veza"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10206,161 +10284,161 @@ msgstr "Prikaži/sakrij lijevi izbornik"
msgid "Save position"
msgstr "Spremi položaj"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Izradi relaciju"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Osvježi"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Pomoć"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Kutne veze"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Izravne veze"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Poravnaj s mrežom"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Malo / Sve veliko"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Malo / Veliko"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Za odabir relacije pritisnite:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Uvoz / Izvoz koordinate iz PDF sheme"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Podnesi upit"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Premjesti izbornik"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Prikaži / Sakrij sve"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Prikaži / Sakrij tablice bez relacija"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Broj tablica"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Izbriši relaciju"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Relacija je izbrisana"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Izvoz"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "unutar upita"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Preimenuj tablicu u"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Korisničko ime"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Izradi"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opcije tablice"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Tablica %1$s je izrađena."
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Neuspješno kreiranje stranice"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "stranice"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Uvezi datoteke"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Uvoz / Izvor prema omjeru"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Izradi novi indeks"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Korisničko ime"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Uvoz / Izvor prema omjeru"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "preporučeno"
@@ -10368,7 +10446,7 @@ msgstr "preporučeno"
msgid "Error: relation already exists."
msgstr "Pogreška: Relacija već postoji."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Pogreška: Relacija nije dodana."
@@ -10376,7 +10454,7 @@ msgstr "Pogreška: Relacija nije dodana."
msgid "FOREIGN KEY relation added"
msgstr "Dodana je relacija FOREIGN KEY"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Dodane interne relacije"
@@ -10384,11 +10462,11 @@ msgstr "Dodane interne relacije"
msgid "Relation deleted"
msgstr "Relacija je izbrisana"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Pogreška tijekom spremanja koordinata za Kreatora."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Izmjene su spremljene"
@@ -10396,70 +10474,70 @@ msgstr "Izmjene su spremljene"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Uvezi datoteke"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10476,43 +10554,43 @@ msgstr "Sve"
msgid "%s table not found or not set in %s"
msgstr "tablica %s nije pronađena ili nije zadana u %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tablica \"%s\" ne postoji!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Odaberite binarni zapisnik za prikaz"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Datoteke"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Sreži prikazane rezultate"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Prikaži pune upite"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Naziv zapisnika"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Položaj"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Izvorni položaj"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Podaci"
@@ -10601,17 +10679,17 @@ msgstr "Licenca"
msgid "disabled"
msgstr "Onemogućeno"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Korisnik %s već postoji!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Brisanje %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilegije su uspješno učitane."
@@ -12364,34 +12442,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Želite li zaista "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Prikazivanje kao PHP koda"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Provjera valjanosti SQL-a"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL rezultat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generirano s"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemi s indeksima tablice `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Oznaka"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tablica %1$s uspješno je izmijenjena."
@@ -12490,87 +12568,87 @@ msgstr "Tablica %1$s je izrađena."
msgid "View dump (schema) of table"
msgstr "Prikaži ispis (shemu) tablice"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Širina"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Visina"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Dodaj/Izbriši stupce polja"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Najveći broj datoteka zapisnika"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Spremi kao datoteku"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Naziv tablice"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Naziv primarnog ključa mora biti \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Preimenovanje indeksa u PRIMARY nije moguće!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nema definiranih dijelova indeksa!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Dodaj indeks"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Prikaz ispisa"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Naziv indeksa:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" mora biti naziv i samo naziv primarnog ključa!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Vrsta indeksa:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Dodaj u indeks %s stupci"
@@ -12593,277 +12671,178 @@ msgstr "Tablica %s premještena je u %s."
msgid "Table %s has been copied to %s."
msgstr "Tablica %s kopirana je u %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Naziv tablice je prazan!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Izmijeni rasporede tablice po"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(pojedinačno)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Premjesti tablicu u (bazapodataka.tablica):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcije tablice"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Preimenuj tablicu u"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiraj tablicu u (bazapodataka.tablica):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Prebaci se na kopiranu tablicu"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Održavanje tablice"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentiraj tablicu"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tablica %s je ispražnjena"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Isprazni tablicu (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Izbacivanje podataka za tablicu"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Isprazni tablicu (TRUNCATE)"
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Nema baza podataka"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Održavanje particije"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Particija %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analiziraj"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Provjeri"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimiziraj"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Ponovno izgradi"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Popravi"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Ukloni particioniranje"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Provjeri referencijalan integritet:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Prikaži tablice"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Iskorištenost prostora"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Na snazi"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistike redova"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamički"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Duljina retka"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Veličina retka"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Pogreška tijekom izrade stranog ključa na %1$s (provjerite vrste podataka)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Interne relacije"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"Interna relacija nije potrebna ako postoji odgovarajuća relacija FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Pretraži prepoznatljive vrijednosti"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Dodaj primarni ključ"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "bez kompresije"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tablica %s je odbačen"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Primarni ključ je dodan na %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Indeks je pridodan na %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Prikaži PHP podatke"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Ukloni stupac / stupce"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Prikaz ispisa"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Prikaz relacija"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Predloži strukturu tablice"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Dodaj %s polja"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Pri završetku tablice"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Pri početku tablice"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Poslije %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Izradi indeks %s stupaca"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "particionirano"
@@ -13048,7 +13027,7 @@ msgstr "Nemate dovoljno privilegija da boravite ovdje!"
msgid "The profile has been updated."
msgstr "Profil je ažuriran."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Naziv prikaza"
@@ -14238,6 +14217,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "najv. uzastopnih veza"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Izvoz"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegije"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/hu.po b/po/hu.po
index 251efdb9e9..8784a8f6fa 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-19 09:42+0200\n"
"Last-Translator: Akos Eros \n"
"Language-Team: hungarian \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Összes megjelenítése"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"szülőablakot, vagy a böngésző biztonsági beállításai tiltják az ablakok "
"közti frissítést."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Keresés"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Keresés"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Indítás"
@@ -99,7 +100,7 @@ msgstr "Leírás"
msgid "Use this value"
msgstr "Ezen érték használata"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "A(z) %1$s adatbázis elkészült."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Megjegyzés az adatbázishoz: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tábla megjegyzése"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Oszlop"
@@ -146,11 +147,11 @@ msgstr "Oszlop"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Oszlop"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Típus"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulla"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Alapértelmezett"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Hivatkozás"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Megjegyzések"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nem"
@@ -242,27 +243,27 @@ msgstr "Nem"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Igen"
@@ -284,90 +285,23 @@ msgstr "Mind kijelölése"
msgid "Unselect All"
msgstr "Minden kijelölés törlése"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Üres az adatbázis neve!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "A(z) %s adatbázis átnevezése %s névre megtörtént"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "A(z) %s adatbázis másolása a(z) %s adatbázisba megtörtént"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Adatbázis átnevezése"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Adatbázis eltávolítása"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "A(z) %s adatbázis eldobása megtörtént."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Adatbázis eldobása (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Adatbázis másolása"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Csak a szerkezet"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Szerkezet és adatok"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Csak az adatok"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE másolás előtt"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s hozzáadása"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT érték hozzáadása"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Megszorítás hozzáadása"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "A másolt adatbázisra váltás"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Illesztés"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -376,20 +310,16 @@ msgstr ""
"A phpMyAdmin konfigurációs tárolója deaktiválva lett. Ha szeretné megtudni, "
"hogy miért, kattintson %side%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Kapcsolati séma szerkesztése, exportálása"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tábla"
@@ -397,41 +327,41 @@ msgstr "Tábla"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Sorok"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Méret"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "használatban"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Létrehozás"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Utolsó frissítés"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Utolsó ellenőrzés"
@@ -453,7 +383,7 @@ msgstr "Átváltás a %svizuális tervezőre%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "Nem található tábla az adatbázisban"
msgid "unknown"
msgstr "ismeretlen"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "A(z) %s tábla kiürítése megtörtént"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "A(z) %s nézet eldobása kész"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "A(z) %s tábla eldobása megtörtént"
@@ -491,7 +421,7 @@ msgstr "Nyomkövetés aktív."
msgid "Tracking is not active."
msgstr "Nyomkövetés inaktív."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ 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."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Nézet"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "Ezen a MySQL szerveren a(z) %s az alapértelmezett tárolómotor."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "A kijelöltekkel végzendő művelet:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Mind kijelölése"
@@ -543,50 +473,51 @@ msgstr "Mind kijelölése"
msgid "Check tables having overhead"
msgstr "A felülírott táblák kijelölése"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportálás"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Nyomtatási nézet"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Kiürítés"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Eldobás"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Tábla ellenőrzése"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Tábla optimalizálása"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Tábla javítása"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Tábla elemzése"
@@ -594,11 +525,11 @@ msgstr "Tábla elemzése"
msgid "Add prefix to table"
msgstr "Előtag hozzáadása a táblához"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Tábla előtagjának lecserélése"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Tábla másolása előtaggal"
@@ -610,20 +541,20 @@ msgstr "Adatkönyvtár"
msgid "Tracked tables"
msgstr "Nyomon követett táblák"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Adatbázis"
@@ -639,9 +570,9 @@ msgstr "Létrehozva"
msgid "Updated"
msgstr "frissítve"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Állapot"
@@ -649,14 +580,14 @@ msgstr "Állapot"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Művelet"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Megjelenítés"
@@ -689,7 +620,7 @@ msgstr "Szerkezeti pillanatkép"
msgid "Untracked tables"
msgstr "Nem követett táblák"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Tábla nyomon követése"
@@ -741,7 +672,7 @@ msgstr "Érvénytelen export típus"
msgid "Value for the column \"%s\""
msgstr "\"%s\" oszlop értéke"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "OpenStreetMaps használata alaprétegként"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -880,7 +811,7 @@ msgstr ""
"Nem lehetett betölteni az importáló beépülő modulokat. Kérjük, ellenőrizze a "
"telepítését!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "A(z) %s könyvjelző elkészült"
@@ -908,10 +839,10 @@ msgstr ""
"jelenti, hogy a phpMyAdmin nem tudja befejezni ezt az importálást, ha Ön nem "
"növeli meg a PHP időkorlátozását."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Az SQL-lekérdezés végrehajtása sikerült"
@@ -934,7 +865,7 @@ msgstr "A \"DROP DATABASE\" utasítást letiltották."
msgid "Do you really want to execute \"%s\"?"
msgstr "Valóban a következőt akarja "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Ön a teljes adatbázis MEGSEMMISÍTÉSÉRE készül!"
@@ -974,7 +905,7 @@ msgstr "Index hozzáadása"
msgid "Edit Index"
msgstr "Index szerkesztése"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "%d oszlop hozzáadása az indexhez"
@@ -1004,8 +935,8 @@ msgstr "Nem egyeznek a jelszavak!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Felhasználó hozzáadása"
@@ -1025,9 +956,9 @@ msgstr "Bezárás"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1055,7 +986,7 @@ msgstr "Statikus adat"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Összesen"
@@ -1253,7 +1184,7 @@ msgstr "Kérdések"
msgid "Traffic"
msgstr "Forgalom"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Beállítások"
@@ -1273,12 +1204,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Nincs"
@@ -1456,10 +1387,10 @@ msgid "Explain output"
msgstr "A kimenet magyarázata"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Idő"
@@ -1553,10 +1484,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importálás"
@@ -1608,9 +1539,9 @@ msgstr "Használt változó / képlet"
msgid "Test"
msgstr "Teszt"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Mégse"
@@ -1638,9 +1569,9 @@ msgstr "Oszlop törlése"
msgid "Adding Primary Key"
msgstr "Elsődleges kulcs hozzáadása"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1680,19 +1611,19 @@ msgstr "Indexek elrejtése"
msgid "Show indexes"
msgstr "Indexek megjelenítése"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Az idegen kulcsok ellenőrzésének letiltása"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Engedélyezett"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1763,8 +1694,8 @@ msgstr "SQL-lekérdezési panelek mutatása"
msgid "No rows selected"
msgstr "Nem jelölte ki a sort"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Módosítás"
@@ -1772,8 +1703,8 @@ msgstr "Módosítás"
msgid "Query execution time"
msgstr "A lekérdezés végrehajtási ideje"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "A(z) %d érvénytelen sorszám."
@@ -1782,8 +1713,8 @@ msgstr "A(z) %d érvénytelen sorszám."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Mentés"
@@ -1845,12 +1776,12 @@ msgstr "Műveletek a lekérdezési eredménnyel"
msgid "Data point content"
msgstr "Adatmutató mérete"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Kihagyás"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Másolás"
@@ -1870,7 +1801,7 @@ msgstr "Idegen kulcs kiválasztása"
msgid "Please select the primary key or a unique key"
msgstr "Válassza ki az elsődleges kulcsot, vagy egy egyedi kulcsot"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Válassza ki a megjelenítendő oszlopot"
@@ -1959,7 +1890,7 @@ msgstr "Generálás"
msgid "Change Password"
msgstr "Jelszó megváltoztatása"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Több"
@@ -2335,13 +2266,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Hiba"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-lekérdezés"
@@ -2409,7 +2340,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Belső"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Adatgyűjtés"
@@ -2434,158 +2365,159 @@ msgstr "%s nap, %s óra, %s perc, %s másodperc"
msgid "Missing parameter:"
msgstr "Hiányzó paraméter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "A tetejére"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Előző"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Következő"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Vége"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Ugrás a(z) "%s" adatbázishoz."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A(z) %s funkcióra egy ismert hiba van hatással, lásd itt: %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "Kattintson a kijelöléshez."
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Szerkezet"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Beszúrás"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Tartalom"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Műveletek"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Számítógép tallózása:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Válasszon a szerver feltöltési könyvtárából %s :"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Nem elérhető a feltöltésekhez megadott könyvtár"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Nincsenek feltöltendő fájlok"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Végrehajtás"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Nyomtatás"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "A létező beállító fájl (%s) nem olvasható."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Betűméret"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Növekvő"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Csökkenő"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Rendezés"
@@ -2611,8 +2543,8 @@ msgid "Use Tables"
msgstr "Felhasználandó táblák"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Vagy"
@@ -2679,13 +2611,13 @@ msgstr[1] "%s találat a(z) %s táblában"
msgid "Delete the matches for the %s table?"
msgstr "Törli a találatokat a %s táblában?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2715,139 +2647,139 @@ msgstr "Belső táblák:"
msgid "Inside column:"
msgstr "Mezőben:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "A módosított adatok mentése"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Textarea columns"
msgid "Restore column order"
msgstr "Szövegterület oszlopai"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Indítás"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Sorok száma"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Mód"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vízszintesen"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vízszintesen (elforgatott fejlécek)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "függőlegesen"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute every"
msgid "Headers every %s rows"
msgstr "Végrehajtás minden"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Kulcs szerinti rendezés"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Beállítások"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Részleges szövegek"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Teljes szövegek"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relációs kulcs"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Relációs megjelenítési mező"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Bináris tartalom megjelenítése"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB-tartalom megjelenítése"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Bináris tartalom megjelenítése HEX-ként"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Böngésző átalakítása"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "A sor törlése megtörtént"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Leállít"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2855,44 +2787,44 @@ msgstr ""
"Becsült érték lehet. Lásd [a@./Documentation.html#faq3_11@Documentation]GyIK "
"3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "lekérdezésben"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Megjelenített sorok:"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "összesen"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "a lekérdezés %01.4f másodpercig tartott"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Műveletek a lekérdezési eredménnyel"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Nyomtatási nézet (teljes szöveggel)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Diagram megjelenítése"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Nézet létrehozása"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Nem található a hivatkozás"
@@ -2960,29 +2892,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Új phpMyAdmin ablak nyitása"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Ettől a ponttól engedélyeznie kell a cookie-k fogadását."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Ettől a ponttól engedélyeznie kell a cookie-k fogadását."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nincs meghatározott index!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indexek"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Egyedi"
@@ -2995,6 +2927,16 @@ msgstr "Csomagolt"
msgid "Cardinality"
msgstr "Számosság"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Illesztés"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3019,93 +2961,93 @@ msgstr ""
"A(z) %1$s és a(z) %2$s egyenlőnek tűnik, és egyikük valószínűleg "
"eltávolítható."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Adatbázisok"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Kiszolgáló"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Követés"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Eseményindítók"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Üresnek tűnik a tábla!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Üresnek tűnik az adatbázis!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Lekérdezés"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Jogok"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Eljárások"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Események"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Tervező"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Felhasználók"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Bináris napló"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Változók"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Karakterkészlet"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Bővítmények"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motorok"
@@ -3171,53 +3113,53 @@ msgstr "%s letiltott ezen a MySQL szerveren."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ez a MySQL szerver nem támogatja a(z) %s tárolómotort."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "ismeretlen táblaállapot: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Forrás adatbázis"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Nem található a(z) %s téma!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Érvénytelen adatbázis"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Érvénytelen táblanév"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Hiba történt a(z) %1$s tábla %2$s névre történő átnevezésekor"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "A(z) %s tábla átnevezése %s névre megtörtént"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3230,16 +3172,16 @@ msgstr ""
msgid "Function"
msgstr "Függvény"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Kezelő"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Érték"
@@ -3254,62 +3196,62 @@ msgstr "Keresés"
msgid "Edit/Insert"
msgstr "Szerkesztés/Beszúrás"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Válasszon oszlopokat (legalább egyet):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "adja meg a keresési feltételeket (a \"where\" feltétel törzsét):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Sorok száma oldalanként"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Megjelenítési sorrend:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "A megjelenítendő sorok száma"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Az idegen kulcsok böngészése"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "További keresési feltételek"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Egy \"példa szerinti lekérdezés\" végrehajtása (karakterhelyettesítő: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
"Egy \"példa szerinti lekérdezés\" végrehajtása (karakterhelyettesítő: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Hogyan kell használni"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3656,14 +3598,14 @@ msgstr "Táblák"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Adatok"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Felülírás"
@@ -3688,22 +3630,22 @@ msgstr "A(z) "%s" adatbázis jogainak ellenőrzése."
msgid "Check Privileges"
msgstr "Jogok ellenőrzése"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "A beállítófájl olvasása meghiúsult"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Nem lehetett betölteni az alapértelmezett konfigurációt innen: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3715,34 +3657,34 @@ msgstr ""
"A $cfg['PmaAbsoluteUri'] utasítás értékét a konfigurációs "
"fájlban KELL megadni!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Érvénytelen szerverindex: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "A(z) %1$s szerver hosztneve érvénytelen. Ellenőrizze a beállításokat."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Érvénytelen hitelesítési mód került beállításra a konfigurációban:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Frissítenie kell %s %s vagy újabb verzióra."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3773,37 +3715,37 @@ msgstr "Zárt"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Letiltott"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "szerkezet"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "adat"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "szerkezet és adatok"
@@ -3925,8 +3867,8 @@ msgid "Allow users to customize this value"
msgstr "Engedélyezi a felhasználóknak az érték módosítását"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Visszaállítás"
@@ -4205,7 +4147,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Végrehajtási idő legfeljebb"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Mentés fájlként"
@@ -4214,7 +4156,7 @@ msgid "Character set of the file"
msgstr "A fájl karakterkészlete"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formátum"
@@ -4227,27 +4169,25 @@ msgstr "Tömörítés"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "A mezőneveket tegye az első sorba"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Mező lezárása"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Mező escape karakter"
@@ -4265,14 +4205,12 @@ msgstr "A mezőkben lévő CRLF karakterek eltávolítása"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Mezők vége"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Sorok vége"
@@ -4298,7 +4236,7 @@ msgstr "Táblanév-sablon"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Tábla kiírása"
@@ -4309,8 +4247,8 @@ msgid "Include table caption"
msgstr "Tartalmazza a táblacímet"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Táblacím"
@@ -4319,20 +4257,20 @@ msgid "Continued table caption"
msgstr "Táblacím folytatása"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Feliratkulcs"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-típus"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Kapcsolatok"
@@ -4353,6 +4291,11 @@ msgstr "A létező fájl(ok) felülírása"
msgid "Remember file name template"
msgstr "A fájlnévsablon megjegyzése"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT érték hozzáadása"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Idézőjelek használata a tábla- és mezőneveknél"
@@ -4363,7 +4306,7 @@ msgid "SQL compatibility mode"
msgstr "SQL kompatibilitási mód"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE beállítások:"
@@ -4376,10 +4319,17 @@ msgid "Use delayed inserts"
msgstr "Késleltetett beszúrások használata"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Az idegen kulcsok ellenőrzésének letiltása"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s hozzáadása"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Hexadecimális értékek használata a BLOB művelethez"
@@ -4393,7 +4343,7 @@ msgid "Syntax to use when inserting data"
msgstr "Adat beillesztésére vonatkozó szintaxis"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "A létrehozott lekérdezés hossza legfeljebb"
@@ -4402,7 +4352,7 @@ msgid "Export type"
msgstr "Exportálás típusa"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Az exportálás befoglalása egy tranzakcióban"
@@ -4457,7 +4407,6 @@ msgstr "Alapértelmezett beállítások testreszabása"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4804,14 +4753,12 @@ msgid "Partial import: allow interrupt"
msgstr "Részleges importálás: a megszakítás engedélyezése"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Ne legyen megszakítás INSERT hiba esetén"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "A táblaadatok lecserélése fájlra"
@@ -4828,7 +4775,6 @@ msgid "Format of imported file"
msgstr "Az importált fájl formátuma"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "LOCAL kulcsszó használata"
@@ -4838,7 +4784,7 @@ msgid "Column names in first row"
msgstr "A mezőnevek az első sorban"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Ne importálja az üres sorokat"
@@ -5974,7 +5920,7 @@ msgstr "Szükséges az SQL Validator engedélyezése"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Jelszó"
@@ -6137,14 +6083,12 @@ msgstr "Signon hitelesítés"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV a LOAD DATA használatával"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document munkafüzet"
@@ -6237,7 +6181,7 @@ msgstr "A %s kiterjesztés hiányzik. Kérem ellenőrizze a PHP beállításokat
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6245,15 +6189,15 @@ msgstr ""
"A kiszolgáló nem válaszol (vagy a helyi kiszolgáló socket nincs megfelelően "
"beállítotva)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "A kiszolgáló nem válaszol."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Részletek..."
@@ -6300,24 +6244,24 @@ msgid "Create"
msgstr "Létrehozás"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nincs jog"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Tábla létrehozása"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Név"
@@ -6971,7 +6915,7 @@ msgid "No data found for GIS visualization."
msgstr "Nem található adat a grafikonhoz"
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok)."
@@ -7022,7 +6966,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Elrejtés"
@@ -7087,11 +7031,11 @@ msgstr ""
"A TAB billentyűvel értékről értékre lépkedhet, ill. a CTRL+nyilakkal bárhová "
"léphet."
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Megjelenítés SQL lekérdezésként"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "A beszúrt sor azonosítószáma: %1$d"
@@ -7106,34 +7050,34 @@ msgstr "Nincs"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Ettől"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Indítás"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Valóban a következőt akarja "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Nincs változás"
@@ -7339,7 +7283,158 @@ msgstr "phpMyAdmin dokumentáció"
msgid "Reload navigation frame"
msgstr "A navigációs keret újratöltése"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Adatbázis átnevezése"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "A(z) %s adatbázis eldobása megtörtént."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Adatbázis eltávolítása"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Adatbázis eldobása (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Csak a szerkezet"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Szerkezet és adatok"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Csak az adatok"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Adatbázis másolása"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE másolás előtt"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Megszorítás hozzáadása"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "A másolt adatbázisra váltás"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Kapcsolati séma szerkesztése, exportálása"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Tábla rendezésének módosítása e szerint:"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(egyenként)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Tábla áthelyezése (adatbázis.tábla):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tábla beállításai"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Tábla átnevezése"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Tárolómotor"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Tábla másolása (adatbázis.tábla):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "A másolt táblára váltás"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tábla karbantartása"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Tábla töredezettségmentesítése"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "A(z) %s tábla kiírása megtörtént"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Tábla kiöblítése (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Adat vagy tábla törlése"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Tábla kiürítése (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Tábla törlése (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Elemzés"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Ellenőrzés"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimalizálás"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Újraépítés"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Javítás"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Partíció karbantartása"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "%s partíció"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Particionálás eltávolítása"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Hivatkozási sértetlenség ellenőrzése:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Ennek a formátumnak nincsenek beállításai"
@@ -7348,7 +7443,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Nem lehet csatlakozni: érvénytelenek a beállítások."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7379,51 +7474,51 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Belépés"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Az állomásnevet/IP-címet és a port számát szóközzel elválasztva írhatja be."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Szerver"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Felhasználónév:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Jelszó:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Szerver választása"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"A konfiguráció tiltja a jelszó nélküli bejelentkezést (lásd AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Nem volt tevékenység %s másodperce; jelentkezzen be újra"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nem lehet bejelentkezni a MySQL szerverre"
@@ -7456,69 +7551,69 @@ msgstr "Nem történt meg érvényes hitelesítő kulcs csatlakoztatása"
msgid "Authenticating..."
msgstr "Hitelesítés..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Oszlopok elválasztása ezzel:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Oszlopok körbezárása ezzel:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Oszlopok escape-elése ezzel:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Sorok végződése ezzel:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "NULL cseréje ezzel:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "A kocsi vissza/új sor karakterek eltávolítása az oszlopokból"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel verzió:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Adatkiírási beállítások"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "A tábla adatainak kiíratása"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Esemény"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7527,23 +7622,23 @@ msgstr "Esemény"
msgid "Definition"
msgstr "Leírás"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tábla szerkezet:"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Nézet szerkezete"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "A nézet helyettes szerkezete"
@@ -7560,39 +7655,39 @@ msgstr "(folytatás)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ tábla szerkezete"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Objektum-létrehozási beállítások"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Táblacím (folytatólagos)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Az idegen kulcsok ellenőrzésének letiltása"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Megjegyzések megjelenítése"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "MIME-típusok megjelenítése"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7600,35 +7695,35 @@ msgstr "MIME-típusok megjelenítése"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Hoszt"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Létrehozás ideje"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Szerver verzió"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP verzió"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Tartalom exportálása"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7642,7 +7737,7 @@ msgstr "(Egyetlen táblázat adatait tartalmazó jelentést generál)"
msgid "Report title:"
msgstr "A jelentés címe:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7650,12 +7745,12 @@ msgstr ""
"Megjegyzések megjelenítése (olyan információk, mint az exportálás "
"időbélyege, a PHP verziója és a szerver verziója)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"További egyéni megjegyzés hozzáadása a fejléchez (a \\n töri a sorokat):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7663,25 +7758,25 @@ msgstr ""
"Tartalmazza azokat az időbélyegeket, amikor az adatbázis létrejött, utoljára "
"frissült és utoljára ellenőrizve lett"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Adatbázis rendszer vagy régebbi MySQL szerver a kimenet kompatibilitásának "
"maximalizálása ezzel:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "%s utasítások hozzáadása"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Utasítások hozzáadása:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7689,39 +7784,39 @@ msgstr ""
"Tábla és oszlopnevek idézőjelek közé rakása (Védi az oszlop és tábla "
"neveket a speciális karakterektől vagy a kulcsszavaktól)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Objektum-létrehozási beállítások"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Az INSERT utasítás helyett használjon:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED utasítások"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE utasítások"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Adatkiíráskor használt függvények:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7731,7 +7826,7 @@ msgstr ""
" Példa: INSERT INTO tbl_name (col_A,col_B,col_C) "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7741,7 +7836,7 @@ msgstr ""
" Példa: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7749,7 +7844,7 @@ msgstr ""
"mindkettő a fentiek közül
Példa: INSERT "
"INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7757,7 +7852,7 @@ msgstr ""
"egyik sem a fentiek közül
Példa: INSERT "
"INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7765,7 +7860,7 @@ msgstr ""
"Bináris oszlopok kiírása hexadecimális átírással (például, \"abc\" "
"helyett 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7773,33 +7868,33 @@ msgstr ""
"A TIMESTAMP oszlopok kiírása UTC-ben (engedélyezi a TIMESTAMP oszlopok "
"kiírását és újratölti a különböző időzónában lévő szerverek között)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Eljárások"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Függvények"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Megkötések a kiírt táblákhoz"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Megkötések a táblához"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "Tábla MIME-típusok"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "TÁBLA KAPCSOLATAI"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Hiba az adatolvasás közben:"
@@ -7815,8 +7910,8 @@ msgstr "Nézetek"
msgid "Export contents"
msgstr "Tartalom exportálása"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7835,112 +7930,103 @@ msgstr ""
msgid "Column names: "
msgstr "Oszlopnevek: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "A CSV importálás paramétere érvénytelen: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "A CSV bevitel %d. sorában a formázás érvénytelen."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Érvénytelen oszlopszám a CSV bemenet %d. sorában."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tábla neve"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Oszlopnevek"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ez a beépülő modul nem támogatja a tömörített importálásokat!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki tábla"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "A CSV bevitel %d. sorában a formázás érvénytelen."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Százalékos értékek importálása pontos tizedestörtként (pl. 12.00% "
"helyett .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Valuták importálása (pl. $5.00 helyett 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Az importált fájl nem tartalmaz semmilyen adatot"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL kompatibilitási mód:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Ne használja az AUTO_INCREMENT-et nulla értékekhez"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8125,7 +8211,7 @@ msgid "Enabled"
msgstr "Engedélyezett"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Általános relációs jellemzők"
@@ -8204,7 +8290,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Jelentkezzen be újra a phpMyAdminba a frissített beállítófájl betöltéséhez."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "nincs leírás"
@@ -8255,7 +8341,7 @@ msgstr "Másodlagos állapot"
msgid "Variable"
msgstr "Változó"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Szerver AZ"
@@ -8279,8 +8365,8 @@ msgstr "Bármilyen felhasználó"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Szöveges mező használata"
@@ -8372,7 +8458,7 @@ msgstr "Részletek"
msgid "Event name"
msgstr "Eseménynév"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Esemény típusa"
@@ -8795,12 +8881,12 @@ msgstr "Tartalomjegyzék"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Tulajdonságok"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8839,6 +8925,10 @@ msgstr "Oldal kiválasztása"
msgid "Select Tables"
msgstr "Táblák kiválasztása"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Oszlopnevek"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Kapcsolati séma megjelenítése"
@@ -9116,14 +9206,14 @@ msgstr "Korlátozza a felhasználó egyidejű kapcsolatainak számát."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Táblaspecifikus jogok"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Megjegyzés: a MySQL jognevek az angolból származnak."
@@ -9132,12 +9222,12 @@ msgid "Administration"
msgstr "Adminisztráció"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globális jogok"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Adatbázis-specifikus jogok"
@@ -9197,16 +9287,16 @@ msgid "Users having access to "%s""
msgstr "A(z) "%s" adatbázishoz hozzáférhető felhasználók"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Felhasználó"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Engedélyezés"
@@ -9215,8 +9305,8 @@ msgid "User has been added."
msgstr "A felhasználó hozzáadása kész."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Bármi"
@@ -9232,12 +9322,12 @@ msgstr "adatbázis-specifikus"
msgid "wildcard"
msgstr "karakterhelyettesítő"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Nem található felhasználó."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Jogok szerkesztése"
@@ -9245,106 +9335,94 @@ msgstr "Jogok szerkesztése"
msgid "Revoke"
msgstr "Visszavonás"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Exportálás"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... a régiek megőrzése."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
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:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Bejelentkezési adatok módosítása / Felhasználó másolása"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Oszlopspecifikus jogok"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Jogok hozzáadása a következő adatbázison"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Jogok hozzáadása a következő táblán:"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "A kijelölt felhasználók törlése"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nincs törlésre kijelölt felhasználó!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "A jogok újratöltése"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
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:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ön frissítette %s jogait."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Jogok"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Jogok"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Felhasználók áttekintése"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9357,11 +9435,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Az új felhasználó hozzáadása megtörtént."
@@ -9411,11 +9489,11 @@ msgstr "Törlés"
msgid "Columns"
msgstr "Oszlopok"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Az SQL-lekérdezés hozzáadása a könyvjelzőkhöz"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
"A hozzáférés ehhez a könyvjelzőhöz az összes felhasználó számára "
@@ -9542,8 +9620,8 @@ msgstr ""
"karakter vagy idézőjelek nélkül, a következő formátum használatával: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9595,13 +9673,13 @@ msgstr "Nincs"
msgid "As defined:"
msgstr "Mint meghatározva:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Elsődleges"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Teljes szöveg"
@@ -9615,20 +9693,15 @@ msgstr ""
msgid "after %s"
msgstr "%s után"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "%s oszlop hozzáadása"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Legalább egy oszlopot kell hozzáadnia."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Tárolómotor"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION definíció"
@@ -9637,7 +9710,7 @@ msgstr "PARTITION definíció"
msgid "Manage your settings"
msgstr "Beállítások kezelése"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "A módosítások mentése megtörtént"
@@ -9681,7 +9754,7 @@ msgstr "Kiszolgálókapcsolat illesztése"
msgid "Appearance Settings"
msgstr "Megjelenési beállítások"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "További beállítások"
@@ -9876,141 +9949,141 @@ msgstr "Bal oldali menü megjelenítése/elrejtése"
msgid "Save position"
msgstr "Pozíció mentése"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Kapcsolat létrehozása"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Újratöltés"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Súgó"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Összeférhetetlen hivatkozások"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Közvetlen hivatkozások"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Rácshoz illesztés"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Mind kicsi/nagy"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Kicsi/nagy kapcsoló"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "A kapcsolat kiválasztásához, kattintson :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "A PDF-séma importálási/exportálási koordinátái"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Lekérdezés készítése"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Menü áthelyezése"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Minden elrejtése/megjelenítése"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "A kapcsolat nélküli táblák megjelenítése/elrejtése"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Táblák száma"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Kapcsolat törlése"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Kapcsolat operátor"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Exportálás"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "allekérdezés"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename view to"
msgid "Rename to"
msgstr "Nézet átnevezése"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Új név"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Összegzés"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Tábla beállításai"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Az oldal elkészült"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Az oldal létrehozása meghiúsult"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Oldal"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importálás a kiválasztott oldalakról"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exportálás a kiválasztott oldalakra"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Oldal létrehozása és exportálás arra"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Új oldal neve: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Méretezendő exportálás/importálás"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "ajánlott"
@@ -10018,7 +10091,7 @@ msgstr "ajánlott"
msgid "Error: relation already exists."
msgstr "Hiba: A kapcsolat már létezik."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Hiba: Nem adta hozzá a kapcsolatot."
@@ -10026,7 +10099,7 @@ msgstr "Hiba: Nem adta hozzá a kapcsolatot."
msgid "FOREIGN KEY relation added"
msgstr "IDEGEN KULCS kapcsolat hozzáadása megtörtént"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "A belső kapcsolat hozzáadása megtörtént"
@@ -10034,11 +10107,11 @@ msgstr "A belső kapcsolat hozzáadása megtörtént"
msgid "Relation deleted"
msgstr "A kapcsolat törlése kész"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Hiba történt a Tervező koordinátáinak mentésekor."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "A módosítások mentése megtörtént"
@@ -10046,47 +10119,47 @@ msgstr "A módosítások mentése megtörtént"
msgid "Cannot save settings, submitted form contains errors"
msgstr "A beállítások nem menthetők, az elküldött űrlap hibákat tartalmaz"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Nem importálhatók a beállítások"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "A beállítás rossz adatot tartalmaz néhány mezőben."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Szeretné importálni a megmaradt beállításokat?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importálás fájlból"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importálás a böngészőből"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "A beállítások a böngészője helyi tárolójából lesznek importálva."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Nincsenek elmentett beállításai!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Az ön web böngészője nem támogatja ezt a szolgáltatást"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Egyesítés a jelenlegi beállítással"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10095,19 +10168,19 @@ 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."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Mentés a böngésző tárolójába"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "A beállítások a böngészője helyi tárolójába lesznek mentve."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "A meglévő beállítások felülíródnak!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Alaphelyzetbe állíthatja az összes beállítását és visszaállíthatja azokat az "
@@ -10127,41 +10200,41 @@ msgid "%s table not found or not set in %s"
msgstr ""
"Nem található a(z) %s tábla, vagy nem adták meg a(z) %s adatbázisban"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "A fájl nem létezik"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Válassza ki a megtekintendő bináris naplót"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Fájlok"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "A megjelenített lekérdezések lerövidítése"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Teljes lekérdezések megjelenítése"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Napló neve"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozíció"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Eredeti pozíció"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Információ"
@@ -10246,17 +10319,17 @@ msgstr "Licenc"
msgid "disabled"
msgstr "letiltott"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s felhasználó már létezik!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s törlése"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "A jogok újratöltése sikerült."
@@ -12048,32 +12121,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Valóban a következőt akarja "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Megjelenítés PHP kódként"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Érvényes SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-eredmény"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Készítette"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Probléma a(z) `%s` tábla indexeivel"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Név"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "A(z) %1$s tábla módosítása sikerült"
@@ -12167,86 +12240,86 @@ msgstr "A(z) %1$s tábla elkészült."
msgid "View dump (schema) of table"
msgstr "Tábla kiírás (vázlat) megtekintése"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "A választható szerverek megjelenítése"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Szélesség"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Magasság"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Textarea columns"
msgid "Label column"
msgstr "Szövegterület oszlopai"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Nincs --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Naplófájlok száma"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Újrarajzolás"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Mentés fájlba"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Fájlnév"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Az elsődleges kulcs nevének \"PRIMARY\"-nak kell lennie!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Nem nevezhető át PRIMARY-re az index!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nincs meghatározott indexrész!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Index hozzáadása"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Szerkesztő mód"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Index neve:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(Az elsődleges kulcs nevének, és csak annak \"PRIMARY\"-nak kell"
"b> lennie!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Index típusa:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Hozzáadás az index %s oszlophoz"
@@ -12269,259 +12342,165 @@ msgstr "A(z) %s tábla áthelyezése a(z) %s adatbázisba kész."
msgid "Table %s has been copied to %s."
msgstr "A(z) %s tábla másolása %s néven megtörtént."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Üres a tábla neve!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Tábla rendezésének módosítása e szerint:"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(egyenként)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Tábla áthelyezése (adatbázis.tábla):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tábla beállításai"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Tábla átnevezése"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Tábla másolása (adatbázis.tábla):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "A másolt táblára váltás"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tábla karbantartása"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Tábla töredezettségmentesítése"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "A(z) %s tábla kiírása megtörtént"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Tábla kiöblítése (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Adat vagy tábla törlése"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Tábla kiürítése (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Tábla törlése (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Partíció karbantartása"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "%s partíció"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Elemzés"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Ellenőrzés"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimalizálás"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Újraépítés"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Javítás"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Particionálás eltávolítása"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Hivatkozási sértetlenség ellenőrzése:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Táblák megjelenítése"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Területhasználat"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Hatásos"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Sorstatisztika"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statikus"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamikus"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Sor hossza"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Sor mérete"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Hiba történt az idegen kulcs %1$s táblán történő létrehozásakor (ellenőrizze "
"az adattípusokat)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Belső kapcsolat"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"Nincs szükség belső kapcsolatra, ha létezik megfelelő IDEGEN KULCS kapcsolat."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Idegen kulcs megszorítás"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "A különböző értékek tallózása"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Elsődleges kuly hozzáadása"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Elsődleges kulcs hozzáadása"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "SPATIAL Index hozzáadása"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "FULLTEXT index hozzáadása"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Nincs"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "A(z) %s oszlop eldobása megtörtént"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Az elsődleges kulcs hozzáadása a(z) %s mezőn megtörtént"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Az index hozzáadása a(z) %s mezőn megtörtént"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Több tevékenység mutatása"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Oszlop(ok) eltávolítása"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Nézet szerkesztése"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Kapcsolat nézete"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Táblaszerkezet ajánlása"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Oszlop hozzáadása"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "A tábla végén"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "A tábla elején"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s után"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Index készítése a(z) %s oszlopokon"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "particionált"
@@ -12699,7 +12678,7 @@ msgstr "Önnek nincs elég joga ahhoz, hogy épp most itt tartózkodjon!"
msgid "The profile has been updated."
msgstr "A profil frissítése megtörtént."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "NÉZET neve"
@@ -13883,6 +13862,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Max. egyidejű kapcsolatok száma"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Exportálás"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Jogok"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/hy.po b/po/hy.po
index 3cd1db3f66..e42829e64e 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-18 16:41+0200\n"
"Last-Translator: Hamlet Muradyan \n"
"Language-Team: none\n"
@@ -19,12 +19,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Ցույց տալ բոլորը"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgid ""
"cross-window updates."
msgstr ""
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Որոնում"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Որոնում"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "OK"
@@ -100,7 +101,7 @@ msgstr "Նկարագրություն"
msgid "Use this value"
msgstr "Օգտագործել այս արժեքը"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s տվյալների բազան ստեղծված է։"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Տվյալների բազայի մեկնաբանությունը՝ "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Աղյուսակի մեկնաբանությունը"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Սյուն"
@@ -147,11 +148,11 @@ msgstr "Սյուն"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Սյուն"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Տեսակ"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Լռելյան"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Կապեր"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Մեկնաբանություններ"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ոչ"
@@ -243,27 +244,27 @@ msgstr "Ոչ"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Այո"
@@ -285,108 +286,37 @@ msgstr "Նշել բոլորը"
msgid "Unselect All"
msgstr "Հանել նշումը"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Տվյալների բազայի անունն նշված չէ"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "%1$s տվյալների բազան վերանված է %2$s-ի"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s տվյալների բազան պատճենված է %2$s-ում"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Վերնվանել տվյալների բազան"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Հեռացնել տվյալների բազան"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s տվյալների բազան հեռացված է։"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Հեռացնել տվյալների բազան (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Պատճենել տվյալների բազան"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Միայն կառուղվածքը"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Կառուցվածքն ու տվյալները"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Միայն տվյալները"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Պատճենելուց առաջ ստեղծել տվյալների բազա (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Ավելացնել %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Ավելացնել AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Ավելացնել սահմանափակում"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Անցնել պատճենված տվյալների բազային"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Համեմատումը"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr ""
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Աղյուսակ"
@@ -394,41 +324,41 @@ msgstr "Աղյուսակ"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Տողեր"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Ծավալը"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "օգտագործվում է"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Ստեղծում"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Վերջին թարմացումը"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Վերջին ստուգումը"
@@ -449,7 +379,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -464,17 +394,17 @@ msgstr "Տվյալների բազայում աղյուսակներ չկան"
msgid "unknown"
msgstr "անհայտ"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s աղյուսակն դատարկված է"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s ներկայացումն հեռացված է"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s աղյուսակն հեռացված է"
@@ -487,19 +417,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Ներկայացում"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -515,21 +445,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Նշվածները՝"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Նշել բոլորը"
@@ -537,50 +467,51 @@ msgstr "Նշել բոլորը"
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Արտահանում"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr ""
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Դատարկել"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Հեռացնել"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Ստուգել աղյուսակը"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Օպտիմիզացնել աղյուսակը"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Վերականգնել աղյուսակը"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Վերլուծել աղյուսակը"
@@ -588,11 +519,11 @@ msgstr "Վերլուծել աղյուսակը"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr ""
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -604,20 +535,20 @@ msgstr "Տվյալների բառարան"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Տվյալների բազա"
@@ -633,9 +564,9 @@ msgstr "Ստեղծված է"
msgid "Updated"
msgstr "Թարմացված է"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Վիճակը"
@@ -643,14 +574,14 @@ msgstr "Վիճակը"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Գործողություն"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Ցուցադրել"
@@ -683,7 +614,7 @@ msgstr "Կառուցվածքի պատկերը"
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -733,7 +664,7 @@ msgstr ""
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -742,7 +673,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -857,7 +788,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -879,10 +810,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -904,7 +835,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -944,7 +875,7 @@ msgstr ""
msgid "Edit Index"
msgstr ""
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr ""
@@ -974,8 +905,8 @@ msgstr ""
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr ""
@@ -995,9 +926,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1023,7 +954,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr ""
@@ -1219,7 +1150,7 @@ msgstr ""
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr ""
@@ -1239,12 +1170,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr ""
@@ -1415,10 +1346,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr ""
@@ -1506,10 +1437,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr ""
@@ -1557,9 +1488,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1587,9 +1518,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr ""
@@ -1629,15 +1560,15 @@ msgstr ""
msgid "Show indexes"
msgstr ""
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr ""
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr ""
@@ -1704,8 +1635,8 @@ msgstr ""
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr ""
@@ -1713,8 +1644,8 @@ msgstr ""
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1723,8 +1654,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr ""
@@ -1780,12 +1711,12 @@ msgstr ""
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1805,7 +1736,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1888,7 +1819,7 @@ msgstr ""
msgid "Change Password"
msgstr ""
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr ""
@@ -2259,13 +2190,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr ""
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr ""
@@ -2333,7 +2264,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2358,152 +2289,153 @@ msgstr ""
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr ""
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Թերթել"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr ""
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Աճման կարգով"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Նվազման կարգով"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Դասավորել"
@@ -2529,8 +2461,8 @@ msgid "Use Tables"
msgstr "Օգտագործել աղյուսակներ"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Կամ"
@@ -2593,13 +2525,13 @@ msgstr[0] ""
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2629,173 +2561,173 @@ msgstr "Աղյուսակներ՝"
msgid "Inside column:"
msgstr "Սյուներ՝"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr ""
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2857,27 +2789,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr ""
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr ""
@@ -2890,6 +2822,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Համեմատումը"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2912,93 +2854,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr ""
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3059,50 +3001,50 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr ""
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3115,16 +3057,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3137,56 +3079,56 @@ msgstr ""
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3521,14 +3463,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3553,55 +3495,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3632,37 +3574,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr ""
@@ -3783,8 +3725,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4038,7 +3980,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4047,7 +3989,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4060,27 +4002,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4098,14 +4038,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4131,7 +4069,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4142,8 +4080,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4152,20 +4090,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4186,6 +4124,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Ավելացնել AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4196,7 +4139,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4209,10 +4152,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Ավելացնել %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4226,7 +4176,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4235,7 +4185,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4288,7 +4238,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4605,14 +4554,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4627,7 +4574,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4637,7 +4583,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5627,7 +5573,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -5782,14 +5728,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5875,21 +5819,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -5934,24 +5878,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6535,7 +6479,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6583,7 +6527,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6646,11 +6590,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6665,32 +6609,32 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -6896,7 +6840,158 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Վերնվանել տվյալների բազան"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s տվյալների բազան հեռացված է։"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Հեռացնել տվյալների բազան"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Հեռացնել տվյալների բազան (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Միայն կառուղվածքը"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Կառուցվածքն ու տվյալները"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Միայն տվյալները"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Պատճենել տվյալների բազան"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Պատճենելուց առաջ ստեղծել տվյալների բազա (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Ավելացնել սահմանափակում"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Անցնել պատճենված տվյալների բազային"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr ""
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -6905,7 +7000,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -6930,49 +7025,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7003,92 +7098,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7105,37 +7200,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7143,33 +7238,33 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr ""
@@ -7181,139 +7276,139 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7329,8 +7424,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7347,109 +7442,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7567,7 +7653,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7636,7 +7722,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7685,7 +7771,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7709,8 +7795,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7800,7 +7886,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8183,12 +8269,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8225,6 +8311,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8485,14 +8575,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8501,12 +8591,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8564,16 +8654,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8582,8 +8672,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8599,12 +8689,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8612,98 +8702,90 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8712,11 +8794,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -8766,11 +8848,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -8872,8 +8954,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -8917,13 +8999,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -8936,20 +9018,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -8958,7 +9035,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9000,7 +9077,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9153,133 +9230,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9287,7 +9364,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9295,7 +9372,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9303,11 +9380,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9315,66 +9392,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9391,41 +9468,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9507,17 +9584,17 @@ msgstr ""
msgid "disabled"
msgstr ""
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11073,32 +11150,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11178,76 +11255,76 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr ""
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11270,252 +11347,158 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr ""
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr ""
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr ""
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr ""
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11688,7 +11671,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
diff --git a/po/id.po b/po/id.po
index e744867cdc..e3705ec7b6 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-03-27 16:57+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: indonesian \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Poedit-Basepath: ../../..\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Tampilkan semua"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"menutup jendela induk atau pilihan keamanan pada peramban Anda mencekal "
"pembaruan lintas-jendela"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Cari"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Cari"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Kirim"
@@ -100,7 +101,7 @@ msgstr "Deskripsi"
msgid "Use this value"
msgstr "Gunakan nilai ini"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Basis data %1$s telah dibuat."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komentar basis data: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentar tabel"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolom"
@@ -147,11 +148,11 @@ msgstr "Kolom"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Kolom"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Jenis"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Kosong"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Bawaan"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Tautan ke"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Komentar"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Tidak"
@@ -243,27 +244,27 @@ msgstr "Tidak"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ya"
@@ -285,91 +286,23 @@ msgstr "Pilih Semua"
msgid "Unselect All"
msgstr "Lepas Semua"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Nama basis data kosong!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Nama basis data %s telah diubah menjadi %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Basis data %s telah disalin ke %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Ubah nama basis data menjadi"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Hapus basis data"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Basis data %s telah dihapus."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Hapus basis data (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Salin basis data ke"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Struktur saja"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktur dan data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Data saja"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE sebelum menyalin"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Tambahkan %s"
-
-# Imperative verb
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Tambahkan nilai AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Tambahkan batasan"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Pindah ke basis data hasil penyalinan"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Penyortiran"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -378,20 +311,16 @@ msgstr ""
"Penyimpanan konfigurasi phpMyAdmin telah dinonaktifkan. Untuk mencari tahu "
"mengapa klik %sdi sini%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Edit atau ekspor skema relasional"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabel"
@@ -399,41 +328,41 @@ msgstr "Tabel"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Baris"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Ukuran"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "sedang digunakan"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Pembuatan"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Pembaruan terakhir"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Pemeriksaan terakhir"
@@ -454,7 +383,7 @@ msgstr "Alihkan ke %spembangun visual%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -469,17 +398,17 @@ msgstr "Tidak ada tabel dalam basis data."
msgid "unknown"
msgstr "tidak diketahui"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabel %s telah dikosongkan"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "View %s telah dihapus"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabel %s telah dihapus"
@@ -492,7 +421,7 @@ msgstr "Pelacakan aktif"
msgid "Tracking is not active."
msgstr "Pelacakan tidak aktif."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -501,12 +430,12 @@ msgstr ""
"Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat "
"%sdokumentasi%s"
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Gambarkan"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -522,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s adalah mesin penyimpanan utama pada server MySQL ini."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Dengan pilihan:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Pilih Semua"
@@ -544,51 +473,52 @@ msgstr "Pilih Semua"
msgid "Check tables having overhead"
msgstr "Pilih tabel berbeban tambahan"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Ekspor"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Tampilan cetak"
# Imperative menu
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Kosongkan"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Hapus"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Periksa tabel"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimalkan tabel"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Perbaiki tabel"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analisis tabel"
@@ -596,11 +526,11 @@ msgstr "Analisis tabel"
msgid "Add prefix to table"
msgstr "Tambahkan prefiks untuk tabel"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Ganti prefiks tabel"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Salin tabel dengan prefiks"
@@ -612,20 +542,20 @@ msgstr "Kamus Data"
msgid "Tracked tables"
msgstr "Tabel yang dilacak"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Basis data"
@@ -641,9 +571,9 @@ msgstr "Dibuat"
msgid "Updated"
msgstr "Diperbarui"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -651,14 +581,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Tindakan"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Tampilkan"
@@ -691,7 +621,7 @@ msgstr "Snapshot struktur"
msgid "Untracked tables"
msgstr "Tabel yang tidak dilacak"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Lacak tabel"
@@ -743,7 +673,7 @@ msgstr "Jenis ekspor invalid"
msgid "Value for the column \"%s\""
msgstr "Nilai untuk kolom \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Gunakan OpenStreetMaps sebagai Lapisan Dasar"
@@ -752,7 +682,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometri"
@@ -878,7 +808,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Tidak dapat memuat plugin import, harap periksa instalasi Anda!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Markah %s dibuat"
@@ -905,10 +835,10 @@ msgstr ""
"phpMyAdmin tidak bisa menyelesaikan proses impor kecuali Anda menambah batas "
"waktu eksekusi php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Kueri SQL Anda berhasil dieksekusi"
@@ -933,7 +863,7 @@ msgstr "Perintah \"DROP DATABASE\" dinonaktifkan."
msgid "Do you really want to execute \"%s\"?"
msgstr "Benarkah Anda ingin untuk "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Anda akan MENGHAPUS seluruh basis data!"
@@ -973,7 +903,7 @@ msgstr "Tambah indek"
msgid "Edit Index"
msgstr "Mengedit Indeks"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Tambahkan %d kolom ke index"
@@ -1003,8 +933,8 @@ msgstr "Kata sandi tidak sama!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Tambahkan pengguna"
@@ -1024,9 +954,9 @@ msgstr "Tutup"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1052,7 +982,7 @@ msgstr "Data statis"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Jumlah"
@@ -1252,7 +1182,7 @@ msgstr "Perintah"
msgid "Traffic"
msgstr "Lalu Lintas"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Pengaturan"
@@ -1272,12 +1202,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Tidak ada"
@@ -1465,10 +1395,10 @@ msgid "Explain output"
msgstr "Jelaskan hasil"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Waktu"
@@ -1565,10 +1495,10 @@ msgstr ""
"Gagal membangun Grafik kisi dengan mengimport config. Mengembalikan ke "
"Setelan baku..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Impor"
@@ -1620,9 +1550,9 @@ msgstr "Variabel / formula terpakai"
msgid "Test"
msgstr "Uji"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Batal"
@@ -1650,9 +1580,9 @@ msgstr "Menghapus Kolom"
msgid "Adding Primary Key"
msgstr "Menambahkan Kunci Primer"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Oke"
@@ -1692,19 +1622,19 @@ msgstr "Sembunyikan indeks"
msgid "Show indexes"
msgstr "Tampilkan indeks"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Tanpa pemeriksaan kunci asing"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Aktif"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1775,8 +1705,8 @@ msgstr "Tampilkan kotak kueri"
msgid "No rows selected"
msgstr "Tidak ada baris yang dipilih"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Ubah"
@@ -1784,8 +1714,8 @@ msgstr "Ubah"
msgid "Query execution time"
msgstr "Waktu eksekusi kueri"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d bukanlah nomor baris yang berlaku."
@@ -1794,8 +1724,8 @@ msgstr "%d bukanlah nomor baris yang berlaku."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Simpan"
@@ -1855,12 +1785,12 @@ msgstr "Operasi hasil pertanyaan"
msgid "Data point content"
msgstr "Isi titk data"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Abaikan"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Salin"
@@ -1880,7 +1810,7 @@ msgstr "Pilih Foreign Key"
msgid "Please select the primary key or a unique key"
msgstr "Harap pilih kunci primer atau kunci unik"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Pilih kolom untuk ditampilkan"
@@ -1976,7 +1906,7 @@ msgstr "Hasilkan"
msgid "Change Password"
msgstr "Ubah Sandi"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Lainnya"
@@ -2353,13 +2283,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Galat"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Pencarian SQL"
@@ -2427,7 +2357,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Edit di tempat"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profil"
@@ -2452,153 +2382,154 @@ msgstr "%s hari, %s jam, %s menit dan %s detik"
msgid "Missing parameter:"
msgstr "Parameter yang hilang:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Awal"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Sebelumnya"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Berikutnya"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Akhir"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Langsung ke basis data "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Fungsionalitas %s dipengaruhi oleh suatu bug, lihat %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Klik untuk beralih"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Tambahkan"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Jelajahi"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operasi"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Telusuri komputer Anda:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Pilih dari direktori unggah %s pada web server:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Direktori yang telah ditetapkan untuk mengunggah tidak dapat dihubungi"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Tidak ada arsip untuk diunggah"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Eksekusi"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Cetak"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "File configuration yang ada (%s) tidak dapat di baca."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Perizinan yang salah pada file konfigurasi, sehingga tidak dapat ditulis!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Ukuran huruf"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Menaik"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Menurun"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Urutan"
@@ -2624,8 +2555,8 @@ msgid "Use Tables"
msgstr "Gunakan Tabel"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Atau"
@@ -2690,13 +2621,13 @@ msgstr[0] "%s cocok dalam tabel %s"
msgid "Delete the matches for the %s table?"
msgstr "Hapus yang cocok untuk %s tabel?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2726,133 +2657,133 @@ msgstr "Dalam tabel:"
msgid "Inside column:"
msgstr "Dalam kolom:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Simpan data yang diedit"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Pulihkan urutan kolom"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Baris mulai"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Jumlah baris"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modus"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horisontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horisontal (judul diputar)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikal"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Judul setiap %s baris"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Urut berdasarkan kunci"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opsi"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Teks parsial"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Teks penuh"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Kunci relasi"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Kolom tampilan relasi"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Tampilkan konten biner"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Tampilkan konten BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Tampilkan konten biner dalam HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Transformasi Browser"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Baris telah dihapus"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Tutup"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2860,44 +2791,44 @@ msgstr ""
"Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation."
"html#faq3_11@Dokumentasi]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "dalam susunan pemeriksaan"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Tampilan baris"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Pencarian dilakukan dalam %01.4f detik"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operasi hasil kueri"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Tampilan cetak (teks lengkap)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Tampilkan bagan"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Buat tampilan"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Tautan tidak ditemukan"
@@ -2963,29 +2894,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Buka jendela phpMyAdmin baru"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Mulai dari sini cookies harus diaktifkan."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Mulai dari sini cookies harus diaktifkan."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Indeks belum ditentukan!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeks"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unik"
@@ -2998,6 +2929,16 @@ msgstr "Dipadatkan"
msgid "Cardinality"
msgstr "Kardinalitas"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Penyortiran"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3022,93 +2963,93 @@ msgstr ""
"Indeks %1$s dan %2$s sepertinya sama dan salah satu dari mereka memungkinkan "
"untuk dibuang."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Basis data"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Pelacakan"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Trigger"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tampaknya tabel kosong!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Basis data kelihatannya kosong!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Kueri"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Hak Akses"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Routine"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Event"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Desainer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Pengguna"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sinkronisasi"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Log biner"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variabel"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Set Karakter"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Plugin"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Mesin"
@@ -3172,46 +3113,46 @@ msgstr "%s didinonaktifkan untuk server MySQL ini."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Server MySQL ini tidak mendukung mesin penyimpanan %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "status tabel tidak diketahui:"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Basis data sumber"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Tema %s tidak ditemukan!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Basis data tidak valid"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Nama tabel tidak valid"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Galat sewaktu mengganti nama table %1$s menjadi %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Nama tabel %s telah diubah menjadi %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Tidak dapat menyimpan preferensi UI tabel"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3220,7 +3161,7 @@ msgstr ""
"Gagal membersihkan tabel UI preferences (lihat $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3236,16 +3177,16 @@ msgstr ""
msgid "Function"
msgstr "Fungsi"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Nilai"
@@ -3258,58 +3199,58 @@ msgstr "Pencarian Tabel"
msgid "Edit/Insert"
msgstr "Edit/Tambah"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Pilih kolom (paling tidak satu):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Tambahkan kriteria pencarian (bagian klausa \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Jumlah baris per halaman"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Urutan tampilan:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Menjelajahi nilai luar"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Kriteria pencarian tambahan"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Lakukan \"kueri dengan contoh\" (wildcard: \"%\") untuk dua kolom yang "
"berbeda"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Lakukan \"kueri dengan contoh\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Cara pakai"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3656,14 +3597,14 @@ msgstr "Tabel"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Beban"
@@ -3688,11 +3629,11 @@ msgstr "Periksa hak akses untuk basis data "%s"."
msgid "Check Privileges"
msgstr "Periksa Hak Akses"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Gagal membaca berkas konfigurasi"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3700,12 +3641,12 @@ msgstr ""
"Hal ini biasanya berarti ada kesalahan sintaks di dalamnya, silahkan cek "
"kesalahan di bawah ini."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Tidak dapat memuat konfigurasi default dari: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3717,35 +3658,35 @@ msgstr ""
"Directif $cfg['PmaAbsoluteUri'] WAJIB diset dalam berkas "
"konfigurasi!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Indeks server tidak sah: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Hostname tidak sah untuk server %1$s. Harap lihat kembali konfigurasi Anda."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Metode autentikasi dalam konfigurasi tidak sah:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Anda harus memperbarui ke %s %s atau lebih baru."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "memungkinkan mengeksploitasi"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "tombol angka terdeteksi"
@@ -3776,37 +3717,37 @@ msgstr "Tutup"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Tidak aktif"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "data"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktur dan data"
@@ -3929,8 +3870,8 @@ msgid "Allow users to customize this value"
msgstr "Izinkan pengguna untuk mengubah nilai ini"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Reset"
@@ -4204,7 +4145,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Waktu eksekusi maksimum"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Simpan sebagai berkas"
@@ -4213,7 +4154,7 @@ msgid "Character set of the file"
msgstr "Set karakter berkas"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4226,27 +4167,25 @@ msgstr "Kompresi"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Masukkan nama kolom pada baris pertama"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Kolom diapit oleh"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Kolom dikembalikan oleh"
@@ -4264,14 +4203,12 @@ msgstr "Hapus karakter CRLF dalam kolom"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Kolom diakhiri oleh"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Baris diakhiri oleh"
@@ -4297,7 +4234,7 @@ msgstr "Templat nama tabel"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Tabel dump"
@@ -4308,8 +4245,8 @@ msgid "Include table caption"
msgstr "Masukkan judul halaman tabel"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Judul halaman"
@@ -4318,20 +4255,20 @@ msgid "Continued table caption"
msgstr "Lanjutan dari judul halaman tabel"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Kunci nama"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Jenis MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Tabel Relasi"
@@ -4352,6 +4289,12 @@ msgstr "Timpa berkas yang ada"
msgid "Remember file name template"
msgstr "Ingat templat nama berkas"
+# Imperative verb
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Tambahkan nilai AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Apit nama tabel dan kolom dengan tanda petik balik"
@@ -4362,7 +4305,7 @@ msgid "SQL compatibility mode"
msgstr "Modus kompatibilitas SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Opsi CREATE TABLE:"
@@ -4375,10 +4318,17 @@ msgid "Use delayed inserts"
msgstr "Gunakan perintah INSERT memperlambat"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Tanpa pemeriksaan kunci asing"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Tambahkan %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Gunakan heksadesimal untuk BLOB"
@@ -4392,7 +4342,7 @@ msgid "Syntax to use when inserting data"
msgstr "Sintaks yang digunakan sewaktu menambahkan data"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Panjang maksimum kueri yang dibuat"
@@ -4401,7 +4351,7 @@ msgid "Export type"
msgstr "Jenis ekspor"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Jalankan ekspor dalam transaksi"
@@ -4454,7 +4404,6 @@ msgstr "Sesuaikan opsi bawaan"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "Data CSV"
@@ -4775,14 +4724,12 @@ msgid "Partial import: allow interrupt"
msgstr "Impor parsial: izinkan interupsi"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Jangan gugurkan sewaktu galat INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Ganti data tabel dengan berkas"
@@ -4797,7 +4744,6 @@ msgid "Format of imported file"
msgstr "Format berkas impor"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Gunakan kata kunci LOCAL"
@@ -4807,7 +4753,7 @@ msgid "Column names in first row"
msgstr "Nama kolom pada baris pertama"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Jangan impor baris kosong"
@@ -5826,7 +5772,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Kata Sandi"
@@ -5981,14 +5927,12 @@ msgstr "Autentikasi signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV menggunakan LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6076,7 +6020,7 @@ msgstr "Ekstensi %s tidak ditemukan. Harap periksa konfigurasi PHP Anda."
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6084,15 +6028,15 @@ msgstr ""
"Server tidak merespons (atau soket server lokal tidak dikonfigurasi dengan "
"benar)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Server tidak merespons."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Harap periksa hak akses direktori basis data."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Rincian..."
@@ -6138,24 +6082,24 @@ msgid "Create"
msgstr "Buat"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Tidak Ada Hak Akses"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Buat tabel"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nama"
@@ -6769,7 +6713,7 @@ msgid "No data found for GIS visualization."
msgstr "Data untuk visualisasi GIS tidak ditemukan."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL memberikan hasil kosong (atau nol baris)."
@@ -6820,7 +6764,7 @@ msgid "Go to view: %s"
msgstr "Tuju ke view"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Sembunyikan"
@@ -6885,11 +6829,11 @@ msgstr ""
"Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah "
"untuk maju kemana saja"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Menampilkan kueri SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Nomor baris baru: %1$d"
@@ -6904,34 +6848,34 @@ msgstr "Tidak ada"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Dari"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Menjadi"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Kirim"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Tambahkan prefiks tabel"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Tambahkan prefiks"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Benarkah Anda ingin untuk "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Tidak ada perubahan"
@@ -7137,7 +7081,158 @@ msgstr "Dokumentasi phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Muat ulang bingkai navigasi"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Ubah nama basis data menjadi"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Basis data %s telah dihapus."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Hapus basis data"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Hapus basis data (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Struktur saja"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktur dan data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Data saja"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Salin basis data ke"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE sebelum menyalin"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Tambahkan batasan"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Pindah ke basis data hasil penyalinan"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Edit atau ekspor skema relasional"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Urutkan tabel berdasarkan"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(unik)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Pindahkan tabel ke (basis data.tabel):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Pilihan untuk tabel"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Ubah nama tabel menjadi "
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Mesin Penyimpanan"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Salin tabel ke (basis data.nama tabel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Pindah ke tabel salinan"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Pemeliharaan tabel"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentasikan tabel"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabel %s telah dibersihkan"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Bersihkan tabel (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Hapus data atau tabel"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Kosongkan tabel (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Hapus tabel (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analisis"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Periksa"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimalkan"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Bangun ulang"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Perbaiki"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Pemeliharaan partisi"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partisi %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Hapus partisi"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Cek integriti referensial:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Format ini tidak memiliki opsi"
@@ -7146,7 +7241,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Koneksi gagal: pengaturan invalid."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7177,37 +7272,37 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Gagal menggunakan Blowfish dari mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Masuk"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Anda bisa memasukkan hostname/alamat IP dan port dipisahkan dengan spasi."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Nama Pengguna:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Kata Sandi:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Pilihan Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7215,14 +7310,14 @@ msgstr ""
"Masuk tanpa kata sandi tidak diperbolehkan dalam konfigurasi (lihat "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Tidak ada aktivitas selama %s detik atau lebih. Harap masuk kembali"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Gagal masuk ke MySQL server"
@@ -7253,92 +7348,92 @@ msgstr "Tidak ada kunci autentikasi yang terpasang"
msgid "Authenticating..."
msgstr "Mengautentikasi..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Kolom dipisahkan oleh:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Kolom diapit oleh:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Kolom dikembalikan oleh:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Baris diakhir dengan:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Ganti NULL dengan:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Versi Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opsi dump data"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dumping data untuk tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Event"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definisi"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktur dari tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktur untuk view"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7355,37 +7450,37 @@ msgstr "(dilanjutkan)"
msgid "Structure of table @TABLE@"
msgstr "Struktur tabel @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opsi pembuatan objek"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Judul halaman (lanjutan)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Tampilkan hubungan kunci luar"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Tampilkan komentar"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Tampilkan jenis MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7393,35 +7488,35 @@ msgstr "Tampilkan jenis MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Inang"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Waktu pembuatan"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versi Server"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versi PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Ekspor isi"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7435,141 +7530,141 @@ msgstr ""
msgid "Report title:"
msgstr "Judul laporan:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Menambahkan komentar judul kustom (\\n memotong baris)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Tambahkan statement %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Tambahkan statement:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Opsi pembuatan objek"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Alih-alih perintah INSERT, gunakan:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "perintah INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "perintah INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Fungsi yang digunakan sewaktu dump data:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Sintaks yang digunakan sewaktu menambah data:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Prosedur"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Fungsi"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ketidakleluasaan untuk tabel"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "JENIS MIME UNTUK TABEL"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELASI UNTUK TABEL"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Galat pembacaan data:"
@@ -7585,8 +7680,8 @@ msgstr "View"
msgid "Export contents"
msgstr "Ekspor isi"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7603,71 +7698,62 @@ msgstr ""
msgid "Column names: "
msgstr "Nama kolom"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nama tabel"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nama kolom"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabel MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7675,39 +7761,39 @@ msgstr ""
"Berkas XML yang ditentukan cacat atau tidak lengkap. Harap perbaiki dan coba "
"lagi."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Berkas yang diimpor tidak mengandung data"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Modus kompatibilitas SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Jangan gunakan AUTO_INCREMENT untuk nilai nol"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7870,7 +7956,7 @@ msgid "Enabled"
msgstr "Aktif"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Ciri-ciri dari General Relation"
@@ -7941,7 +8027,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "tidak ada deskripsi"
@@ -7990,7 +8076,7 @@ msgstr "Status slave"
msgid "Variable"
msgstr "Variabel"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID Server"
@@ -8014,8 +8100,8 @@ msgstr "Setiap pengguna"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Gunakan text field"
@@ -8105,7 +8191,7 @@ msgstr "Detail"
msgid "Event name"
msgstr "Nama event"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Jenis event"
@@ -8491,12 +8577,12 @@ msgstr "Daftar Isi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atribut"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstra"
@@ -8533,6 +8619,10 @@ msgstr "Pilih halaman"
msgid "Select Tables"
msgstr "Pilih tabel"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nama kolom"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Tampilkan skema relasi"
@@ -8810,14 +8900,14 @@ msgstr "Membatasi jumlah koneksi simultan yang dapat dibuat pengguna."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Hak akses khusus tabel"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Catatan: Nama hak akses MySQL dalam bahasa Inggris "
@@ -8826,12 +8916,12 @@ msgid "Administration"
msgstr "Administrasi"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Hak akses global"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Hak akses khusus basis data"
@@ -8891,17 +8981,17 @@ msgid "Users having access to "%s""
msgstr "Pengguna memiliki akses ke "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Pengguna"
# Table column to indicate if the user able to grant a privilege
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Pemberi Izin"
@@ -8910,8 +9000,8 @@ msgid "User has been added."
msgstr "Pengguna %s telah ditambahkan."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Semua"
@@ -8927,12 +9017,12 @@ msgstr "khusus basis data"
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Pengguna tidak ditemukan."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Edit Hak Akses"
@@ -8940,106 +9030,94 @@ msgstr "Edit Hak Akses"
msgid "Revoke"
msgstr "Cabut"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Ekspor"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... mempertahankan yang lama."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... hapus yang lama dari User Table."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Ubah Informasi Masuk / Salin Pengguna"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Hak akses khusus kolom"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Tambahkan hak akses pada basis data berikut"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Tambahkan hak akses pada tabel berikut"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Hapus pengguna yang dipilih"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Tidak ada pengguna yang dipilih untuk dihapus!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Memuat hak akses"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Sukses menghapus pengguna yang dipilih."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Anda telah memperbarui hak akses untuk %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Hak Akses"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Hak Akses"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Ikhtisar pengguna"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9053,11 +9131,11 @@ msgstr ""
"diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum "
"melanjut."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Pengguna baru telah ditambahkan."
@@ -9107,11 +9185,11 @@ msgstr "Bersihkan"
msgid "Columns"
msgstr "Kolom"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Markahi kueri SQL ini"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Izinkan semua pengguna untuk mengakses markah ini"
@@ -9233,8 +9311,8 @@ msgstr ""
"backslash, escaping atau quotes dan dengan menggunakan format sbb.: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9286,13 +9364,13 @@ msgstr "Tidak ada"
msgid "As defined:"
msgstr "Seperti yang didefinisikan"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Kunci Utama"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Teks penuh"
@@ -9306,20 +9384,15 @@ msgstr ""
msgid "after %s"
msgstr "Setelah %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Tambahkan %s kolom"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Anda perlu menambahkan paling tidak satu kolom."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Mesin Penyimpanan"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definisi PARTITION"
@@ -9328,7 +9401,7 @@ msgstr "Definisi PARTITION"
msgid "Manage your settings"
msgstr "Kelola pengaturan Anda"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Konfigurasi telah disimpan"
@@ -9370,7 +9443,7 @@ msgstr "Penyortiran koneksi server"
msgid "Appearance Settings"
msgstr "Pengaturan Tampilan"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Pengaturan lain"
@@ -9544,135 +9617,135 @@ msgstr "Tampilkan/Sembunyikan menu kiri."
msgid "Save position"
msgstr "Simpan posisi"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Buat relasi"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Muat ulang"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Bantuan"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Tautan angular"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Tautan langsung"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Lekatkan kepada kisi"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Page creation failed"
msgid "Toggle relation lines"
msgstr "Pembuatan halaman gagal"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Bangun Kueri"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Pindahkan Menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Sembunyikan/Tampilkan semua"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Tampilkan/Sembunyikan Tabel tanpa relasi"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Jumlah tabel"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Hapus relasi"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operator relasi"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Kecuali"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "subkueri"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Ubah nama menjadi"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nama baru"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agregasi"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Opsi aktif"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Halaman telah dibuat"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Pembuatan halaman gagal"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Halaman"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Impor dari halaman terpilih"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Ekspor ke halaman terpilih"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Buat halaman dan ekspor ke dalamnya"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nama halaman baru:"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Ekspor/Impor dengan skala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "direkomendasikan"
@@ -9680,7 +9753,7 @@ msgstr "direkomendasikan"
msgid "Error: relation already exists."
msgstr "Galat: relasi sudah ada."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Galat: Relasi tidak ditambahkan."
@@ -9688,7 +9761,7 @@ msgstr "Galat: Relasi tidak ditambahkan."
msgid "FOREIGN KEY relation added"
msgstr "Relasi FOREIGN KEY ditambahkan"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Relasi internal ditambahkan"
@@ -9696,11 +9769,11 @@ msgstr "Relasi internal ditambahkan"
msgid "Relation deleted"
msgstr "Relasi dihapus"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Galat sewaktu menyimpan koordinat untuk Desainer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Modifikasi telah disimpan"
@@ -9708,47 +9781,47 @@ msgstr "Modifikasi telah disimpan"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Pengaturan tidak dapat disimpan, formulir kiriman mengandung galat"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Tidak dapat mengimpor konfigurasi"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfigurasi mengandung data yang tidak tepat pada beberapa isian."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Apakah Anda ingin mengimpor pengaturan yang lain?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Disimpan pada: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Impor dari berkas"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Impor dari penyimpanan peramban"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Pengaturan akan diimpor dari penyimpanan lokal peramban Anda"
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Anda tidak punya pengaturan tersimpan!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Fitur ini tidak didukung oleh peramban web Anda"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Gabungkan dengan konfigurasi saat ini"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9757,19 +9830,19 @@ msgstr ""
"Anda dapat mengatur pengaturan lain dengan mengubah config.inc.php, mis. "
"dengan menggunakan %sskrip pengaturan%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Simpan di penyimpanan peramban"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Pengaturan akan disimpan di penyimpanan lokal peramban Anda."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Pengaturan yang ada akan ditimpa!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Anda dapat mengatur ulang semua pengaturan Anda dan memulihkan nilai bawaan. "
@@ -9787,41 +9860,41 @@ msgstr "Semua"
msgid "%s table not found or not set in %s"
msgstr "%s tabel tidak ditemukan atau tidak diset di %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Berkas tidak ditemukan"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Pilih log biner untuk ditampilkan"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Berkas"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Potongkan pencarian yang ditampilkan"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Tampilkan pencarian yang lengkap"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Catat nama"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posisi"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Posisi aslinya"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informasi"
@@ -9905,17 +9978,17 @@ msgstr "Lisensi"
msgid "disabled"
msgstr "tidak aktif"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Pengguna %s telah terdaftar!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Menghapus %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Hak akses berhasil dimuat ulang."
@@ -11535,32 +11608,32 @@ msgstr "Menggunakan markah \"%s\" sebagai kueri penjelajahan bawaan."
msgid "Do you really want to execute following query?"
msgstr "Benarkah Anda ingin untuk "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Tampilkan sebagai kode PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL tervalidasi"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Hasil SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Diciptakan oleh"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Ditemukan masalah dengan indeks dalam tabel `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Judul"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabel %1$s berhasil diubah"
@@ -11652,80 +11725,80 @@ msgstr "Tabel %1$s telah dibuat."
msgid "View dump (schema) of table"
msgstr "Tampilkan Dump (Skema) dari tabel"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Tampilkan Visualisasi GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Lebar"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Tinggi"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Kolom label"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Tidak ada --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Kolom spasial"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Gambar ulang"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Simpan dalam berkas"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nama berkas"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Nama kunci primer harus \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Gagal ubah nama Indeks ke PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Bagian indeks belum diberi definisin!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Tambahkan indeks"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Modus edit"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nama indeks:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" harus menjadi nama dan hanya dipakai sebagai nama "
"kunci primer!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Jenis indeks:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Tambahkan kolom %s pada indeks"
@@ -11748,256 +11821,162 @@ msgstr "Tabel %s telah dipindahkan ke %s."
msgid "Table %s has been copied to %s."
msgstr "Tabel %s telah disalin ke %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Nama tabel kosong!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Urutkan tabel berdasarkan"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(unik)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Pindahkan tabel ke (basis data.tabel):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Pilihan untuk tabel"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Ubah nama tabel menjadi "
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Salin tabel ke (basis data.nama tabel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Pindah ke tabel salinan"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Pemeliharaan tabel"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentasikan tabel"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabel %s telah dibersihkan"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Bersihkan tabel (\"FLUSH\")"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Hapus data atau tabel"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Kosongkan tabel (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Hapus tabel (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Pemeliharaan partisi"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partisi %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analisis"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Periksa"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimalkan"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Bangun ulang"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Perbaiki"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Hapus partisi"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Cek integriti referensial:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Menampilkan tabel"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Penggunaan ruang"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektif"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistik Baris"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamis"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Panjang baris"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Besar baris "
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Indeks otomatis berikut"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Relasi internal"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Spasial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Jelajahi nilai distingtif"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Tambahkan kunci primer"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Tambahkan indeks unik"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Tambahkan indeks SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Tambahkan indeks FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Tidak ada"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Kolom %s telah dihapus"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Suatu kunci primer telah ditambahkan pada %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Suatu indeks telah ditambahkan pada %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Tampilkan tindakan lain"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Hapus kolom"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Tampilan edit"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Tampilan relasi"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Usulkan struktur tabel"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Tambah kolom"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Pada Akhir Tabel"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Pada Awal Tabel"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Setelah %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Buat indeks pada %s kolom"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12178,7 +12157,7 @@ msgstr "Hak Akses Anda untuk melanjut tidak cukup!"
msgid "The profile has been updated."
msgstr "Profil telah diperbarui."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nama VIEW"
@@ -13373,6 +13352,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Koneksi konkuren maks."
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Ekspor"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Hak Akses"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/it.po b/po/it.po
index 8dad6262ba..1f20ecd3c2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-03 03:23+0200\n"
"Last-Translator: Rouslan Placella \n"
"Language-Team: italian \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Mostra tutti"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"bloccando gli aggiornamenti fra finestre a causa di qualche impostazione di "
"sicurezza."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Cerca"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Cerca"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Esegui"
@@ -100,7 +101,7 @@ msgstr "Descrizione"
msgid "Use this value"
msgstr "Usa questo valore"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Il database %1$s è stato creato."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Commento del database: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Commenti alla tabella"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Campo"
@@ -147,11 +148,11 @@ msgstr "Campo"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Campo"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Predefinito"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Collegamenti a"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Commenti"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "No"
@@ -243,27 +244,27 @@ msgstr "No"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Sì"
@@ -285,88 +286,21 @@ msgstr "Seleziona tutto"
msgid "Unselect All"
msgstr "Deseleziona tutto"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Il nome del database è vuoto!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Il database %1$s è stato rinominato come %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Il database %1$s è stato copiato come %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Rinomina il database come"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Elimina il database"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Il database %s è stato eliminato."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Cancella il database (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copia il database come"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Solo struttura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struttura e dati"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Solo dati"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE prima di copiare"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Aggiungi %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Aggiungi valore AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Aggiungi vincoli"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Passa al database copiato"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Codifica caratteri"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"Le opzioni di configurazione dello storage di phpMyAdmin sono state "
"disabilitate. Per scoprire la ragione, clicca %squi%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Modifica o esporta schema relazionale"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabella"
@@ -396,41 +326,41 @@ msgstr "Tabella"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Righe"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Dimensione"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "in uso"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Creazione"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Ultimo cambiamento"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Ultimo controllo"
@@ -452,7 +382,7 @@ msgstr "Passa a %svisual builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -467,17 +397,17 @@ msgstr "Non ci sono tabelle nel database"
msgid "unknown"
msgstr "sconosciuto"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "La tabella %s è stata svuotata"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "La vista %s è stata eliminata"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "La tabella %s è stata eliminata"
@@ -490,7 +420,7 @@ msgstr "Il tracking è attivo."
msgid "Tracking is not active."
msgstr "Il tracking non è attivo."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -499,12 +429,12 @@ msgstr ""
"Questa vista ha, come minimo, questo numero di righe. Per informazioni "
"controlla la %sdocumentazione%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vista"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -520,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s è il motore di memorizzazione predefinito su questo server MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Se selezionati:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Seleziona tutti"
@@ -542,50 +472,51 @@ msgstr "Seleziona tutti"
msgid "Check tables having overhead"
msgstr "Controllo addizionale"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Esporta"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Visualizza per stampa"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Svuota"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Elimina"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Controlla tabella"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Ottimizza tabella"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Ripara tabella"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizza tabella"
@@ -593,11 +524,11 @@ msgstr "Analizza tabella"
msgid "Add prefix to table"
msgstr "Aggiungi prefisso alla tabella"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Sostituisci il prefisso della tabella"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copia tabella col prefisso"
@@ -609,20 +540,20 @@ msgstr "Dizionario dei dati"
msgid "Tracked tables"
msgstr "Tabelle monitorate"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Database"
@@ -638,9 +569,9 @@ msgstr "Creato"
msgid "Updated"
msgstr "Aggiornato"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Stato"
@@ -648,14 +579,14 @@ msgstr "Stato"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Azione"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Mostra"
@@ -688,7 +619,7 @@ msgstr "Snapshot della struttura"
msgid "Untracked tables"
msgstr "Tabelle non monitorate"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Controlla tabella"
@@ -741,7 +672,7 @@ msgstr "Tipo di esportazione non valido"
msgid "Value for the column \"%s\""
msgstr "Valore per il campo \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Usa OpenStreetMaps come livello base"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -881,7 +812,7 @@ msgstr ""
"Non è stato possibile caricare i plugin di importazione, controlla la tua "
"installazione!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Segnalibro %s creato"
@@ -908,10 +839,10 @@ msgstr ""
"evidenzia che il limite di tempo impostato nella configurazione è troppo "
"basso per consentire a phpMyAdmin di terminare l'operazione."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "La query SQL è stata eseguita con successo"
@@ -933,7 +864,7 @@ msgstr "I comandi \"DROP DATABASE\" sono disabilitati."
msgid "Do you really want to execute \"%s\"?"
msgstr "Sei sicuro di voler eseguire \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Stai per DISTRUGGERE COMPLETAMENTE un intera base di dati!"
@@ -973,7 +904,7 @@ msgstr "Aggiungi Indice"
msgid "Edit Index"
msgstr "Modifica Indice"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Aggiungi %d campo/i all'indice"
@@ -1003,8 +934,8 @@ msgstr "La password non coincide!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Aggiungi utente"
@@ -1024,9 +955,9 @@ msgstr "Chiudi"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1052,7 +983,7 @@ msgstr "Dati statici"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Totale"
@@ -1253,7 +1184,7 @@ msgstr "Domande"
msgid "Traffic"
msgstr "Traffico"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Impostazioni"
@@ -1273,12 +1204,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Nessuno"
@@ -1468,10 +1399,10 @@ msgid "Explain output"
msgstr "Spiega l'output"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tempo"
@@ -1568,10 +1499,10 @@ msgstr ""
"Impossibile creare la tabella dei grafici con la configurazione importata. "
"Ripristino alle impostazioni predefinite in corso..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importa"
@@ -1623,9 +1554,9 @@ msgstr "Variabile / formula utilizzata"
msgid "Test"
msgstr "Prova"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Annulla"
@@ -1653,9 +1584,9 @@ msgstr "Eliminazione Campo"
msgid "Adding Primary Key"
msgstr "Creazione chiave primaria"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1695,17 +1626,17 @@ msgstr "Nascondi gli indici"
msgid "Show indexes"
msgstr "Mostra gli indici"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Controllo delle chiavi straniere:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Abilitato)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Disabilitato)"
@@ -1776,8 +1707,8 @@ msgstr "Mostra riquadro query SQL"
msgid "No rows selected"
msgstr "Nessuna riga selezionata"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Modifica"
@@ -1785,8 +1716,8 @@ msgstr "Modifica"
msgid "Query execution time"
msgstr "Tempo di esecuzione della query"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d non è un numero valido di righe."
@@ -1795,8 +1726,8 @@ msgstr "%d non è un numero valido di righe."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Salva"
@@ -1858,12 +1789,12 @@ msgstr "Risultati della query"
msgid "Data point content"
msgstr "Contenuto del punto"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignora"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copia"
@@ -1883,7 +1814,7 @@ msgstr "Seleziona Foreign Key"
msgid "Please select the primary key or a unique key"
msgstr "Seleziona la chiave primaria o una chiave univoca"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Scegli il campo da mostrare"
@@ -1978,7 +1909,7 @@ msgstr "Genera"
msgid "Change Password"
msgstr "Cambia password"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Più"
@@ -2352,13 +2283,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Errore"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Query SQL"
@@ -2426,7 +2357,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Inline"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profiling"
@@ -2451,154 +2382,155 @@ msgstr "%s giorni, %s ore, %s minuti e %s secondi"
msgid "Missing parameter:"
msgstr "Parametro mancante:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Inizio"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Precedente"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Prossima"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Ultima"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Passa al database "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "La %s funzionalità è affetta da un bug noto, vedi %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Clicca per alternare"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struttura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Inserisci"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Mostra"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operazioni"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Cerca sul tuo computer:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Selezionare dalla cartella di upload del server web %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "La directory impostata per l'upload non può essere trovata"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Nessun file da caricare"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Esegui"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Stampa"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "File di configurazione esistente (%s) non è leggibile."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Permessi incorretti sul file di configurazione, non deve essere scrivibile "
"da tutti!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Dimensione font"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Crescente"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Decrescente"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ordinamento"
@@ -2624,8 +2556,8 @@ msgid "Use Tables"
msgstr "Utilizza tabelle"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Oppure"
@@ -2692,13 +2624,13 @@ msgstr[1] "%1$s corrispondenze nella tabella %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Eliminare le corrispondenze relative alla tabella %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2728,131 +2660,131 @@ msgstr "Nelle tabelle:"
msgid "Inside column:"
msgstr "All'interno del campo:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Salva i dati modificati"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Ripristina l'ordine dei campi"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Riga iniziale"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Numero di righe"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modalità"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "orizzontale"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "orizzontale (headers ruotati)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "verticale"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Intestazioni ogni %s righe"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Ordina per chiave"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opzioni"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Testi parziali"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Testi completi"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Chiave relazionale"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Campo di visualizzazione relazionale"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Mostra contenuti binari"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Mostra contenuti BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Mostra contenuti binari come esadecimali"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Nascondi le trasformazioni del browser"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "La riga è stata cancellata"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Rimuovi"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2860,44 +2792,44 @@ msgstr ""
"Può essere approssimato. Vedi [a@./Documentation.html#faq3_11@Documentation]"
"FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "nella query"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Mostrando le righe"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "totale"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "La query ha impiegato %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operazioni sui risultati della query"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Vista stampa (con full text)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Mostra diagramma"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualizzare dati GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Crea vista"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link non trovato"
@@ -2962,27 +2894,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Apri una nuova finestra di PhpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Da questo punto in poi, i cookie devono essere abilitati."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Da questo punto in poi, JavaScript deve essere abilitato"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nessun indice definito!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indici"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unica"
@@ -2995,6 +2927,16 @@ msgstr "Compresso"
msgid "Cardinality"
msgstr "Cardinalità"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Codifica caratteri"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3019,93 +2961,93 @@ msgstr ""
"Sembra che gli indici %1$s e %2$s sono uguali ed uno di questi potrebbe, "
"possibilmente, essere rimosso."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Database"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Tracking"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Triggers"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "La tabella sembra essere vuota!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Il database sembra essere vuoto!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Query da esempio"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegi"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Routines"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Eventi"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Utenti"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sincronizza"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Log binario"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variabili"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Set di caratteri"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Plugin"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motori"
@@ -3168,44 +3110,44 @@ msgstr "%s è stato disabilitato su questo server MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Questo server MySQL non supporta il motore di memorizzazione %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "stato della tabella sconosciuto: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Database di origine `%s` non é stato trovato!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Tema `%s` non é stato trovato!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Database non valido"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Nome tabella non valido"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Errore nel rinominare la tabella %1$s in %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "La tabella %1$s è stata rinominata %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
"Impossibile salvare la tabella delle preferenze per l'interfaccia utente"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3214,7 +3156,7 @@ msgstr ""
"Impossibile ripulire la tabella delle preferenze UI (v. $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3230,16 +3172,16 @@ msgstr ""
msgid "Function"
msgstr "Funzione"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operatore"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valore"
@@ -3252,57 +3194,57 @@ msgstr "Ricerca nella Tabella"
msgid "Edit/Insert"
msgstr "Modifica/Inserisci"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Seleziona campi (almeno uno):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Aggiungi condizioni di ricerca (corpo della clausola \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Numero di righe per pagina"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Ordine di visualizzazione:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Usate questo campo per etichettare ogni punto"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Massimo numero di righe da visualizzare"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Naviga tra i valori esterni"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Ulteriori criteri di ricerca"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Esegui \"query da esempio\" (carattere jolly: \"%\") per due campi differenti"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Esegui \"query da esempio\" (carattere jolly: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Esplora/Modifica i punti"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Come usare"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3648,14 +3590,14 @@ msgstr "Tabelle"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Dati"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overhead"
@@ -3680,11 +3622,11 @@ msgstr "Controlla i privilegi per il database "%s"."
msgid "Check Privileges"
msgstr "Controlla i privilegi"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Lettura del file di configurazione fallita"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3692,12 +3634,12 @@ msgstr ""
"Questo di solito significa che vi è un errore di sintassi in esso, verifica "
"eventuali errori riportati in basso."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Non posso caricare la configurazione predefinita da: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3705,35 +3647,35 @@ msgstr ""
"La direttiva [code]$cfg['PmaAbsoluteUri'][/code] DEVE essere impostata nel "
"file di configurazione!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Indice server non valido: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Nome host per il server %1$s non valido. Controlla la tua configurazione."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Metodo di autenticazione impostato nella configurazione non valido:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Si dovrebbe aggiornare %s alla versione %s o successiva."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Tentativo di sovrascrivere GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "possibile exploit"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "chiave numerica rilevata"
@@ -3764,37 +3706,37 @@ msgstr "Chiuso"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Disabilitata"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struttura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "dati"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struttura e dati"
@@ -3917,8 +3859,8 @@ msgid "Allow users to customize this value"
msgstr "Consente agli utenti di personalizzare questo valore"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Riavvia"
@@ -4202,7 +4144,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Massimo tempo di esecuzione"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Salva con nome"
@@ -4211,7 +4153,7 @@ msgid "Character set of the file"
msgstr "Codifica dei caratteri del file"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formato"
@@ -4224,27 +4166,25 @@ msgstr "Compressione"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Metti i nomi dei campi nel primo rigo"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Campi racchiusi da"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Campi prefissati da"
@@ -4262,14 +4202,12 @@ msgstr "Rimuovi i caratteri CRLF dai campi"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Campi terminati da"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linee terminate da"
@@ -4295,7 +4233,7 @@ msgstr "Modello per nomi delle tabelle"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Dump delle tabelle"
@@ -4306,8 +4244,8 @@ msgid "Include table caption"
msgstr "Includi sottotitolo della tabella"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Sottotitolo della tabella"
@@ -4316,20 +4254,20 @@ msgid "Continued table caption"
msgstr "Sottotitolo della tabella, continuato"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Chiave etichetta"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Tipo MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relazioni"
@@ -4350,6 +4288,11 @@ msgstr "Sovrascrivi file(s) esistente/i"
msgid "Remember file name template"
msgstr "Ricorda il modello per i nomi dei file"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Aggiungi valore AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Racchiudi i nomi di tabelle e di campi con virgolette"
@@ -4360,7 +4303,7 @@ msgid "SQL compatibility mode"
msgstr "Modalità di compatibilità SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "opzioni di CREATE TABLE:"
@@ -4373,10 +4316,17 @@ msgid "Use delayed inserts"
msgstr "Usa inserimenti ritardati"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Disabilita i controlli sulle chiavi straniere"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Aggiungi %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Utilizza esadecimale per i BLOB"
@@ -4390,7 +4340,7 @@ msgid "Syntax to use when inserting data"
msgstr "Sintassi da utilizzare nell'inserimento dei dati"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Lunghezza massima di una query creata"
@@ -4399,7 +4349,7 @@ msgid "Export type"
msgstr "Tipo di esportazione"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Includi esportazione in una transazione"
@@ -4455,7 +4405,6 @@ msgstr "Personalizza le opzioni predefinite"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4804,14 +4753,12 @@ msgid "Partial import: allow interrupt"
msgstr "Importazione parziale: consenti interruzione"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Non interrompere su errore durante un operazione di INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Sostituisci i dati della tabella col file"
@@ -4828,7 +4775,6 @@ msgid "Format of imported file"
msgstr "Formato del file importato"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Usa parola chiave LOCAL"
@@ -4838,7 +4784,7 @@ msgid "Column names in first row"
msgstr "I nomi dei campi sulla prima riga"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Non importare righe vuote"
@@ -5974,7 +5920,7 @@ msgstr "Richiede l'abilitazione del validatore SQL"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Password"
@@ -6150,14 +6096,12 @@ msgstr "Autenticazione via signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV usando LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Foglio di calcolo nel formato Open Document"
@@ -6251,7 +6195,7 @@ msgstr "L'estensione %s è mancante. Controlla la tua configurazione di PHP."
msgid "possible deep recursion attack"
msgstr "possibile attacco di ricorsione in profondità"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6259,15 +6203,15 @@ msgstr ""
"Il server non risponde (o il socket del server locale MySQL non è "
"correttamente configurato)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Il server non risponde."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Controllate i privilegi della cartella che contiene il database."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Dettagli..."
@@ -6313,24 +6257,24 @@ msgid "Create"
msgstr "Crea"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nessun Privilegio"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Crea tabelle"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nome"
@@ -6991,7 +6935,7 @@ msgid "No data found for GIS visualization."
msgstr "Nessun data trovato per la visualizzazione GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL ha restituito un insieme vuoto (i.e. zero righe)."
@@ -7040,7 +6984,7 @@ msgid "Go to view: %s"
msgstr "Vai alla visualizzazione: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Nascondi"
@@ -7106,11 +7050,11 @@ msgstr ""
"Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL"
"+frecce per spostarlo altrove"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Visualizzo la query SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Inserita riga id: %1$d"
@@ -7125,32 +7069,32 @@ msgstr "Nessuno"
msgid "Convert to Kana"
msgstr "Converti a Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Da"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "A"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Invia"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Aggiungi un prefisso alla tabella"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Aggiungi prefisso"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Sei sicuro di voler eseguire la seguente query?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Nessun cambiamento"
@@ -7356,7 +7300,158 @@ msgstr "Documentazione di phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Ricarica la frame di navigazione"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Rinomina il database come"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Il database %s è stato eliminato."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Elimina il database"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Cancella il database (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Solo struttura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struttura e dati"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Solo dati"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copia il database come"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE prima di copiare"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Aggiungi vincoli"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Passa al database copiato"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Modifica o esporta schema relazionale"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Altera tabella ordinata per"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singolarmente)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Sposta la tabella nel (database.tabella):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opzioni della tabella"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Rinomina la tabella in"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Motore di Memorizzazione"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copia la tabella nel (database.tabella):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Passa alla tabella copiata"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Amministrazione tabella"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Deframmenta la tabella"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "La tabella %s è stata inizializzata"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Ricarica la tabella (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Rimouvi la tabella o i dati"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Svuota la tabella (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Elimina la tabella (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analizza"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Controlla"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Ottimizza"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Ricrea"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Ripara"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Manutenzione partizione"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partizione %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Rimuove partizionamento"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Controlla l'integrità delle referenze:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Questo formato non ha opzioni"
@@ -7365,7 +7460,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Impossibile connettersi: impostazioni non valide."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7396,52 +7491,52 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Non riesco ad utilizzare Blowfish da mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Connetti"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Puoi inserire l'Indirizzo IP/hostname e la porta, separati da uno spazio."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Nome utente:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Password:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Scelta del server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Login senza password è vietato dalla configurazione (vedi AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Impossibile eseguire il login nel server MySQL"
@@ -7472,94 +7567,94 @@ msgstr "Nessuna chiave di autentificazione valida inserita"
msgid "Authenticating..."
msgstr "Autenticazione..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Campi terminati con:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Campi limitati da:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Campi prefissati con:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Linee terminate con:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Sostituisci NULL con:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
"Rimuovi i caratteri di ritorno a capo/avanzamento riga (CR/LF) dall'interno "
"dei campi"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Edizione Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opzioni del dump dei dati"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dump dei dati per la tabella"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Evento"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definizione"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struttura della tabella"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struttura per la vista"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Struttura stand-in per le viste"
@@ -7576,37 +7671,37 @@ msgstr "(continua)"
msgid "Structure of table @TABLE@"
msgstr "Struttura della tabella @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opzioni di creazione dell'oggetto"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Sottotitolo della tabella (continuato)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Visualizza le relazioni delle chiavi esterne"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Visualizza commenti"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Mostra tipi MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7614,33 +7709,33 @@ msgstr "Mostra tipi MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Generato il"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versione del server"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versione PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Esporta nomi delle tabelle"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7654,7 +7749,7 @@ msgstr "(Genera un report contenete i dati di una singola tabella)"
msgid "Report title:"
msgstr "Titolo del report:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7662,13 +7757,13 @@ msgstr ""
"Visualizza commenti(include informazioni come l'orario dell'esportazione, "
"versione di PHP, e la versione del server)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Aggiunge un commento personalizzato al header (\n"
" per tornare a capo):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7676,25 +7771,25 @@ msgstr ""
"Includi l'orario della creazione, ultimo aggiornamento, ed ultimo controllo "
"del database"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Sistema di database o server MySQL un po' vecchio per massimizzare la "
"compatibilitá con:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Aggiungi l'istruzione %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Aggiungi istruzioni:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7703,39 +7798,39 @@ msgstr ""
"nomi dei campi e tabelle che contengono caratteri speciali or parole chiave)"
""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Opzioni di creazione dell'oggetto"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Svuota la tabella prima dell'inserimento"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Invece delle istruzioni INSERT, usa:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "Istruzioni INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "Istruzioni INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Funzione da utilizzare per il dumping dei dati:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "La sintassi da utilizza per gli inserimenti dei dati:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7745,7 +7840,7 @@ msgstr ""
" Ad esempio: INSERT INTO tbl_name (col_A,col_B,"
"col_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7755,7 +7850,7 @@ msgstr ""
" Ad esempio: INSERT INTO tbl_name VALUES (1,2,3), "
"(4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7763,7 +7858,7 @@ msgstr ""
"emtrambi i precedenti
Ad esempio: INSERT "
"INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7771,7 +7866,7 @@ msgstr ""
"nessuno dei precedenti
Ad esempio: INSERT "
"INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7779,7 +7874,7 @@ msgstr ""
"Esegui il dump dei campi nella notazione esadecimale (ad esempio, \"abc\" "
"diventa 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7787,33 +7882,33 @@ msgstr ""
"Esegui il dump dei campi TIMESTAMP in UTC (abilita il dump e la ricarica "
"dei campi TIMESTAMP tra server in diversi fusi orari)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedure"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funzioni"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Limiti per le tabelle scaricate"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Limiti per la tabella"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Si è verificato un errore durante la lettura dei dati:"
@@ -7829,8 +7924,8 @@ msgstr "Viste"
msgid "Export contents"
msgstr "Esporta contenuti"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7852,15 +7947,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nomi dei campi: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Parametro non valido per importazione CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7870,58 +7965,49 @@ msgstr ""
"scritti correttemente, sono separati da virgole e non racchiusi in "
"virgolette."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Formato non valido per l'input CSV alla linea %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Il numero dei campi non é valido nell'input CSV alla linea %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nome tabella"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nomi dei campi"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Questo plugin non supporta importazioni di dati compressi!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabella MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Formato non valido per l'input CSV alla linea %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importa percentuali come valori decimali (ad esempio 12.00% come .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importa valute (ad esempio $5.00 come 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7929,17 +8015,17 @@ msgstr ""
"Il file XML specificato era malformato o incompleto. Correggi questo "
"problema e prova ancora."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Shape File ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
"C'è stato un errore durante l'importazione del file shape ESRI: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7947,24 +8033,24 @@ msgstr ""
"Hai cercato di importare un file non valido o il file importato contiene "
"dati non validi"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "L'Estensione Spaziale di MySQL non supporta il tipo ESRI \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Il file importato non contiene dei dati"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Modalitá di compatibilità SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Non usare AUTO_INCREMENT per il valori zero"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8140,7 +8226,7 @@ msgid "Enabled"
msgstr "Abilitata"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Caratteristiche generali di relazioni"
@@ -8214,7 +8300,7 @@ msgstr ""
"Rieffettua il login in phpMyAdmin per caricare il file della configurazione "
"aggiornato."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "nessuna descrizione"
@@ -8265,7 +8351,7 @@ msgstr "Stato slave"
msgid "Variable"
msgstr "Variabile"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID del server"
@@ -8291,8 +8377,8 @@ msgstr "Qualsiasi utente"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Utilizza campo text"
@@ -8387,7 +8473,7 @@ msgstr "Dettagli"
msgid "Event name"
msgstr "Nome dell'evento"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tipo di evento"
@@ -8785,12 +8871,12 @@ msgstr "Tabella dei contenuti"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8827,6 +8913,10 @@ msgstr "Seleziona pagina"
msgid "Select Tables"
msgstr "Seleziona Tables"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nomi dei campi"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Visualizza lo schema relazionale"
@@ -9099,14 +9189,14 @@ msgstr "Limite di connessioni simultanee che un utente può fare."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilegi relativi alle tabelle"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: i nomi dei privilegi di MySQL sono in Inglese"
@@ -9115,12 +9205,12 @@ msgid "Administration"
msgstr "Amministrazione"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilegi globali"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilegi specifici al database"
@@ -9180,16 +9270,16 @@ msgid "Users having access to "%s""
msgstr "Utenti che hanno accesso a "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Utente"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9198,8 +9288,8 @@ msgid "User has been added."
msgstr "L'utente é stato aggiunto."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Qualsiasi"
@@ -9215,12 +9305,12 @@ msgstr "specifico del database"
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Nessun utente trovato."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Modifica Privilegi"
@@ -9228,26 +9318,22 @@ msgstr "Modifica Privilegi"
msgid "Revoke"
msgstr "Revoca"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Esporta tutto"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... mantieni quello vecchio."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... cancella quello vecchio dalla tabella degli utenti."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9255,77 +9341,73 @@ msgstr ""
"... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica "
"i privilegi."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Cambia le Informazioni di Login / Copia Utente"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilegi relativi ai campi"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Aggiungi privilegi sul seguente database"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Aggiungi privilegi sulla seguente tabella"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Rimuove gli utenti selezionati"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nessun utente selezionato per la cancellazione!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Caricamento dei privilegi in corso"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Gli utenti selezionati sono stati cancellati con successo."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Hai aggiornato i permessi per %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilegi per tutti gli utenti"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilegi per %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Vista d'insieme degli utenti"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9338,11 +9420,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Hai aggiunto un nuovo utente."
@@ -9392,11 +9474,11 @@ msgstr "Cancella"
msgid "Columns"
msgstr "Campi"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Aggiungi ai preferiti questa query SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Permetti ad ogni utente di accedere a questo bookmark"
@@ -9520,8 +9602,8 @@ msgstr ""
"escaping o virgolette, utilizzando questo formato: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indice"
@@ -9573,13 +9655,13 @@ msgstr "Nessuno"
msgid "As defined:"
msgstr "Come definito:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primaria"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Testo completo"
@@ -9592,20 +9674,15 @@ msgstr ""
msgid "after %s"
msgstr "dopo %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Aggiungi %s campo/i"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Devi aggiungere almeno un campo."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Motore di Memorizzazione"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definizione PARTITION"
@@ -9614,7 +9691,7 @@ msgstr "Definizione PARTITION"
msgid "Manage your settings"
msgstr "Gestisci le tue impostazioni"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "La configurazione é stata salvata"
@@ -9661,7 +9738,7 @@ msgstr "Collation della connessione del server"
msgid "Appearance Settings"
msgstr "Impostazioni di Presentazione"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Ulteriori impostazioni"
@@ -9847,133 +9924,133 @@ msgstr "Mostra/nascondi il menù di sinistra"
msgid "Save position"
msgstr "Salva la posizione"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Crea relazioni"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Ricarica"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Aiuto"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Link angolari"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Link diretti"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Calamita alla griglia"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Espandi/Contrai"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Contrai/Espandi"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Attiva le linee della relazione"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importa/esporta le coordinate per PDF schema"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Crea Query"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Muovi menù"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Mostra/nascondi tutto"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Mostra/nascondi tabella senza relazioni"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Numero di tabelle"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Elimina relazione"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operatore relazionario"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Eccetto"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "subquery"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Rinomina a"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nuovo nome"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Globale"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Opzioni attive"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "La pagina è stata creata"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Creazione della pagina fallita"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Pagina"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importa dalla pagina selezionata"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Esporta alla pagina selezionata"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Crea una nuova pagina ed esportala"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nome per la nuova pagina: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Importa/esporta alla dimensione"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "raccomandato"
@@ -9981,7 +10058,7 @@ msgstr "raccomandato"
msgid "Error: relation already exists."
msgstr "Errore: relazione già esistente."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Errore: relazione non aggiunta."
@@ -9989,7 +10066,7 @@ msgstr "Errore: relazione non aggiunta."
msgid "FOREIGN KEY relation added"
msgstr "Relazione FOREIGN KEY aggiunta"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Aggiunte relazioni internet"
@@ -9997,11 +10074,11 @@ msgstr "Aggiunte relazioni internet"
msgid "Relation deleted"
msgstr "Relazione cancellata"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Errore nel salvare le coordinate per il Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Le modifiche sono state salvate"
@@ -10009,48 +10086,48 @@ msgstr "Le modifiche sono state salvate"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Impossibile salvare le impostazioni, il form conteneva degli errori"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Non é stato possibile caricare la configurazione"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "LA configurazione contiene dei dati incorretti in alcuni campi."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Vuoi importare le impostazioni rimanenti?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Salvato il: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importa dal file"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importa dalla memoria del browser"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"Le impostazioni verranno importate dalla memoria locale del tuo browser."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Non hai alcuna impostazione salvata!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Questa funzionalitá non é supportata dal tuo browser"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Unisci con la configurazione corrente"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10059,19 +10136,19 @@ msgstr ""
"Puoi impostare ulteriori impostazioni modificando config.inc.php, ad esempio "
"via %sGli script di setup%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Salva nella memoria del browser"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Le impostazioni verranno salvate nella memoria locale del tuo browser."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "La impostazioni esistenti verranno sovrascritte!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Puoi reimpostare tutte le tue configurazioni e ripristinarle ai valori "
@@ -10090,41 +10167,41 @@ msgstr "Tutti"
msgid "%s table not found or not set in %s"
msgstr "%s tabella non trovata o non settata in %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Il file non esiste"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Selezionare il log binario da visualizzare"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "File"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Tronca le Query Mostrate"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Mostra query complete"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nome del log"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posizione"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Posizione originale"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informazioni"
@@ -10208,17 +10285,17 @@ msgstr "Licenza"
msgid "disabled"
msgstr "disabilitato"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "L'utente %s esiste già!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Cancellazione in corso di %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "I privilegi sono stati ricaricati con successo."
@@ -12052,32 +12129,32 @@ msgstr "Usa il segnalibro \"%s\" come la query di navigazione predefinita."
msgid "Do you really want to execute following query?"
msgstr "Sei sicuro di voler eseguire la seguente query?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Visualizzo comel codice PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL Validato"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Risultato SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generato da"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemi con gli indici della tabella `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etichetta"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "La tabella %1$s è già stata modificata con successo"
@@ -12159,77 +12236,77 @@ msgstr "La tabella %1$s è stata creata."
msgid "View dump (schema) of table"
msgstr "Visualizza dump (schema) della tabella"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Mostra la visualizzazione GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Larghezza"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Altezza"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etichetta del campo"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Nessuno --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Campo Spatial"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Ridisegna"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Salva nel file"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nome del file"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Il nome della chiave primaria deve essere \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Impossibile rinominare l'indice a PRIMARIO!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nessuna parte di indice definita!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Aggiungi indice"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Modifica l'indice"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nome dell'indice:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" puó essere solo il nome di una chiave primaria!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tipo di indice:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Aggiungi %s campo/i all'indice"
@@ -12252,150 +12329,56 @@ msgstr "La tabella %s è stata spostata in %s."
msgid "Table %s has been copied to %s."
msgstr "La tabella %s è stata copiata su %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Il nome della tabella è vuoto!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Altera tabella ordinata per"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singolarmente)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Sposta la tabella nel (database.tabella):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opzioni della tabella"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Rinomina la tabella in"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copia la tabella nel (database.tabella):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Passa alla tabella copiata"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Amministrazione tabella"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Deframmenta la tabella"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "La tabella %s è stata inizializzata"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Ricarica la tabella (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Rimouvi la tabella o i dati"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Svuota la tabella (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Elimina la tabella (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Manutenzione partizione"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partizione %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analizza"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Controlla"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Ottimizza"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Ricrea"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Ripara"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Rimuove partizionamento"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Controlla l'integrità delle referenze:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Mostra le tabelle"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Spazio utilizzato"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effettivo"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistiche righe"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statico"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamico"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Lunghezza riga"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Dimensione riga"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Prossimo autoindex"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Errore nel creare una foreign key su %1$s (controlla il tipo di dati)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Relazioni interne"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12403,105 +12386,105 @@ msgstr ""
"Una relazione interna non %è necessaria, quando una corrispondente relazione "
"FOREIGN KEY esiste."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Vincolo della chiave esterna"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Spatial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Valori distinti"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Aggiungi chiave primaria"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Aggiungi un indice unico"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Aggiungi indice SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Aggiungi indice FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Nessuno"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Il campo %s è stato eliminato"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Una chiave primaria è stata aggiunta in %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Un indice è stato aggiunto in %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Mostra piú azioni"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Rimuovi campo/i"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Modifica la vista"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Vedi relazioni"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Proponi la struttura della tabella"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Aggiungi campo"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Alla fine della tabella"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "All'inizio della tabella"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Dopo %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Crea un indice su %s campi"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partizionato"
@@ -12677,7 +12660,7 @@ msgstr "Non hai i permessi per effettuare questa operazione!"
msgid "The profile has been updated."
msgstr "Il profilo è stato aggiornato."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nome VISTA"
@@ -13987,6 +13970,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert è impostato a 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Esporta tutto"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegi per tutti gli utenti"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ja.po b/po/ja.po
index 3eb11169cb..75d6334d5a 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-02 11:09+0200\n"
"Last-Translator: Yuichiro Takahashi \n"
"Language-Team: japanese \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "すべて表示"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"たか、ブラウザのセキュリティ設定でクロスウィンドウの更新をブロックしているも"
"のと思われます。"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "検索"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "検索"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "実行"
@@ -99,7 +100,7 @@ msgstr "説明"
msgid "Use this value"
msgstr "この値を利用する"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "データベース %1$s を作成しました。"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "データベースのコメント: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "テーブルのコメント"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "カラム"
@@ -146,11 +147,11 @@ msgstr "カラム"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "カラム"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "データ型"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "NULL"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "デフォルト値"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "リンク先"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "コメント"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "いいえ"
@@ -242,27 +243,27 @@ msgstr "いいえ"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "はい"
@@ -284,88 +285,21 @@ msgstr "全選択"
msgid "Unselect All"
msgstr "全選択解除"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "データベース名が空です!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "データベース %1$s の名称を %2$s に変更しました"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "データベース %1$s を %2$s にコピーしました"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "データベース名の変更"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "データベースの削除"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "データベース %s を削除しました。"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "データベースを削除する (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "データベースのコピー先"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "構造のみ"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "構造とデータ"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "データのみ"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "コピーの前に CREATE DATABASE する"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s を追加する"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT 値を追加する"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "制約を追加する"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "コピーしたデータベースに切り替える"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "照合順序"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"phpMyAdmin 環境保管領域が無効になっています。理由については%sこちら%sをご覧く"
"ださい。"
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "リレーショナルスキーマを編集またはエクスポートする"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "テーブル"
@@ -395,41 +325,41 @@ msgstr "テーブル"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "行"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "サイズ"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "使用中"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "作成日時"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "最終更新"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "最終検査"
@@ -450,7 +380,7 @@ msgstr "%sビジュアル・クエリ・ビルダ%sに切り替える"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -465,17 +395,17 @@ msgstr "このデータベースにはテーブルがありません"
msgid "unknown"
msgstr "不明"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "テーブル %s を空にしました"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "ビュー %s を破棄しました"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "テーブル %s を削除しました"
@@ -488,19 +418,19 @@ msgstr "SQL コマンドの追跡はアクティブです。"
msgid "Tracking is not active."
msgstr "SQL コマンドの追跡は非アクティブです。"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "このビューの最低行数。詳しくは%sドキュメント%sをご覧ください。"
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "ビュー"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -516,21 +446,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s はこの MySQL サーバのデフォルトストレージエンジンです。"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "チェックしたものを:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "すべてチェックする"
@@ -538,50 +468,51 @@ msgstr "すべてチェックする"
msgid "Check tables having overhead"
msgstr "オーバーヘッドのあるテーブルを確認する"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "エクスポート"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "印刷用画面"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "空にする"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "削除"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "テーブルをチェックする"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "テーブルを最適化する"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "テーブルを修復する"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "テーブルを分析する"
@@ -589,11 +520,11 @@ msgstr "テーブルを分析する"
msgid "Add prefix to table"
msgstr "接頭辞をテーブル名に追加する"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "テーブル名の接頭辞を付け替える"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "接頭辞を付け替えてテーブルをコピーする"
@@ -605,20 +536,20 @@ msgstr "データ辞書"
msgid "Tracked tables"
msgstr "SQL コマンドを追跡しているテーブル"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "データベース"
@@ -634,9 +565,9 @@ msgstr "作成日時"
msgid "Updated"
msgstr "更新日時"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "状態"
@@ -644,14 +575,14 @@ msgstr "状態"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "操作"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "表示"
@@ -684,7 +615,7 @@ msgstr "構造のスナップショット"
msgid "Untracked tables"
msgstr "SQL コマンドを追跡していないテーブル"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "テーブルを追跡する"
@@ -736,7 +667,7 @@ msgstr "無効なエクスポート形式"
msgid "Value for the column \"%s\""
msgstr "カラム \"%s\" に対しての値"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "ベースレイヤーに OpenStreetMap を使用する"
@@ -745,7 +676,7 @@ msgid "SRID"
msgstr "空間参照識別子"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "幾何データ"
@@ -872,7 +803,7 @@ msgstr ""
"インポートプラグインが読み込めません。正しくインストールされているか確認して"
"ください!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "ブックマーク %s を作成しました"
@@ -898,10 +829,10 @@ msgstr ""
"ただし、最後に実行したときはまったくデータを解析できませんでした。通常、PHP "
"の時間制限を伸ばさない限りこのデータのインポートはできません。"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL は正常に実行されました"
@@ -923,7 +854,7 @@ msgstr "DROP DATABASE 文は無効にされています。"
msgid "Do you really want to execute \"%s\"?"
msgstr "「%s」を本当に実行しますか?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "データベースを完全に削除しようとしています!"
@@ -963,7 +894,7 @@ msgstr "インデックスを追加する"
msgid "Edit Index"
msgstr "インデックスを編集する"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "インデックスに %d 個のカラムを追加する"
@@ -993,8 +924,8 @@ msgstr "パスワードが異なっています!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "ユーザを追加する"
@@ -1014,9 +945,9 @@ msgstr "閉じる"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1042,7 +973,7 @@ msgstr "統計データ"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "合計"
@@ -1241,7 +1172,7 @@ msgstr "問い合わせ"
msgid "Traffic"
msgstr "トラフィック"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "設定"
@@ -1261,12 +1192,12 @@ msgstr "モニタリンググラフを追加する"
msgid "Please add at least one variable to the series"
msgstr "少なくとも1つの系列を追加してください"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "なし"
@@ -1451,10 +1382,10 @@ msgid "Explain output"
msgstr "EXPLAIN の結果"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "時間"
@@ -1549,10 +1480,10 @@ msgstr ""
"インポートした設定でのグラフの配置に失敗しました。設定をデフォルトに戻しま"
"す..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "インポート"
@@ -1600,9 +1531,9 @@ msgstr "判断値の算出方法"
msgid "Test"
msgstr "判断基準"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "キャンセル"
@@ -1630,9 +1561,9 @@ msgstr "カラムを削除しています"
msgid "Adding Primary Key"
msgstr "主キーを追加しています"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1672,15 +1603,15 @@ msgstr "インデックスを隠す"
msgid "Show indexes"
msgstr "インデックスを表示する"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "外部キーのチェック:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(有効)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(無効)"
@@ -1749,8 +1680,8 @@ msgstr "クエリボックスを表示"
msgid "No rows selected"
msgstr "行が選択されていません"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "変更"
@@ -1758,8 +1689,8 @@ msgstr "変更"
msgid "Query execution time"
msgstr "クエリの実行時間"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d は不正な行番号です。"
@@ -1768,8 +1699,8 @@ msgstr "%d は不正な行番号です。"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "保存する"
@@ -1827,12 +1758,12 @@ msgstr "クエリの結果"
msgid "Data point content"
msgstr "プロット点におけるデータ内容"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "無視"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "コピー"
@@ -1852,7 +1783,7 @@ msgstr "外部キーを選択してください"
msgid "Please select the primary key or a unique key"
msgstr "主キーまたはユニークキーを選択してください"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "表示するカラムの選択"
@@ -1944,7 +1875,7 @@ msgstr "生成する"
msgid "Change Password"
msgstr "パスワードを変更する"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "その他"
@@ -2318,13 +2249,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "エラー"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "実行した SQL"
@@ -2392,7 +2323,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "インライン"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "プロファイリング"
@@ -2417,154 +2348,155 @@ msgstr "%s 日 %s 時間 %s 分 %s 秒"
msgid "Missing parameter:"
msgstr "パラメータがありません:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "先頭"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "前へ"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "次へ"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "最後"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "データベース「%s」に移動します。"
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s の機能には既知のバグがあります。%s をご覧ください"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "クリックでオン/オフ切り替え"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "構造"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "挿入"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "表示"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "操作"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "アップロードファイル:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "ウェブサーバ上のアップロードディレクトリ %s から選択する:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "指定したアップロードディレクトリが利用できません"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "アップロードファイルがありません"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "実行"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "印刷"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "設定ファイル (%s) は存在しますが、読み込むことができません。"
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"設定ファイルのパーミッションが正しくありません。書き込み可能になっていませ"
"ん!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "フォントサイズ"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "昇順"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "降順"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "ソート"
@@ -2590,8 +2522,8 @@ msgid "Use Tables"
msgstr "利用するテーブル"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "または"
@@ -2656,13 +2588,13 @@ msgstr[0] "%1$s 件 (テーブル %2$s)"
msgid "Delete the matches for the %s table?"
msgstr "テーブル %s に対して条件に一致したものを削除しますか?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2692,174 +2624,174 @@ msgstr "検索するテーブル:"
msgid "Inside column:"
msgstr "検索するカラム:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "変更したデータを保存する"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "カラムの順番を元に戻す"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "開始行"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "表示行数"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "モード"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "水平"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "水平 (縦ヘッダ)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "垂直"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "%s 行毎にヘッダを表示"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "キーでソート"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "オプション"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "部分テキスト"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "全文"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "リレーションキー"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "リレーション表示カラム"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "バイナリの内容を表示する"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB の内容を表示する"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "バイナリの内容を 16 進数で表示する"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "ブラウザ変換機能を隠す"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "空間データをテキストで表示"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "空間データをバイナリで表示"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "行を削除しました"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "停止"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "正確な数字とは限りません。FAQ 3.11 をご覧ください"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "行/クエリ"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "行の表示"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "合計"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "クエリの実行時間 %01.4f 秒"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "クエリ結果操作"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "印刷用画面 (全テキストを含む)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "グラフで表示する"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "空間情報のデータを視覚化する"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "ビューを作成する"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "リンク先が見つかりません"
@@ -2927,27 +2859,27 @@ msgid "Open new phpMyAdmin window"
msgstr "別ウィンドウで開く"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "クッキーを有効にしてください。"
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript を有効にしてください"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "インデックスが定義されていません!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "インデックス"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "ユニーク"
@@ -2960,6 +2892,16 @@ msgstr "圧縮"
msgid "Cardinality"
msgstr "一意な値の数"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "照合順序"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2984,93 +2926,93 @@ msgstr ""
"インデックス %1$s と %2$s は同一のもののようです。一方は削除してもよいかもし"
"れません。"
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "データベース"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "サーバ"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "SQL コマンドの追跡"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "トリガ"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "テーブルが空のようです!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "データベースが空のようです!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "クエリ"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "特権"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "ルーチン"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "イベント"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "デザイナ"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "ユーザ"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "同期"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "バイナリログ"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "変数"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "文字セット"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "プラグイン"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "エンジン"
@@ -3128,43 +3070,43 @@ msgstr "%s は無効になっています。"
msgid "This MySQL server does not support the %s storage engine."
msgstr "この MySQL サーバは %s ストレージエンジンをサポートしていません。"
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "不明なテーブルステータス: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "元にするデータベース `%s` が見つかりません!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "対象先のデータベース `%s` が見つかりません!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "不正なデータベースです"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "テーブル名が不正です"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "テーブル名を %1$s から %2$s に変更するときにエラーが発生しました"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "テーブル %1$s の名称を %2$s に変更しました。"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "テーブルに対する環境設定が保存できません"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3173,7 +3115,7 @@ msgstr ""
"テーブルに対する環境設定のクリーンアップに失敗しました (参照 $cfg['Servers']"
"[$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3188,16 +3130,16 @@ msgstr ""
msgid "Function"
msgstr "関数"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "演算子"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "値"
@@ -3210,56 +3152,56 @@ msgstr "テーブル検索"
msgid "Edit/Insert"
msgstr "編集/挿入"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "表示するカラム (最低 1 つ):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "検索条件 (WHERE 節の全内容):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "ページあたりの行数"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "表示順:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "各点のラベルとして使われるカラム"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "プロットする結果の最大数"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "参照されている値を表示する"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "更なる検索条件"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "異なる 2 つのカラムによる定型問い合わせ (ワイルドカード: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "定型問い合わせ (ワイルドカード: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "結果表示/プロット点の編集"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "使い方"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "ズームを戻す"
@@ -3645,14 +3587,14 @@ msgstr "テーブル"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "データ"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "オーバーヘッド"
@@ -3677,11 +3619,11 @@ msgstr "データベース「%s」の特権を確認します。"
msgid "Check Privileges"
msgstr "特権をチェックする"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "設定ファイルの読み込みに失敗しました"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3689,12 +3631,12 @@ msgstr ""
"通常、これは構文エラーがあることを意味します。以下に示す全てのエラーを確認し"
"てください。"
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "デフォルトの設定を読み込めませんでした: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3702,34 +3644,34 @@ msgstr ""
"[code]$cfg['PmaAbsoluteUri'][/code] は必ず設定ファイルに設定しなければ"
"なりません!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "サーバのインデックスが不正です: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "サーバ %1$s のホスト名が不正です。設定を確認してください。"
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "設定ファイルに無効な認証方法が指定されています:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s を %s 以降にアップグレードしてください。"
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS 変数が書き換えられている可能性があります"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "なんらかの攻撃をされている可能性があります"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "グローバル変数から数値キーが検出されました"
@@ -3760,37 +3702,37 @@ msgstr "閉じておく"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "無効"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "構造"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "データ"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "構造とデータ"
@@ -3911,8 +3853,8 @@ msgid "Allow users to customize this value"
msgstr "この値の変更をユーザに許可する"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "リセット"
@@ -4187,7 +4129,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "最大実行時間"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "ファイルに保存する"
@@ -4196,7 +4138,7 @@ msgid "Character set of the file"
msgstr "ファイルの文字セット"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "フォーマット"
@@ -4209,27 +4151,25 @@ msgstr "圧縮"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "1 行目にカラム名を追加する"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "カラム囲み記号"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "カラムのエスケープ記号"
@@ -4247,14 +4187,12 @@ msgstr "カラムに含まれている CRLF 文字を取り除く"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "カラムの終端記号"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "行の終端記号"
@@ -4280,7 +4218,7 @@ msgstr "テーブル名のテンプレート"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "ダンプするテーブル"
@@ -4291,8 +4229,8 @@ msgid "Include table caption"
msgstr "テーブルのキャプションを含める"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "テーブルのキャプション"
@@ -4301,20 +4239,20 @@ msgid "Continued table caption"
msgstr "テーブルのキャプション (続き)"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "ラベルキー"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME タイプ"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "リレーション"
@@ -4335,6 +4273,11 @@ msgstr "既存のファイルは上書きする"
msgid "Remember file name template"
msgstr "ファイル名のテンプレートを記憶しておく"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT 値を追加する"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "テーブル名やカラム名を逆クォートで囲む"
@@ -4345,7 +4288,7 @@ msgid "SQL compatibility mode"
msgstr "SQL 互換モード"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE オプション"
@@ -4358,10 +4301,17 @@ msgid "Use delayed inserts"
msgstr "遅延インサートを使用する"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "外部キーのチェックを無効にする"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s を追加する"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB に 16 進数表記を利用する"
@@ -4375,7 +4325,7 @@ msgid "Syntax to use when inserting data"
msgstr "データを挿入するときに使う構文"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "作成するクエリの最大長"
@@ -4384,7 +4334,7 @@ msgid "Export type"
msgstr "エクスポート形式"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "エクスポートをトランザクションで囲む"
@@ -4440,7 +4390,6 @@ msgstr "デフォルトオプションの詳細設定"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4780,14 +4729,12 @@ msgid "Partial import: allow interrupt"
msgstr "部分インポート(割り込みの許可)"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "INSERT エラーで中断しない"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "テーブルデータを差し替えるファイル"
@@ -4804,7 +4751,6 @@ msgid "Format of imported file"
msgstr "インポートするファイルの形式"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "LOCAL キーワードを使用する"
@@ -4814,7 +4760,7 @@ msgid "Column names in first row"
msgstr "1 行目にカラム名を追加する"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "空の行はインポートしない"
@@ -5908,7 +5854,7 @@ msgstr "SQL 検証を有効にするには必要です。"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "パスワード"
@@ -6082,14 +6028,12 @@ msgstr "サインオン認証"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "LOAD DATA 文を使用した CSV の読み込み"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document スプレッドシート"
@@ -6175,7 +6119,7 @@ msgstr "%s 拡張がありません。PHP の設定をチェックしてみて
msgid "possible deep recursion attack"
msgstr "深い再帰的な攻撃を受けている可能性があります"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6183,16 +6127,16 @@ msgstr ""
"サーバが応答しません (あるいはローカルサーバのソケットが正しく設定されていま"
"せん)。"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "サーバが応答しません。"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
"データベースを含んでいるディレクトリのパーミッションを確認してください。"
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "詳細..."
@@ -6238,24 +6182,24 @@ msgid "Create"
msgstr "作成"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "特権なし"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "テーブルを作成"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "名前"
@@ -6903,7 +6847,7 @@ msgid "No data found for GIS visualization."
msgstr "視覚化できる空間情報がありません。"
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "返り値が空でした (行数 0)。"
@@ -6953,7 +6897,7 @@ msgid "Go to view: %s"
msgstr "ビュー %s に移動"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "隠す"
@@ -7018,11 +6962,11 @@ msgstr ""
"次の値に移動するときは TAB キーを使ってください。CTRL+カーソルキーを使うと自"
"由に移動できます"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL クエリを表示"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "id %1$d の行を挿入しました"
@@ -7037,32 +6981,32 @@ msgstr "なし"
msgid "Convert to Kana"
msgstr "全角カナへ変換する"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "付け替え元"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "付け替え先"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "実行する"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "テーブル接頭辞の追加"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "追加する接頭辞"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "以下のクエリを本当に実行しますか?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "変更なし"
@@ -7268,7 +7212,158 @@ msgstr "phpMyAdmin のドキュメント"
msgid "Reload navigation frame"
msgstr "ナビゲーションフレームの再読み込み"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "データベース名の変更"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "データベース %s を削除しました。"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "データベースの削除"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "データベースを削除する (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "構造のみ"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "構造とデータ"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "データのみ"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "データベースのコピー先"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "コピーの前に CREATE DATABASE する"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "制約を追加する"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "コピーしたデータベースに切り替える"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "リレーショナルスキーマを編集またはエクスポートする"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "テーブルの並び順"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(1 回)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "テーブルを (データベース).(テーブル) へ移動する:"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "テーブルオプション"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "変更後のテーブル名称"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "ストレージエンジン"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "テーブルを (データベース).(テーブル) にコピーする:"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "コピーしたテーブルに切り替える"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "テーブルメンテナンス"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "テーブルのデフラグ"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "テーブル %s をフラッシュしました"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "テーブルをフラッシュする (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "データまたはテーブルの削除"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "テーブルを空にする (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "テーブルを削除する (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "分析"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "確認"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "最適化"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "再構築"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "修復"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "パーティション管理"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "パーティション %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "パーティションを削除"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "参照整合性の確認:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "この書式にはオプションはありません"
@@ -7277,7 +7372,7 @@ msgid "Cannot connect: invalid settings."
msgstr "接続できません。設定が無効です。"
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7307,51 +7402,51 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "mcrypt から Blowfish を使おうとして失敗しました!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "ログイン"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"「ホスト名/IP アドレス」と「ポート」を空白で区切って入力することができます。"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "サーバ:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "ユーザ名:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "パスワード:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "サーバの選択"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"パスワードなしログインは設定 (AllowNoPassword 参照) によって禁止されています"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "%s 秒以上操作をしませんでした。ログインし直してください。"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL サーバにログインできません"
@@ -7383,92 +7478,92 @@ msgstr "有効な認証キーが接続されていません"
msgid "Authenticating..."
msgstr "認証中..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "カラムの区切り記号:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "カラム囲み記号:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "カラムのエスケープ記号:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "行の終端記号:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "NULL の代替文字列:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "カラム内の改行/復帰文字を削除する"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel のエディション:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "データのダンプオプション"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "テーブルのデータのダンプ"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "イベント"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "定義"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "テーブルの構造"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "ビュー用の構造"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "ビュー用の代替構造"
@@ -7485,37 +7580,37 @@ msgstr "(続き)"
msgid "Structure of table @TABLE@"
msgstr "テーブル @TABLE@ の構造"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "生成オプション"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "テーブルのキャプション (続き)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "外部キーリレーションシップを表示する"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "コメントを表示する"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "MIME タイプを表示する"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7523,33 +7618,33 @@ msgstr "MIME タイプを表示する"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "ホスト"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "生成日時"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "サーバのバージョン"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP のバージョン"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "テーブル名をエクスポートする"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "カラム名をエクスポートする"
@@ -7561,7 +7656,7 @@ msgstr "(1 つのテーブルのデータを含むレポートを生成します
msgid "Report title:"
msgstr "レポートのタイトル:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7569,33 +7664,33 @@ msgstr ""
"コメントの表示(エクスポート日時、PHP や サーバ のバージョンなどの情報が含"
"まれます)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "ヘッダに追加する独自コメント (\\n で改行):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr "データベースの作成日時、最終更新日時、最終検査日時を含める"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr "他のデータベースシステムまたは古い MySQL サーバとの互換性:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "%s コマンドを追加する"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "追加コマンド:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7603,39 +7698,39 @@ msgstr ""
"逆クォートでテーブルやカラムの名前を囲む (特殊な文字やキーワードを含むカラ"
"ム名やテーブル名を保護します)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "生成オプション"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "挿入前にテーブルを空にする"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "INSERT 文の代わりに以下を使う"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED 文"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE 文"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "データをダンプするときに使うコマンド:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "データを挿入するときに使う構文"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7645,7 +7740,7 @@ msgstr ""
" 例: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7654,7 +7749,7 @@ msgstr ""
"すべての INSERT 文を複数行挿入で行う
"
"例: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7662,7 +7757,7 @@ msgstr ""
"上の両方を行う
例: INSERT INTO tbl_name "
"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7670,13 +7765,13 @@ msgstr ""
"上のどちらでもない
例: INSERT INTO tbl_name "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr "16 進表記でバイナリカラムをダンプする (例:\"abc\" を 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7684,33 +7779,33 @@ msgstr ""
"TIMESTAMP のカラムを UTC (協定世界時) でダンプする (ダンプするサーバと読み"
"込ませるサーバのタイムゾーンが異なる場合に有効です)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "プロシージャ"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "関数"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "ダンプしたテーブルの制約"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "テーブルの制約"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "テーブルに含まれている MIME タイプ"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "テーブルのリレーション"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "データ読み込みエラー:"
@@ -7726,8 +7821,8 @@ msgstr "ビュー"
msgid "Export contents"
msgstr "内容をエクスポートする"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7749,15 +7844,15 @@ msgstr ""
msgid "Column names: "
msgstr "カラム名: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV インポートのパラメータが不正です: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7766,57 +7861,48 @@ msgstr ""
"指定されたカラム (%s) は無効です。カラム名のスペルが正しいか、カンマで区切ら"
"れていないか、引用符で囲まれていないかを確認してください。"
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV 入力の書式が不正です (行: %d)。"
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV 入力のカラム数が不正です (行: %d)。"
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "テーブル名"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "カラム名"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "このプラグインでは圧縮されたファイルのインポートはできません!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki テーブル"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "CSV 入力の書式が不正です (行: %d)。"
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "パーセントは適切な小数に変換する (例:12.00% を .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "金額は単位を取り除く (例:$5.00 を 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7824,16 +7910,16 @@ msgstr ""
"指定された XML ファイルは、不完全もしくはフォーマットが正しくありません。問題"
"を修正して再度試してみてください。"
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI シェープファイル"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "ESRI シェープファイルをインポート中にエラーがありました: \"%s\"。"
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7841,24 +7927,24 @@ msgstr ""
"無効なファイルもしくは無効なデータが含まれているファイルをインポートしようと"
"しました。"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL の空間拡張が ESRI タイプをサポートしていません: \"%s\"。"
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "インポートされたファイルには、データが含まれていません。"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL 互換モード:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "値がゼロのものに対して AUTO_INCREMENT を使用しない"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8026,7 +8112,7 @@ msgid "Enabled"
msgstr "有効"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "一般的なリレーション機能"
@@ -8097,7 +8183,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "更新した設定ファイルを読み込むために phpMyAdmin にログインし直します。"
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "説明がありません"
@@ -8148,7 +8234,7 @@ msgstr "スレーブステータス"
msgid "Variable"
msgstr "変数"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "サーバ ID"
@@ -8174,8 +8260,8 @@ msgstr "すべてのユーザ"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "テキスト入力項目の値を利用する"
@@ -8267,7 +8353,7 @@ msgstr "詳細"
msgid "Event name"
msgstr "イベント名"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "イベント種別"
@@ -8655,12 +8741,12 @@ msgstr "テーブルの内容"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "属性"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "その他"
@@ -8697,6 +8783,10 @@ msgstr "ページを選択してください"
msgid "Select Tables"
msgstr "テーブルを選択してください"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "カラム名"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "リレーショナルスキーマを表示する"
@@ -8963,14 +9053,14 @@ msgstr "ユーザの同時接続数を制限する"
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "テーブル固有の特権"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "注意: MySQL の特権名は英語で表示されます"
@@ -8979,12 +9069,12 @@ msgid "Administration"
msgstr "管理"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "グローバル特権"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "データベースに固有の特権"
@@ -9042,16 +9132,16 @@ msgid "Users having access to "%s""
msgstr ""%s" にアクセスできるユーザ"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "ユーザ"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "権限委譲"
@@ -9060,8 +9150,8 @@ msgid "User has been added."
msgstr "ビュー %s を破棄しました。"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "すべて"
@@ -9077,12 +9167,12 @@ msgstr "データベース固有"
msgid "wildcard"
msgstr "ワイルドカード"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "ユーザが存在しません。"
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "特権を編集"
@@ -9090,100 +9180,92 @@ msgstr "特権を編集"
msgid "Revoke"
msgstr "取り消し"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "すべてエクスポート"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "元のユーザも残す"
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "ユーザテーブルから元のユーザを削除する"
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "元のユーザの特権をすべて無効にしてから削除する"
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "ユーザテーブルから元のユーザを削除し、特権の再読み込みをする"
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "ログイン情報の変更 / ユーザの複製"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "同じ特権を持つ新しいユーザを作る"
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "このカラムに固有の特権"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "データベースに特権を追加"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"_ や % というワイルドカードを文字として使用するときは \\ でエスケープしてくだ"
"さい。"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "テーブルに特権を追加"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "選択したユーザを削除する"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "特権をすべて取り消してユーザを削除する"
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "ユーザと同名のデータベースを削除する"
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "削除するユーザが選択されていません!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "特権を再読み込みしています"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "選択されたユーザは正常に削除されました。"
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s の特権を更新しました。"
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "すべてのユーザに対する特権"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "%s に対する特権"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "ユーザ概略"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9196,11 +9278,11 @@ msgstr ""
"特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権の再読み"
"込み%s をしてください。"
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "特権テーブルには選択したユーザがいません。"
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "新しいユーザを追加しました。"
@@ -9250,11 +9332,11 @@ msgstr "クリア"
msgid "Columns"
msgstr "カラム"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "この SQL をブックマークする"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "すべてのユーザがこのブックマークを利用できるようにする"
@@ -9374,8 +9456,8 @@ msgstr ""
"ケープや引用符を含めることはできません。例: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "インデックス"
@@ -9424,13 +9506,13 @@ msgstr "なし"
msgid "As defined:"
msgstr "ユーザ定義:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "主"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "全文"
@@ -9443,20 +9525,15 @@ msgstr "最初へ"
msgid "after %s"
msgstr "%s の後へ"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "%s 個のカラムを追加する"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "最低ひとつはカラムを追加してください。"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "ストレージエンジン"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "パーティションの定義"
@@ -9465,7 +9542,7 @@ msgstr "パーティションの定義"
msgid "Manage your settings"
msgstr "ユーザ環境設定の管理"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "設定を保存しました"
@@ -9512,7 +9589,7 @@ msgstr "サーバ接続の照合順序"
msgid "Appearance Settings"
msgstr "外観の設定"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "詳細設定"
@@ -9692,133 +9769,133 @@ msgstr "左側のメニューを表示する/隠す"
msgid "Save position"
msgstr "位置を保存"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "リレーションを作成"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "再読み込み"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "ヘルプ"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "角リンク"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "直リンク"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "グリッドにあわせる"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "すべてを大きく/小さく"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "大小を切り替える"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "リレーションラインの表示切替"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "PDF スキーマの座標をインポート/エクスポートする"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "クエリを作成する"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "メニューを移動する"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "すべて隠す/表示"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "リレーションのないテーブルを隠す/表示"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "テーブル数"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "リレーションを削除"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "リレーション演算子"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "以外"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "サブクエリ"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "変更後の名称"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "新しい名前"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "集計"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "アクティブオプション"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "ページが作成されました"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "ページの作成に失敗しました"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "ページ"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "選択したページからインポートする"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "選択したページへエクスポートする"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "ページを作成し、そこへエクスポートする。"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "新しいページの名前: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "倍率にあわせたエクスポート/インポート"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "推奨"
@@ -9826,7 +9903,7 @@ msgstr "推奨"
msgid "Error: relation already exists."
msgstr "エラー: リレーションはすでに存在しています。"
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "エラー: リレーションを追加できませんでした。"
@@ -9834,7 +9911,7 @@ msgstr "エラー: リレーションを追加できませんでした。"
msgid "FOREIGN KEY relation added"
msgstr "外部キーを追加しました"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "内部リレーションを追加しました"
@@ -9842,11 +9919,11 @@ msgstr "内部リレーションを追加しました"
msgid "Relation deleted"
msgstr "リレーションを削除しました"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "デザイナの座標を保存するときにエラーが発生しました。"
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "修正を保存しました"
@@ -9855,49 +9932,49 @@ msgid "Cannot save settings, submitted form contains errors"
msgstr ""
"設定を保存することはできません。送信された内容にエラーが含まれています。"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "設定がインポートできませんでした"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "設定の一部に不正なデータが含まれています。"
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "残っている設定を読み込みますか?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "保存日時:@DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "ファイルから読み込む"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "ブラウザ (Web Storage) から設定を読み込む"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"設定をブラウザ (Web Storage) から読み込みます。ローカルの保存場所ですがクッ"
"キーではありません。"
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "保存されている設定はありません!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "この機能はブラウザよってサポートされていません"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "現在の設定とマージする"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9906,21 +9983,21 @@ msgstr ""
"%sセットアップスクリプト%sを使用するなどして config.inc.php を変更することに"
"より、より多くの設定を行うことができます。"
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "ブラウザ (Web Storage) に保存する"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
"設定がブラウザ (Web Storage) に保存されます。ローカルの保存場所ですがクッキー"
"ではありません。"
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "既に保存してある設定に上書きします!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "すべての設定をリセットして、デフォルト値に復元します。"
@@ -9938,41 +10015,41 @@ msgid "%s table not found or not set in %s"
msgstr ""
"テーブル %s が見つかりません。あるいは %s には設定されていません"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "ファイルが存在しません"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "表示するバイナリログを選択してください"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "ファイル"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "クエリの表示を切り詰める"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "クエリ全体を表示"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "ログ名"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "位置"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "元の位置"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "情報"
@@ -10055,17 +10132,17 @@ msgstr "ライセンス"
msgid "disabled"
msgstr "無効"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "ユーザ %s は既に存在します!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s を削除中です"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "特権を正常に再読み込みしました。"
@@ -11835,32 +11912,32 @@ msgstr "デフォルトの表示クエリとしてブックマーク \"%s\" を
msgid "Do you really want to execute following query?"
msgstr "以下のクエリを本当に実行しますか?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP コードとして表示"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "検証した SQL 文"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL の結果"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "生成環境"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "テーブル `%s` のインデックスに問題があります"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "ラベル"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "テーブル %1$s は正常に変更されました"
@@ -11940,78 +12017,78 @@ msgstr "テーブル %1$s を作成しました。"
msgid "View dump (schema) of table"
msgstr "テーブルのダンプ (スキーマ) 表示"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "視覚化した空間情報"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "幅"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "高さ"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "ラベルカラム"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- なし --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "空間情報カラム"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "再描画"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "ファイルに保存"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "ファイル名"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "主キーの名前は PRIMARY でなければなりません!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "インデックス名を PRIMARY に変更することはできません!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "インデックス部分が定義されていません!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "インデックスを追加する"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "インデックスを編集する"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "インデックス名:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(主キーは必ず \"PRIMARY\" という名前でなければなりません。また主"
"キー以外に \"PRIMARY\" という名前を使ってはなりません!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "インデックスの種類:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "%s 個のインデックスカラムを追加する"
@@ -12034,255 +12111,161 @@ msgstr "テーブル %s を %s に移動しました。"
msgid "Table %s has been copied to %s."
msgstr "テーブル %s を %s にコピーしました。"
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "テーブル名が空です!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "テーブルの並び順"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(1 回)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "テーブルを (データベース).(テーブル) へ移動する:"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "テーブルオプション"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "変更後のテーブル名称"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "テーブルを (データベース).(テーブル) にコピーする:"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "コピーしたテーブルに切り替える"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "テーブルメンテナンス"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "テーブルのデフラグ"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "テーブル %s をフラッシュしました"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "テーブルをフラッシュする (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "データまたはテーブルの削除"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "テーブルを空にする (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "テーブルを削除する (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "パーティション管理"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "パーティション %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "分析"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "確認"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "最適化"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "再構築"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "修復"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "パーティションを削除"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "参照整合性の確認:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "テーブルを表示しています"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "ディスク使用量"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "有効"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "行の統計"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "静的"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "動的"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "行の長さ"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "行のサイズ"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "次の自動付番"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"%1$s に外部キーを作成するときにエラーが発生しました (データ型を確認してくださ"
"い)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "内部リレーション"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"対応する外部リレーションが存在する場合、内部リレーションは必要ありません。"
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "外部キー制約"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "空間"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "件数集計"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "主キーを追加する"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "ユニークインデックスを追加する"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "空間インデックスを追加する"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "全文インデックスを追加する"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "なし"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "カラム %s を削除しました"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s に主キーを追加しました"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s にインデックスを追加しました"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "他の操作を表示します"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "カラムを移動させる"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "ドラックして上下させ、カラムを移動させてください。"
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "ビューを編集する"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "リレーションビュー"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "テーブル構造を確認する"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "カラムを追加する"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "テーブルの末尾"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "テーブルの先頭"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "指定カラムの後に %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "%s つのカラムにインデックスを作成する"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "パーティション有り"
@@ -12462,7 +12445,7 @@ msgstr "特権不足でアクセスできません!"
msgid "The profile has been updated."
msgstr "プロファイルを更新しました。"
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "ビューの名前"
@@ -13758,6 +13741,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert は 0 に設定されています。"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "すべてエクスポート"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "すべてのユーザに対する特権"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ka.po b/po/ka.po
index 4c35728777..d2a754084d 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:15+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: georgian \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "ყველაფრის ჩვენება"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -36,24 +36,27 @@ msgid ""
"cross-window updates."
msgstr ""
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "ძებნა"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -65,18 +68,16 @@ msgstr "ძებნა"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "გადასვლა"
@@ -96,7 +97,7 @@ msgstr "აღწერილობა"
msgid "Use this value"
msgstr "გამოიყენეთ ეს ველი"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,31 +111,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "მონაცემთა ბაზა '%1$s' წარმატებით შეიქმნა"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "კომენტარი მონაცემთა ბაზაში: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "ცხრილის კომენტარები"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "სვეტები"
@@ -143,11 +144,11 @@ msgstr "სვეტები"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -157,44 +158,44 @@ msgstr "სვეტები"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "ტიპი"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "სტანდარტული"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -204,9 +205,9 @@ msgstr "Links to"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -217,21 +218,21 @@ msgstr "კომენტარები"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "არა"
@@ -239,27 +240,27 @@ msgstr "არა"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "დიახ"
@@ -281,111 +282,39 @@ msgstr "ყველას მონიშნვა"
msgid "Unselect All"
msgstr "მონიშნვის მოხსნა"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "მონაცემთა ბაზა ცარიელია!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Table %s has been renamed to %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Table %s has been renamed to %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr ""
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr ""
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr ""
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "მონაცემთა ბაზები არაა"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr ""
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "მხოლოდ სტრუქტურა"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "სტრუქტურა და მონაცემები"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "მხოლოდ მონაცემები"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr ""
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Add %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr ""
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr ""
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr ""
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "კოლაცია"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr ""
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "ცხრილი"
@@ -393,41 +322,41 @@ msgstr "ცხრილი"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "სტრიქონები"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "ზომა"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "in use"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "შეიქმნა"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "უკანასკნელი განახლება"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Last check"
@@ -448,7 +377,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -465,17 +394,17 @@ msgstr "No tables found in database."
msgid "unknown"
msgstr "უცნობი"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr ""
@@ -488,19 +417,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "ხედო"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -516,21 +445,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr ""
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "ყველას შემოწმება"
@@ -538,50 +467,51 @@ msgstr "ყველას შემოწმება"
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "ექსპორტი"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "ხედის ამობეჭდვა"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "ცარიელი"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Drop"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "ცხრილის შემოწმება"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "ცხრილის ოპტიმიზება"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "ცხრილის აღდგენა"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyze table"
@@ -589,13 +519,13 @@ msgstr "Analyze table"
msgid "Add prefix to table"
msgstr "პრეფიქსის დამატება მაგიდისათვის"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Replace table data with file"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -609,20 +539,20 @@ msgstr "მონაცემების ლექსიკონი"
msgid "Tracked tables"
msgstr "ნანახი ცხრილები"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "მონაცემთა ბაზა"
@@ -639,9 +569,9 @@ msgstr "შეიქმნა"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "სტატუსი"
@@ -649,14 +579,14 @@ msgstr "სტატუსი"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "მოქმედება"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "ჩვენება"
@@ -689,7 +619,7 @@ msgstr "სნეიფშუთის სტრუქტურა"
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "ცხრილის შემოწმება"
@@ -742,7 +672,7 @@ msgstr "Export type"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -751,7 +681,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -868,7 +798,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -890,10 +820,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -916,7 +846,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr "ნამდვილად გსურთ "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -964,7 +894,7 @@ msgstr "ახალი ველის დამატება"
msgid "Edit Index"
msgstr "რედაქტირების რეჟიმი"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -997,8 +927,8 @@ msgstr "პაროლებში შეუსაბამობაა!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "მომხმარებლის დამატება"
@@ -1022,9 +952,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1050,7 +980,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "სულ"
@@ -1272,7 +1202,7 @@ msgstr "სპარსული"
msgid "Traffic"
msgstr "ტრაფიკი"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1298,12 +1228,12 @@ msgstr "Snap to grid"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "არაა"
@@ -1494,10 +1424,10 @@ msgid "Explain output"
msgstr "SQL-ის ახსნა"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "დრო"
@@ -1607,10 +1537,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "შემოტანა"
@@ -1668,9 +1598,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "გაუქმება"
@@ -1702,9 +1632,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1760,19 +1690,19 @@ msgstr "ახალი ველის დამატება"
msgid "Show indexes"
msgstr "Show grid"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Disable foreign key checks"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "ჩართულია"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1856,8 +1786,8 @@ msgstr "SQL Query box"
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "შეცვლა"
@@ -1867,8 +1797,8 @@ msgstr "შეცვლა"
msgid "Query execution time"
msgstr "Maximum execution time"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1877,8 +1807,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "შენახვა"
@@ -1946,12 +1876,12 @@ msgstr "Query results operations"
msgid "Data point content"
msgstr "Data pointer size"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "იგნორირება"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "ასლი"
@@ -1973,7 +1903,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2067,7 +1997,7 @@ msgstr "დაგენერირება"
msgid "Change Password"
msgstr "პაროლის შეცვლა"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2501,13 +2431,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "შეცდომა"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL მოთხოვნა"
@@ -2579,7 +2509,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "ძრავები"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profiling"
@@ -2606,161 +2536,162 @@ msgstr "%s დღე, %s საათი, %s წუთი და %s წამი
msgid "Missing parameter:"
msgstr "Routines"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "დასაწყისი"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "წინა"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "შემდეგი"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "დასასრული"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "სტრუქტურა"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "ჩასმა"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "არჩევა"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "მოქმედებები"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "web server upload directory"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "დაბეჭდვა"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "შრიფტის ზომა"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "ზრდადობით"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "კლებადობით"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "დალაგება"
@@ -2788,8 +2719,8 @@ msgid "Use Tables"
msgstr "გამოიყენე ცხრილები"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "ან"
@@ -2856,13 +2787,13 @@ msgstr[1] "%s match(es) inside table %s"
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2896,149 +2827,149 @@ msgstr "ცხრილ(ებ)ში:"
msgid "Inside column:"
msgstr "სვეტში:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "დირექტორიის შენახვა"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Restore column order"
msgstr "CHAR textarea columns"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Startup"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "ველების რაოდენობა"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "ორშ"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "ჰორიზონტალური"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "ვერტიკალური"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "ჩანიშნული მოთხოვნის გაშვება"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sort by key"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "პარამეტრები"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Partial Texts"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Full Texts"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Relational display field"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "ორობითი შიგთავსის ჩვენება"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "აჩვენეთ ორობით შინაარსი როგორც HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "ინფორმაცია ბრაუზერის შესახებ"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "სტრიქონი წაიშალა"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Kill"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -3046,47 +2977,47 @@ msgstr ""
"შეიძლება იყოს მიახლოებითი. იხილეთ [a@./Documentation."
"html#faq3_11@Documentation]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "მოთხოვნაში"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "სულ"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "მოთხოვნას დასჭირდა %01.4f წმ"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "ხედის ამობეჭდვა (სრული ტექსტებით)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF სქემის ჩვენება"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Create relation"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "ბმული ვერ მოიძებნა"
@@ -3148,27 +3079,27 @@ msgid "Open new phpMyAdmin window"
msgstr "phpMyAdmin-ის ახალი ფანჯრის გახსნა"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "ინდექსი არაა განსაზღვრული!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "ინდექსები"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "უნიკალური"
@@ -3181,6 +3112,16 @@ msgstr "შეკუმშული"
msgid "Cardinality"
msgstr "Cardinality"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "კოლაცია"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3203,95 +3144,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "მონაცემთა ბაზები"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "სერვერი"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "ტრიგერები"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "როგორც ჩანს ცხრილი ცარიელია!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "მოთხოვნა"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "პრივილეგიები"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Routines"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "მოვლენები"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "შემქნელი"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "მომხმარებელი"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "ბინარული ჟურნალი"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "ცვლადები"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "სიმბოლოთა ნაკრებები"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "ძრავები"
@@ -3363,53 +3304,53 @@ msgstr "%s გათიშულია ამ MySQL სერვერზე."
msgid "This MySQL server does not support the %s storage engine."
msgstr "ამ MySQL სერვერს არ აქვს %s ძრავის მხარდაჭერა."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Show slave status"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "მონაცემთა ბაზაში ძებნა"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "მონაცემთა ბაზაში ძებნა"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "არასწორი მონაცემთა ბაზა"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "ცხრილის არასწორი სახელი"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Table %s has been renamed to %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3422,16 +3363,16 @@ msgstr ""
msgid "Function"
msgstr "ფუნქცია"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "ოპერატორი"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "მნიშვნელობა"
@@ -3448,66 +3389,66 @@ msgstr "ძებნა"
msgid "Edit/Insert"
msgstr "ჩასმა"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Select fields (at least one):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "Maximum number of rows to display"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "SQL Query box"
msgid "Additional search criteria"
msgstr "SQL Query box"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Do a \"query by example\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "Control user"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3850,14 +3791,14 @@ msgstr "ცხრილები"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "მონაცემები"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overhead"
@@ -3886,59 +3827,59 @@ msgstr ""
msgid "Check Privileges"
msgstr "პრივილეგიების შემოწმება"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Failed to read configuration file"
msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Could not load default configuration from: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Invalid server index: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3971,38 +3912,38 @@ msgstr "Unclosed quote"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "გათიშულია"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "სტრუქტურა"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4132,8 +4073,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "დაბრუნება"
@@ -4417,7 +4358,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "ფაილის სახის შენახვა"
@@ -4426,7 +4367,7 @@ msgid "Character set of the file"
msgstr "სომბოლოთა ნაკრები ფაილისათვის"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "ფორმატი"
@@ -4439,13 +4380,13 @@ msgstr "შეკუმშვა"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4453,8 +4394,7 @@ msgstr "Put fields names in the first row"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4462,8 +4402,7 @@ msgstr "Fields enclosed by"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4483,16 +4422,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Lines terminated by"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4520,7 +4457,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4533,8 +4470,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4543,20 +4480,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Label key"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-ის ტიპი"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relations"
@@ -4579,6 +4516,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4591,7 +4533,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4604,10 +4546,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Add %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4621,7 +4570,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4631,7 +4580,7 @@ msgid "Export type"
msgstr "Export type"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4686,7 +4635,6 @@ msgstr "Customize default export options"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5039,14 +4987,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -5061,7 +5007,6 @@ msgid "Format of imported file"
msgstr "შემოტანილი ფაილების ფორმატი"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5073,7 +5018,7 @@ msgid "Column names in first row"
msgstr "Put fields names in the first row"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6171,7 +6116,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "პაროლი"
@@ -6339,14 +6284,12 @@ msgstr "Host authentication order"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6436,7 +6379,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6444,17 +6387,17 @@ msgid ""
"configured)."
msgstr "(or the local MySQL server's socket is not correctly configured)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "სერვერი არ პასუხობს"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "დეტალები..."
@@ -6503,24 +6446,24 @@ msgid "Create"
msgstr "შექმნა"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "პრივილეგიები არაა"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "ცხრილის შექმნა"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "სახელი"
@@ -7170,7 +7113,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -7221,7 +7164,7 @@ msgid "Go to view: %s"
msgstr "Export defaults"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "დამალვა"
@@ -7288,11 +7231,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "ჩამატებული სტრიქონის id: %1$d"
@@ -7309,38 +7252,38 @@ msgstr "არაა"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "პარ"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Submit"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "ახალი ველის დამატება"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "ნამდვილად გსურთ "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "ცვლილების გარეშე"
@@ -7547,7 +7490,163 @@ msgstr "phpMyAdmin-ის დოკუმენტაცია"
msgid "Reload navigation frame"
msgstr "Customize navigation frame"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr ""
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr ""
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr ""
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "მონაცემთა ბაზები არაა"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "მხოლოდ სტრუქტურა"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "სტრუქტურა და მონაცემები"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "მხოლოდ მონაცემები"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr ""
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr ""
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr ""
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singly)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "ცხრილის პარამეტრები"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Storage Engine"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Dumping data for table"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "მაგიდების წაშლა (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyze"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "შემოწმება"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "ოპტიმიზება"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Rebuild"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "აღდგენა"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "დანაყოფი %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7558,7 +7657,7 @@ msgid "Cannot connect: invalid settings."
msgstr "დაკავშირება შეუძლებელია: პარამეტრები არასწორია."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7583,49 +7682,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "შესვლა"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "სერვერი:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "მომხმარებელი:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "პაროლი:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "სერვერის არჩევა"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL სერვერზე შესვლა შეუძლებელია"
@@ -7658,61 +7757,61 @@ msgstr ""
msgid "Authenticating..."
msgstr "ავთენტიფიკაცია..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Lines terminated by"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Fields enclosed by"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Fields escaped by"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Lines terminated by"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Replace NULL by"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel edition"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Databases display options"
@@ -7720,21 +7819,21 @@ msgid "Data dump options"
msgstr "მონაცემთა ბაზის ჩვენების პარამეტრები"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "მოვლენა"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7743,23 +7842,23 @@ msgstr "მოვლენა"
msgid "Definition"
msgstr "აღწერილობა"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "სტრუქტურა ხედისათვის"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7780,47 +7879,47 @@ msgstr "(გაგრძელება)"
msgid "Structure of table @TABLE@"
msgstr "Structure of table __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "გარდაქმნის პარამეტრები"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Table caption"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Disable foreign key checks"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Displaying Column Comments"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "MIME-ის ხელმისაწვდომი ტიპები"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7828,34 +7927,34 @@ msgstr "MIME-ის ხელმისაწვდომი ტიპები"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "ჰოსტი"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "დაგენერირების დრო"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "სერვერის ვერსია"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP-ის ვერსია"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Export defaults"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
msgid "Export table headers"
msgstr "Export defaults"
@@ -7870,146 +7969,146 @@ msgstr ""
msgid "Report title:"
msgstr "Report title"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Add custom comment into header (\\n splits lines)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Statements"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Statements"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "გარდაქმნის პარამეტრები"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "პროცედურები"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "ფუნქციები"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8030,8 +8129,8 @@ msgstr "ხედო"
msgid "Export contents"
msgstr "Export defaults"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8050,115 +8149,106 @@ msgstr ""
msgid "Column names: "
msgstr "სვეტების სახელები"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Invalid field count in CSV input on line %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "ცხრილის სახელი"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "სვეტების სახელები"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Invalid field count in CSV input on line %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "File %s does not contain any key id"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL compatibility mode"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8350,7 +8440,7 @@ msgid "Enabled"
msgstr "ჩართულია"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -8421,7 +8511,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -8474,7 +8564,7 @@ msgstr "Show slave status"
msgid "Variable"
msgstr "ცვლადი"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "სერვერის ID"
@@ -8498,8 +8588,8 @@ msgstr "ნებისმიერი მომხმარებელი"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "გამოიყენე ტექსტური ველი"
@@ -8599,7 +8689,7 @@ msgstr "დეტალები..."
msgid "Event name"
msgstr "მოვლენის ტიპი"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "მოვლენის ტიპი"
@@ -9057,12 +9147,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "ატრიბუტები"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "ექსტრა"
@@ -9105,6 +9195,10 @@ msgstr "ყველას მონიშნვა"
msgid "Select Tables"
msgstr "ცხრილების არჩევა"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "სვეტების სახელები"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9373,14 +9467,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -9389,12 +9483,12 @@ msgid "Administration"
msgstr "ადმინისტრირება"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "გლობალური პრივილეგიები"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -9453,16 +9547,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "მომხმარებელი"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9473,8 +9567,8 @@ msgid "User has been added."
msgstr "View %s has been dropped"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "ნებისმიერი"
@@ -9490,14 +9584,14 @@ msgstr ""
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "მომხმარებლ(ებ)ის პოვნა ვერ მოხერხდა."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "პრივილეგიების რედაქტირება"
@@ -9505,26 +9599,20 @@ msgstr "პრივილეგიების რედაქტირებ
msgid "Revoke"
msgstr "Revoke"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "ექსპორტი"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... ძველის შენახვა."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... ძველი მომხმარებლის მომხმარებლების ცხრილიდან წაშლა."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9532,80 +9620,74 @@ msgstr ""
" ... ძველი მომხმარებლის მომხმარებლების სიიდან წაშლა და შემდეგ პრივილეგიების "
"გადატვირთვა."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "იგივე პრივილეგიების მქონე ახალი მომხმარებლის შექმნა და ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "პრივილეგიების დამატება შემდეგი მონაცემთა ბაზისათვის"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "პრივილეგიების დამატება შემდეგი ცხრილისათვის"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "პრივილეგიები"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "პრივილეგიები"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "მომხმარებლის მიმოხილვა"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9614,11 +9696,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "თქვენ დაამატეთ ახალი მომხმარებელი."
@@ -9673,11 +9755,11 @@ msgstr "გაწმენდა"
msgid "Columns"
msgstr "სვეტების სახელები"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9789,8 +9871,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "ინდექსი"
@@ -9838,13 +9920,13 @@ msgstr "არაა"
msgid "As defined:"
msgstr "As defined:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "პირველადი"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9858,23 +9940,18 @@ msgstr ""
msgid "after %s"
msgstr "After %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "%s ველის დამატება"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "You have to add at least one field."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Storage Engine"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9885,7 +9962,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Other core settings"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9937,7 +10014,7 @@ msgstr "MySQL კავშირის კოლაცია"
msgid "Appearance Settings"
msgstr "Other core settings"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "Other core settings"
msgid "More settings"
@@ -10133,161 +10210,161 @@ msgstr ""
msgid "Save position"
msgstr "მდებარეობის შენახვა"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "გადატვირთვა"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "დახმარება"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "პირდაპირი ბმულები"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "To select relation, click :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "მოთხოვნის გაგზავნა"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "მენიუს გადატანა"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "ყველას დამალვა/ჩვენება"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "ცხრილების რაოდენობა"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Relation deleted"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "ექსპორტი"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "მოთხოვნაში"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Rename table to"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "მომხმარებლის სახელი"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "შექმნა"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "ცხრილის პარამეტრები"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Table %1$s has been created."
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "pages"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "ფაილების შემოტანა"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Export/Import to scale"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "ახალი ინდექსის შექმნა"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "მომხმარებლის სახელი"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "რეკომენდებული"
@@ -10295,7 +10372,7 @@ msgstr "რეკომენდებული"
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10303,7 +10380,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -10311,11 +10388,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "ცვლილებები შენახულია"
@@ -10325,74 +10402,74 @@ msgstr "ცვლილებები შენახულია"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Submitted form contains errors"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Could not load default configuration from: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "ფაილების შემოტანა"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
#, fuzzy
#| msgid "Other core settings"
msgid "You have no saved settings!"
msgstr "Other core settings"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
msgstr "სერვერის კონფიგურაცია"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10409,43 +10486,43 @@ msgstr "ყველა"
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "ცხრილი \"%s\" არ არსებობს!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "აირჩიეთ საჩვენებელი ორობითი ჟურნალი"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "ფაილები"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "ჟურნალის სახელი"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "მდებარეობა"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "საწყისი მდებარეობა"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "ინფორმაცია"
@@ -10532,17 +10609,17 @@ msgstr ""
msgid "disabled"
msgstr "გათიშულია"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "მომხმარებელი %s უკვე არსებობს!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s-ის წაშლა"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -12259,34 +12336,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "ნამდვილად გსურთ "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP კოდის სახით ჩვენება"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Validate SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-ის შედეგი"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Label"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -12386,90 +12463,90 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "ჩვენების GIS ვიზუალიზაცია"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Label column"
msgstr "CHAR textarea columns"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- არაა -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Log file count"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "ფაილის სახის შენახვა"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "ცხრილის სახელი"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "ახალი ველის დამატება"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "რედაქტირების რეჟიმი"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "ინდექსის სახელი:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "ინდექსის ტიპი:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -12492,276 +12569,178 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "ცხრილის სახელი ცარიელია!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singly)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "ცხრილის პარამეტრები"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Dumping data for table"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "მაგიდების წაშლა (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "დანაყოფი %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyze"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "შემოწმება"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "ოპტიმიზება"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Rebuild"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "აღდგენა"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "ცხრილების ჩვენება"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "ადგილის გამოყენება"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "ეფექტური"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "სტატიკური"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "დინამიური"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "სტრიქონის სიგრძე"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "სტრიქონის ზომა"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Internal relations"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
#, fuzzy
#| msgid "Foreign key limit"
msgid "Foreign key constraint"
msgstr "Foreign key limit"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "სესიის მნიშვნელობა"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "სივრცით ინდექსის დამატება"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "არაა"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Table %s has been dropped"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "PHP-ის ინფორმაციის ჩვენება"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "%s ველის დამატება"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "ხედის ამობეჭდვა"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relation view"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "ცხრილის სტრუქტურის შეთავაზება"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "%s ველის დამატება"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "ცხრილის ბოლოშო"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "ცხრილის დასაწყისში"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "After %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Create an index on %s columns"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "დაყოფილი"
@@ -12946,7 +12925,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr "პროფილი განახლდა."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW name"
@@ -14146,6 +14125,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "max. concurrent connections"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "ექსპორტი"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "პრივილეგიები"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/kk.po b/po/kk.po
index 82066a1480..9f6d2956f8 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-01 09:41+0200\n"
"Last-Translator: Berikbol Zharylkassyn \n"
"Language-Team: none\n"
@@ -19,12 +19,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Бәрін көрсету"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -43,24 +43,27 @@ msgstr ""
"немесе сіздің браузеріңіз екі бет арасындағы жаңартылуды өзінің баптауында, "
"қауіпсіздік үшін бұғаттап тастауда."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Іздеу"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -72,18 +75,16 @@ msgstr "Іздеу"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Өту"
@@ -103,7 +104,7 @@ msgstr "Сипаттама"
msgid "Use this value"
msgstr "Осы мәнді қолданыңыз"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -117,31 +118,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s дерекқоры құрылды."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Дерекқорына түсініктеме: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Кестеге түсініктеме:"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Бағана"
@@ -150,11 +151,11 @@ msgstr "Бағана"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -164,44 +165,44 @@ msgstr "Бағана"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Типі"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Бос/Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Келісім бойынша"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -211,9 +212,9 @@ msgstr "Сілтемелер"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -224,21 +225,21 @@ msgstr "Түсініктеме"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Жоқ"
@@ -246,27 +247,27 @@ msgstr "Жоқ"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Иә"
@@ -288,88 +289,21 @@ msgstr "Барлығын ерекшелеу"
msgid "Unselect All"
msgstr "Eрекшеленгендерді алып тастау"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Дерекқорының аты көрсетілмеген!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "%1$s дерекқорының атауы, мына атауға %2$s, қайта қойылды"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s дерекқоры, мына жерге %2$s көшірілді."
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Дерекқорының атауын қайта қою."
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Дерекқорын өшіру"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s дерекқоры өшірілді."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "(DROP) дерекқорын өшіру"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Дерекқорының көшірілуі"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Тек құрылымы ғана"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Құрылымы және мәліметтері"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Тек мәліметтер ғана"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Көшірмес бұрын, дерекқорын құрып алыңыз(CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Қосу %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT қосу"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Шектеу қою"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Көшірілген дерекқорына өту"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Салыстыру"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -378,20 +312,16 @@ msgstr ""
"Кейбір ұлғаймалы мүмкіндіктеріне байланысты, PhpMyAdmin қол жетімсіз. "
"Себебін анықтау үшін %sмұнда%s басыңыз."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Байланыс схемасын түзету немесе экспорттау"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Кесте"
@@ -399,41 +329,41 @@ msgstr "Кесте"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Қатарлар"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Мөлшері"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "қолданыста"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Құру"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Соңғы жаңартылым"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Соңғы тексерім"
@@ -455,7 +385,7 @@ msgstr "%sСұраныстарды көз мөлшерiмен құрастыру
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -470,17 +400,17 @@ msgstr "Дерекқорында, ешбір кесте табылмады"
msgid "unknown"
msgstr "белгісіз"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s кестесі аластанды"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, fuzzy, php-format
msgid "View %s has been dropped"
msgstr "%s көрсетілімі жойылған"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s кестесі жойылған болатын"
@@ -493,19 +423,19 @@ msgstr "Бақылау қосулы"
msgid "Tracking is not active."
msgstr "Бақылауды белсендендірілу"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Түр"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s - келісім бойынша орнатылған MySQL серверінің кесте типі"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Белгi соғылғандарды:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Барлығын белгілеу"
@@ -543,50 +473,51 @@ msgstr "Барлығын белгілеу"
msgid "Check tables having overhead"
msgstr "Ықшамдауды қажет ететіндерді белгілеу"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Экспорт"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Баспаға шығару түрі"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Тазарту"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Жою"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Кестені тексеру"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Кестені тиімді ету"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Кестені калпына келтіру"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Кестенiң талдауы"
@@ -594,11 +525,11 @@ msgstr "Кестенiң талдауы"
msgid "Add prefix to table"
msgstr "Кестеге префикс қосу"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Кестениң префиксін ауыстыру"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Кестені префикс пен бірге көшіру"
@@ -610,20 +541,20 @@ msgstr "Мәлiметтердiң сөздiгi"
msgid "Tracked tables"
msgstr "Қадағаланатын кестелер"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Дерекқор"
@@ -639,9 +570,9 @@ msgstr "Құрылған"
msgid "Updated"
msgstr "Жаңартылған"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Күй"
@@ -649,14 +580,14 @@ msgstr "Күй"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Әрекет"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Көрсету"
@@ -689,7 +620,7 @@ msgstr "Құрылым түсірілімі"
msgid "Untracked tables"
msgstr "Бақылауға болмайтын кестелер"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Кестені бақылау"
@@ -741,7 +672,7 @@ msgstr "Экспорт типі қате"
msgid "Value for the column \"%s\""
msgstr "\"%s\" баған мәні"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "OpenStreetMaps негізгі қабат ретінде қолданыңыз"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Геометрия"
@@ -869,7 +800,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -891,10 +822,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL-сұранысы сәтті орындалды"
@@ -917,7 +848,7 @@ msgstr "\"DROP DATABASE\" (дерекқорды жою) командасы - ө
msgid "Do you really want to execute \"%s\"?"
msgstr "Сіз шынымен де сұраныстың орындалуын қалайсыз бе \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
#, fuzzy
msgid "You are about to DESTROY a complete database!"
msgstr "Сіз дерекқорды толығымен ЖОЙҒАЛЫ отырсыз!"
@@ -959,7 +890,7 @@ msgstr "Индекс қосу"
msgid "Edit Index"
msgstr "Индексті өзгерту"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr ""
@@ -990,8 +921,8 @@ msgstr "Құпия сөздер бір-біріне ұқсамайды!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Қолданушыны қосу"
@@ -1011,9 +942,9 @@ msgstr "Жабу"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1039,7 +970,7 @@ msgstr "Статикалық мәлiметтер"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Барлығы"
@@ -1237,7 +1168,7 @@ msgstr "Сұрақтар"
msgid "Traffic"
msgstr "Трафик"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Баптау"
@@ -1257,12 +1188,12 @@ msgstr "Торға график қосу"
msgid "Please add at least one variable to the series"
msgstr "Тәңiр жарылқасын, ең болмаса топтамаға бiр айнымалы қосыңыз"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Жоқ"
@@ -1433,10 +1364,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Уақыт"
@@ -1524,10 +1455,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Импорт"
@@ -1575,9 +1506,9 @@ msgstr "Қолданған айнымалы / формула"
msgid "Test"
msgstr "Тест"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1605,9 +1536,9 @@ msgstr "Бағананың жойылуы"
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Жарайды"
@@ -1647,15 +1578,15 @@ msgstr "Индекстерді жасыру"
msgid "Show indexes"
msgstr "Индекстерді көрсету"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Сыртқы кілттерді тексерілісі:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Қосулы)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Өшірулі)"
@@ -1722,8 +1653,8 @@ msgstr "Сұраныс өрісін көрсету"
msgid "No rows selected"
msgstr "Бірде-бір қатар таңдалынбады"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Өзгерту"
@@ -1731,8 +1662,8 @@ msgstr "Өзгерту"
msgid "Query execution time"
msgstr "Сұраныстың орындалу уақыты"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1741,8 +1672,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Сақтау"
@@ -1798,12 +1729,12 @@ msgstr "Сұраныс нәтижелері"
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Елемеу"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Көшіру"
@@ -1823,7 +1754,7 @@ msgstr "Сыртқы кілтті таңдаңыз"
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1906,7 +1837,7 @@ msgstr "Шығару"
msgid "Change Password"
msgstr ""
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Тағы"
@@ -2277,13 +2208,13 @@ msgstr "kk"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Қате"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr ""
@@ -2351,7 +2282,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2376,153 +2307,154 @@ msgstr ""
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr ""
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Шолу"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr ""
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
#, fuzzy
msgid "Font size"
msgstr "Қарiп өлшемi"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Өсу бойынша"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Кему бойынша"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Сұрыптау"
@@ -2548,8 +2480,8 @@ msgid "Use Tables"
msgstr "Кестелерді қолдану"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Немесе"
@@ -2616,13 +2548,13 @@ msgstr[1] "%1$s кестедегi сәйкестiктер %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Кесте %s үшін сәйкестіктерді өшіреміз бе?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2652,173 +2584,173 @@ msgstr "Кесте бойынша:"
msgid "Inside column:"
msgstr "Бағана бойынша"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr ""
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2880,27 +2812,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Индексі анықталмаған!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Индекстер"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Бірегей"
@@ -2913,6 +2845,16 @@ msgstr "Қапталған"
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Салыстыру"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2935,93 +2877,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Дерекқоры"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3082,50 +3024,50 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr ""
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3138,16 +3080,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3160,56 +3102,56 @@ msgstr ""
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3546,14 +3488,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3578,55 +3520,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3657,37 +3599,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr ""
@@ -3808,8 +3750,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4065,7 +4007,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4074,7 +4016,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4087,27 +4029,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4125,14 +4065,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4158,7 +4096,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4169,8 +4107,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4179,20 +4117,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4213,6 +4151,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT қосу"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4223,7 +4166,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4236,10 +4179,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Қосу %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4253,7 +4203,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4262,7 +4212,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4315,7 +4265,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4636,14 +4585,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4658,7 +4605,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4668,7 +4614,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5658,7 +5604,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -5813,14 +5759,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5906,21 +5850,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -5965,24 +5909,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6566,7 +6510,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6614,7 +6558,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6677,11 +6621,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6696,32 +6640,32 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -6927,7 +6871,158 @@ msgstr "phpMyAdmin құжаттамасы"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Дерекқорының атауын қайта қою."
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s дерекқоры өшірілді."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Дерекқорын өшіру"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "(DROP) дерекқорын өшіру"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Тек құрылымы ғана"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Құрылымы және мәліметтері"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Тек мәліметтер ғана"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Дерекқорының көшірілуі"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Көшірмес бұрын, дерекқорын құрып алыңыз(CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Шектеу қою"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Көшірілген дерекқорына өту"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Байланыс схемасын түзету немесе экспорттау"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -6936,7 +7031,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -6961,49 +7056,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Кіру"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервер:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Қолданушы:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Құпия сөз:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7034,92 +7129,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7136,37 +7231,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7174,33 +7269,33 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr ""
@@ -7212,139 +7307,139 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7360,8 +7455,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7378,109 +7473,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7598,7 +7684,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7667,7 +7753,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7716,7 +7802,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7740,8 +7826,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7831,7 +7917,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8214,12 +8300,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8256,6 +8342,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8516,14 +8606,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8532,12 +8622,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8595,16 +8685,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8613,8 +8703,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8630,12 +8720,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8643,98 +8733,90 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8743,11 +8825,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -8797,11 +8879,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -8903,8 +8985,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -8949,13 +9031,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -8968,20 +9050,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -8990,7 +9067,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9032,7 +9109,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9185,133 +9262,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9319,7 +9396,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9327,7 +9404,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9335,11 +9412,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9347,66 +9424,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9423,41 +9500,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9539,17 +9616,17 @@ msgstr ""
msgid "disabled"
msgstr ""
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11105,32 +11182,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11210,76 +11287,76 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr ""
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11302,255 +11379,161 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr ""
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "Осы мәнді қолданыңыз"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "Бағана іші"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr ""
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11723,7 +11706,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index e6714e9223..2a154d6319 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-26 08:31+0200\n"
"Last-Translator: Hyun-Sung Yun \n"
"Language-Team: korean \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "모두 보기"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"대상 브라우저 창을 업데이트할 수 없습니다. 부모 창을 닫았거나 브라우저의 보"
"안 설정이 다른 창을 업데이트하지 못하도록 설정되어 있는 것 같습니다."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "검색"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "검색"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "실행"
@@ -98,7 +99,7 @@ msgstr "설명"
msgid "Use this value"
msgstr "이 값을 사용합니다"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "데이터베이스 %1$s가 생성되었습니다."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "데이터베이스 설명: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "테이블 설명"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "컬럼명"
@@ -145,11 +146,11 @@ msgstr "컬럼명"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "컬럼명"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "종류"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "기본값"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "링크 대상:"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "설명"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "아니오"
@@ -241,27 +242,27 @@ msgstr "아니오"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "예"
@@ -283,88 +284,21 @@ msgstr "모두 선택"
msgid "Unselect All"
msgstr "모두 선택안함"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "데이터베이스명이 없습니다!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "데이터베이스 %1$s 의 이름을 %2$s 로 변경하였습니다."
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "데이터베이스 %1$s 을(를) %2$s 로 복사하였습니다."
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "데이터베이스 이름 변경"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "데이터베이스 제거"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "데이터베이스 %s 를 제거했습니다."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "데이터베이스 제거 (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "데이터베이스 복사"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "구조만"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "구조와 데이터 모두"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "데이터만"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "복사 전에 CREATE DATABASE 실행"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s 추가"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT 값 추가"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "제약조건 추가"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "복사한 테이블로 옮겨감"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "데이터정렬방식"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -373,20 +307,16 @@ msgstr ""
"phpMyAdmin 설정 스토리지가 비활성화 되어 있습니다. 원인을 확인하려면 %s여기"
"를 클릭%s하십시오."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "관계 스키마를 수정 또는 내보내기"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "테이블 "
@@ -394,41 +324,41 @@ msgstr "테이블 "
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "행"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "크기"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "사용중"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "생성"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "마지막 업데이트"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "마지막 검사"
@@ -449,7 +379,7 @@ msgstr "%s비주얼 쿼리 빌더%s로 전환"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -464,17 +394,17 @@ msgstr "데이터베이스에 테이블이 없습니다."
msgid "unknown"
msgstr "알수없음"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "테이블 %s 을 비웠습니다"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "뷰 %s가 제거되었습니다."
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "테이블 %s를 제거했습니다."
@@ -487,7 +417,7 @@ msgstr "트래킹이 활성화되었습니다."
msgid "Tracking is not active."
msgstr "트래킹이 활성화되어 있지 않습니다."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -495,12 +425,12 @@ msgid ""
msgstr ""
"이 뷰는 최소 이 숫자 이상의 열을 가지고 있습니다. %s문서%s를 참조해 주십시오."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "뷰"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -516,21 +446,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s는 이 MySQL 서버의 기본 스토리지 엔진입니다."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "선택한 것을:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "모두 체크"
@@ -538,50 +468,51 @@ msgstr "모두 체크"
msgid "Check tables having overhead"
msgstr "오버헤드를 가진 테이블들을 체크"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "내보내기"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "인쇄용 보기"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "비우기"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "삭제"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "테이블 검사"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "테이블 최적화"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "테이블 복구"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "테이블 분석"
@@ -589,11 +520,11 @@ msgstr "테이블 분석"
msgid "Add prefix to table"
msgstr "테이블에 접두사 추가"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "테이블의 접두사를 교체"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "테이블에 접두사를 추가하여 복제"
@@ -605,20 +536,20 @@ msgstr "데이터 사전 (전체 구조보기)"
msgid "Tracked tables"
msgstr "추적된 테이블"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "데이터베이스"
@@ -634,9 +565,9 @@ msgstr "생성됨"
msgid "Updated"
msgstr "수정됨"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "상태"
@@ -644,14 +575,14 @@ msgstr "상태"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "실행"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "보기"
@@ -684,7 +615,7 @@ msgstr "구조 요약"
msgid "Untracked tables"
msgstr "추적되지 않은 테이블"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "테이블 추적"
@@ -736,7 +667,7 @@ msgstr "잘못된 내보내기 타입"
msgid "Value for the column \"%s\""
msgstr "\"%s\"행의 값"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "기본 레이어로 OpenStreetMaps를 사용"
@@ -745,7 +676,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometry"
@@ -870,7 +801,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"가져오기 플러그인을 로드할 수 없습니다. 올바로 설치되었는지 확인해주세요!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "북마크 %s가 생성되었습니다."
@@ -896,10 +827,10 @@ msgstr ""
"파싱된 데이터가 없지만, 이것은 보통 phpMyAdmin이 php 시간 제한을 늘리지 않고"
"는 이 가져오기를 마칠 수 없음을 뜻합니다."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "질의가 바르게 실행되었습니다."
@@ -921,7 +852,7 @@ msgstr "\"DROP DATABASE\" 구문은 허락되지 않습니다."
msgid "Do you really want to execute \"%s\"?"
msgstr "정말로 \"%s\"을/를 실행하시겠습니까?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "이 데이터베이스 전체를 제거하려고 합니다!"
@@ -961,7 +892,7 @@ msgstr "인덱스 추가"
msgid "Edit Index"
msgstr "인덱스 수정"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "인덱스에 %d 열 추가"
@@ -991,8 +922,8 @@ msgstr "암호가 동일하지 않습니다!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "사용자 추가"
@@ -1012,9 +943,9 @@ msgstr "닫기"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1040,7 +971,7 @@ msgstr "정적 데이터"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "전체 쿼리수"
@@ -1239,7 +1170,7 @@ msgstr "질의"
msgid "Traffic"
msgstr "소통량"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "설정"
@@ -1259,12 +1190,12 @@ msgstr "차트에 그리드 추가"
msgid "Please add at least one variable to the series"
msgstr "최소 한개이상의 변수를 시리즈에 추가하십시오"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "없음"
@@ -1446,10 +1377,10 @@ msgid "Explain output"
msgstr "SQL 해석"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "시간"
@@ -1541,10 +1472,10 @@ msgid ""
msgstr ""
"가져온 설정과 차트 격자를 그리는데 실패했습니다. 기본 설정으로 적용중..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "가져오기"
@@ -1592,9 +1523,9 @@ msgstr "사용된 변수 / 수식"
msgid "Test"
msgstr "테스트"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "취소"
@@ -1622,9 +1553,9 @@ msgstr "열을 삭제하고 있습니다"
msgid "Adding Primary Key"
msgstr "기본 키를 추가하고 있습니다"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "확인"
@@ -1664,19 +1595,19 @@ msgstr "인덱스 숨기기"
msgid "Show indexes"
msgstr "인덱스 보이기"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "외래 키(foreign key) 체크 사용 안함"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "사용가능"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1745,8 +1676,8 @@ msgstr "질의 상자 보이기"
msgid "No rows selected"
msgstr "선택된 행이 없습니다"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "변경"
@@ -1754,8 +1685,8 @@ msgstr "변경"
msgid "Query execution time"
msgstr "질의 실행 시간"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d는 올바른 행번호가 아닙니다."
@@ -1764,8 +1695,8 @@ msgstr "%d는 올바른 행번호가 아닙니다."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "저장"
@@ -1822,12 +1753,12 @@ msgstr "질의 결과"
msgid "Data point content"
msgstr "테이블 설명"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "무시"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "복사"
@@ -1848,7 +1779,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -1941,7 +1872,7 @@ msgstr ""
msgid "Change Password"
msgstr "암호 변경"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mo"
msgid "More"
@@ -2325,13 +2256,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "오류"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL 질의"
@@ -2399,7 +2330,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "인라인"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "프로파일링"
@@ -2424,153 +2355,154 @@ msgstr "%s일 %s시간 %s분 %s초"
msgid "Missing parameter:"
msgstr "매개 변수 누락:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "처음"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "이전"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "다음"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "마지막"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "데이터베이스 "%s" 로 이동."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s 기능은 알려진 버그가 있습니다. %s 문서를 참조하십시오"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "구조"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "삽입"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "보기"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "테이블 작업"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "업로드 파일:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "웹서버 업로드 디렉토리"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "업로드 디렉토리에 접근할 수 없습니다"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "업로드할 파일이 없습니다."
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "실행하기"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "인쇄"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "글꼴 크기"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "오름차순"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "내림차순"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "정렬"
@@ -2596,8 +2528,8 @@ msgid "Use Tables"
msgstr "사용할 테이블"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "또는"
@@ -2662,13 +2594,13 @@ msgstr[0] "테이블 %s에서 %s 건 일치"
msgid "Delete the matches for the %s table?"
msgstr "테이블 %s에 대하여 일치하는 것들을 삭제 하겠습니까?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2698,186 +2630,186 @@ msgstr "검색할 테이블:"
msgid "Inside column:"
msgstr "검색할 컬럼:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Restore column order"
msgstr "컬럼 추가/삭제"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "시작 행"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "행 갯수"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mo"
msgid "Mode"
msgstr "월"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "수평(가로)"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "수평 (rotated headers)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "수직(세로)"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "옵션"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Partial Texts"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Full Texts"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Version information"
msgid "Hide browser transformation"
msgstr "버전 정보"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "선택한 줄(레코드)을 삭제 하였습니다."
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Kill"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "질의(in query)"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "행(레코드) 보기"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "합계"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "질의 실행시간 %01.4f 초"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display chart"
msgstr "열(칼럼) 설명(코멘트) 출력하기"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "서버 버전"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2943,29 +2875,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "이 페이지를 넘기려면 쿠키 사용을 허용해야 합니다."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "이 페이지를 넘기려면 쿠키 사용을 허용해야 합니다."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "인덱스가 설정되지 않았습니다!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "인덱스"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "고유값"
@@ -2978,6 +2910,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Cardinality"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "데이터정렬방식"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3000,96 +2942,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "데이터베이스 "
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "서버"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "질의 마법사"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "사용권한"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "사용자"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "바이너리"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "환경설정값"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3148,51 +3090,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr "이 MySQL 서버는 %s 스토리지 엔진을 지원하지 않습니다."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "데이터베이스 검색"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "데이터베이스 검색"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "테이블 %s을(를) %s(으)로 이름을 변경하였습니다."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3205,17 +3147,17 @@ msgstr ""
msgid "Function"
msgstr "함수"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "테이블 작업"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "값"
@@ -3232,61 +3174,61 @@ msgstr "검색"
msgid "Edit/Insert"
msgstr "삽입"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "필드 선택 (하나 이상):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "검색 조건 추가 (\"where\" 조건):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "페이지당 레코드 수"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "출력 순서:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL 질의"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "다음으로 질의를 만들기 (와일드카드: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "다음으로 질의를 만들기 (와일드카드: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3631,14 +3573,14 @@ msgstr "테이블 수"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "데이터"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "부담"
@@ -3664,11 +3606,11 @@ msgstr "데이터베이스 "%s" 에 대한 사용권한 검사."
msgid "Check Privileges"
msgstr "사용권한 검사"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "설정 파일을 읽는데 실패했습니다."
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3676,12 +3618,12 @@ msgstr ""
"일반적으로 이것은 문법 오류가 있음을 의미합니다. 다음의 모든 오류를 확인하십"
"시오."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "기본 설정을 가져올 수 없습니다: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3692,34 +3634,34 @@ msgid ""
msgstr ""
"환경설정 파일에 $cfg['PmaAbsoluteUri'] 변수가 정의되어야 합니다!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "잘못된 서버 인덱스: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "서버 %1$s의 호스트 이름이 잘못되었습니다. 설정을 확인하십시오"
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "설정 파일에 인증 방식이 제대로 설정이 되어 있지 않습니다."
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s를 %s 이상으로 업그레이드 하십시오"
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "어떤 공격을 받고있을 가능성이 있습니다."
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "전역 변수에서 숫자로 된 키가 발견 되었습니다."
@@ -3752,38 +3694,38 @@ msgstr "따옴표(quote)가 닫히지 않았음"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "사용불가"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "구조"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -3912,8 +3854,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "리세트"
@@ -4177,7 +4119,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "파일로 저장"
@@ -4186,7 +4128,7 @@ msgid "Character set of the file"
msgstr "파일 문자셋"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "형식"
@@ -4199,27 +4141,25 @@ msgstr "압축"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "첫 줄에 열 이름을 넣기"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "열 감싸기"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "열 특수문자 처리"
@@ -4237,14 +4177,12 @@ msgstr "열 내의 CRLF 문자를 제거하기"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "열 구분자"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "줄 구분자"
@@ -4270,7 +4208,7 @@ msgstr "파일명 템플릿"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "덤프 테이블"
@@ -4281,8 +4219,8 @@ msgid "Include table caption"
msgstr "테이블 설명 포함하기"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "테이블 설명"
@@ -4291,20 +4229,20 @@ msgid "Continued table caption"
msgstr "테이블 설명(Continued)"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "레이블 키"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME 형식"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
#, fuzzy
msgid "Relations"
msgstr "관계"
@@ -4326,6 +4264,11 @@ msgstr "기존 파일 덮어쓰기"
msgid "Remember file name template"
msgstr "파일명 템플릿을 저장하기"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT 값 추가"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "테이블과 열 이름을 백쿼트(`)로 감싸기"
@@ -4336,7 +4279,7 @@ msgid "SQL compatibility mode"
msgstr "SQL 호환 모드"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
#, fuzzy
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE 옵션 :"
@@ -4352,10 +4295,17 @@ msgid "Use delayed inserts"
msgstr "지연 삽입 사용"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "외래 키(foreign key) 체크 사용 안함"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s 추가"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB을 헥사 숫자로 사용"
@@ -4372,7 +4322,7 @@ msgid "Syntax to use when inserting data"
msgstr "데이터 삽입시 사용 구문"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "CREATE 질의 최대 길이"
@@ -4381,7 +4331,7 @@ msgid "Export type"
msgstr "내보내기 형식"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
#, fuzzy
msgid "Enclose export in a transaction"
msgstr "트랜잭션으로 내보내기 감싸기"
@@ -4435,7 +4385,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV 데이터"
@@ -4773,14 +4722,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "파일로 테이블 대치하기"
@@ -4795,7 +4742,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4807,7 +4753,7 @@ msgid "Column names in first row"
msgstr "맨처음에 필드 이름을 출력"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5835,7 +5781,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "암호"
@@ -6001,14 +5947,12 @@ msgstr "인증중입니다..."
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6099,23 +6043,23 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "서버 응답이 없습니다"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6162,25 +6106,25 @@ msgid "Create"
msgstr "만들기 "
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "권한 없음"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "새 페이지 만들기"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "이름"
@@ -6795,7 +6739,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "결과값이 없습니다. (빈 레코드 리턴.)"
@@ -6844,7 +6788,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6910,11 +6854,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr "탭 키나 CTRL+화살표로 값 항목을 이동할 수 있습니다."
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL 쿼리 보기"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6931,36 +6875,36 @@ msgstr "없음"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "금"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "확인"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "정말로 다음을 실행하시겠습니까? "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "변화 없음"
@@ -7168,7 +7112,164 @@ msgstr "phpMyAdmin 설명서"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "데이터베이스 이름 변경"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "데이터베이스 %s 를 제거했습니다."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "데이터베이스 제거"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "데이터베이스 제거 (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "구조만"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "구조와 데이터 모두"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "데이터만"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "데이터베이스 복사"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "복사 전에 CREATE DATABASE 실행"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "제약조건 추가"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "복사한 테이블로 옮겨감"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "관계 스키마를 수정 또는 내보내기"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "다음 순서대로 테이블 정렬(변경)"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(단독으로)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "테이블 이동 (데이터베이스명.테이블명):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "테이블 옵션"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "테이블 이름 바꾸기"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "테이블 복사 (데이터베이스명.테이블명):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "복사한 테이블로 옮겨감"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "테이블 유지보수"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "테이블 단편화 제거"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "테이블 %s 을 닫았습니다(캐시 삭제)"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "테이블 닫기(캐시 삭제)"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "테이블의 덤프 데이터"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "테이블 내용 비우기(TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "테이블 삭제(DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "분석"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "검사"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "옵티마이저"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "리빌드"
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "테이블 복구"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "테이블 유지보수"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "referential 무결성 검사:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7177,7 +7278,7 @@ msgid "Cannot connect: invalid settings."
msgstr "연결할 수 없습니다: 잘못된 설정."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7204,50 +7305,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "로그인"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "서버:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "사용자명:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "암호:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "서버 선택"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"최근 %s초 동안 아무 동작이 없어 로그아웃 되었습니다. 다시 로그인해주세요."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL 서버에 로그인할 수 없습니다"
@@ -7280,79 +7381,79 @@ msgstr ""
msgid "Authenticating..."
msgstr "인증중입니다..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "줄(열) 구분자"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "필드 감싸기"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "필드 특수문자(escape) 처리"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "줄(열) 구분자"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "데이터베이스 사용량 통계"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "테이블의 덤프 데이터"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "보냄"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7361,24 +7462,24 @@ msgstr "보냄"
msgid "Definition"
msgstr "설명"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "테이블 구조"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "구조만"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7395,40 +7496,40 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ 테이블 구조"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
msgid "Table caption (continued)"
msgstr "테이블 설명"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "열(칼럼) 설명(코멘트) 출력하기"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7436,35 +7537,35 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "호스트"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "처리한 시간"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "서버 버전"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP 버전"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "내보내기"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7480,145 +7581,145 @@ msgstr ""
msgid "Report title:"
msgstr "파일 가져오기"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "명세"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "명세"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
msgid "Data creation options"
msgstr "데이터베이스 사용량 통계"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "프로세스 목록"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "함수"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7636,8 +7737,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7656,109 +7757,100 @@ msgstr ""
msgid "Column names: "
msgstr "열(칼럼) 이름"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "열(칼럼) 이름"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7878,7 +7970,7 @@ msgid "Enabled"
msgstr "사용가능"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7947,7 +8039,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "설명이 없습니다"
@@ -7997,7 +8089,7 @@ msgstr ""
msgid "Variable"
msgstr "변수"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "서버"
@@ -8022,8 +8114,8 @@ msgstr "아무나"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8118,7 +8210,7 @@ msgstr ""
msgid "Event name"
msgstr "질의 종류"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "질의 종류"
@@ -8544,12 +8636,12 @@ msgstr "테이블 설명"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "보기"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "추가"
@@ -8591,6 +8683,10 @@ msgstr "모두 선택"
msgid "Select Tables"
msgstr "모두 선택"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "열(칼럼) 이름"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8862,14 +8958,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "테이블에 관한 권한"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "주의: MySQL 권한 이름은 영어로 표기되어야 합니다. "
@@ -8878,12 +8974,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "전체적 권한"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "데이터베이스에 관한 권한"
@@ -8941,16 +9037,16 @@ msgid "Users having access to "%s""
msgstr ""%s" 에 접근할 수 있는 사용자들"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "사용자"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
#, fuzzy
msgid "Grant"
msgstr "인쇄"
@@ -8962,8 +9058,8 @@ msgid "User has been added."
msgstr "뷰 %s가 제거되었습니다."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Any"
@@ -8979,14 +9075,14 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "사용자가 없습니다."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "권한 수정"
@@ -8994,108 +9090,96 @@ msgstr "권한 수정"
msgid "Revoke"
msgstr "제거"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "내보내기"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
#, fuzzy
msgid "... delete the old one from the user tables."
msgstr "권한 테이블에서 사용자를 삭제하기만 함."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
#, fuzzy
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "모든 활성화된 권한을 박탈하고 사용자를 삭제함."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
#, fuzzy
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "사용자를 삭제하고 사용권한을 갱신함."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "열(칼럼)에 관한 권한"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "다음 데이터베이스에 권한 추가하기"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "다음 테이블에 권한 추가하기"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "선택한 사용자를 삭제"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "모든 활성화된 권한을 박탈하고 사용자를 삭제함."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "사용자명과 같은 이름의 데이터베이스를 삭제"
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "사용권한을 갱신합니다(Reloading the privileges)"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "선택한 사용자들을 삭제했습니다."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s 의 권한을 업데이트했습니다."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "사용권한"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "사용권한"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "사용자 개요"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9104,11 +9188,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "선택한 사용자는 사용권한 테이블에 존재하지 않습니다."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "새 사용자를 추가했습니다."
@@ -9162,11 +9246,11 @@ msgstr ""
msgid "Columns"
msgstr "열(칼럼) 이름"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "이 SQL 질의를 북마크함"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9276,8 +9360,8 @@ msgid ""
msgstr "기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "인덱스"
@@ -9328,13 +9412,13 @@ msgstr "없음"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "기본"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9348,22 +9432,17 @@ msgstr ""
msgid "after %s"
msgstr "%s 다음에"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "필드 추가하기"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "출력하려면 적어도 1개 이상의 열(칼럼)을 선택해야 합니다."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9372,7 +9451,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9416,7 +9495,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9594,156 +9673,156 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "질의 실행"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "모두 보기"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "테이블 복구"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "내보내기"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "질의(in query)"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "테이블 이름 바꾸기"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "사용자명"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "만들기 "
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
msgid "Active options"
msgstr "실행"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "테이블 %s 을 제거했습니다."
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "사용법(량)"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "파일 가져오기"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "새 인덱스 만들기"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "사용자명"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9751,7 +9830,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9759,7 +9838,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9767,11 +9846,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "수정된 내용이 저장되었습니다."
@@ -9779,68 +9858,68 @@ msgstr "수정된 내용이 저장되었습니다."
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "파일 가져오기"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9857,44 +9936,44 @@ msgstr "All"
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "\"%s\" 테이블이 존재하지 않습니다!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "필드"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
#, fuzzy
msgid "Information"
msgstr "로그인 정보"
@@ -9982,17 +10061,17 @@ msgstr ""
msgid "disabled"
msgstr "사용불가"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "사용자 %s 가 이미 존재합니다!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s 을 삭제합니다"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "권한을 다시 로딩했습니다."
@@ -11595,34 +11674,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "정말로 다음을 실행하시겠습니까? "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP 코드 보기"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL 검사"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL 결과"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Label"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "선택한 사용자들을 삭제했습니다."
@@ -11722,86 +11801,86 @@ msgstr "테이블 %s 을 제거했습니다."
msgid "View dump (schema) of table"
msgstr "테이블의 덤프(스키마) 데이터 보기"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "너비"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "높이"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Label column"
msgstr "컬럼 추가/삭제"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-없음-"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "전체 사용량"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "파일로 저장"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "사용자명"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "기본 키의 이름은 반드시 PRIMARY여야 합니다!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "인덱스 이름을 기본 키로 바꿀 수 없습니다!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "인덱스 추가"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add index"
msgid "Edit index"
msgstr "인덱스 추가"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "인덱스 이름:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\"는 기본 키만의 유일한 이름입니다!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "인덱스 종류:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "%s개 열(칼럼)에 인덱스 추가"
@@ -11824,273 +11903,173 @@ msgstr "테이블 %s 을 %s 로 옮겼습니다."
msgid "Table %s has been copied to %s."
msgstr "%s 테이블이 %s 으로 복사되었습니다."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "테이블명이 없습니다!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "다음 순서대로 테이블 정렬(변경)"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(단독으로)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "테이블 이동 (데이터베이스명.테이블명):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "테이블 옵션"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "테이블 이름 바꾸기"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "테이블 복사 (데이터베이스명.테이블명):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "복사한 테이블로 옮겨감"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "테이블 유지보수"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "테이블 단편화 제거"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "테이블 %s 을 닫았습니다(캐시 삭제)"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "테이블 닫기(캐시 삭제)"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "테이블의 덤프 데이터"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "테이블 내용 비우기(TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "테이블 삭제(DROP)"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "테이블 유지보수"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "분석"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "검사"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "옵티마이저"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "리빌드"
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "테이블 복구"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "referential 무결성 검사:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "테이블 보기"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "공간 사용량"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "실제량"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "행(레코드) 통계"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "정적"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "동적(다이내믹)"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "행 길이"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Row size"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "외래키 제약"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "세션 값"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "기본키 추가"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "유일 인덱스 추가"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "FULLTEXT 인덱스 추가"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "없음"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "테이블 %s 을 제거했습니다."
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s에 기본 키가 추가되었습니다"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s 에 인덱스가 걸렸습니다"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "PHP 정보 보기"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "컬럼 제거"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "인쇄용 보기"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "제안하는 테이블 구조"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "필드 추가하기"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "테이블의 마지막"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "테이블의 처음"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s 다음에"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "%s 개 열(칼럼)에 인덱스 만들기 "
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12274,7 +12253,7 @@ msgstr "어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니
msgid "The profile has been updated."
msgstr "프로파일을 업데이트했습니다."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "뷰 이름"
@@ -13402,6 +13381,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "내보내기"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "사용권한"
+
#~ msgid "rows"
#~ msgstr "보기"
diff --git a/po/lt.po b/po/lt.po
index 58cae05c11..7fc003d772 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-03 16:29+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: lithuanian \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Rodyti viską"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų "
"naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Paieška"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Paieška"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Vykdyti"
@@ -99,7 +100,7 @@ msgstr "Paaiškinimas"
msgid "Use this value"
msgstr "Naudokite šią reikšmę"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Duomenų bazė %1$s sukurta."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Duomenų bazės komentaras: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Lentelės komentarai"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Stulpelis"
@@ -146,11 +147,11 @@ msgstr "Stulpelis"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Stulpelis"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tipas"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Nutylint"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Sąryšis su"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Komentarai"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ne"
@@ -242,27 +243,27 @@ msgstr "Ne"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Taip"
@@ -284,90 +285,23 @@ msgstr "Pažymėti visas"
msgid "Unselect All"
msgstr "Atžymėti visas"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Nenurodytas duomenų bazės vardas!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Duomenų bazė %s pervadinta į %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Duomenų bazė %s buvo nukopijuota į %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Pervadinti duomenų bazę į"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Pašalinti duomenų bazę"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Duomenų bazė %s ištrinta."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Pašalinti duomenų bazę (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopijuoti duomenų bazę į"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Tik struktūra"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktūra ir duomenys"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Tik duomenys"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE prieš kopijuojant"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Pridėti %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Pridėti AUTO_INCREMENT reikšmę"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Pridėti apribojimą"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Pereiti į nukopijuotą duomenų bazę"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Palyginimas"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgid ""
msgstr ""
"phpMyAdmin konfigūracijos talpinimo vieta išjungta. %sIšsiaiškinti kodėl%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Keisti arba eksportuoti ryšių schemą"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Lentelė"
@@ -396,41 +326,41 @@ msgstr "Lentelė"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Eilutės"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Dydis"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "šiuo metu naudojama"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Sukurta"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Paskutinis atnaujinimas"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Paskutinis patikrinimas"
@@ -453,7 +383,7 @@ msgstr "Pereiti į %svizualią daryklę%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "Duomenų bazėje nerasta jokių lentelių."
msgid "unknown"
msgstr "nežinoma"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Lentelės reikšmės %s ištuštintos"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Rodinys %s buvo panaikintas"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Lentelė %s panaikinta"
@@ -491,7 +421,7 @@ msgstr "Sekimas yra aktyvus."
msgid "Tracking is not active."
msgstr "Sekimas yra neaktyvus."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgstr ""
"Šis rodinys turi mažiausiai tiek eilučių. Daugiau informacijos "
"%sdokumentacijoje%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Rodinys"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s yra standartinis saugojimo variklis šiame MySQL serveryje."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Pasirinktus:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Pažymėti visas"
@@ -543,50 +473,51 @@ msgstr "Pažymėti visas"
msgid "Check tables having overhead"
msgstr "Pažymėti turinčias perteklių"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksportuoti"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Spausdinti struktūrą"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Išvalyti"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Šalinti"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Patikrinti lentelę"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizuoti"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Taisyti lentelę"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizuoti lentelę"
@@ -594,11 +525,11 @@ msgstr "Analizuoti lentelę"
msgid "Add prefix to table"
msgstr "Pridėti priešdėlį lentelės pavadinimui"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Pakeisti lentelės pavadinimo priešdėlį"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopijuoti lentelę su pavadinimo priešdėliu"
@@ -610,20 +541,20 @@ msgstr "Duomenų žodynas"
msgid "Tracked tables"
msgstr "Sekamos lentelės"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Duomenų bazė"
@@ -639,9 +570,9 @@ msgstr "Sukurta"
msgid "Updated"
msgstr "Atnaujinta"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Būsena"
@@ -649,14 +580,14 @@ msgstr "Būsena"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Veiksmas"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Rodyti"
@@ -689,7 +620,7 @@ msgstr "Momentinė struktūros kopija"
msgid "Untracked tables"
msgstr "Nesekamos lentelės"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Sekti lentelę"
@@ -741,7 +672,7 @@ msgstr "Neteisingas eksportavimo tipas"
msgid "Value for the column \"%s\""
msgstr "Reikšmė „%s“ stulpeliui"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Naudoti OpenStreetMaps kaip pagrindinį sluoksnį"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometrija"
@@ -882,7 +813,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Nepavyko įkelti importuotų įskiepių, prašome patikrinti įdiegimą!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Žymė %s sukurta"
@@ -909,10 +840,10 @@ msgstr ""
"dažniausiai reiškia, kad phpMyAdmin negali baigti importuoti nebent Jūs "
"padidintumėte PHP laiko limitą."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Jūsų SQL užklausa sėkmingai įvykdyta"
@@ -936,7 +867,7 @@ msgstr "„DROP DATABASE“ komandos įvykdyti negalima."
msgid "Do you really want to execute \"%s\"?"
msgstr "Ar tikrai norite "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Jūs ruošiatės SUNAIKINTI visą duomenų bazę!"
@@ -976,7 +907,7 @@ msgstr "Pridėti indeksą"
msgid "Edit Index"
msgstr "Redaguoti indeksą"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Pridėti %d stulpelį(-ius) į indeksą"
@@ -1006,8 +937,8 @@ msgstr "Slaptažodžiai nesutampa!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Pridėti naudotoją"
@@ -1027,9 +958,9 @@ msgstr "Uždaryti"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1055,7 +986,7 @@ msgstr "Statiniai duomenys"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Iš viso"
@@ -1253,7 +1184,7 @@ msgstr ""
msgid "Traffic"
msgstr "Apkrovimas"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Nustatymai"
@@ -1275,12 +1206,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Ne"
@@ -1464,10 +1395,10 @@ msgid "Explain output"
msgstr "Paaiškinti SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Laikas"
@@ -1575,10 +1506,10 @@ msgstr ""
"Nepavyko sudaryti diagramos tinklelio su importuota konfigūracija. Nustatoma "
"į numatytąją konfigūraciją..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importuoti"
@@ -1634,9 +1565,9 @@ msgstr "Naudojamas kintamasis / formulė"
msgid "Test"
msgstr "Išbandyti"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Atšaukti"
@@ -1664,9 +1595,9 @@ msgstr "Šalinamas stulpelis"
msgid "Adding Primary Key"
msgstr "Pridedamas pirminis raktas"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Gerai"
@@ -1706,19 +1637,19 @@ msgstr "Nerodyti indeksų"
msgid "Show indexes"
msgstr "Rodyti indeksus"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Atsisakyti išorinių raktų tikrinimo"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Įjungta"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1790,8 +1721,8 @@ msgstr "Rodyti užklausos laukelį"
msgid "No rows selected"
msgstr "Nepasirinkti įrašai"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Redaguoti"
@@ -1799,8 +1730,8 @@ msgstr "Redaguoti"
msgid "Query execution time"
msgstr "Užklausos vykdymo laikas"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d nėra galimas eilutės numeris."
@@ -1809,8 +1740,8 @@ msgstr "%d nėra galimas eilutės numeris."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Išsaugoti"
@@ -1870,12 +1801,12 @@ msgstr "Užklausos rezultatai"
msgid "Data point content"
msgstr "Duomenų rodyklės dydis"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignoruoti"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopijuoti"
@@ -1895,7 +1826,7 @@ msgstr "Pasirinkti Foreign Key"
msgid "Please select the primary key or a unique key"
msgstr "Prašome pasirinkti pirminį raktą arba unikalųjį raktą"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Pasirinkite laukus peržiūrai"
@@ -1982,7 +1913,7 @@ msgstr "Generuoti"
msgid "Change Password"
msgstr "Pakeisti slaptažodį"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Daugiau"
@@ -2369,13 +2300,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Klaida"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL užklausa"
@@ -2443,7 +2374,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Redaguoti čia"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profiliavimas"
@@ -2468,161 +2399,162 @@ msgstr "%s d., %s val., %s min. ir %s s"
msgid "Missing parameter:"
msgstr "Trūkstamas parametras:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Pradžia"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Ankstesnis"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Kitas"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Pabaiga"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Pereiti į „%s“ duomenų bazę."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s funkcionalumas paveiktas žinomos klaidos, žiūrėti %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Spustelėkite suskleidimui/atskleidimui"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktūra"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Įterpti"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Peržiūrėti"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Veiksmai"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Naršyti savo kompiuteryje:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Pasirinkti iš saityno serverio atsisiuntimų katalogą %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Nepasiekimas nurodytas www-serverio katalogas atsiuntimams."
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Nėra failų išsiuntimui"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Vykdyti"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Spausdinti"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Esamo konfigūracinio failo (%s) neina nuskaityti."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Blogos teisės konfigūracinio failo, neturėtų būti įrašymo galimybė visiems!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Šrifto dydis"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Didėjimo tvarka"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Mažėjimo tvarka"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Rūšiuoti"
@@ -2648,8 +2580,8 @@ msgid "Use Tables"
msgstr "Naudoti lenteles"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Arba"
@@ -2718,13 +2650,13 @@ msgstr[2] "%s atitikmenų lentelėse %s"
msgid "Delete the matches for the %s table?"
msgstr "Ištrinti sutapimus %s lentelėje(ei)?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2754,135 +2686,135 @@ msgstr "Viduje lentelių:"
msgid "Inside column:"
msgstr "Stulpelio viduje:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "Išsaugoti katalogą"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Atstatyti stulpelių rikiavimą"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Pradėti eilute"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Eilučių skaičius:"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Režimas"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontaliai"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontalūs (pasukti pavadinimai)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikaliai"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute every"
msgid "Headers every %s rows"
msgstr "Vykdyti kas"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Rūšiuoti pagal raktą"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Nustatymai"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Tekstus rodyti dalinai"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Tekstus rodyti pilnai"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Sąryšių raktas"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Ryšių rodymo stulpelis"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Rodyti dvejetainį turinį"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Rodyti BLOB turinį"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Rodyti dvejetainį turinį kaip šešioliktainį"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Naršyklės transformacija"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Eilutė buvo ištrinta"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Stabdyti procesą"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2890,44 +2822,44 @@ msgstr ""
"Gali būti apytikslis. Žiūrėkite [a@./Documentation."
"html#faq3_11@Documentation]DUK 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "užklausa vykdoma"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Rodomi įrašai"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "iš viso"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Užklausa užtruko %01.4f sek."
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Veiksmai su užklausos rezultatais"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Spausdinti rezultatus (su pilnais tekstais)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Rodyti diagramą"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Sukurti rodinį"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Sąryšis nerastas"
@@ -2993,29 +2925,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Atverti naują phpMyAdmin langą"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Slapukai turi būti priimami."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Slapukai turi būti priimami."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nėra aprašytų indeksų!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksai"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unikalus"
@@ -3028,6 +2960,16 @@ msgstr "Suspausta"
msgid "Cardinality"
msgstr "Elementų skaičius"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Palyginimas"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3051,95 +2993,95 @@ msgid ""
msgstr ""
"Žurnalai %1$s ir %2$s atrodo vienodi ir vienas iš jų gali būti pašalintas."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Duomenų bazės"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Serveris"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Lentelė atrodo tuščia!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Duomenų bazė atrodo tuščia!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "SQL užklausa"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegijos"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Įvykiai"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Projektavimas"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Naudotojas"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sinchronizuoti"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Dvejetainis log'as"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Kintamieji"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Koduotės"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Varikliai"
@@ -3203,53 +3145,53 @@ msgstr "%s šiame MySQL serveryje yra išjungtas."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Šis MySQL serveris nepalaiko %s saugojimo variklio."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "lentelės būsena nežinoma: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Iš duomenų bazės"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Tema %s nerasta!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Neteisingas duomenų bazės vardas"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Neteisingas lentelės vardas"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Klaida pervadinant lentelę iš %1$s į %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Lentelė %s pervadinta į %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Nepavyko išsaugoti lentelės naudotojo sąsajos nustatymų."
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3262,16 +3204,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcija"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operatorius"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Reikšmė"
@@ -3288,64 +3230,64 @@ msgstr "Paieška"
msgid "Edit/Insert"
msgstr "Įterpti"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Pasirinkite stulpelius (bent vieną):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Įterpkite paieškos sąlygas į \"where\" sakinį:"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Eilučių skaičius puslapyje"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Atvaizdavimo tvarka:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "Maksimalus skaičius eilučių rodymui"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Naršyti išorines reikšmes"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "Slėpti paieškos kriterijų"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Vykdyti „užklausą pagal pavyzdį“ (pakaitos simbolis: „%“)"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Vykdyti „užklausą pagal pavyzdį“ (pakaitos simbolis: „%“)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "Kontroliuoti naudotoją"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3690,14 +3632,14 @@ msgstr "Lentelės"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Duomenys"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Perteklius"
@@ -3722,11 +3664,11 @@ msgstr "Patikrinti duomenų bazės „%s“ privilegijas."
msgid "Check Privileges"
msgstr "Patikrinti privilegijas"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Nepavyko perskaityti konfigūracijos failo"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3734,12 +3676,12 @@ msgstr ""
"Tai dažniausiai reiškia, kad yra įvelta sintaksės klaida, prašome patikrinti "
"žemiau esančias klaidas."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Nepavyko užkrauti numatytų nustatymų failo iš: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3750,34 +3692,34 @@ msgid ""
msgstr ""
"BŪTINA nustatymų faile įrašyti $cfg['PmaAbsoluteUri'] reikšmę!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Blogas serverio indeksas: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Blogas serverio %1$s hostname. Prašome peržiūrėti nustatymus."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Blogai nustatytas identifikavimo metodas nustatymuose:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Rekomenduojame atnaujint %s iki %s ar vėlesnės versijos."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "galimas pažeidžiamumas"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3808,37 +3750,37 @@ msgstr "Uždarytas"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Išjungta"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktūra"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "duomenys"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktūra ir duomenys"
@@ -3960,8 +3902,8 @@ msgid "Allow users to customize this value"
msgstr "Leisti naudotojams adaptuoti šią reikšmę"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Atstatyti į pradinę būseną"
@@ -4237,7 +4179,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Ilgiausias vykdymo laikas"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Išsaugoti į failą"
@@ -4246,7 +4188,7 @@ msgid "Character set of the file"
msgstr "Failo simbolių koduotė:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formatas"
@@ -4259,27 +4201,25 @@ msgstr "Glaudinimas"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Stulpelių pavadinimus įrašyti pirmoje eilutėje"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Stulpeliai apskliausti"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Prieš stulpelių spec. simbolius"
@@ -4297,14 +4237,12 @@ msgstr "Pašalinti CRLF simbolius laukeliuose"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Laukai baigiasi"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Eilutės baigiasi"
@@ -4330,7 +4268,7 @@ msgstr "Lentelės vardo šablonas"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Parodyti lentelę"
@@ -4341,8 +4279,8 @@ msgid "Include table caption"
msgstr "Įterpti lentelės antraštę"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Lentelės antraštė"
@@ -4351,20 +4289,20 @@ msgid "Continued table caption"
msgstr "Pratęsta lentelės antraštė"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Pavadinimo raktas"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME tipas"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Sąryšiai"
@@ -4385,6 +4323,11 @@ msgstr "Perrašyti esamus failus"
msgid "Remember file name template"
msgstr "Atsiminti failo vardo šabloną"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Pridėti AUTO_INCREMENT reikšmę"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Įdėti lentelių ir laukų pavadinimus į kabutes"
@@ -4395,7 +4338,7 @@ msgid "SQL compatibility mode"
msgstr "SQL suderinamumo režimas"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE nustatymai:"
@@ -4408,10 +4351,17 @@ msgid "Use delayed inserts"
msgstr "Naudoti užlaikytus įterpimus"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Atsisakyti išorinių raktų tikrinimo"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Pridėti %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Naudoti šešioliktainę BLOB'ui"
@@ -4425,7 +4375,7 @@ msgid "Syntax to use when inserting data"
msgstr "Tikrinti sintaksę kai įterpiami duomenys"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Didžiausias sukurtos užklausos ilgis"
@@ -4434,7 +4384,7 @@ msgid "Export type"
msgstr "Eksportavimo tipas"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Naudoti transakciją visam eksportui"
@@ -4487,7 +4437,6 @@ msgstr "Pasirinkti numatytuosius nustatymus"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4827,14 +4776,12 @@ msgid "Partial import: allow interrupt"
msgstr "Dalinis importas: leisti pertrauktis"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Nenutraukti įvykus INSERT klaidai"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Pakeisti lentelės turinį failo duomenimis"
@@ -4851,7 +4798,6 @@ msgid "Format of imported file"
msgstr "Įkelto failo formatas"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Naudoti LOCAL raktažodį"
@@ -4861,7 +4807,7 @@ msgid "Column names in first row"
msgstr "Stulpelių pavadinimai pirmoje eilutėje"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Neimportuoti tuščių eilučių"
@@ -5945,7 +5891,7 @@ msgstr "Reikalaujama, kad SQL Validator būtų įjungtas"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Slaptažodis"
@@ -6109,14 +6055,12 @@ msgstr "Prisijungimo tapatybės nustatymas"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV naudojant LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document skaičiuoklė"
@@ -6204,7 +6148,7 @@ msgstr "%s plėtinys nerastas. Prašome patikrinti PHP nustatymus."
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6212,17 +6156,17 @@ msgid ""
"configured)."
msgstr "(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Serveris neatsako"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalės..."
@@ -6267,24 +6211,24 @@ msgid "Create"
msgstr "Sukurti"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nėra privilegijų"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Sukurti lentelę"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Pavadinimas"
@@ -6899,7 +6843,7 @@ msgid "No data found for GIS visualization."
msgstr "Nerasta duomenų GIS vizualizavimui."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL gražino tuščią rezultatų rinkinį (nėra eilučių)."
@@ -6955,7 +6899,7 @@ msgid "Go to view: %s"
msgstr "Eiti į rodinį (view)"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Paslėpti"
@@ -7019,11 +6963,11 @@ msgid ""
msgstr ""
"Šokinėjimui tarp reikšmių naudokite TAB mygtuką arba naudokite CTRL+rodyklės"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Rodoma SQL užklausa"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Įterpto įrašo id: %1$d"
@@ -7038,34 +6982,34 @@ msgstr "Nėra"
msgid "Convert to Kana"
msgstr "Konvertuoti į Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Iš"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Kam"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Siųsti"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Pridėti lentelės priešdėlį"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Pridėti priešdėlį"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Ar tikrai norite "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Nėra pakeitimų"
@@ -7271,7 +7215,158 @@ msgstr "phpMyAdmin dokumentacija"
msgid "Reload navigation frame"
msgstr "Atsiųsti iš naujo navigacijos rėmelį"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Pervadinti duomenų bazę į"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Duomenų bazė %s ištrinta."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Pašalinti duomenų bazę"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Pašalinti duomenų bazę (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Tik struktūra"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktūra ir duomenys"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Tik duomenys"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopijuoti duomenų bazę į"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE prieš kopijuojant"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Pridėti apribojimą"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Pereiti į nukopijuotą duomenų bazę"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Keisti arba eksportuoti ryšių schemą"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Pakeisti lentelės rikiavimą pagal:"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(pavieniui)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Perkelti lentelę į (duomenų_bazė.lentelė):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Lentelės parinktys"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Pervadinti lentelę į"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Saugojimo variklis"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopijuoti lentelę į (duomenų_bazė.lentelė):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Pereiti į lentelės kopiją"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Lentelės diagnostika"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentuoti lentelę"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Lentelės buferis %s išvalytas"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Išvalyti ir perkrauti lentelės podėlį (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Ištrinti duomenis arba lentelę"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Ištrinti lentelės duomenis (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Ištrinti lentelę (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analizuoti"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Pažymėti"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimizuoti"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Perdaryti"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Taisyti"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Skaidinio diagnostika"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Skaidinys %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Pašalinti skaidymą"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Patikrinti sąryšių vientisumą:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Šis formatas neturi nustatymų"
@@ -7280,7 +7375,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Neįmanoma prisijungti: neteisingi duomenys."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7312,43 +7407,43 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Nepavyko pasinaudoti Blowfish iš mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Prisijungti"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Jūs galite įvesti serverio vardą/IP adresą ir prievadą atskirtą tarpu."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Darbinė stotis"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Naudotojo vardas:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Slaptažodis:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Pasirinkti serverį"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Prisijungimą be slaptažodžio draudžia nustatymai (žiūrėti AllowNoPassword)."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7356,8 +7451,8 @@ msgstr ""
"Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų, prašome prisijungti "
"iš naujo"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nepavyksta prisijungti prie MySQL darbinės stoties"
@@ -7388,69 +7483,69 @@ msgstr "Prijungtas netinkamas atpažinimo raktas"
msgid "Authenticating..."
msgstr "Nustatomas tapatumas..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Laukai atskirti su:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Laukų reikšmės apskliaustos su:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Laukų reikšmės baigiasi simboliu:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Eilutės baigiasi simboliu:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Pakeisti NULL į:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel variantas:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Duomenų išvedimo nustatymai"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Sukurta duomenų kopija lentelei"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Įvykis"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7459,23 +7554,23 @@ msgstr "Įvykis"
msgid "Definition"
msgstr "Paaiškinimas"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Sukurta duomenų struktūra lentelei"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktūra peržiūrėjimui"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Tik struktūra rodiniui"
@@ -7492,37 +7587,37 @@ msgstr "(tęsinys)"
msgid "Structure of table @TABLE@"
msgstr "Lentelės @TABLE@ struktūra"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Objekto kūrimo nustatymai"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Lentelės antraštė (tęsinys)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Rodyti išorinių raktų sąryšius"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Rodyti komentarus"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Rodyti MIME-tipus"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7530,35 +7625,35 @@ msgstr "Rodyti MIME-tipus"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Darbinė stotis"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Atlikimo laikas"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Serverio versija"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP versija"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Eksportuoti turinį"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7572,7 +7667,7 @@ msgstr ""
msgid "Report title:"
msgstr "Ataskaitos antraštė:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7580,13 +7675,13 @@ msgstr ""
"Išvesti detales (įtraukiant tokią info kaip eksporto eksportavimo laiką, "
"PHP versiją ir serverio versiją)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Įterpti komentarą į antraštės sritį (eilutėms atskirti naudokite \n"
"):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7594,63 +7689,63 @@ msgstr ""
"Įtraukti duomenų bazės sukūrimo, paskutinio atnaujinimo ir paskutinio "
"patikrinimo laiką"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Duomenų bazės sistema arba senesnis MySQL serveris tam, kad maksimaliai "
"pagerinti išvedimo suderinamumą su:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Įtraukti %s sakinį"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Pridėti sakinius:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Objekto kūrimo nustatymai"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Vietoj INSERT sakinio naudoti:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED sakinys"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE sakinys"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Naudoti funkciją kai išvedami duomenys:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Naudoti sintaksę kai įterpiami duomenys:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7660,7 +7755,7 @@ msgstr ""
"Pavyzdžiui: INSERT INTO lentelės_pavadinimas (stul_A,stul_B,stul_C) "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7670,7 +7765,7 @@ msgstr ""
"INSERT INTO lentelės_pavadinimas VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7678,7 +7773,7 @@ msgstr ""
"abu iš paminėtų
Pavyzdys: INSERT INTO lentelės_pavadinimas "
"(stul_A,stul_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7686,7 +7781,7 @@ msgstr ""
"nė vienas iš paminėtų
Pavyzdys: INSERT INTO lentelės_pavadinimas "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7694,39 +7789,39 @@ msgstr ""
"Rodyti dvejetainius stulpelius šešioliktainėje sistemoje (pavyzdžiui, "
"„abc“ tampa 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedūros"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcijos"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Apribojimai eksportuotom lentelėm"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Apribojimai lentelei"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TIPAI LENTELEI"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "SĄRYŠIAI LENTELEI"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Klaida skaitant duomenis:"
@@ -7742,8 +7837,8 @@ msgstr "Rodinys (Views)"
msgid "Export contents"
msgstr "Eksportuoti turinį"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7762,15 +7857,15 @@ msgstr ""
msgid "Column names: "
msgstr "Stulpelių vardai: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Negalimas parametras CSV importavimui: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7779,58 +7874,49 @@ msgstr ""
"Blogai nurodyti stulpeliai (%s)! Įsitikinkite, kad stulpelių vardai parašyti "
"gerai, atskirti kableliais ir apskliausti (apimti, aptverti) kabutėmis."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Neteisingas CSV įvedimo formatas eilutėje %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Neteisingas stulpelių skaičius CSV įvedimo eilutėje %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "docSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Lentelės vardas"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Stulpelių vardai"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Priedas nepalaiko suglaudintų importų!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki lentelė"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Neteisingas CSV įvedimo formatas eilutėje %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importuoti procentus kaip dešimtainius (pavyzdžiui. 12.00% į .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importuoti valiutas (pavyzdžiui. $5.00 į 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7838,41 +7924,41 @@ msgstr ""
"XML failo specifikacija yra neteisinga arba neišbaigta. Prašome pataisyti "
"klaidas ir bandyti dar kartą."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "This page does not contain any tables!"
msgid "The imported file does not contain any data"
msgstr "Šis puslapis neturi jokių lentelių!"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL suderinamumo režimas:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Nenaudokite AUTO_INCREMENT nulinėms reikšmėms"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8053,7 +8139,7 @@ msgid "Enabled"
msgstr "Įjungta"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Pagrindinės sąryšių sąvybės"
@@ -8131,7 +8217,7 @@ msgstr ""
"Iš naujo prisijunkite prie phpMyAdmin tam, kad užkrautumėte atnaujintą "
"konfigūracijos failą."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Aprašymo nėra"
@@ -8183,7 +8269,7 @@ msgstr "Pavaldžiojo serverio būklė (Slave status)"
msgid "Variable"
msgstr "Kintamasis"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Serverio ID"
@@ -8207,8 +8293,8 @@ msgstr "Bet kurį vartotoją"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Naudokite teksto įvedimo lauką"
@@ -8300,7 +8386,7 @@ msgstr "Detalės"
msgid "Event name"
msgstr "Įvykio tipas"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Įvykio tipas"
@@ -8697,12 +8783,12 @@ msgstr "Turinys"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributai"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Papildomai"
@@ -8739,6 +8825,10 @@ msgstr "Pasirinkite puslapį"
msgid "Select Tables"
msgstr "Pasirinkite lenteles"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Stulpelių vardai"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Rodyti sąryšių schema"
@@ -9009,14 +9099,14 @@ msgstr "Riboti skaičių lygiagrečių prisijungimų kurį naudotojai gali turė
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Specifinės lentelių privilegijos"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba"
@@ -9025,12 +9115,12 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globalios teisės"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Specifinės duomenų bazių privilegijos"
@@ -9091,16 +9181,16 @@ msgid "Users having access to "%s""
msgstr "Vartotojai turintys priėjimą prie „%s“"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Naudotojas"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Suteikti"
@@ -9109,8 +9199,8 @@ msgid "User has been added."
msgstr "Naudotojas buvo pridėtas."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Bet kurį(ią)"
@@ -9126,12 +9216,12 @@ msgstr "tam tikros duomenų bazės"
msgid "wildcard"
msgstr "pakaitos simbolis"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Nerasta jokių naudotojų."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Redaguoti privilegijas"
@@ -9139,27 +9229,21 @@ msgstr "Redaguoti privilegijas"
msgid "Revoke"
msgstr "Panaikinti"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksportuoti"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... palikti seną vartotoją."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... pašalinti seną vartotoją iš vartotojų lentelės."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9167,83 +9251,77 @@ msgstr ""
" ... pašalinti seną vartotoją iš vartotojų lentelės ir poto perkrauti "
"privilegijas"
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Specifinės stulpelių privilegijos"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Sukurti privilegijas šiai duomenų bazei"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Sukurti privilegijas šiai lentelei"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Pašalinti pažymėtus vartotojus"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nepasirinta vartotojų trynimui!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Perkraunamos privilegijos"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Pažymėti vartotojai sėkmingai pašalinti."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Jūs pakeitėte privilegijas %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilegijos"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegijos"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Vartotojų peržiūra"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9255,11 +9333,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Privilegijų lentelėje pasirinktas vartotojas nerastas."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Jūs sukūrėte naują vartotoją."
@@ -9309,11 +9387,11 @@ msgstr "Išvalyti"
msgid "Columns"
msgstr "Stulpeliai"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Šios SQL užklausą pasižymėti kaip"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Leisti kitiems vartotojams naudotis šia žyme"
@@ -9436,8 +9514,8 @@ msgstr ""
"nutylėjimą. Naudokitės šiuo formatu: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeksas"
@@ -9490,13 +9568,13 @@ msgstr "Nėra"
msgid "As defined:"
msgstr "Kaip nurodyta:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Pirminis"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9510,20 +9588,15 @@ msgstr ""
msgid "after %s"
msgstr "Po %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Pridėti %s stulpelį(-ius)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Jūs turite pridėti bent vieną stulpelį (ar skiltį)."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Saugojimo variklis"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "SKAIDINIO (PARTITION) apibrėžimas"
@@ -9532,7 +9605,7 @@ msgstr "SKAIDINIO (PARTITION) apibrėžimas"
msgid "Manage your settings"
msgstr "Keiskite savo nustatymus"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Konfigūracija išsaugota"
@@ -9576,7 +9649,7 @@ msgstr "Serverio ryšio palyginimas"
msgid "Appearance Settings"
msgstr "Išvaizdos nustatymai"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Daugiau nustatymų"
@@ -9753,140 +9826,140 @@ msgstr "Rodyti/slėpti kairį meniu"
msgid "Save position"
msgstr "Išsaugoti vietą"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Sukurti sąryšį"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Įkrauti iš naujo"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Pagalba"
-#: pmd_general.php:107
+#: pmd_general.php:115
#, fuzzy
msgid "Angular links"
msgstr "Kampuotos (angular) nuorodos"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Tiesioginės nuorodos"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Pritraukti prie tinklelio"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Mažinti/didinti visus"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Suskleisti/Išskleisti"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Sąryšio pasirinkimui, paspauskite:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importuoti/eksportuoti koordinates PDF schemai"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Vykdyti užklausą"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Perkelti meniu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Paslėpti/rodyti visus"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Slėpti/rodyti lenteles be sąryšių"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Lentelių skaičius"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Ištrinti sąryšį"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Sąryšis ištrintas"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Išskyrus"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Pervadinti į"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Naujas vardas"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Puslapis sukurtas"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Puslapio kūrimas nepavyko"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Puslapis"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importuoti iš pasirinkto puslapio"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Eksportuoti pasirinktą puslapį"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Sukurti puslapį ir eksportuoti į jį"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Naujas puslapio vardas: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "rekomenduojame"
@@ -9894,7 +9967,7 @@ msgstr "rekomenduojame"
msgid "Error: relation already exists."
msgstr "Klaida: toks sąryšis jau yra."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Klaida: Sąryšis neįdėtas."
@@ -9902,7 +9975,7 @@ msgstr "Klaida: Sąryšis neįdėtas."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY sąryšis įdėtas"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Vidinis sąryšis įdėtas"
@@ -9910,11 +9983,11 @@ msgstr "Vidinis sąryšis įdėtas"
msgid "Relation deleted"
msgstr "Sąryšis ištrintas"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Pakeitimai išsaugoti"
@@ -9922,47 +9995,47 @@ msgstr "Pakeitimai išsaugoti"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Nepavyko išsaugoti nustatymų, išsiųstoje formoje yra klaidų"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Nepavyko importuoti konfigūracijos"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfigūracijoje yra neteisingų duomenų tam tikruose laukeliuose."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Išsaugota: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importuoti iš failo"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importuoti iš naršyklės atminties"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Nustatymai bus importuoti iš Jūsų naršyklės vidinės atminties."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Jūs neturite išsaugotų nustatymų!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Šios galimybės Jūsų interneto naršyklė nepalaiko!"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Sulieti su dabartiniais nustatymais"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9971,19 +10044,19 @@ msgstr ""
"Jūs galite nustatyti daugiau nuostatų modifikuojant config.inc.php, "
"pavyzdžiui naudojantis %sDiegimo scenarijumi%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Išsaugoti į naršyklės atmintinę"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Nustatymai bus išsaugoti Jūsų naršyklės vidinėje atmintyje."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Esantys nustatymai bus perrašyti!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "Jūs galite atkurti (nustatyti) pradinius nustatymus."
@@ -10000,41 +10073,41 @@ msgstr "Viską"
msgid "%s table not found or not set in %s"
msgstr "Lentelė %s nerasta arba nenurodyta %s faile"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Failo nėra"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Pasirinkti dvejetainį žurnalą (log) peržiūrai"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Failai"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Trumpinti rodomas užklausas"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Rodyti pilnas užklausas"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Logo pavadinimas"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Padėtis"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Pirminė padėtis"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informacija"
@@ -10122,17 +10195,17 @@ msgstr ""
msgid "disabled"
msgstr "Išjungta"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Vartotojas %s jau yra!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Šaliname: %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Teisės sėkmingai perkrautos."
@@ -11798,32 +11871,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Ar tikrai norite "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Rodomas PHP kodas"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Patikrintas SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL rezultatas"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Sugeneravo"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Iškilo problemos su `%s` lentelės indeksais"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Nuorodos Antraštė"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Lentelė %1$s sėkmingai pakeista"
@@ -11918,78 +11991,78 @@ msgstr "Sukurta %1$s lentelė."
msgid "View dump (schema) of table"
msgstr "Peržiūrėti lentelės struktūros atvaizdį"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Rodyti GIS vizualizaciją"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Plotis"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Aukštis"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etiketės stulpelis"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Tuščia --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Perpiešti"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Įrašyti į failą"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Failo pavadinimas"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Pirminio rakto pavadinimas turi būti \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Negalima pervadinti indekso į PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Neaprašytos indekso dalys!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Pridėti indeksą"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Redagavimo režimas"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indekso vardas :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" yra vienintelis pirminio rakto tipas!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indekso tipas :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Įterpti indeksui papildomus %s stulpelį(ius)"
@@ -12012,260 +12085,166 @@ msgstr "Lentelė %s perkelta į %s."
msgid "Table %s has been copied to %s."
msgstr "Letelė %s nukopijuota į %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tuščias lentelės vardas!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Pakeisti lentelės rikiavimą pagal:"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(pavieniui)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Perkelti lentelę į (duomenų_bazė.lentelė):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Lentelės parinktys"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Pervadinti lentelę į"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopijuoti lentelę į (duomenų_bazė.lentelė):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Pereiti į lentelės kopiją"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Lentelės diagnostika"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentuoti lentelę"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Lentelės buferis %s išvalytas"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Išvalyti ir perkrauti lentelės podėlį (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Ištrinti duomenis arba lentelę"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Ištrinti lentelės duomenis (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Ištrinti lentelę (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Skaidinio diagnostika"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Skaidinys %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analizuoti"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Pažymėti"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimizuoti"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Perdaryti"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Taisyti"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Pašalinti skaidymą"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Patikrinti sąryšių vientisumą:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Rodyti lentelės"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Vietos naudojimas"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektyvus"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Eilučių statistika"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "pastovus"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinaminis"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Eilutės ilgis"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Eilutės dydis"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Vidiniai sąryšiai"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Peržiūrėti skirtingas reikšmes"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Pridėti pirminį raktą"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Pridėti unikalų indeksą"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Pridėti SPATIAL indeksą"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Pridėti FULLTEXT indeksą"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Jokio"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Stulpelis %s panaikintas"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Stulpeliui %s sukurtas PIRMINIS raktas"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Indeksas sukurtas %s stulpeliui"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Rodyti daugiau veiksmų"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Pašalinti stulpelį(-ius)"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Keisti rodinį"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Peržiūrėti sąryšius"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Analizuoti lentelės struktūrą"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Pridėti stulpelį"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Lentelės pabaigoje"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Lentelės pradžioje"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Po %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Sukurti indeksą %s stulpeliams"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12443,7 +12422,7 @@ msgstr "Neturite pakankamai teisių čia būti!"
msgid "The profile has been updated."
msgstr "Profilis papildytas."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW pavadinimas"
@@ -13633,6 +13612,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "MyISAM concurrent įterpimai"
+#~ msgid "DocSQL"
+#~ msgstr "docSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksportuoti"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegijos"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/lv.po b/po/lv.po
index 72a3980b78..a988416823 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:18+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: latvian \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Rādīt visu"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības "
"iestādījumu dēļ."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Meklēt"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Meklēt"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Aiziet!"
@@ -100,7 +101,7 @@ msgstr "Apraksts"
msgid "Use this value"
msgstr "Lietot šo vērtību"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Datubāze %s tika izdzēsta."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Datubāzes komentārs: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentārs tabulai"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -147,11 +148,11 @@ msgstr "Kolonnu nosaukumi"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Kolonnu nosaukumi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tips"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulle"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Noklusēts"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Linki uz"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Komentāri"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nē"
@@ -243,27 +244,27 @@ msgstr "Nē"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Jā"
@@ -285,93 +286,23 @@ msgstr "Iezīmēt visu"
msgid "Unselect All"
msgstr "Neiezīmēt neko"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Datubāzes nosaukums ir tukšs!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Datubāze %s tika pārsaukta par %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Datubāze %s tika pārkopēta uz %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Pārsaukt datubāzi par"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Pārsaukt datubāzi par"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Datubāze %s tika izdzēsta."
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "Nav datubāzu"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopēt datubāzi uz"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Tikai struktūra"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktūra un dati"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Tikai dati"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr ""
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr ""
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Pievienot AUTO_INCREMENT vērtību"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Pievienot ierobežojumus"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Pārslēgties uz nokopēto datubāzi"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Izkārtojumi"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -383,22 +314,16 @@ 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_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Relāciju shēma"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabula"
@@ -406,41 +331,41 @@ msgstr "Tabula"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rindas"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Izmērs"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "lietošanā"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Izveidošana"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Pēdējā atjaunošana"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Pēdējā pārbaude"
@@ -464,7 +389,7 @@ msgstr "Pārslēgties uz nokopēto tabulu"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -481,17 +406,17 @@ msgstr "Tabulas nav atrastas šajā datubāzē."
msgid "unknown"
msgstr "nazināma"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabula %s tika iztukšota"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, fuzzy, php-format
msgid "View %s has been dropped"
msgstr "Lauks %s tika izdzēsts"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabula %s tika izdzēsta"
@@ -504,19 +429,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr ""
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
#, fuzzy
@@ -533,21 +458,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Ar iezīmēto:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Iezīmēt visu"
@@ -555,50 +480,51 @@ msgstr "Iezīmēt visu"
msgid "Check tables having overhead"
msgstr "Iezīmēt tabulas ar pārtēriņu"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksports"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Izdrukas versija"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Iztukšot"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Likvidēt"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Pārbaudīt tabulu"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizēt tabulu"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Restaurēt tabulu"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizēt tabulu"
@@ -606,13 +532,13 @@ msgstr "Analizēt tabulu"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Aizvietot tabulas datus ar datiem no faila"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -626,20 +552,20 @@ msgstr "Datu vārdnīca"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Datubāze"
@@ -656,9 +582,9 @@ msgstr "Izveidot"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Statuss"
@@ -666,14 +592,14 @@ msgstr "Statuss"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Darbība"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Rādīt"
@@ -708,7 +634,7 @@ msgstr "Tikai struktūra"
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Pārbaudīt tabulu"
@@ -766,7 +692,7 @@ msgstr "Eksporta veids"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -775,7 +701,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -901,7 +827,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -923,10 +849,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Jūsu SQL vaicājums tika veiksmīgi izpildīts"
@@ -950,7 +876,7 @@ msgstr "\"DROP DATABASE\" komanda ir aizliegta."
msgid "Do you really want to execute \"%s\"?"
msgstr "Vai Jūs tiešām gribat "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Jūs taisaties LIKVIDĒT veselu datubāzi!"
@@ -1000,7 +926,7 @@ msgstr "Pievienot jaunu lauku"
msgid "Edit Index"
msgstr "Indekss"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1033,8 +959,8 @@ msgstr "Paroles nesakrīt!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1059,9 +985,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1090,7 +1016,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Kopā"
@@ -1302,7 +1228,7 @@ msgstr "Persiešu"
msgid "Traffic"
msgstr "Datu apmaiņa"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1326,12 +1252,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Nav"
@@ -1517,10 +1443,10 @@ msgid "Explain output"
msgstr "Izskaidrot SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Laiks"
@@ -1628,10 +1554,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
#, fuzzy
msgid "Import"
msgstr "Eksports"
@@ -1686,9 +1612,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1719,9 +1645,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Labi"
@@ -1777,19 +1703,19 @@ msgstr "Pievienot jaunu lauku"
msgid "Show indexes"
msgstr "Rādīt režģi"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Nepārbaudīt ārējās atslēgas"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Ieslēgts"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1869,8 +1795,8 @@ msgstr "SQL vaicājums"
msgid "No rows selected"
msgstr "Rindas nav iezīmētas"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Labot"
@@ -1878,8 +1804,8 @@ msgstr "Labot"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1888,8 +1814,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Saglabāt"
@@ -1955,12 +1881,12 @@ msgstr "SQL rezultāts"
msgid "Data point content"
msgstr "Satura rādītājs"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorēt"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1982,7 +1908,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2076,7 +2002,7 @@ msgstr "Uzģenerēja"
msgid "Change Password"
msgstr "Mainīt paroli"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2505,13 +2431,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Kļūda"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL vaicājums"
@@ -2579,7 +2505,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2606,161 +2532,162 @@ msgstr "%s dienas, %s stundas, %s minūtes un %s sekundes"
msgid "Missing parameter:"
msgstr "Pievienot jaunu lauku"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Sākums"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Iepriekšējie"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Nākamie"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Beigas"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "pāriet pie datubāzes "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktūra"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Pievienot"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Apskatīt"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Darbības"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "web servera augšupielādes direktorija"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Direktoija, kuru norādijāt augšupielādei, nav pieejama"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Drukāt"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Augošā secībā"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Dilstošā secībā"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Kārtošana"
@@ -2790,8 +2717,8 @@ msgid "Use Tables"
msgstr "Lietot tabulas"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Vai"
@@ -2859,13 +2786,13 @@ msgstr[1] "%s rezultāti tabulā %s"
msgid "Delete the matches for the %s table?"
msgstr "Dati tabulai"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2901,195 +2828,195 @@ msgstr "Tabulā(s):"
msgid "Inside column:"
msgstr "Tabulā(s):"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Pievienot/Dzēst laukus (kolonnas)"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "S"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "Rindu skaits vienā lapā"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "P"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontālā"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontālā (pagriezti virsraksti)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikālā"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Izpildīt iegrāmatoto vaicājumu"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Kārtot pēc atslēgas"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Darbības"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Daļēji teksti"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Pilni teksti"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Relāciju shēma"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Relāciju shēma"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Pārlūkprogrammas transformācija"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Ieraksts tika dzēsts"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Nogalināt"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Var būt aptuvens skaits. Skatīt FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "vaicājumā"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Parādu rindas"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "kopā"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Vaicājums ilga %01.4f s"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Drukas skats (ar pilniem tekstiem)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Rādīt PDF shēmu"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Servera versija"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Links nav atrasts"
@@ -3152,29 +3079,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "\"Cookies\" ir jābūt atļautiem aiz šī punkta."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "\"Cookies\" ir jābūt atļautiem aiz šī punkta."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nav definēti indeksi!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksi"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unikālais"
@@ -3187,6 +3114,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Kardinalitāte"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Izkārtojumi"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3210,95 +3147,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Datubāzes"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Serveris"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Vaicājums pēc parauga"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilēģijas"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Lietotājs"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binārais log-fails"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Mainīgie"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Rakstzīmju kodējumi"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3364,51 +3301,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Meklēt datubāzē"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "Meklēt datubāzē"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabula %s tika pārsaukta par %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3421,16 +3358,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcija"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operators"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Vērtība"
@@ -3447,61 +3384,61 @@ msgstr "Meklēt"
msgid "Edit/Insert"
msgstr "Pievienot"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Izvēlieties laukus (kaut vienu):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Pievienot meklēšanas nosacījumus (\"where\" izteiksmes ķermenis):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Rindu skaits vienā lapā"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Attēlošanas secība:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Pārlūkot ārējās vērtības"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL vaicājums"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Izpildīt \"vaicājumu pēc parauga\" (aizstājējzīme: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Izpildīt \"vaicājumu pēc parauga\" (aizstājējzīme: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3846,14 +3783,14 @@ msgstr "Tabulas"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Dati"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Pārtēriņš"
@@ -3880,22 +3817,22 @@ msgstr "Pārbaudīt privilēģijas uz datubāzi "%s"."
msgid "Check Privileges"
msgstr "Pārbaudīt privilēģijas"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3907,34 +3844,34 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] direktīvai ir JĀBŪT nodefinētai Jūsu "
"konfigurācijas failā!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Jums ir jāuzliek %s %s vai jaunāks."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3967,38 +3904,38 @@ msgstr "Neaizvērtas pēdiņas"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Izslēgts"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Struktūra"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4129,8 +4066,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Atcelt"
@@ -4396,7 +4333,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Saglabāt kā failu"
@@ -4406,7 +4343,7 @@ msgid "Character set of the file"
msgstr "Tabulas kodējums:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formats"
@@ -4419,13 +4356,13 @@ msgstr "Kompresija"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4433,8 +4370,7 @@ msgstr "Likt kolonnu nosaukumus pirmajā rindā"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4442,8 +4378,7 @@ msgstr "Lauki iekļauti iekš"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4463,16 +4398,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Rindas atdalītas ar"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Rindas atdalītas ar"
@@ -4503,7 +4436,7 @@ msgstr "Faila nosaukuma šablons"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4516,8 +4449,8 @@ msgid "Include table caption"
msgstr "Iekļaut tabulas virsrakstu"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabulas virsraksts"
@@ -4526,20 +4459,20 @@ msgid "Continued table caption"
msgstr "Tabulas virsraksta turpinājums"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Etiķetes atslēga"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME tips"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relācijas"
@@ -4563,6 +4496,11 @@ msgstr "Pārrakstīt eksistējošos failus"
msgid "Remember file name template"
msgstr "Faila nosaukuma šablons"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Pievienot AUTO_INCREMENT vērtību"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4575,7 +4513,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4588,10 +4526,17 @@ msgid "Use delayed inserts"
msgstr "Lietot aizturētos INSERT"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Nepārbaudīt ārējās atslēgas"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4605,7 +4550,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4615,7 +4560,7 @@ msgid "Export type"
msgstr "Eksporta veids"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Iekļaut eksportu transakcijā"
@@ -4670,7 +4615,6 @@ msgstr "Datubāzu eksporta opcijas"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV dati"
@@ -5012,14 +4956,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Aizvietot tabulas datus ar datiem no faila"
@@ -5034,7 +4976,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5046,7 +4987,7 @@ msgid "Column names in first row"
msgstr "Likt kolonnu nosaukumus pirmajā rindā"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6081,7 +6022,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parole"
@@ -6241,14 +6182,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6334,23 +6273,23 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Serveris neatbild"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6399,25 +6338,25 @@ msgid "Create"
msgstr "Izveidot"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nav privilēģiju"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Izveidot jaunu lapu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nosaukums"
@@ -7045,7 +6984,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL atgrieza tukšo rezultātu (0 rindas)."
@@ -7094,7 +7033,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7161,11 +7100,11 @@ msgstr ""
"Lietojiet TAB taustiņu, lai pārvietotos no vērtības līdz vērtībai, vai CTRL"
"+bultiņas, lai pārvietotos jebkurā vietā"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7182,38 +7121,38 @@ msgstr "Nav"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Pk"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Nosūtīt"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Pievienot jaunu lauku"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Vai Jūs tiešām gribat "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Netika labots"
@@ -7419,7 +7358,171 @@ msgstr "phpMyAdmin dokumentācija"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Pārsaukt datubāzi par"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Datubāze %s tika izdzēsta."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Pārsaukt datubāzi par"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Nav datubāzu"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Tikai struktūra"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktūra un dati"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Tikai dati"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopēt datubāzi uz"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Pievienot ierobežojumus"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Pārslēgties uz nokopēto datubāzi"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Relāciju shēma"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Mainīt datu kārtošanas laukus"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(atsevišķi)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Pārvietot tabulu uz (datubāze.tabula):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabulas opcijas"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Pārsaukt tabulu uz"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopēt tabulu uz (datubāze.tabula):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Pārslēgties uz nokopēto tabulu"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabulas apkalpošana"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentēt tabulu"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabula %s tika atsvaidzināta"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Atsvaidzināt tabulu (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Dati tabulai"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Nav datubāzu"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Čehu"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Restaurēt tabulu"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Tabulas apkalpošana"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Pārbaudīt referenciālo integritāti:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7430,7 +7533,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Nevar pieslēgties: kļūda konfigurācijā."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7459,50 +7562,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Ieiet"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Serveris"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Lietotājvārds:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parole:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Servera izvēle"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"Nebija aktivitātes vairāk kā %s sekunžu laikā, lūdzu autorizējieties vēlreiz"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nevar pieslēgties MySQL serverim"
@@ -7533,83 +7636,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Rindas atdalītas ar"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Lauki iekļauti iekš"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Glābjoša (escape) rakstzīme ir"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Rindas atdalītas ar"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Aizvietot NULL ar"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel redakcija"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Datubāzu eksporta opcijas"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dati tabulai"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Nosūtīts"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7618,24 +7721,24 @@ msgstr "Nosūtīts"
msgid "Definition"
msgstr "Apraksts"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabulas struktūra tabulai"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Tikai struktūra"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7656,47 +7759,47 @@ msgstr "(turpinājums)"
msgid "Structure of table @TABLE@"
msgstr "Tabulas __TABLE__ struktūra"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Transformācijas opcijas"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Tabulas virsraksts"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Nepārbaudīt ārējās atslēgas"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Rādu kolonnu komentārus"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Pieejamie MIME tipi"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7704,35 +7807,35 @@ msgstr "Pieejamie MIME tipi"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Hosts"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Izveidošanas laiks"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Servera versija"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Versija"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Eksports"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7748,148 +7851,148 @@ msgstr ""
msgid "Report title:"
msgstr "Importēt failus"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Ievietot virsrakstā komentāru (\\n atdala rindas)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Parametrs"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Parametrs"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Transformācijas opcijas"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Procesi"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funkcija"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ierobežojumi izmestām tabulām"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ierobežojumi tabulai"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TIPI TABULAI"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELĀCIJAS TABULAI"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7907,8 +8010,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7927,111 +8030,102 @@ msgstr ""
msgid "Column names: "
msgstr "Kolonnu nosaukumi"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Kolonnu nosaukumi"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "MySQL 4.0 compatible"
msgid "SQL compatibility mode:"
msgstr "MySQL 4.0 savietojams"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8208,7 +8302,7 @@ msgid "Enabled"
msgstr "Ieslēgts"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Galvenās relāciju īpašības"
@@ -8278,7 +8372,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Bez apraksta"
@@ -8328,7 +8422,7 @@ msgstr ""
msgid "Variable"
msgstr "Mainīgais"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Servera ID"
@@ -8352,8 +8446,8 @@ msgstr "Jebkurš lietotājs"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Lietot teksta lauku"
@@ -8449,7 +8543,7 @@ msgstr ""
msgid "Event name"
msgstr "Notikuma tips"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Notikuma tips"
@@ -8883,12 +8977,12 @@ msgstr "Satura rādītājs"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atribūti"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstras"
@@ -8931,6 +9025,10 @@ msgstr "Iezīmēt visu"
msgid "Select Tables"
msgstr "Izvēlieties tabulas"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Kolonnu nosaukumi"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9215,14 +9313,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabulu specifiskās privilēģijas"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valodā"
@@ -9231,12 +9329,12 @@ msgid "Administration"
msgstr "Administrācija"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globālās privilēģijas"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Datubāžu specifiskās privilēģijas"
@@ -9296,16 +9394,16 @@ msgid "Users having access to "%s""
msgstr "Lietotāji, kam ir pieja datubāzei "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Lietotājs"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Piešķirt"
@@ -9315,8 +9413,8 @@ msgid "User has been added."
msgstr "Lauks %s tika izdzēsts"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Jebkurš"
@@ -9332,14 +9430,14 @@ msgstr "datubāzei specifisks"
msgid "wildcard"
msgstr "aizstājējzīme"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Lietotāji netika atrasti."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Mainīt privilēģijas"
@@ -9347,28 +9445,22 @@ msgstr "Mainīt privilēģijas"
msgid "Revoke"
msgstr "Atsaukt"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksports"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... paturēt veco lietotāju."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... dzēst veco lietotāju no lietotāju tabulas."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9376,81 +9468,75 @@ 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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Mainīt piekļuves informāciju / Klonēt lietotāju"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Kolonnu specifiskās privilēģijas"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Pievienot privilēģijas uz sekojošo datubāzi"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Pievienot privilēģijas uz sekojošo tabulu"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Dzēst izvēlētos lietotājus"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Pārlādējam privilēģijas"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, 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:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilēģijas"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilēģijas"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Lietotāju pārskats"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9463,11 +9549,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Jūs pievienojāt jaunu lietotāju."
@@ -9522,11 +9608,11 @@ msgstr "Kalendārs"
msgid "Columns"
msgstr "Kolonnu nosaukumi"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Saglabāt šo SQL vaicājumu"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Dot ikvienam lietotājam pieeju šai grāmatzīmei"
@@ -9654,8 +9740,8 @@ msgstr ""
"ar atpakaļējo slīpsvītru vai pēdiņām, lietojot šo formatu: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indekss"
@@ -9709,13 +9795,13 @@ msgstr "Nav"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primārā"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Pilni teksti"
@@ -9729,23 +9815,18 @@ msgstr ""
msgid "after %s"
msgstr "Pēc %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Pievienot %s lauku(s)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Izvēlieties vismaz vienu kolonnu attēlošanai"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9756,7 +9837,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Galvenās relāciju īpašības"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9804,7 +9885,7 @@ msgstr "MySQL konekcijas kārtošana"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9985,161 +10066,161 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Tradicionāla ķīniešu"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Izpildīt vaicājumu"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Rādīt visu"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Relāciju pārskats"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Eksports"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "vaicājumā"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Pārsaukt tabulu uz"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Lietotājvārds"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Izveidot"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Tabulas opcijas"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Tabula %s tika izdzēsta"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Aizņem"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Importēt failus"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "Rindas nav iezīmētas"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Izveidot jaunu indeksu"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Lietotājvārds"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10147,7 +10228,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10155,7 +10236,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Iekšējās relācijas"
@@ -10165,11 +10246,11 @@ msgstr "Iekšējās relācijas"
msgid "Relation deleted"
msgstr "Relāciju pārskats"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Labojumi tika saglabāti"
@@ -10177,68 +10258,68 @@ msgstr "Labojumi tika saglabāti"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Importēt failus"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10255,44 +10336,44 @@ msgstr "Visi"
msgid "%s table not found or not set in %s"
msgstr "Tabula %s nav atrasta vai nav atzīmeta iekš %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tabula \"%s\" neeksistē!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Izvēlieties bināro log-failu apskatei"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Lauki"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Ierobežot parādīto vaicājumu garumu"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Rādīt pilnos vaicājumus"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Log-faila nosaukums"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozīcija"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Oriģinālā pozīcija"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informācija"
@@ -10380,17 +10461,17 @@ msgstr ""
msgid "disabled"
msgstr "Izslēgts"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Lietotājs %s jau eksistē!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Dzēšam %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilēģijas tika veiksmīgi pārlādētas."
@@ -12007,34 +12088,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Vai Jūs tiešām gribat "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Pārbaudīt SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL rezultāts"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Uzģenerēja"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problēmas ar indeksiem tabulā `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Nosaukums"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti."
@@ -12129,90 +12210,90 @@ msgstr "Tabula %s tika izdzēsta"
msgid "View dump (schema) of table"
msgstr "Apskatīt tabulas dampu (shēmu)"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Pievienot/Dzēst laukus (kolonnas)"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Kopā"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Saglabāt kā failu"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Lietotājvārds"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Primārās atslēgas nosaukumam jābūt... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Nevar pārsaukt indeksu par PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nav definēto indeksa daļu!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Pievienot jaunu lauku"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Pievienot jaunu lauku"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeksa nosaukums :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" jābūt tikai un vienīgi primārās atslēgas indeksa "
"nosaukumam!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indeksa tips :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Pievienot indeksam %s kolonn(u/as)"
@@ -12235,279 +12316,177 @@ msgstr "Tabula %s tika pārvietota uz %s."
msgid "Table %s has been copied to %s."
msgstr "Tabula %s tika pārkopēta uz %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tabulas nosaukums nav norādīts!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Mainīt datu kārtošanas laukus"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(atsevišķi)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Pārvietot tabulu uz (datubāze.tabula):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabulas opcijas"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Pārsaukt tabulu uz"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopēt tabulu uz (datubāze.tabula):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Pārslēgties uz nokopēto tabulu"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabulas apkalpošana"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentēt tabulu"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabula %s tika atsvaidzināta"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Atsvaidzināt tabulu (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Dati tabulai"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Nav datubāzu"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Tabulas apkalpošana"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Čehu"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Restaurēt tabulu"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Pārbaudīt referenciālo integritāti:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Rādīt tabulas"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Diska vietas lietošana"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektīvs"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Rindas statistika"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamisks"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Rindas garums"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Rindas izmērs"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Iekšējās relācijas"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
msgid "Distinct values"
msgstr "Pārlūkot ārējās vērtības"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Pievienot jaunu lauku"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Nav"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabula %s tika izdzēsta"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Primārā atslēga pievienota uz lauka %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Indekss tieka pievienots uz %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Parādīt PHP informāciju"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Pievienot %s lauku(s)"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Izdrukas versija"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relāciju pārskats"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Ieteikt tabulas sruktūru"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Pievienot %s lauku(s)"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Tabulas beigās"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Tabulas sākumā"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Pēc %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Izveidot indeksu uz %s laukiem"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12690,7 +12669,7 @@ msgstr "Jums nav pietiekoši tiesību, lai atrastos šeit tagad!"
msgid "The profile has been updated."
msgstr "Profils tika modificēts."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13810,6 +13789,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksports"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilēģijas"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/mk.po b/po/mk.po
index 86b1ec5a22..db8f024111 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: macedonian_cyrillic \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "прикажи ги сите"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"затворили матични прозор, или ваш претраживач онемогућава ажурирање међу "
"прозорима због сигурносних подешавања"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Пребарување"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Пребарување"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "OK"
@@ -99,7 +100,7 @@ msgstr "Опис"
msgid "Use this value"
msgstr "Користи ја оваа вредност"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -111,31 +112,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Базата на податоци %1$s е креирана"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Коментар на базата на податоци: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Коментар на табелата"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -146,11 +147,11 @@ msgstr "Имиња на колони"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Имиња на колони"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Тип"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Default"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Врски кон"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Коментари"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Не"
@@ -242,27 +243,27 @@ msgstr "Не"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Да"
@@ -284,91 +285,23 @@ msgstr "избери се"
msgid "Unselect All"
msgstr "ништо"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Името на базата на податоци не е зададено!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Базата на податоци %s е преименувана во %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Базата на податоци %s е ископирана во %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Преименувај ја базата на податоци во"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Избриши ја базата на податоци."
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Базата на податоци %s не е прифатена"
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "Базата на податоци не постои"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Копирај ја базата на податоци во"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Само структура"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Структура и податоци"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Само податоци"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE пред копирање"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr ""
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Додади AUTO_INCREMENT вредност"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Додади ограничувања"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Префрли се на копираната база на податоци"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Подредување"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -380,22 +313,16 @@ msgstr ""
"Дополнителните можности за работа со поврзаните табели се исклучени. За да "
"дознаете зошто, кликнете %sовде%s."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Релациона шема"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Табела"
@@ -403,41 +330,41 @@ msgstr "Табела"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Записи"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Големина"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "се користи"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Направено"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Последна измена"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Последна проверка"
@@ -461,7 +388,7 @@ msgstr "Премини на копираната табела"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -478,17 +405,17 @@ msgstr "Табелите не се пронајдени во базата на
msgid "unknown"
msgstr "непознат"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Табелата %s е испразнета"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Прегледот %s е избришан"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Табелата %s е избришана"
@@ -501,19 +428,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Поглед"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
#, fuzzy
@@ -530,21 +457,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s е основно складиште на овој MySQL сервер."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Обележаното:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "обележи ги сите"
@@ -552,50 +479,51 @@ msgstr "обележи ги сите"
msgid "Check tables having overhead"
msgstr "табели кои имаат пречекорувања"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Извоз"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Преглед за печатење"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Испразни"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Бриши"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Проверка на табелата"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Оптимизација на табелата"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Поправка на табелата"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Анализа на табелата"
@@ -603,11 +531,11 @@ msgstr "Анализа на табелата"
msgid "Add prefix to table"
msgstr "Додај префикс кон табелата"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Замени го префиксот на табелата"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Копирај табела со префикс"
@@ -619,20 +547,20 @@ msgstr "Речник на податоци"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "База на податоци"
@@ -648,9 +576,9 @@ msgstr "Креирано"
msgid "Updated"
msgstr "Ажурирано"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Статус"
@@ -658,14 +586,14 @@ msgstr "Статус"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Акција"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Прикажи"
@@ -700,7 +628,7 @@ msgstr "Само структура"
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Проверка на табелата"
@@ -759,7 +687,7 @@ msgstr "Тип на извоз"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -768,7 +696,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -894,7 +822,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -916,10 +844,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Вашиот SQL упит успешно е извршен"
@@ -942,7 +870,7 @@ msgstr "\"DROP DATABASE\" командата е оневозможена."
msgid "Do you really want to execute \"%s\"?"
msgstr "Дали навистина сакате да "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Со ова ја БРИШЕТЕ комплетната база на податоци!"
@@ -992,7 +920,7 @@ msgstr "Додади ново поле"
msgid "Edit Index"
msgstr "Ажурирање на следниот запис"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1025,8 +953,8 @@ msgstr "Лозинките не се идентични!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1051,9 +979,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1082,7 +1010,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Вкупно"
@@ -1299,7 +1227,7 @@ msgstr "Персиски"
msgid "Traffic"
msgstr "Сообраќај"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1323,12 +1251,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "нема"
@@ -1516,10 +1444,10 @@ msgid "Explain output"
msgstr "Објасни SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Време"
@@ -1627,10 +1555,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
#, fuzzy
msgid "Import"
msgstr "Извоз"
@@ -1685,9 +1613,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1717,9 +1645,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "ОК"
@@ -1775,19 +1703,19 @@ msgstr "Додади ново поле"
msgid "Show indexes"
msgstr "Прикажи мрежа"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Исклучи проверка на надворешни клучеви"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Овозможено"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1867,8 +1795,8 @@ msgstr "SQL упит"
msgid "No rows selected"
msgstr "Нема селектирани записи"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Промени"
@@ -1876,8 +1804,8 @@ msgstr "Промени"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1886,8 +1814,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Сочувај"
@@ -1953,12 +1881,12 @@ msgstr "SQL резултат"
msgid "Data point content"
msgstr "Големина на покажувачите на податоци"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Игнорирај"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Копирај"
@@ -1980,7 +1908,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2073,7 +2001,7 @@ msgstr "Генерирај"
msgid "Change Password"
msgstr "Промена на лозинка"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2502,13 +2430,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Грешка"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL упит"
@@ -2578,7 +2506,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Складишта"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2605,161 +2533,162 @@ msgstr "%s денови, %s часови, %s минути и %s секунди"
msgid "Missing parameter:"
msgstr "Рутини"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Почеток"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Претходна"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Следен"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Крај"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Премин на базата "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Структура"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Нов запис"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Преглед"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Операции"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "директориум за праќање на веб серверот "
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Директориумот кој го избравте за праќање не е достапен"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Печати"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Растечки редослед"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Опаѓачки редослед"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Подредуваање"
@@ -2789,8 +2718,8 @@ msgid "Use Tables"
msgstr "Користи табели"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "или"
@@ -2858,13 +2787,13 @@ msgstr[1] "%s погодоци во табелата %s"
msgid "Delete the matches for the %s table?"
msgstr "Приказ на податоци од табелата"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2900,150 +2829,150 @@ msgstr "во табела(и):"
msgid "Inside column:"
msgstr "во табела(и):"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "Основен директориум на податоците"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Додади/избриши колона"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Саб"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "Број на записи на страница"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Пон"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "хоризонтален"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "хоризонтален (ротирани заглавија)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "вертикален"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Изврши запамтен упит"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Подредување по клуч"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Операции"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Дел на текстот"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Полн текст"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Релациона шема"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Релациона шема"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Транформации на веб прелистувачот"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Записот е избришан"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Прекини"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -3051,47 +2980,47 @@ msgstr ""
"Бројот на записи може да биде приближен. За подетални информации види FAQ "
"3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "во упитот"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Приказ на записи од"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "вкупно"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "време на извршување на упитот %01.4f секунди"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Преглед за печатење (целосен текст)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Прикажи PDF шема"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Верзија на серверот"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Врската не е пронајдена"
@@ -3156,29 +3085,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "вашиот веб прелистувач треба да допушти cookies"
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "вашиот веб прелистувач треба да допушти cookies"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Клучот не е дефиниран!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Клучеви"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Единствен"
@@ -3191,6 +3120,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Кардиналност"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Подредување"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3214,95 +3153,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "База на податоци"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Сервер"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Упит по пример"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Привилегии"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Рутини"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Корисник"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Бинарен дневник"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Променливи"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Кодни страници"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Складишта"
@@ -3368,51 +3307,51 @@ msgstr "%s е оневозможен на овој MySQL сервер."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Овој MySQL сервер не подржува %s вид на складиште."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Пребарување низ базата на податоци"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "Пребарување низ базата на податоци"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Табелата %s е преименувана во %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3425,16 +3364,16 @@ msgstr ""
msgid "Function"
msgstr "Функција"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Оператор"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Вредност"
@@ -3451,61 +3390,61 @@ msgstr "Пребарување"
msgid "Edit/Insert"
msgstr "Нов запис"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Избери полиња (најмалку едно)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Додади услови за пребарување (делот \"WHERE\" од упитот):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Број на записи на страница"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Редослед на приказ:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Прегледни ги надворешните вредности"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL упит"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Направи \"упит по пример\" (џокер знак: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Направи \"упит по пример\" (џокер знак: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3850,14 +3789,14 @@ msgstr "Табели"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Податоци"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Пречекорување"
@@ -3884,22 +3823,22 @@ msgstr "Провери привилегии за базата на подато
msgid "Check Privileges"
msgstr "Провери привилегии"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3911,35 +3850,35 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] директивата МОРА да биде подесена во "
"конфигурациската податотека!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
"Би требало да го надоградите вашиот %s сервер на верзија %s или понова."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3972,38 +3911,38 @@ msgstr "Наводникот не е затворен"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Оневозможено"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Структура"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4134,8 +4073,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Поништи"
@@ -4404,7 +4343,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Сочувај како податотека"
@@ -4414,7 +4353,7 @@ msgid "Character set of the file"
msgstr "Кодна страна на податотеката:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Формат"
@@ -4427,13 +4366,13 @@ msgstr "Компресија"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4441,8 +4380,7 @@ msgstr "Стави ги имињата на полињата во првата
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4450,8 +4388,7 @@ msgstr "Полињата се раздвоени со"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4471,16 +4408,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Линиите се завршуваат со"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Линиите се завршуваат со"
@@ -4511,7 +4446,7 @@ msgstr "Шаблон на име на податотека"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4524,8 +4459,8 @@ msgid "Include table caption"
msgstr "Вклучи и коментар на табелата"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Коментар на табела"
@@ -4534,20 +4469,20 @@ msgid "Continued table caption"
msgstr "Продолжен коментар на табелите"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Ознака на клучот"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-типови"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Релации"
@@ -4571,6 +4506,11 @@ msgstr "Препиши ги постоечките податотеки"
msgid "Remember file name template"
msgstr "Шаблон на име на податотека"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Додади AUTO_INCREMENT вредност"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4583,7 +4523,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4596,10 +4536,17 @@ msgid "Use delayed inserts"
msgstr "Користи одложен внес"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Исклучи проверка на надворешни клучеви"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4613,7 +4560,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4623,7 +4570,7 @@ msgid "Export type"
msgstr "Тип на извоз"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Изврши извоз во трансакција"
@@ -4678,7 +4625,6 @@ msgstr "Опции за извоз на бази на податоци"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV формат"
@@ -5023,14 +4969,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Замени ги податоците во табелата со подаците од податотеката"
@@ -5045,7 +4989,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5057,7 +5000,7 @@ msgid "Column names in first row"
msgstr "Стави ги имињата на полињата во првата редица"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6096,7 +6039,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Лозинка"
@@ -6256,14 +6199,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6349,7 +6290,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6357,17 +6298,17 @@ msgid ""
"configured)."
msgstr "(или приклучокот со локалниот MySQL сервер не е исправно подесен)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Серверот не одговара"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6416,25 +6357,25 @@ msgid "Create"
msgstr "Креирај"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Нема привилегии"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Направи нова страница"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Име"
@@ -7082,7 +7023,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL врати празен резултат (нула записи)."
@@ -7131,7 +7072,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7200,11 +7141,11 @@ msgstr ""
"Користете го TAB тастерот за движење од поле во поле, или CTRL+стрелка за "
"слободно движење"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7221,38 +7162,38 @@ msgstr "нема"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Пет"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Испрати"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Додади ново поле"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Дали навистина сакате да "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Нема измени"
@@ -7458,7 +7399,169 @@ msgstr "phpMyAdmin документација"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Преименувај ја базата на податоци во"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Базата на податоци %s не е прифатена"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Избриши ја базата на податоци."
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Базата на податоци не постои"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Само структура"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Структура и податоци"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Само податоци"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Копирај ја базата на податоци во"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE пред копирање"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Додади ограничувања"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Префрли се на копираната база на податоци"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Релациона шема"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Промени го редоследот во табелата"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(по едно поле)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Премести ја табелата во (база.табела):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Опции на табелата"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Промени го името на табелата во"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Вид на складиште"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Копирај ја табелата во (база.табела):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Премини на копираната табела"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Можете да извршите:"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Дефрагментирај ја табелата"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Табелата %s е освежена"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Освежување на табелата (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Приказ на податоци од табелата"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Базата на податоци не постои"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Чешки"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Поправка на табелата"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Можете да извршите:"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Провери го референцијалниот интегритет:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7469,7 +7572,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Не може да се поврзам: лоши подесувања."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7498,42 +7601,42 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Најави се"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервер"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Корисничко име:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Лозинка:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Избор на сервер"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7541,8 +7644,8 @@ msgstr ""
"Немаше никаква активност %s или повеќе секунди, ве молиме најавете се "
"повторно"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Не можам да се пријавам на MySQL серверот"
@@ -7573,83 +7676,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Линиите се завршуваат со"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Полињата се раздвоени со"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Escape карактер "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Линиите се завршуваат со"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Замени NULL со"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel издание"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Опции за извоз на бази на податоци"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Приказ на податоци од табелата"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Пратено"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7658,24 +7761,24 @@ msgstr "Пратено"
msgid "Definition"
msgstr "Опис"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Структура на табелата"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Само структура"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7696,47 +7799,47 @@ msgstr "(продолжува)"
msgid "Structure of table @TABLE@"
msgstr "Структура на табелата __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Опции на трансформацијата"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Коментар на табела"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Исклучи проверка на надворешни клучеви"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Прикажувам коментари на колоните"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Достапни MIME-типови"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7744,35 +7847,35 @@ msgstr "Достапни MIME-типови"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Време на креирање"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Верзија на серверот"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP верзија"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Извоз"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7788,147 +7891,147 @@ msgstr ""
msgid "Report title:"
msgstr "Увоз на податотека"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Додади коментар во заглавие (користи \\n за нов ред)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Име"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Име"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Опции на трансформацијата"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Функција"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ограничувања за извезените табели"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ограничувања за табелите"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME ТИПОВИ ЗА ТАБЕЛА"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "РЕЛАЦИИ НА ТАБЕЛИТЕ"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7948,8 +8051,8 @@ msgstr "Поглед"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7968,111 +8071,102 @@ msgstr ""
msgid "Column names: "
msgstr "Имиња на колони"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Имиња на колони"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "MySQL 4.0 compatible"
msgid "SQL compatibility mode:"
msgstr "MySQL 4.0 компатибилно"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8265,7 +8359,7 @@ msgid "Enabled"
msgstr "Овозможено"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Општи особини на релациите"
@@ -8336,7 +8430,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "нема опис"
@@ -8386,7 +8480,7 @@ msgstr ""
msgid "Variable"
msgstr "Променлива"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID на серверот"
@@ -8410,8 +8504,8 @@ msgstr "Било кој корисник"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Користи текст поле"
@@ -8506,7 +8600,7 @@ msgstr ""
msgid "Event name"
msgstr "Вид на настан"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Вид на настан"
@@ -8945,12 +9039,12 @@ msgstr "Содржина"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибути"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Дополнително"
@@ -8993,6 +9087,10 @@ msgstr "избери се"
msgid "Select Tables"
msgstr "Избери табели"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Имиња на колони"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9280,14 +9378,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Привилегии поврзани со табелата"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
"Напомена: MySQL имињата на привилегите мора да бидат со латинични букви"
@@ -9297,12 +9395,12 @@ msgid "Administration"
msgstr "Администрација"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобални привилегии"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Привилегии во врска со базата на податоци"
@@ -9362,16 +9460,16 @@ msgid "Users having access to "%s""
msgstr "Корисници кои имаат пристап "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Корисник"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Овозможи"
@@ -9382,8 +9480,8 @@ msgid "User has been added."
msgstr "Прегледот %s е избришан"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Било кој"
@@ -9399,14 +9497,14 @@ msgstr "Специфично за базата на податоци"
msgid "wildcard"
msgstr "џокер"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Корисникот не е пронајден."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Промена на привилегии"
@@ -9414,26 +9512,20 @@ msgstr "Промена на привилегии"
msgid "Revoke"
msgstr "Забрани"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Извоз"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... сочувај го стариот."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... избриши ги старите од табелата на корисници."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... прво одземи ги сите привилегии на корисниците а потоа избриши ги."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9441,82 +9533,76 @@ msgstr ""
" ... избриши го стариот корисник од табелата на корисници а потоа повторно "
"вчитај ги привилегиите."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Промени ги информациите за најавувањето / Копирај го корисникот"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Направи нов корисник со исти привилегии и ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Привилегии врзани за колоните"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Додади привилегии на следната база"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Пред џокер знаците _ и % треба да стои знакот \\ ако ги користите самостојно"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Додади привилегии на следната табела"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Избриши ги селектираните корисници"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Одземи ги сите привилегии на активните корисници а потоа избриши ги."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Избриши ги базите на податоци кои се именувани исто како и корисниците."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Повторно ги вчитувам привилегиите"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Изабраните корисници успешно се избришани."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ги ажуриравте привилегиите за %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Привилегии"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привилегии"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Преглед на корисници"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9530,11 +9616,11 @@ msgstr ""
"измени. Во тој случај %sповторно вчитајте ги привилегиите%s пред да "
"продолжите со работа."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Изабраниот корисник не е пронајден во табелата на привилегии."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Додадовте нов корисник."
@@ -9589,11 +9675,11 @@ msgstr "Календар"
msgid "Columns"
msgstr "Имиња на колони"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Запамти SQL упит"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "дади дозвола на секој корисник да пристапува на овој упит."
@@ -9719,8 +9805,8 @@ msgstr ""
"во следниов облик: а"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Клуч"
@@ -9774,13 +9860,13 @@ msgstr "нема"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Примарен"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Текст клуч"
@@ -9794,23 +9880,18 @@ msgstr ""
msgid "after %s"
msgstr "после полето %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Додади %s полиња"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Морате да изберете барем една колона за приказ"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Вид на складиште"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9821,7 +9902,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Општи особини на релациите"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9869,7 +9950,7 @@ msgstr "Колација за MySQL врска"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10056,161 +10137,161 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Традиционален кинески"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Изврши SQL"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "прикажи ги сите"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Релационен поглед"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Извоз"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "во упитот"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Промени го името на табелата во "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Назив на корисник"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Креирај"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Опции на табелата"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Табелата %s е избришана"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "страница"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Увоз на податотека"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "Нема селектирани записи"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Креирај нов клуч"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Назив на корисник"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10218,7 +10299,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10226,7 +10307,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Внатрешни релации"
@@ -10236,11 +10317,11 @@ msgstr "Внатрешни релации"
msgid "Relation deleted"
msgstr "Релационен поглед"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Измените се сочувани"
@@ -10248,68 +10329,68 @@ msgstr "Измените се сочувани"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Увоз на податотека"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10326,44 +10407,44 @@ msgstr "Се"
msgid "%s table not found or not set in %s"
msgstr "%s табелата не е пронајдена или не е поставена во %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Табелата \"%s\" не постои!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Изберете бинарен дневник за преглед"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Полиња"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Прикажи скратени упити"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Прикажи комплетни упити"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Назив на дневникот"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Позиција"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Оргинална позиција"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Информации"
@@ -10451,17 +10532,17 @@ msgstr ""
msgid "disabled"
msgstr "Оневозможено"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Корисник %s веќе постои!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Бришам %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Привилегиите се успешно вчитани."
@@ -12078,34 +12159,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Дали навистина сакате да "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Провери SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL резултат"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Генерирал"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Проблем при индексирање на табелата `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Назив"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Изабраните корисници успешно се избришани."
@@ -12202,88 +12283,88 @@ msgstr "Табелата %s е избришана"
msgid "View dump (schema) of table"
msgstr "Прикажи содржина (шема) на табелите"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Додади/избриши колона"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Вкупно"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Сочувај како податотека"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Назив на корисник"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Името на примарниот клуч мора да биде... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Не можам да го променам клучот во PRIMARY (примарен) !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Делови од клучот не се дефинирани!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Додади ново поле"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Додади ново поле"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Име на клуч :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" може да биде име само на примарниот клуч!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Тип на клуч :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Додади во клучот %s колона(и)"
@@ -12306,279 +12387,177 @@ msgstr "Табелата %s е преместена во %s."
msgid "Table %s has been copied to %s."
msgstr "Табелата %s е копирана во %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Името на табелата е празно!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Промени го редоследот во табелата"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(по едно поле)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Премести ја табелата во (база.табела):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Опции на табелата"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Промени го името на табелата во"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Копирај ја табелата во (база.табела):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Премини на копираната табела"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Можете да извршите:"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Дефрагментирај ја табелата"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Табелата %s е освежена"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Освежување на табелата (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Приказ на податоци од табелата"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Базата на податоци не постои"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Можете да извршите:"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Чешки"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Поправка на табелата"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Провери го референцијалниот интегритет:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Прикажи табели"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Големина"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Ефективни"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Статистики за записите"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамички"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Должина на запис"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Големина на запис"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Внатрешни релации"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
msgid "Distinct values"
msgstr "Прегледни ги надворешните вредности"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Додади ново поле"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "нема"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Табелата %s е избришана"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Примарниот клуч %s е додаден"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Клучот е додаден %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Прикажи информации за PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Додади %s полиња"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Преглед за печатење"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Релационен поглед"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Предложи структура на табелата"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Додади %s полиња"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "на крајот од табелата"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "на почетокот од табелата"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "после полето %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Направи клуч на %s колони"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12762,7 +12741,7 @@ msgstr "Немате право на пристап овде!"
msgid "The profile has been updated."
msgstr "Профилот е променет"
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13912,6 +13891,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Извоз"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Привилегии"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/ml.po b/po/ml.po
index bbb89a4af3..d2bcd9a025 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2011-09-27 08:42+0200\n"
"Last-Translator: \n"
"Language-Team: Malayalam \n"
@@ -17,12 +17,12 @@ msgstr ""
"X-Generator: Pootle 2.0.5\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "എല്ലാം കാണിക്കൂ"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgid ""
"cross-window updates."
msgstr ""
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "തിരയൂ"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "തിരയൂ"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "പോകൂ"
@@ -98,7 +99,7 @@ msgstr "വിവരണം"
msgid "Use this value"
msgstr "ഈ വില ഉപയോഗിക്കൂ"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,31 +111,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "വിവരശേഖര അഭിപ്രായം: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "നിര"
@@ -143,11 +144,11 @@ msgstr "നിര"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -157,44 +158,44 @@ msgstr "നിര"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "തരം"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "ശൂന്യം"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "സ്വതേ"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -204,9 +205,9 @@ msgstr "കണ്ണികൾ"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -217,21 +218,21 @@ msgstr "അഭിപ്രായങ്ങൾ"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "ഇല്ല"
@@ -239,27 +240,27 @@ msgstr "ഇല്ല"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "അതേ"
@@ -281,110 +282,39 @@ msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക"
msgid "Unselect All"
msgstr "ഒന്നും തിരഞ്ഞെടുക്കാതിരിക്കുക"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "വിവരശേഖരത്തിനു പേര് നൽകിയിട്ടില്ല!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "%s എന്ന വിവരശേഖരം %s എന്ന പേരിലേക്ക് മാറ്റിയിരിക്കുന്നു"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "%s എന്ന വിവരശേഖരം %s എന്ന പേരിലേക്ക് പകർത്തിയിരിക്കുന്നു"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "വിവരശേഖരത്തിന്റ്റ പേര് മാറ്റുക"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "വിവരശേഖരം നീക്കുക"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "വിവരശേഖരം ഉപേക്ഷിക്കുക (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "വിവരശേഖരം പകർത്തുക"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "ഘടന മാത്രം"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "ഘടനയും വിവരവും"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "വിവരം മാത്രം"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr ""
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s ചേർക്കുക"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr ""
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr ""
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr ""
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "നിബന്ധന"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr ""
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "പട്ടിക"
@@ -392,41 +322,41 @@ msgstr "പട്ടിക"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "വരികൾ"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "വലിപ്പം"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "ഉപയോഗത്തിൽ"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "സൃഷ്ടി"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "അവസാനം നവീകരിച്ചത്"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "അന്തിമ പരിശോധന"
@@ -448,7 +378,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -463,17 +393,17 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr ""
@@ -486,19 +416,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr ""
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -514,21 +444,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr ""
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr ""
@@ -536,50 +466,51 @@ msgstr ""
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr ""
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr ""
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr ""
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr ""
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr ""
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr ""
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr ""
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr ""
@@ -587,11 +518,11 @@ msgstr ""
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr ""
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -603,20 +534,20 @@ msgstr ""
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr ""
@@ -632,9 +563,9 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr ""
@@ -642,14 +573,14 @@ msgstr ""
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr ""
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "പ്രദർശിപ്പിക്കുക"
@@ -682,7 +613,7 @@ msgstr ""
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -732,7 +663,7 @@ msgstr ""
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -741,7 +672,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -856,7 +787,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -878,10 +809,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -903,7 +834,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -943,7 +874,7 @@ msgstr ""
msgid "Edit Index"
msgstr ""
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr ""
@@ -973,8 +904,8 @@ msgstr ""
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr ""
@@ -994,9 +925,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1022,7 +953,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr ""
@@ -1220,7 +1151,7 @@ msgstr ""
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr ""
@@ -1240,12 +1171,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr ""
@@ -1416,10 +1347,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr ""
@@ -1509,10 +1440,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr ""
@@ -1560,9 +1491,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1590,9 +1521,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr ""
@@ -1632,15 +1563,15 @@ msgstr ""
msgid "Show indexes"
msgstr ""
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr ""
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr ""
@@ -1707,8 +1638,8 @@ msgstr ""
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr ""
@@ -1716,8 +1647,8 @@ msgstr ""
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1726,8 +1657,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr ""
@@ -1783,12 +1714,12 @@ msgstr ""
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1808,7 +1739,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1891,7 +1822,7 @@ msgstr ""
msgid "Change Password"
msgstr ""
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr ""
@@ -2262,13 +2193,13 @@ msgstr ""
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr ""
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr ""
@@ -2336,7 +2267,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2361,152 +2292,153 @@ msgstr ""
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr ""
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr ""
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "അച്ചടിക്കുക"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "ആരോഹണം"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "അവരോഹണം"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "തരംതിരിക്കുക"
@@ -2532,8 +2464,8 @@ msgid "Use Tables"
msgstr "പട്ടികകൾ ഉപയോഗിക്കുക"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "അല്ലെനങ്കിൽ"
@@ -2598,13 +2530,13 @@ msgstr[1] ""
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2634,173 +2566,173 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr ""
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2862,27 +2794,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr ""
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr ""
@@ -2895,6 +2827,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "നിബന്ധന"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2917,93 +2859,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr ""
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3064,51 +3006,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "%s എന്ന വിവരശേഖരം %s എന്ന പേരിലേക്ക് മാറ്റിയിരിക്കുന്നു"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3121,16 +3063,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3143,56 +3085,56 @@ msgstr ""
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3527,14 +3469,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3559,55 +3501,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3638,37 +3580,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr ""
@@ -3789,8 +3731,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4046,7 +3988,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4055,7 +3997,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4068,27 +4010,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4106,14 +4046,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4139,7 +4077,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4150,8 +4088,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4160,20 +4098,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4194,6 +4132,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4204,7 +4147,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4217,10 +4160,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s ചേർക്കുക"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4234,7 +4184,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4243,7 +4193,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4296,7 +4246,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4617,14 +4566,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4639,7 +4586,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4649,7 +4595,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5639,7 +5585,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -5794,14 +5740,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5887,21 +5831,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -5946,24 +5890,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6547,7 +6491,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6596,7 +6540,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6659,11 +6603,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6678,32 +6622,32 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -6909,7 +6853,158 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "വിവരശേഖരത്തിന്റ്റ പേര് മാറ്റുക"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "വിവരശേഖരം നീക്കുക"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "വിവരശേഖരം ഉപേക്ഷിക്കുക (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "ഘടന മാത്രം"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "ഘടനയും വിവരവും"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "വിവരം മാത്രം"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "വിവരശേഖരം പകർത്തുക"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr ""
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr ""
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -6918,7 +7013,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -6943,49 +7038,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7016,92 +7111,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7118,37 +7213,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7156,33 +7251,33 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr ""
@@ -7194,139 +7289,139 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7342,8 +7437,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7360,109 +7455,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7580,7 +7666,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7649,7 +7735,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7698,7 +7784,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7722,8 +7808,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7813,7 +7899,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8196,12 +8282,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8238,6 +8324,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8498,14 +8588,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8514,12 +8604,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8577,16 +8667,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8595,8 +8685,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8612,12 +8702,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8625,98 +8715,90 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8725,11 +8807,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -8779,11 +8861,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -8885,8 +8967,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -8930,13 +9012,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -8949,20 +9031,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -8971,7 +9048,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9013,7 +9090,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9166,133 +9243,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9300,7 +9377,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9308,7 +9385,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9316,11 +9393,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9328,66 +9405,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9404,41 +9481,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9521,17 +9598,17 @@ msgstr ""
msgid "disabled"
msgstr ""
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11087,32 +11164,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11196,76 +11273,76 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr ""
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11288,258 +11365,164 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show all"
msgid "Showing tables"
msgstr "എല്ലാം കാണിക്കൂ"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "ഈ വില ഉപയോഗിക്കൂ"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Move columns"
msgstr "നിരകൾ ചേർക്കുക/മായക്കുക"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr ""
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11712,7 +11695,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
diff --git a/po/mn.po b/po/mn.po
index 10a3b1843f..d10d84f31b 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian \n"
@@ -14,12 +14,12 @@ msgstr ""
"X-Generator: Translate Toolkit 1.5.3\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Бүгдийг харах"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -37,24 +37,27 @@ msgstr ""
"Зорилтот хөтчийн цонх шинэчлэгдсэнгүй. Магадгүй та эх цонхыг хаасан эсвэл "
"таны хөтөч хамгаалалтын тохиргооны улмаас шинэчлэлтийг хориглогдсон"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Хайх"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -66,18 +69,16 @@ msgstr "Хайх"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Яв"
@@ -97,7 +98,7 @@ msgstr "Тайлбар"
msgid "Use this value"
msgstr "Уг утгыг хэрэглэх"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -109,31 +110,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr ""
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "ӨС-ийн тайлбар: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Хүснэгтийн тайлбар"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -144,11 +145,11 @@ msgstr "Баганын нэрс"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -158,44 +159,44 @@ msgstr "Баганын нэрс"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Төрөл"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Хоосон"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Анхдагч"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -205,9 +206,9 @@ msgstr "Холбоос"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -218,21 +219,21 @@ msgstr "Тайлбар"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Үгүй"
@@ -240,27 +241,27 @@ msgstr "Үгүй"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Тийм"
@@ -282,94 +283,23 @@ msgstr "Бүгдийг сонгох"
msgid "Unselect All"
msgstr "Бүх сонгосныг болих"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Өгөгдлийн сангийн нэр хоосон!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "ӨС %s-н нэр нь %s-ээр солигджээ"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "ӨС %s нь %s руу хуулагдлаа"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Өгөгдлийн санг д.нэрлэх нь"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Өгөгдлийн санг д.нэрлэх нь"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s өгөгдлийн сан устгагдсан."
-
-#: db_operations.php:509
-#, fuzzy
-#| msgid "Copy database to"
-msgid "Drop the database (DROP)"
-msgstr "Өгөгдлийн сан хуулах нь"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Өгөгдлийн сан хуулах нь"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Зөвхөн бүтэц"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Бүтэц ба өгөгдөл"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Зөвхөн өгөгдөл"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "хуулахын өмнө CREATE DATABASE"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Нэмэх %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT утга нэмэх"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Тогтмол нэмэх"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Хуулагдсан ӨС руу шилжих"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Жишилт"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| "ditional features for working with linked tables have been ctivated. To d "
@@ -381,22 +311,16 @@ msgstr ""
"Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%s "
"дарж шалгах."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Хамааралтай схем"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Хүснэгт "
@@ -404,41 +328,41 @@ msgstr "Хүснэгт "
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Мөрүүд"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Хэмжээ"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "хэрэглэгдэж байна"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Үүсгэлт"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Сүүлийн шинэчлэл"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Сүүлийн шалгалт"
@@ -462,7 +386,7 @@ msgstr "Хуулагдсан хүснэгт рүү шилжих"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -479,17 +403,17 @@ msgstr "ӨС-д хүснэгт олдсонгүй."
msgid "unknown"
msgstr "үлмэдэх"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Хүснэгт %s нь хоослогдлоо"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Харц %s нь устгагдсан"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Хүснэгт %s нь устгагдлаа"
@@ -502,19 +426,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Харц"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -530,21 +454,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s нь уг MySQL сервэрийн анхдагч агуулах хөдөлгүүр байна."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Сонгогдсонтой:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Бүгдийг чагтлах"
@@ -552,50 +476,51 @@ msgstr "Бүгдийг чагтлах"
msgid "Check tables having overhead"
msgstr "Дээдхийг шалгах"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Гаргах"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Хэвлэхээр харах"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Хоосон"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Устгах"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Хүснэгт шалгах"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Хүснэгтийг зүгшрүүлэх"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Хүснэгт засах"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Хүснэгтийг задлах"
@@ -603,13 +528,13 @@ msgstr "Хүснэгтийг задлах"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Хүснэгтийн өгөгдлийг орлуулах файл"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -623,20 +548,20 @@ msgstr "Өгөгдлийн толь"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "ӨС"
@@ -652,9 +577,9 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Статус"
@@ -662,14 +587,14 @@ msgstr "Статус"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Үйлдэл"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Харах"
@@ -702,7 +627,7 @@ msgstr ""
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -758,7 +683,7 @@ msgstr "Гаргах"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -767,7 +692,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -892,7 +817,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Оруулах нэмэлтүүд дуудагдсангүй, суулгацаа шалгана уу!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Тэмдэглэл %s нь үүсгэгдлээ"
@@ -914,10 +839,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Таны SQL-асуулт амжилттай ажиллав"
@@ -940,7 +865,7 @@ msgstr "\"ӨС устгах\" нь хаалттай."
msgid "Do you really want to execute \"%s\"?"
msgstr "Та үнэхээр "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Дүүрэн өгөгдлийн сан УСТГАХ тухай?"
@@ -990,7 +915,7 @@ msgstr "Шинэ талбар нэмэх"
msgid "Edit Index"
msgstr "Дараагийн мөрийг засах"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1023,8 +948,8 @@ msgstr "Нууц їгнїїд ялгаатай байна!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1050,9 +975,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1082,7 +1007,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Нийт"
@@ -1305,7 +1230,7 @@ msgstr "Хамаарал"
msgid "Traffic"
msgstr "Гуйвуулга"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1329,12 +1254,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Байхгүй"
@@ -1524,10 +1449,10 @@ msgid "Explain output"
msgstr "SQL тайлбар"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Цаг"
@@ -1636,10 +1561,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Оруулах"
@@ -1697,9 +1622,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Болих"
@@ -1729,9 +1654,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Бэлэн"
@@ -1787,19 +1712,19 @@ msgstr "Шинэ талбар нэмэх"
msgid "Show indexes"
msgstr "Тор харуулах"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Гадаад түлхүүр шалгалтыг хаах"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Нээлттэй"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1884,8 +1809,8 @@ msgstr "SQL асуудал харуулах"
msgid "No rows selected"
msgstr "Сонгогдсон мөргүй"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Солих"
@@ -1893,8 +1818,8 @@ msgstr "Солих"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d нь мөрийн буруу дугаар байна."
@@ -1903,8 +1828,8 @@ msgstr "%d нь мөрийн буруу дугаар байна."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Хадгалах"
@@ -1972,12 +1897,12 @@ msgstr "Асуудлын үр дүнгийн үйлдэл"
msgid "Data point content"
msgstr "Өгөгдөл заагчийн хэмжээ"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Үл тоох"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Хуулах"
@@ -1999,7 +1924,7 @@ msgstr "Гадаад түлхүүр сонгох"
msgid "Please select the primary key or a unique key"
msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2092,7 +2017,7 @@ msgstr "Бий болгох"
msgid "Change Password"
msgstr "Нууц үг солих"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2523,13 +2448,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Алдаа"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-асуулт"
@@ -2599,7 +2524,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Хөдөлгүүрүүд"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2626,161 +2551,162 @@ msgstr "%s өдөр, %s цаг, %s минут, %s секунд"
msgid "Missing parameter:"
msgstr "Шинэ талбар нэмэх"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Эхлэл"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Өмнөх"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Цааш"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Төгс"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""%s" өгөгдлийн сан руу үсрэх."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Бүтэц"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Оруулах"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Хөтлөх"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Үйлдлүүд"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "web-сервэр түлхэх хавтас"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Таны сонгосон хавтас \"upload\" хийгдэхгүй байна"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Хэвлэх"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Үсгийн хэмжээ"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Өсөхөөр"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Буурахаар"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Эрэмбэлэх"
@@ -2810,8 +2736,8 @@ msgid "Use Tables"
msgstr "Хүснэгт хэрэглэх"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Эсвэл"
@@ -2879,13 +2805,13 @@ msgstr[1] "%s олдоц(ууд) хүснэгт %s-д"
msgid "Delete the matches for the %s table?"
msgstr "Хүснэгтийн өгөгдлийг устгах"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2921,192 +2847,192 @@ msgstr "Хүснэгт(үүд) дотор:"
msgid "Inside column:"
msgstr "Хүснэгт(үүд) дотор:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Багана нэмэх/устгах"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Талбаруудын тоо"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Да"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "хөндлөн"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "хөндлөн (эргүүлэгдсэн толгойнууд)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "босоо"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Тэмдэглэгдсэн асуулт ажиллуулах"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Түлхүүрээр эрэмбэлэх"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Сонголтууд"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Бичвэрийн зарим хэсэг"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Бүтэн бичвэр"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Хамааралтай схем"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Хөтчийн өөрчлөл"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Мөр устгагдсан"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Алах"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "May be approximate. See FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "асуултад"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Мөрүүдийг харуулж байна "
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "Нийт"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Асуулт нь %01.4f сек авлаа"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Асуудлын үр дүнгийн үйлдэл"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Хэвлэхээр харах (бүх бичвэртэй нь)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF-схем харуулах"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create"
msgid "Create view"
msgstr "Үүсгэх"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Холбоос олдсонгүй"
@@ -3168,29 +3094,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Шинэ phpMyAdmin цонх нээх"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Энэ газарт Cookies нээлттэй байх ёстой."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Энэ газарт Cookies нээлттэй байх ёстой."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Индекс тодорхойлогдоогүй!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Индексүүд"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Үл давтагдах"
@@ -3203,6 +3129,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Ерөнхий"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Жишилт"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3225,95 +3161,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Өгөгдлийн сангууд"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Сервэр"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Хүснэг хоосон үзэгдэж байна!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Өгөгдлийн сан хоосон санагдаж байна!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Асуулт (Query)"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Онцгой эрхүүд"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Дизайнч"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Хэрэглэгч"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Хоёртын log"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Утгууд"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Кодлолууд"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Хөдөлгүүрүүд"
@@ -3382,54 +3318,54 @@ msgstr "%s нь уг MySQL сервэр дээр хаалттай байна."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Дагавар төлвийг харуулах"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Сэдэв %s олдсонгүй!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Буруу өгөгдлийн сан"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Хүснэгтийн буруу нэр"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3442,16 +3378,16 @@ msgstr ""
msgid "Function"
msgstr "Функц"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Оператор"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Утга"
@@ -3468,62 +3404,62 @@ msgstr "Хайх"
msgid "Edit/Insert"
msgstr "Оруулах"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Талбар сонгох (ядаж нэгийг):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Хайлтын нөхцөл нэмэх(\"where\" хэсгийн бие):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Хуудас дахь мөрийн тоо"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Харуулах эрэмбэ:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "in query"
msgid "Additional search criteria"
msgstr "асуултад"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "\"жишээ асуулт\" хийх (тэмдэгт: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"жишээ асуулт\" хийх (тэмдэгт: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3870,14 +3806,14 @@ msgstr "Хүснэгт"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Өгөгдөл"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Толгой дээр"
@@ -3906,25 +3842,25 @@ msgstr ""%s" өгөгдлийн сангийн онцгой эрх ш
msgid "Check Privileges"
msgstr "Онцгой эрх шалгах"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Failed to read configuration file"
msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3935,35 +3871,35 @@ msgid ""
msgstr ""
"$cfg['PmaAbsoluteUri'] -ыг тохиргооны файлд тохируулах хэрэгтэй!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Сервэрийн буруу индекс нь: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "%1$s сервэрийн хост буруу. Өөрийн тохиргоогоо нягтална уу."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Тохиргоонд сонгогдсон буруу зөвшөөрлийн арга:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Та хувилбар %s -г %s -ээр сайжруулах хэрэгтэй эсвэл дараа."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3996,37 +3932,37 @@ msgstr "Хаагдаагүй хашилт"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Хаагдсан"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4157,8 +4093,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Да.эхлэх"
@@ -4428,7 +4364,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Илгээх"
@@ -4437,7 +4373,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Тогтнол"
@@ -4450,13 +4386,13 @@ msgstr "Шахалт"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4464,8 +4400,7 @@ msgstr "Эхний мөрт талбаруудын нэрийг тавих"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4473,8 +4408,7 @@ msgstr "Талбарыг хаасан"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4494,16 +4428,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Шугамыг төгсгөгч"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Шугамыг төгсгөгч"
@@ -4531,7 +4463,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4544,8 +4476,8 @@ msgid "Include table caption"
msgstr "Хүснэгтийн гарчиг холбогдсон"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Хүснэгтийн гарчиг"
@@ -4554,20 +4486,20 @@ msgid "Continued table caption"
msgstr "Үргэлжилсэн хүснэгтийн гарчиг"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Label key"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-төрөл"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Хамаарал"
@@ -4590,6 +4522,11 @@ msgstr "Файл(ууд)-г дарж бичих"
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT утга нэмэх"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4602,7 +4539,7 @@ msgid "SQL compatibility mode"
msgstr "SQL нийцтэй горим"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4615,10 +4552,17 @@ msgid "Use delayed inserts"
msgstr "Давталттай оруулалт хэрэглэх"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Гадаад түлхүүр шалгалтыг хаах"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Нэмэх %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4632,7 +4576,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Үүсгэгдсэн асуудлын хамгийн их урт"
@@ -4643,7 +4587,7 @@ msgid "Export type"
msgstr "Гаргах"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Хэлэлцээр дэх гаргалтыг хаах"
@@ -4698,7 +4642,6 @@ msgstr "Асуудлын үр дүнгийн үйлдэл"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5037,14 +4980,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Хүснэгтийн өгөгдлийг орлуулах файл"
@@ -5059,7 +5000,6 @@ msgid "Format of imported file"
msgstr "Оруулсан файлын тогтнол"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "LOCAL түлхүүр үг хэрэглэх"
@@ -5071,7 +5011,7 @@ msgid "Column names in first row"
msgstr "Эхний мөрт талбаруудын нэрийг тавих"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6101,7 +6041,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Нууц үг"
@@ -6260,14 +6200,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV хэрэглэх нь LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6355,7 +6293,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6363,17 +6301,17 @@ msgid ""
"configured)."
msgstr "(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Сервэрээс хариу алга"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6422,24 +6360,24 @@ msgid "Create"
msgstr "Үүсгэх"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Онцгой эрхгүй"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Хүснэгт үүсгэх"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Нэр"
@@ -7102,7 +7040,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.)."
@@ -7153,7 +7091,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Нуух"
@@ -7220,11 +7158,11 @@ msgstr ""
"TAB товчийг хэрэглэн утгаас утгын хооронд шилжинэ, эсвэл CTRL+сумууд-аар "
"зөөгдөнө"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL асуудал харуулах"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7241,38 +7179,38 @@ msgstr "Байхгүй"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Ба"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Илгээ"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Шинэ талбар нэмэх"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Та үнэхээр "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Солигдохгүй"
@@ -7478,7 +7416,170 @@ msgstr "phpMyAdmin баримтжилт"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Өгөгдлийн санг д.нэрлэх нь"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s өгөгдлийн сан устгагдсан."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Өгөгдлийн санг д.нэрлэх нь"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+#| msgid "Copy database to"
+msgid "Drop the database (DROP)"
+msgstr "Өгөгдлийн сан хуулах нь"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Зөвхөн бүтэц"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Бүтэц ба өгөгдөл"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Зөвхөн өгөгдөл"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Өгөгдлийн сан хуулах нь"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "хуулахын өмнө CREATE DATABASE"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Тогтмол нэмэх"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Хуулагдсан ӨС руу шилжих"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Хамааралтай схем"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Хүснэгтийг эрэмбэлэлтээр өөрчлөх"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(дан)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Хүснэгтийг зөөх (өгөгдлийн сан.хүснэгт):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Хүснэгтийн сонголтууд"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Хүснэгтийг да.нэрлэх"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Агуулах хөдөлгүүр"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Хүснэгт хуулах(өгөгдлийн сан.хүснэгт):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Хуулагдсан хүснэгт рүү шилжих"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Хүснэгтийн ашиглалт"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Хүснэгт янзлах"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Хүснэгт %s нь flushed боллоо"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Хүснэгтийн өгөгдлийг устгах"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Copy database to"
+msgid "Delete the table (DROP)"
+msgstr "Өгөгдлийн сан хуулах нь"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Үнэн зөв өгөгдлийг шалгах:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7489,7 +7590,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Холбогдсонгүй: тохируулга буруу."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7518,49 +7619,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Нэвтрэх"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервэр"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Нэвтрэгч:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Нууц үг:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Сервэр сонго"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL руу нэвтэрч чадсангүй"
@@ -7591,61 +7692,61 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Шугамыг төгсгөгч"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Талбарыг хаасан"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Талбарыг нээсэн"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Шугамыг төгсгөгч"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL-ыг орлуулах нь"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel-засвар"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Database export options"
@@ -7653,21 +7754,21 @@ msgid "Data dump options"
msgstr "ӨС гаргах сонголтууд"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Хүснэгтийн өгөгдлийг устгах"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Үзэгдэл"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7676,23 +7777,23 @@ msgstr "Үзэгдэл"
msgid "Definition"
msgstr "Тайлбар"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Хүснэгтийн бүтэц"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Харах бүтэц"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7713,47 +7814,47 @@ msgstr "(үргэлжилнэ)"
msgid "Structure of table @TABLE@"
msgstr "__TABLE__ хүснэгтийн бүтэц"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Өөрчлөлийн сонголтууд"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Хүснэгтийн гарчиг"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Гадаад түлхүүр шалгалтыг хаах"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Баганын тайлбарыг харуулж байна"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Идэвхтэй MIME-төрлүүд"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7761,35 +7862,35 @@ msgstr "Идэвхтэй MIME-төрлүүд"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Хост"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Үүссэн цаг"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Сервэрийн хувилбар"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP хувилбар"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Invalid table name"
msgid "Export table names"
msgstr "Хүснэгтийн буруу нэр"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7805,146 +7906,146 @@ msgstr ""
msgid "Report title:"
msgstr "Тайлангийн гарчиг"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "header-т тусгай тайлбар нэмэх (\\n –мөр шилжүүлнэ)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Баримтжуулал"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Баримтжуулал"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Өөрчлөлийн сонголтууд"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Процедурүүд"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Функцүүд"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Асгарсан хүснэгтийг хүчлэх"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "Хүснэгтийн MIME-төрлүүд"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "Хүснэгтийн хамаарал"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7964,8 +8065,8 @@ msgstr "Харц"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7984,113 +8085,104 @@ msgstr ""
msgid "Column names: "
msgstr "Баганын нэрс"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV оруулалтад буруу параметр нь: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV оруулалтад %d мөрөнд буруу тогтнол байна."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV оруулалтад %d мөрөнд буруу талбарын тоо байна."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Хүснэгтийн нэр"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Баганын нэрс"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Энэ нэмэлт нь шахагдсан оруулалтыг дэмжихгүй!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "CSV оруулалтад %d мөрөнд буруу тогтнол байна."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL нийцтэй горим"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8268,7 +8360,7 @@ msgid "Enabled"
msgstr "Нээлттэй"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Ерөнхий хамаатай онцлог"
@@ -8338,7 +8430,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "тайлбаргүй"
@@ -8387,7 +8479,7 @@ msgstr ""
msgid "Variable"
msgstr "Хувьсагч"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server ID"
@@ -8411,8 +8503,8 @@ msgstr "Дурын хэрэглэгч"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Бичвэр талбар хэрэглэх"
@@ -8510,7 +8602,7 @@ msgstr ""
msgid "Event name"
msgstr "Хэрэг явдлын төрөл"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Хэрэг явдлын төрөл"
@@ -8954,12 +9046,12 @@ msgstr "Агуулгын хүснэгт"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибутууд"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Нэмэлт"
@@ -9002,6 +9094,10 @@ msgstr "Бүгдийг сонгох"
msgid "Select Tables"
msgstr "Хүснэгтүүд сонго"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Баганын нэрс"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9276,14 +9372,14 @@ msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязг
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Хүснэгтийн тусгай онцгой эрхүүд"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Тэмдэглэл: MySQL онцгой эрхийн нэр нь англиар илэрхийлэгдсэн "
@@ -9292,12 +9388,12 @@ msgid "Administration"
msgstr "Зохион байгуулалт"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобал онцгой эрх"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Онцгой эрх, өгөгдлийн сангийн эрх"
@@ -9357,16 +9453,16 @@ msgid "Users having access to "%s""
msgstr "Хэрэглэгчдийн хандсан нь "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Хэрэглэгч"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Хандив"
@@ -9377,8 +9473,8 @@ msgid "User has been added."
msgstr "Харц %s нь устгагдсан"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Дурын"
@@ -9394,14 +9490,14 @@ msgstr "Өгөгдлийн сангийн эрх"
msgid "wildcard"
msgstr "загвар"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Хэрэглэгч олдсонгүй."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Онцгой эрхүүдийг засах"
@@ -9409,26 +9505,20 @@ msgstr "Онцгой эрхүүдийг засах"
msgid "Revoke"
msgstr "Хүчингүй"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Гаргах"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... хуучныг үлдээх."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... хэрэглэгчийн хүснэгтүүдээс устгах."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... хуучнаас бүх онцгой эрхийг хүчингүй болгоод дараа нь устга."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9436,82 +9526,76 @@ msgstr ""
" ... хэрэглэгчийн хүснэгтүүдээс нэгийг устгаад дараа нь онцгой эрхийг дахин "
"дууд."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Адил онцгой эрхтэй хэрэглэгч үүсгэх ба ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Онцгой эрх, баганын эрх"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Дараах өгөгдлийн санд онцгой эрх нэмэх"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Дараах хүснэгтэд онцгой эрх нэмэх"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Сонгогдсон хэрэглэгчдийг хасах"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй "
"болгох."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Хэрэглэгчтэй адил нэртэй өгөгдлийн санг устгах."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Устгахаар хэрэглэгч сонгогдсонгүй!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Онцгой эрхийг дахин дуудаж байна"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Сонгогдсон хэрэглэгч устгагдлаа."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, fuzzy, php-format
msgid "You have updated the privileges for %s."
msgstr "Онцгой эрх шинэчлэгдлээ"
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Онцгой эрхүүд"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Онцгой эрхүүд"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "User overview"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9524,11 +9608,11 @@ msgstr ""
"агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин "
"дуудаж%s үргэлжлүүлнэ үү."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Сонгогдсон хэрэглэгч онцгой эрхийн хүснэгтэд алга байна."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Шинэ хэрэглэгч нэмэгдлээ."
@@ -9580,11 +9664,11 @@ msgstr ""
msgid "Columns"
msgstr "Баганын нэрс"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Энэ SQL-асуулт-ыг тэмдэглэх"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх"
@@ -9700,8 +9784,8 @@ msgstr ""
"оруулна уу: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Индекс"
@@ -9754,13 +9838,13 @@ msgstr "Байхгүй"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Үндсэн"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Бүтэнбичвэр"
@@ -9774,23 +9858,18 @@ msgstr ""
msgid "after %s"
msgstr "%s-ы дараа"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "%s талбар(ууд) нэмэх"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Та багадаа нэг талбар нэм."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Агуулах хөдөлгүүр"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9801,7 +9880,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Ерөнхий хамаатай онцлог"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9851,7 +9930,7 @@ msgstr "MySQL холболтын кодлол"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10038,161 +10117,161 @@ msgstr "Харуулах/Нуух зүүн цэс"
msgid "Save position"
msgstr "Байрлал хадгалах"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Холбоо үүсгэх"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Да.дууд"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Тусламж"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Шууд бус холбоос"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Шууд холбоос"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Жижиш/Том Бүгдийг"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Холбоо сонгохдоо, дарах нь :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Оруулах/Гаргах PDF схемийн координат"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Асуултыг илгээх"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Цэс зөөх"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Нуух/Харуулах бүгдийг"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Нуух/Харуулах Холбоо байхгүй Хүснэгтүүд"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Хүснэгтийн тоо"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Холбоог устгах"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Холбоо устав"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Гаргах"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "асуултад"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename table to"
msgid "Rename to"
msgstr "Хүснэгтийг да.нэрлэх"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Хэрэглэгчийн нэр"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Үүсгэх"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Хүснэгтийн сонголтууд"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "хуудсууд"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Файл оруулах"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Гаргах/Оруулах хэмжээс"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Шинэ индекс үүсгэх"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Хэрэглэгчийн нэр"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Гаргах/Оруулах хэмжээс"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "сайшаагдсан"
@@ -10200,7 +10279,7 @@ msgstr "сайшаагдсан"
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10208,7 +10287,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Дотоод холбоо нэмэгдэв"
@@ -10216,11 +10295,11 @@ msgstr "Дотоод холбоо нэмэгдэв"
msgid "Relation deleted"
msgstr "Холбоо устав"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Өөрчлөлт хадгалагдав"
@@ -10228,70 +10307,70 @@ msgstr "Өөрчлөлт хадгалагдав"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Файл оруулах"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10308,43 +10387,43 @@ msgstr "Бүх"
msgid "%s table not found or not set in %s"
msgstr "%s хүснэгт олдсонгүй эсвэл %s-д сонгогдоогүй"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Хүснэгт \"%s\" байхгүй байна!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Харах хоёртын log сонго"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Файлууд"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Бүтэн асуулт харуулах"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Log нэр"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Байрлал"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Жинхэнэ байрлал"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Мэдээлэл"
@@ -10430,17 +10509,17 @@ msgstr ""
msgid "disabled"
msgstr "Хаагдсан"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Хэрэглэгч %s оршин байна!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s-г устгаж байна"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Онцгой эрхүүд дахин дуудагдлаа."
@@ -12101,34 +12180,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Та үнэхээр "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP кодоор харуулах"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL-ийг батлах"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-үр дүн"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Үүсгэгч"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Хүснэгт `%s`-ийн индекс асуудалтай"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Хаяг"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -12224,89 +12303,89 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr "Хүснэгтийн схем харах"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Багана нэмэх/устгах"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Нийт"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Илгээх"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Хүснэгтийн нэр"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Үндсэн түлхүүрийн нэр нь PRIMARY байх ёстой!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Индексийг PRIMARY болгож чадсангүй!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Тодорхойлогдсон индексийн хэсэггүй!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Шинэ талбар нэмэх"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Шинэ талбар нэмэх"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Индексийн нэр :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" нь үндсэн түлхүүрийн нэр ба зөвхөн байх хэрэгтэй!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Индексийн төрөл :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Индекст нэмэх %s багана(ууд)"
@@ -12329,278 +12408,178 @@ msgstr "Хүснэгт %s нь %s руу зөөгдөв."
msgid "Table %s has been copied to %s."
msgstr "%s хүснэгт %s руу хуулагдлаа."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Хүснэгтийн нэр хоосон байна!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Хүснэгтийг эрэмбэлэлтээр өөрчлөх"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(дан)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Хүснэгтийг зөөх (өгөгдлийн сан.хүснэгт):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Хүснэгтийн сонголтууд"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Хүснэгтийг да.нэрлэх"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Хүснэгт хуулах(өгөгдлийн сан.хүснэгт):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Хуулагдсан хүснэгт рүү шилжих"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Хүснэгтийн ашиглалт"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Хүснэгт янзлах"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Хүснэгт %s нь flushed боллоо"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Хүснэгтийн өгөгдлийг устгах"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Copy database to"
-msgid "Delete the table (DROP)"
-msgstr "Өгөгдлийн сан хуулах нь"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Үнэн зөв өгөгдлийг шалгах:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Хүснэгтүүдийг харуулах"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Ашиглалтын зай"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Эффекттэй"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Мөрийн статистик"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамик"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Мөрийн урт"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Мөрийн хэмжээ "
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, fuzzy, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Гадаад түлхүүр үүсгэхэд алдаа гарлаа %1$s (өгөгдлийн төрлөө шалга)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Дотоод хамаарал"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Онцгой утгуудыг харах"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Шинэ талбар нэмэх"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Байхгүй"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Хүснэгт %s нь устгагдлаа"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s-д үндсэн түлхүүр нэмэгдлээ"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s-д индекс нэмэгдсэн байна"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "PHP -ийн мэдээлэл харах"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "%s талбар(ууд) нэмэх"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Хэвлэхээр харах"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Хамаарал харах"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Хүснэгтийн бүтцийг таниулах"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "%s талбар(ууд) нэмэх"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Хүснэгтийн төгсгөлд"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Хүснэгтийн эхэнд"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s-ы дараа"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr " %s багануудад индекс үүсгэх"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12782,7 +12761,7 @@ msgstr "Танд хангалттай эрх байхгүй!"
msgid "The profile has been updated."
msgstr "Профиль шинэчлэгдлээ."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13970,6 +13949,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "ХИ. давхацсан холболтууд"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Гаргах"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Онцгой эрхүүд"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ms.po b/po/ms.po
index ba100e6836..bf3407c471 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:17+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: malay \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Papar semua"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -36,24 +36,27 @@ msgid ""
"cross-window updates."
msgstr ""
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Cari"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -65,18 +68,16 @@ msgstr "Cari"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Pergi"
@@ -96,7 +97,7 @@ msgstr "Keterangan"
msgid "Use this value"
msgstr "Guna nilai ini"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,32 +111,32 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "angkalan data %s telah digugurkan."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
#, fuzzy
msgid "Database comment: "
msgstr "Komen jadual"
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komen jadual"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -146,11 +147,11 @@ msgstr "Nama Kolum"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Nama Kolum"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Jenis"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Asal"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Pautan ke"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Komen"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Tidak"
@@ -242,27 +243,27 @@ msgstr "Tidak"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ya"
@@ -284,93 +285,22 @@ msgstr "Sila pilih pangkalan data"
msgid "Unselect All"
msgstr "Nyahpilih Semua"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
#, fuzzy
msgid "The database name is empty!"
msgstr "Nama jadual adalah kosong"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Jadual %s telah ditukarnama ke %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Jadual %s telah disalin ke %s."
-#: db_operations.php:465
-#, fuzzy
-msgid "Rename database to"
-msgstr "Tukarnama jadual ke"
-
-#: db_operations.php:492
-#, fuzzy
-msgid "Remove database"
-msgstr "Tukarnama jadual ke"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "angkalan data %s telah digugurkan."
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "Tiada pangkalan data"
-
-#: db_operations.php:538
-#, fuzzy
-msgid "Copy database to"
-msgstr "Tiada pangkalan data"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Struktur sahaja"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktur dan data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Data sahaja"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr ""
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Tambah %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr ""
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr ""
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Tukar kepada pengkalan data yang di salin"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr ""
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -382,22 +312,16 @@ msgstr ""
"Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah "
"tidak diaktifkan. Untuk mengetahuinya klik %shere%s."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Skema Hubungan"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Jadual"
@@ -405,42 +329,42 @@ msgstr "Jadual"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Baris"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Saiz"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "sedang digunakan"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
#, fuzzy
msgid "Creation"
msgstr "Cipta"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr ""
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Semakan Terakhir"
@@ -463,7 +387,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -480,17 +404,17 @@ msgstr "Tiada jadual dijumpai pada pangkalan data."
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Jadual %s telah dikosongkan"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, fuzzy, php-format
msgid "View %s has been dropped"
msgstr "Medan %s telah digugurkan"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Jadual %s telah digugurkan"
@@ -503,19 +427,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr ""
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -531,21 +455,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Dengan pilihan:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Tanda Semua"
@@ -553,50 +477,51 @@ msgstr "Tanda Semua"
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksport"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Paparan Cetak"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Kosong"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Gugur"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Periksa Jadual"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimakan jadual"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Baiki jadual"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyze table"
@@ -604,13 +529,13 @@ msgstr "Analyze table"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Ganti data jadual dengan fail"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -624,20 +549,20 @@ msgstr "Kamus Data"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Pangkalan Data"
@@ -654,9 +579,9 @@ msgstr "Cipta"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -664,14 +589,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Aksi"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Papar"
@@ -706,7 +631,7 @@ msgstr "Struktur sahaja"
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Periksa Jadual"
@@ -763,7 +688,7 @@ msgstr "Eksport"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -772,7 +697,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -896,7 +821,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -918,10 +843,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Kueri-SQL anda telah dilaksanakan dengan jaya"
@@ -946,7 +871,7 @@ msgstr "keterangan \"DROP DATABASE\" di tidak aktifkan ."
msgid "Do you really want to execute \"%s\"?"
msgstr "Adakah anda ingin "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -990,7 +915,7 @@ msgstr "Indeks"
msgid "Edit Index"
msgstr "Indeks"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
msgid "Add %d column(s) to index"
msgstr "Tambah medan baru"
@@ -1022,8 +947,8 @@ msgstr "Katalaluan tidak sama!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1046,9 +971,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1077,7 +1002,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Jumlah"
@@ -1289,7 +1214,7 @@ msgstr "Operasi"
msgid "Traffic"
msgstr "Kesibukan"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1312,12 +1237,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Tiada"
@@ -1502,10 +1427,10 @@ msgid "Explain output"
msgstr "Terangkan Kod SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Masa"
@@ -1609,10 +1534,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
#, fuzzy
msgid "Import"
msgstr "Eksport"
@@ -1667,9 +1592,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1700,9 +1625,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1753,17 +1678,17 @@ msgstr "Indeks"
msgid "Show indexes"
msgstr "Papar grid"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Membenarkan"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1843,8 +1768,8 @@ msgstr "kueri-SQL"
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Ubah"
@@ -1852,8 +1777,8 @@ msgstr "Ubah"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1862,8 +1787,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Simpan"
@@ -1929,12 +1854,12 @@ msgstr "Hasil SQL"
msgid "Data point content"
msgstr "Kandungan"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Abai"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1955,7 +1880,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2049,7 +1974,7 @@ msgstr "Dijana oleh"
msgid "Change Password"
msgstr "Ubah Katalaluan"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2478,13 +2403,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Ralat"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "kueri-SQL"
@@ -2552,7 +2477,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2577,161 +2502,162 @@ msgstr "%s hari, %s jam, %s minit dan %s saat"
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Mula"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Terdahulu"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Berikut"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Tamat"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Selit"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Lungsur"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operasi"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "direktori muatnaik pelayan-web"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Direktori muatnaik yang telah ditetapkan tidak dapat dicapai"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Cetak"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Menaik"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Menurun"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Isih"
@@ -2761,8 +2687,8 @@ msgid "Use Tables"
msgstr "Guna Jadual"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Atau"
@@ -2830,13 +2756,13 @@ msgstr[1] "%s padanan di dalam jadual %s"
msgid "Delete the matches for the %s table?"
msgstr "Melonggok data bagi jadual"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2872,193 +2798,193 @@ msgstr "Di dalam jadual:"
msgid "Inside column:"
msgstr "Di dalam jadual:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Tambah/Padam Kolum Medan"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Sab"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "Bilangan baris per halaman"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Isn"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "mengufuk"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "menegak"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Operasi"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Sebahagian Teks"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Teks Penuh"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Skema Hubungan"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Skema Hubungan"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
msgid "Hide browser transformation"
msgstr "Informasi MasaJana"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Baris telah dipadam"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Bunuh"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "pada kueri"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Papar baris"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "jumlah"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Papar Skema PDF"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Versi Pelayan"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Pautan tidak dijumpai"
@@ -3120,29 +3046,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cecikut mestilah dihidupkan ketika ini."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Cecikut mestilah dihidupkan ketika ini."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Tiada indeks ditafrifkan!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeks"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unik"
@@ -3155,6 +3081,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Kardinaliti"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr ""
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3178,96 +3114,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "pangkalan data"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Pelayan"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Kueri"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilej"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Pengguna"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "Binari"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Pemboleh-pembolehubah"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3329,51 +3265,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Cari di pangkalan data"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "Cari di pangkalan data"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Jadual %s telah ditukarnama ke %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3386,17 +3322,17 @@ msgstr ""
msgid "Function"
msgstr "Fungsi"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "Operasi"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Nilai"
@@ -3413,61 +3349,61 @@ msgstr "Cari"
msgid "Edit/Insert"
msgstr "Selit"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Pilih medan (sekurang-kurangnya satu):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Tambah kriteria carian (badan bagi klausa \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Bilangan baris per halaman"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Turutan paparan:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "kueri-SQL"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Lakukan \"kueri melalui contoh\" (wilidcard: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Lakukan \"kueri melalui contoh\" (wilidcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3811,14 +3747,14 @@ msgstr "Jadual-jadual"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Melebihi"
@@ -3845,22 +3781,22 @@ msgstr ""
msgid "Check Privileges"
msgstr "Tiada Privilej"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3871,34 +3807,34 @@ msgid ""
msgstr ""
"$cfg[PmaAbsoluteUri] MESTI disetkan di dalam fail konfigurasi."
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3931,38 +3867,38 @@ msgstr "Tanda quote tidak disertakan"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Tidak Membenarkan"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Struktur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4093,8 +4029,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Ulangtetap"
@@ -4357,7 +4293,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Simpan sebagai fail"
@@ -4367,7 +4303,7 @@ msgid "Character set of the file"
msgstr "Fail bagi set Aksara:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4380,13 +4316,13 @@ msgstr "Mampatan"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4394,8 +4330,7 @@ msgstr "Letakkan medan di baris pertama"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4403,8 +4338,7 @@ msgstr "Medan disertai oleh"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4424,16 +4358,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Baris ditamatkan oleh"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Baris ditamatkan oleh"
@@ -4459,7 +4391,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4472,8 +4404,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4482,20 +4414,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
#, fuzzy
msgid "Relations"
msgstr "Operasi"
@@ -4519,6 +4451,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4531,7 +4468,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4545,10 +4482,17 @@ msgid "Use delayed inserts"
msgstr "Penyelitan Lanjutan"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Tambah %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4564,7 +4508,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4575,7 +4519,7 @@ msgid "Export type"
msgstr "Eksport"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4628,7 +4572,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "data CSV"
@@ -4967,14 +4910,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Ganti data jadual dengan fail"
@@ -4989,7 +4930,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5001,7 +4941,7 @@ msgid "Column names in first row"
msgstr "Letakkan medan di baris pertama"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6023,7 +5963,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Katalaluan"
@@ -6183,14 +6123,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6277,21 +6215,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6338,25 +6276,25 @@ msgid "Create"
msgstr "Cipta"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Tiada Privilej"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Cipta Halaman baru"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nama"
@@ -6980,7 +6918,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL memulangkan set hasil kosong (i.e. sifar baris)"
@@ -7029,7 +6967,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7095,11 +7033,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7116,36 +7054,36 @@ msgstr "Tiada"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Jum"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Hantar"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Adakah anda ingin "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Tiada perubahan"
@@ -7352,7 +7290,171 @@ msgstr "Dokumentasi phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+#, fuzzy
+msgid "Rename database to"
+msgstr "Tukarnama jadual ke"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "angkalan data %s telah digugurkan."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+msgid "Remove database"
+msgstr "Tukarnama jadual ke"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Tiada pangkalan data"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Struktur sahaja"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktur dan data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Data sahaja"
+
+#: libraries/operations.lib.php:177
+#, fuzzy
+msgid "Copy database to"
+msgstr "Tiada pangkalan data"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Tukar kepada pengkalan data yang di salin"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Skema Hubungan"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(persatu)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Pindahkan jadual ke (pangkalandata.jadual):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Tukarnama jadual ke"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Salin jadual ke (pangkalandata.jadual):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Penyenggaraan Jadual"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Jadual %s telah dibuangkan"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Buang jadual (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Melonggok data bagi jadual"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Tiada pangkalan data"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Baiki jadual"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Penyenggaraan Jadual"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Semak integriti rujukan:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7361,7 +7463,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7386,50 +7488,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Logmasuk"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
#, fuzzy
msgid "Server:"
msgstr "Pelayan"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Namapengguna:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Katalaluan:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Pilihan Pelayan"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Tidak boleh log-masuk ke server MySQL"
@@ -7460,79 +7562,79 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Baris ditamatkan oleh"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Medan disertai oleh"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Medan dilarikan oleh"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Baris ditamatkan oleh"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Statistik pangkalan data"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Melonggok data bagi jadual"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Hantar"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7541,24 +7643,24 @@ msgstr "Hantar"
msgid "Definition"
msgstr "Keterangan"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktur jadual bagi jadual"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Struktur sahaja"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7577,43 +7679,43 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "Struktur jadual bagi jadual"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table of contents"
msgid "Table caption (continued)"
msgstr "Kandungan"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Memaparkan Komen Kolum"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Display Features"
msgid "Display MIME types"
msgstr "Paparkan Ciri-ciri"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7621,35 +7723,35 @@ msgstr "Paparkan Ciri-ciri"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Hos"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Masa dijana"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versi Pelayan"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versi PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Eksport"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export"
msgid "Export table headers"
@@ -7664,145 +7766,145 @@ msgstr ""
msgid "Report title:"
msgstr "Tiada Jadual"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Penyataan"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Penyataan"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
msgid "Data creation options"
msgstr "Statistik pangkalan data"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Proses-proses"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Fungsi"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7818,8 +7920,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7838,109 +7940,100 @@ msgstr ""
msgid "Column names: "
msgstr "Nama Kolum"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nama Kolum"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -8060,7 +8153,7 @@ msgid "Enabled"
msgstr "Membenarkan"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Ciri-ciri hubungan am"
@@ -8129,7 +8222,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "tiada keterangan"
@@ -8179,7 +8272,7 @@ msgstr ""
msgid "Variable"
msgstr "Pembolehubah"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "Pelayan"
@@ -8204,8 +8297,8 @@ msgstr "Sebarang pengguna"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8300,7 +8393,7 @@ msgstr ""
msgid "Event name"
msgstr "Jenis Kueri"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "Jenis Kueri"
@@ -8724,12 +8817,12 @@ msgstr "Kandungan"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atribut"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstra"
@@ -8771,6 +8864,10 @@ msgstr "Sila pilih pangkalan data"
msgid "Select Tables"
msgstr "Pilih Jadual"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nama Kolum"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9040,14 +9137,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris"
@@ -9056,13 +9153,13 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
#, fuzzy
msgid "Global privileges"
msgstr "Tiada Privilej"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -9121,16 +9218,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Pengguna"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
#, fuzzy
msgid "Grant"
msgstr "Cetak"
@@ -9141,8 +9238,8 @@ msgid "User has been added."
msgstr "Medan %s telah digugurkan"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Sebarang"
@@ -9158,14 +9255,14 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Tiada pengguna dijumpai."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Ubah Privilej"
@@ -9173,103 +9270,91 @@ msgstr "Ubah Privilej"
msgid "Revoke"
msgstr "TarikBalik"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksport"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Anda telah mengemaskini privilej bagi %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilej"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilej"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9278,11 +9363,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Anda telah menambah pengguna baru."
@@ -9336,11 +9421,11 @@ msgstr ""
msgid "Columns"
msgstr "Nama Kolum"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "andabuku kueri-SQL ini"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9466,8 +9551,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9520,13 +9605,13 @@ msgstr "Tiada"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Utama"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tekspenuh"
@@ -9540,22 +9625,17 @@ msgstr ""
msgid "after %s"
msgstr "Selepas %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "Tambah medan baru"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9566,7 +9646,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Ciri-ciri hubungan am"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9612,7 +9692,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9792,154 +9872,154 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Hantar Kueri"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Papar semua"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Paparan Hubungan"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Eksport"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "pada kueri"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Tukarnama jadual ke"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Kata Pengenalan"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Cipta"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
msgid "Active options"
msgstr "Aksi"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Jadual %s telah digugurkan"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Penggunaan"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Cipta indeks baru"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Kata Pengenalan"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9947,7 +10027,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9955,7 +10035,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Ciri-ciri hubungan am"
@@ -9965,11 +10045,11 @@ msgstr "Ciri-ciri hubungan am"
msgid "Relation deleted"
msgstr "Paparan Hubungan"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Pengubahsuaian telah disimpan"
@@ -9977,66 +10057,66 @@ msgstr "Pengubahsuaian telah disimpan"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10053,44 +10133,44 @@ msgstr "Semua"
msgid "%s table not found or not set in %s"
msgstr "Jadual %s tidak dijumpai atau ditetapkan pada %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Jadual \"%s\" tidak wujud!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Medan"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -10178,17 +10258,17 @@ msgstr ""
msgid "disabled"
msgstr "Tidak Membenarkan"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11799,34 +11879,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Adakah anda ingin "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Mengesahkan SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Hasil SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Dijana oleh"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Label"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11920,86 +12000,86 @@ msgstr "Jadual %s telah digugurkan"
msgid "View dump (schema) of table"
msgstr "Lihat longgokan (skema) pangkalan data"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Tambah/Padam Kolum Medan"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Jumlah"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Simpan sebagai fail"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Kata Pengenalan"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Nama kekunci utama mestilah... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Tidak boleh menukar indekx ke PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Tiada bahagian indeks ditakrifkan!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Paparan Cetak"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nama indeks :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" mesti nama dan semesti dari kekunci utama!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Jenis indeks :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Tambah ke indeks %s kolum"
@@ -12022,274 +12102,173 @@ msgstr "Jadual %s telah dipindahkan ke %s."
msgid "Table %s has been copied to %s."
msgstr "Jadual %s telah disalin ke %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Nama jadual adalah kosong"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(persatu)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Pindahkan jadual ke (pangkalandata.jadual):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Tukarnama jadual ke"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Salin jadual ke (pangkalandata.jadual):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Penyenggaraan Jadual"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Jadual %s telah dibuangkan"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Buang jadual (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Melonggok data bagi jadual"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Tiada pangkalan data"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Penyenggaraan Jadual"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Baiki jadual"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Semak integriti rujukan:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Papar jadual"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Penggunaan ruang"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Berkesan"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistik Baris"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamik"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Panjang baris"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Saiz baris"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
msgid "Internal relation"
msgstr "Ciri-ciri hubungan am"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "Nilai Sessi"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Tiada"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Jadual %s telah digugurkan"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Kekunci utama telah ditambah pada %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Indeks telah ditambah pada %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Papar maklumat PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "Tambah medan baru"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Paparan Cetak"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Paparan Hubungan"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Cadangkan struktur jadual"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "Tambah medan baru"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Pada Akhir Jadual"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Pada Awalan Jadual"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Selepas %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Cipta indeks pada %s "
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12469,7 +12448,7 @@ msgstr "Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!"
msgid "The profile has been updated."
msgstr "Profil telah dikemaskini."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13577,6 +13556,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksport"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilej"
+
#~ msgid "rows"
#~ msgstr "Lungsur"
diff --git a/po/nb.po b/po/nb.po
index a3b6a47832..0f50a71635 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-30 14:59+0200\n"
"Last-Translator: Stian Berg \n"
"Language-Team: norwegian \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Vis alle"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller "
"din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Søk"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "Søk"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Utfør"
@@ -98,7 +99,7 @@ msgstr "Beskrivelse"
msgid "Use this value"
msgstr "Bruk denne verdien"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Databasen %1$s har blitt opprettet."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Database kommentar: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tabellkommentarer"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolonne"
@@ -145,11 +146,11 @@ msgstr "Kolonne"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "Kolonne"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Type"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Standard"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "Linker til"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "Kommentarer"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nei"
@@ -241,27 +242,27 @@ msgstr "Nei"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ja"
@@ -283,91 +284,21 @@ msgstr "Velg alle"
msgid "Unselect All"
msgstr "Fjern alle valgte"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Databasen er uten navn!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
-
-#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Databasen %1$s har endret navn til %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
-#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Databasen %1$s har blitt kopiert til %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Endre databasens navn til"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Fjern database"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Databasen %s har blitt slettet."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Drop databasen (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopier databasen til"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Kun struktur"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktur og data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Bare data"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE før kopiering"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Legg til %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Legg til AUTO_INCREMENT verdi"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Legg til begrensninger"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Bytt til kopiert database"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Sammenligning"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +306,16 @@ msgid ""
msgstr ""
"phpMyAdmin konfigurasjonslager har blitt deaktivert. Finn ut hvorfor %sher%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Rediger eller eksporter relasjonsskjema"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabell"
@@ -396,41 +323,41 @@ msgstr "Tabell"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rader"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Størrelse"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "i bruk"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Opprettet"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Sist oppdatert"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Sist kontrollert"
@@ -452,7 +379,7 @@ msgstr "Bytt til %svisuell bygger%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -467,17 +394,17 @@ msgstr "Ingen tabeller funnet i databasen"
msgid "unknown"
msgstr "ukjent"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabellen %s har blitt tømt"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Visningen %s har blitt slettet"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabellen %s har blitt slettet"
@@ -490,19 +417,19 @@ msgstr "Overvåkning er aktiv."
msgid "Tracking is not active."
msgstr "Overvåkning er ikke aktiv."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"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."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vis"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -518,21 +445,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s er standard lagringsmotor for denne MySQL tjeneren."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Med avkrysset:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Merk alle"
@@ -540,50 +467,51 @@ msgstr "Merk alle"
msgid "Check tables having overhead"
msgstr "Merk overheng"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksporter"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Utskriftsvennlig forhåndsvisning"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Tøm"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Slett"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Kontroller tabell"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimiser tabell"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparer tabell"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyser tabell"
@@ -591,11 +519,11 @@ msgstr "Analyser tabell"
msgid "Add prefix to table"
msgstr "Legg prefiks til tabell"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Erstatt tabellprefiks"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopier tabell med prefiks"
@@ -607,20 +535,20 @@ msgstr "Dataordbok"
msgid "Tracked tables"
msgstr "Overvåkede tabeller"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Database"
@@ -636,9 +564,9 @@ msgstr "Opprettet"
msgid "Updated"
msgstr "Oppdatert"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -646,14 +574,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Handling"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Vis"
@@ -686,7 +614,7 @@ msgstr "Strukturøyeblikksbilde"
msgid "Untracked tables"
msgstr "Ikke overvåkede tabeller"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Overvåk tabell"
@@ -738,7 +666,7 @@ msgstr "Ugyldig eksport-type"
msgid "Value for the column \"%s\""
msgstr "Verdi for kolonnen \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Bruk OpenStreetMaps som baselag"
@@ -747,7 +675,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometri"
@@ -873,7 +801,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Bokmerke %s opprettet"
@@ -900,10 +828,10 @@ msgstr ""
"at phpMyAdmin ikke vil være istand til å fullføre importeringen uten at du "
"øker php tidsgrensen."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Kommandoen/spørringen er utført"
@@ -922,11 +850,10 @@ msgstr "\"DROP DATABASE\"-uttrykk er avslått."
#: js/messages.php:30
#, php-format
-#| msgid "Do you really want to "
msgid "Do you really want to execute \"%s\"?"
msgstr "Vil du virkelig utføre \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Du er i ferd med å SLETTE en komplett database!"
@@ -966,7 +893,7 @@ msgstr "Legg til index"
msgid "Edit Index"
msgstr "Rediger indeks"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Legg %d kolonne(r) til index"
@@ -996,8 +923,8 @@ msgstr "Passordene er ikke like!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Legg til bruker"
@@ -1017,9 +944,9 @@ msgstr "Lukk"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1045,7 +972,7 @@ msgstr "Statistikkdata"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Totalt"
@@ -1246,7 +1173,7 @@ msgstr "Spørringer"
msgid "Traffic"
msgstr "Trafikk"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Innstillinger"
@@ -1266,12 +1193,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Ingen"
@@ -1457,10 +1384,10 @@ msgid "Explain output"
msgstr "Forklar utdata"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tid"
@@ -1469,7 +1396,6 @@ msgid "Total time:"
msgstr "Total tid:"
#: js/messages.php:188
-#| msgid "Profiling"
msgid "Profiling results"
msgstr "Profileringsresultater"
@@ -1557,10 +1483,10 @@ msgstr ""
"Kunne ikke bygge diagramrutenett med importert konfigurasjon. Setter til "
"standardkonfigurasjon..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importer"
@@ -1608,9 +1534,9 @@ msgstr "Brukt variabel / formel"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Avbryt"
@@ -1638,9 +1564,9 @@ msgstr "Dropper kolonne"
msgid "Adding Primary Key"
msgstr "Legger til primærnøkkel"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1680,18 +1606,15 @@ msgstr "Skjul indekser"
msgid "Show indexes"
msgstr "Vis indekser"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
-#| msgid "Disable foreign key checks"
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Kontroll av fremmednøkler:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
-#| msgid "Enabled"
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Aktivert)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
-#| msgid "Disabled"
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Deaktivert)"
@@ -1760,8 +1683,8 @@ msgstr "Vis spørringsboks"
msgid "No rows selected"
msgstr "Ingen rader valgt"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Endre"
@@ -1769,8 +1692,8 @@ msgstr "Endre"
msgid "Query execution time"
msgstr "Spørringens utførelsestid"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d er ikke et gyldig radnummer."
@@ -1779,8 +1702,8 @@ msgstr "%d er ikke et gyldig radnummer."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Lagre"
@@ -1838,12 +1761,12 @@ msgstr "Spørringsresultater"
msgid "Data point content"
msgstr "Datapunktinnhold"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorer"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopier"
@@ -1863,7 +1786,7 @@ msgstr "Velg fremmednøkkel"
msgid "Please select the primary key or a unique key"
msgstr "Velg primærnøkkelen eller en unik nøkkel"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Velg kolonne for visning"
@@ -1929,7 +1852,6 @@ msgid "Go to link"
msgstr "Gå til link"
#: js/messages.php:358
-#| msgid "Column names"
msgid "Copy column name"
msgstr "Kopier kolonnenavn"
@@ -1938,7 +1860,6 @@ msgid "Right-click the column name to copy it to your clipboard."
msgstr "Høyreklikk på kolonnenavnet for å kopiere det til utklippstavlen."
#: js/messages.php:360
-#| msgid "Update row(s)"
msgid "Show data row(s)"
msgstr "Vis datarad(er)"
@@ -1954,7 +1875,7 @@ msgstr "Generer"
msgid "Change Password"
msgstr "Endre passord"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mer"
@@ -2264,7 +2185,6 @@ msgstr ""
#: libraries/Advisor.class.php:378
#, php-format
-#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid rule declaration on line %s"
msgstr "Ugyldig deklarasjon av regel på linje %s"
@@ -2328,13 +2248,13 @@ msgstr "no"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Feil"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-spørring"
@@ -2402,7 +2322,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Innebygd"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilering"
@@ -2427,152 +2347,153 @@ msgstr "%s dager, %s timer, %s minutter og %s sekunder"
msgid "Missing parameter:"
msgstr "Mangler parametere:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Start"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Forrige"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Neste"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Siste"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Hopp til databasen "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funksjonaliteten %s er påvirket av en kjent feil, se %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Klikk for å endre"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Sett inn"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Se på"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operasjoner"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Bla gjennom datamaskinen:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Merk fra opplastingskatalogen på vevtjeneren %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Katalogen du anga for opplasting kan ikke nåes"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Det er ingen filer å laste opp"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Utfør"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Skriv ut"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Nåværende konfigurasjonsfil (%s) er ikke lesbar."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr "Gale tillatelser på konfigurasjonsfilen, den burde ikke være skrivbar!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Fontstørrelse"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Stigende"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Synkende"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sorter"
@@ -2598,8 +2519,8 @@ msgid "Use Tables"
msgstr "Bruk tabeller"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Eller"
@@ -2654,8 +2575,6 @@ msgstr[1] "Totalt: %s treff"
#: libraries/DbSearch.class.php:351
#, php-format
-#| msgid "%s match inside table %s"
-#| msgid_plural "%s matches inside table %s"
msgid "%1$s match in %2$s"
msgid_plural "%1$s matches in %2$s"
msgstr[0] "%1$s treff i %2$s"
@@ -2666,13 +2585,13 @@ msgstr[1] "%1$s treff i %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Slett treffene for %s tabellen?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2702,185 +2621,177 @@ msgstr "I tabellene:"
msgid "Inside column:"
msgstr "I kolonne:"
-#: libraries/DisplayResults.class.php:683
-#| msgid "Save directory"
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Lagre redigerte data"
-#: libraries/DisplayResults.class.php:689
-#| msgid "CHAR textarea columns"
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Tilbakestill kolonnerekkefølge"
-#: libraries/DisplayResults.class.php:889
-#| msgid "CHAR textarea rows"
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Startrad"
-#: libraries/DisplayResults.class.php:893
-#| msgid "Number of rows:"
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Antall rader"
-#: libraries/DisplayResults.class.php:902
-#| msgid "More"
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modus"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vannrett"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horisontal (roterte overskrifter)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "loddrett"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Topptekst hver %s. rad"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sorter etter nøkkel"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Innstillinger"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
-#| msgid "Partial Texts"
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Delvise tekster"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Hele strenger"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relasjonsnøkkel"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relasjonsvisningskolonne"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Vis binært innhold"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Vis BLOB innhold"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Vis binært innhold som HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Skjul nettlesertransformasjon"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Velkjent Tekst"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Velkjent Binær"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Raden er slettet"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Avslutt"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Kan være unøyaktig. Se FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "i spørring"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Viser rader"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "totalt"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Spørring tok %01.4f sek"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Spørringsresultatshandlinger"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Forhåndsvisning (med all tekst)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
-#| msgid "Display PDF schema"
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Vis diagram"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualiser GIS data"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
-#| msgid "Create User"
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Opprett view"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link ikke funnet"
@@ -2947,28 +2858,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Åpne nytt phpMyAdmin vindu"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cookies må være slått på forbi dette punkt."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
-#| msgid "Cookies must be enabled past this point."
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "JavaScript må være slått på forbi dette punktet"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Ingen indeks definert!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indekser"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unik"
@@ -2981,6 +2891,16 @@ msgstr "Pakket"
msgid "Cardinality"
msgstr "Kardinalitet"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Sammenligning"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3005,94 +2925,93 @@ msgstr ""
"Indeksene %1$s og %2$s ser ut til å være like og en av dem burde kunne "
"fjernes."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databaser"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Tjener"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Overvåkning"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Triggere"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabellen ser ut til å være tom!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Databasen ser ut til å være tom!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Spørring ved eksempel (Query by Example)"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegier"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutiner"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Hendelser"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
-#| msgid "User"
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Brukere"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synkroniser"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binærlogg"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variabler"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Tegnsett"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Programtillegg"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motorer"
@@ -3154,55 +3073,52 @@ msgstr "%s har blitt dekativert for denne MySQL tjeneren."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Denne MySQL tjeneren har ikke støtte for %s lagringsmotoren."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "ukjent tabellstatus: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
-#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Kildedatabasen \"%s\" ble ikke funnet!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
-#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Måldatabasen %s ble ikke funnet!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Ugylding database"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Ugylding tabellnavn"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Feil oppstond med endring av tabellnavn fra %1$s til %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
-#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabellen %1$s har endret navn til %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Kunne ikke lagre preferanser for tabellgrensesnitt"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-"Feil ved opprydning av preferansene for tabellgrensesnitt (se "
-"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)"
+"Feil ved opprydning av preferansene for tabellgrensesnitt (se $cfg['Servers']"
+"[$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3215,88 +3131,82 @@ msgstr ""
msgid "Function"
msgstr "Funksjon"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operatør"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Verdi"
#: libraries/TableSearch.class.php:218
-#| msgid "Search"
msgid "Table Search"
msgstr "Tabellsøk"
#: libraries/TableSearch.class.php:247 libraries/insert_edit.lib.php:1373
-#| msgid "Insert"
msgid "Edit/Insert"
msgstr "Rediger/Sett inn"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Velg kolonner (minst ett):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Legg til søkekriterier (innhold i \"where\"-setningen):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Antall poster per side"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Visningsrekkefølge:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "Maks antall rader som kan framvises"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Se de eksterne verdiene"
-#: libraries/TableSearch.class.php:994
-#| msgid "Hide search criteria"
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Ytterligere søkekriterier"
-#: libraries/TableSearch.class.php:1134
-#| msgid "Do a \"query by example\" (wildcard: \"%\")"
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Utfør en \"spørring ved eksempel\" (jokertegn: \"%\") for to forskjellige "
"kolonner"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Utfør en \"spørring ved eksempel\" (jokertegn: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
-#| msgid "Control user"
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Bruksforklaring"
-#: libraries/TableSearch.class.php:1210
-#| msgid "Reset"
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Tilbakestill zoom"
@@ -3421,7 +3331,6 @@ msgstr ""
#: libraries/Types.class.php:325 libraries/Types.class.php:727
#, php-format
-#| msgid "Error renaming table %1$s to %2$s"
msgid "A time, range is %1$s to %2$s"
msgstr "Et klokkeslett, rekkevidde er %1$s til %2$s"
@@ -3528,7 +3437,6 @@ msgid "A curve with linear interpolation between points"
msgstr ""
#: libraries/Types.class.php:363
-#| msgid "Add a polygon"
msgid "A polygon"
msgstr "En polygon"
@@ -3554,7 +3462,6 @@ msgid "Numeric"
msgstr "Numerisk"
#: libraries/Types.class.php:642 libraries/Types.class.php:976
-#| msgid "Create an index"
msgctxt "date and time types"
msgid "Date and time"
msgstr "Dato og tid"
@@ -3639,14 +3546,14 @@ msgstr "Tabeller"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overheng"
@@ -3671,11 +3578,11 @@ msgstr "Kontroller privilegier for databasen "%s"."
msgid "Check Privileges"
msgstr "Kontroller privilegier"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Kunne ikke lese konfigurasjonsfilen"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3683,15 +3590,12 @@ msgstr ""
"Dette mener vanligvis at det er en syntaksfeil i det, sjekk mulige feil som "
"vises under."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Kunne ikke laste standard konfigurasjonsfil fra: %1$s"
-#: libraries/common.inc.php:588
-#| msgid ""
-#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
-#| "configuration file!"
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3699,34 +3603,34 @@ msgstr ""
"[code]$cfg['PmaAbsoluteUri'][/code] variabelen MÅ være innstilt i din "
"konfigurasjonsfil!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Ugyldig tjenerindeks: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Ugyldig autentiseringsmetode satt opp i konfigureringen:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Du burde oppgradere til %s %s eller nyere."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "mulig sikkerhetshull"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "numerisk nøkkel oppdaget"
@@ -3757,37 +3661,37 @@ msgstr "Lukket"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Avslått"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "data"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktur og data"
@@ -3909,8 +3813,8 @@ msgid "Allow users to customize this value"
msgstr "Tillat brukere å endre denne verdien"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Tilbakestill"
@@ -4190,7 +4094,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maks kjøretid"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Lagre som fil"
@@ -4199,7 +4103,7 @@ msgid "Character set of the file"
msgstr "Filas tegnsett"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4212,27 +4116,25 @@ msgstr "Kompresjon"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Sett inn kolonnenavn i første rad"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Kolonner omsluttet av"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Kolonner beskyttet med"
@@ -4250,14 +4152,12 @@ msgstr "Fjern CRLF tegn inne i kolonner"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Kolonner avsluttet med"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linker avsluttet med"
@@ -4283,7 +4183,7 @@ msgstr "Tabellnavnmal"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Dump tabell"
@@ -4294,8 +4194,8 @@ msgid "Include table caption"
msgstr "Inkluder tabelloverskrift"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabelloverskrift"
@@ -4304,20 +4204,20 @@ msgid "Continued table caption"
msgstr "Fortsettet tabelloverskrift"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Merkelappnøkkel"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relasjoner"
@@ -4338,6 +4238,11 @@ msgstr "Skriv over eksisterende filer"
msgid "Remember file name template"
msgstr "Husk filnavnmal"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Legg til AUTO_INCREMENT verdi"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Bruk venstre anførselstegn med tabell og kolonnenavn"
@@ -4348,7 +4253,7 @@ msgid "SQL compatibility mode"
msgstr "SQL kompatibilitetsmodus"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "OPPRETT TABELL valg:"
@@ -4361,10 +4266,17 @@ msgid "Use delayed inserts"
msgstr "Bruk forsinkede innsettinger"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Slå av kontroll av fremmednøkler"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Legg til %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Bruk heksadesimal for BLOB"
@@ -4378,7 +4290,7 @@ msgid "Syntax to use when inserting data"
msgstr "Syntaks i bruk ved innsetting av data"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maksimum lengde av opprettet spørring"
@@ -4387,7 +4299,7 @@ msgid "Export type"
msgstr "Eksport type"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Inneslutt eksport i en transaksjon"
@@ -4442,7 +4354,6 @@ msgstr "Tilpass standardinstillinger"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV-data"
@@ -4617,10 +4528,6 @@ msgid "Configuration storage"
msgstr "Konfigurasjonslager"
#: libraries/config/messages.inc.php:209
-#| msgid ""
-#| "ure phpMyAdmin database to gain access to additional features, see "
-#| "Documentation.html#linked-tables]linked-tables infrastructure[/a] "
-#| "umentation"
msgid ""
"Configure phpMyAdmin configuration storage to gain access to additional "
"features, see [a@Documentation.html#linked-tables]phpMyAdmin configuration "
@@ -4635,7 +4542,6 @@ msgid "Changes tracking"
msgstr "Endringssporing"
#: libraries/config/messages.inc.php:211
-#| msgid "ng of changes made in database. Requires configured PMA database."
msgid ""
"Tracking of changes made in database. Requires the phpMyAdmin configuration "
"storage."
@@ -4702,7 +4608,6 @@ msgid "Customize startup page"
msgstr "Endre oppstartssiden"
#: libraries/config/messages.inc.php:228
-#| msgid "Database for user"
msgid "Database structure"
msgstr "Databasestruktur"
@@ -4711,7 +4616,6 @@ msgid "Choose which details to show in the database structure (list of tables)"
msgstr ""
#: libraries/config/messages.inc.php:230
-#| msgid "Database for user"
msgid "Table structure"
msgstr "Tabellstruktur"
@@ -4792,14 +4696,12 @@ msgid "Partial import: allow interrupt"
msgstr "Delvis import: tillat avbrudd"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Ikke avbryt under INSERT feil"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Erstatt tabell med filen"
@@ -4816,7 +4718,6 @@ msgid "Format of imported file"
msgstr "Importfilformat"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Bruk LOCAL nøkkelord"
@@ -4826,7 +4727,7 @@ msgid "Column names in first row"
msgstr "Kolonnenavn i første rad"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Ikke importer tomme rader"
@@ -4961,7 +4862,6 @@ msgid "Enable highlighting"
msgstr "Aktiver utheving"
#: libraries/config/messages.inc.php:297
-#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of recently used tables; set 0 to disable"
msgstr "Maksimalt antall nylig brukte tabeller; sett til 0 for å deaktivere"
@@ -5220,7 +5120,6 @@ msgid "Query window height"
msgstr "Høyde på spørringsvindu"
#: libraries/config/messages.inc.php:352
-#| msgid "Query window"
msgid "Query window width (in pixels)"
msgstr "Bredde på spørringsvindu (i piksler)"
@@ -5243,7 +5142,6 @@ msgstr ""
"Ved visning av tabeller vil sorteringen av hver enkelt tabell bli husket"
#: libraries/config/messages.inc.php:357
-#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Husk tabellens sortering"
@@ -5272,7 +5170,6 @@ msgid "Leave blank if not used"
msgstr "La stå tom hvis ikke brukt"
#: libraries/config/messages.inc.php:365
-#| msgid "Host authentication order"
msgid "Host authorization order"
msgstr "Rekkefølge for vertsautorisering"
@@ -5281,7 +5178,6 @@ msgid "Leave blank for defaults"
msgstr "La stå tom for standard"
#: libraries/config/messages.inc.php:367
-#| msgid "Host authentication rules"
msgid "Host authorization rules"
msgstr "Regler for vertsautorisering"
@@ -5553,7 +5449,6 @@ msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
#: libraries/config/messages.inc.php:419
-#| msgid "Recall user name"
msgid "Recently used table"
msgstr "Nylig brukt tabell"
@@ -5836,7 +5731,6 @@ msgid "Whether to show hint or not"
msgstr ""
#: libraries/config/messages.inc.php:473
-#| msgid "Show grid"
msgid "Show hint"
msgstr "Vis hint"
@@ -5937,7 +5831,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Passord"
@@ -6093,7 +5987,6 @@ msgid "Cookie authentication"
msgstr "Autentisering informasjonskapsler"
#: libraries/config/setup.forms.php:48
-#| msgid "Host authentication order"
msgid "HTTP authentication"
msgstr "HTTP autentisering"
@@ -6105,14 +5998,12 @@ msgstr "Rekkefølge for vertsautentisering"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV med LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document regneark"
@@ -6151,7 +6042,6 @@ msgid "Could not initialize Drizzle connection library"
msgstr ""
#: libraries/config/validate.lib.php:221 libraries/config/validate.lib.php:229
-#| msgid "Could not connect to MySQL server"
msgid "Could not connect to Drizzle server"
msgstr "Kunne ikke koble til Drizzle tjener"
@@ -6199,8 +6089,7 @@ msgstr "%s tillegget mangler. Kontroller din PHP konfigurasjon."
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
-#| msgid " the local MySQL server's socket is not correctly configured)"
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6208,16 +6097,15 @@ msgstr ""
"Tjeneren svarer ikke (eller den lokale MySQL tjenerens sokkel er ikke "
"korrekt konfigurert)."
-#: libraries/database_interface.lib.php:1992
-#| msgid "The server is not responding"
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Tjeneren svarer ikke."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detaljer..."
@@ -6255,7 +6143,6 @@ msgstr "MySQL 4.0 kompatibel"
#: libraries/display_create_database.lib.php:21
#: libraries/display_create_database.lib.php:39
-#| msgid "Create new database"
msgid "Create database"
msgstr "Opprett ny database"
@@ -6264,24 +6151,24 @@ msgid "Create"
msgstr "Opprett"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Ingen privilegier"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Opprett tabell"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Navn"
@@ -6409,7 +6296,6 @@ msgid "zipped"
msgstr "Pakket (zip)"
#: libraries/display_export.lib.php:337
-#| msgid "\"gzipped\""
msgid "gzipped"
msgstr "gzippet"
@@ -6420,13 +6306,11 @@ msgid "bzipped"
msgstr "Komprimert (bz2)"
#: libraries/display_export.lib.php:348
-#| msgid "Save as file"
msgid "View output as text"
msgstr "Vis utskrift som tekst"
#: libraries/display_export.lib.php:353 libraries/display_import.lib.php:311
#: libraries/plugins/export/ExportCodegen.class.php:106
-#| msgid "Format"
msgid "Format:"
msgstr "Format:"
@@ -6443,7 +6327,6 @@ msgstr ""
"for andre formater."
#: libraries/display_export.lib.php:367 libraries/display_import.lib.php:326
-#| msgid "Encoding conversion"
msgid "Encoding Conversion:"
msgstr "Kodingskonvertering:"
@@ -6551,7 +6434,6 @@ msgid "File uploads are not allowed on this server."
msgstr "Filopplastinger er ikke tillatt på denne tjeneren."
#: libraries/display_import.lib.php:275
-#| msgid "Partial import"
msgid "Partial Import:"
msgstr "Delvis importering:"
@@ -6947,7 +6829,7 @@ msgid "No data found for GIS visualization."
msgstr "Ingen data funnet for graf."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL returnerte ett tomt resultat (m.a.o. ingen rader)."
@@ -7007,7 +6889,7 @@ msgid "Go to view: %s"
msgstr "Gå til visning"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Skjul"
@@ -7075,11 +6957,11 @@ msgstr ""
"Bruk TAB tasten for å flytte fra verdi til verdi, eller CTRL+piltastene for "
"å bevege deg hvor som helst"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Viser SQL spørring"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Insatt rad id: %1$d"
@@ -7094,38 +6976,38 @@ msgstr "Ingen"
msgid "Convert to Kana"
msgstr "Konverter til Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "Fre"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Send"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add prefix"
msgstr "Utfør indeks(er)"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Vil du virkelig "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Ingen endring"
@@ -7331,7 +7213,162 @@ msgstr "phpMyAdmin-Dokumentasjon"
msgid "Reload navigation frame"
msgstr "Endre navigasjonsrammen"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Endre databasens navn til"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databasen %s har blitt slettet."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Fjern database"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Drop databasen (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Kun struktur"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktur og data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Bare data"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopier databasen til"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE før kopiering"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Legg til begrensninger"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Bytt til kopiert database"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Rediger eller eksporter relasjonsskjema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Endre tabellrekkefølge ved"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(enkeltvis)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Flytt tabell til (database.tabell):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabellinnstillinger"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Endre tabellens navn"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Lagringsmotor"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopier tabell til (database.tabell):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Bytt til kopiert tabell"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabellvedlikehold"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmenter tabell"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabelen %s har blitt oppfrisket"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Oppfrisk tabellen (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "Slett overvåkningsdata for denne tabellen"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Go to database"
+msgid "Delete the table (DROP)"
+msgstr "Gå til database"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyser"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Kontroller"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimaliser"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Gjenoppbygg"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Reparer"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Partisjonsvedlikehold"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partisjon %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Fjern partisjonering"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Sjekk referanseintegritet:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7342,7 +7379,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Kan ikke koble til: ugyldige innstillinger."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7373,50 +7410,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Kunne ikke bruke Blowfish fra mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Logg inn"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Du kan skrive vertsnavn/IP adresse og port separert med mellomrom."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Tjener:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Brukernavn:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Passord:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Tjenervalg"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Innlogging uten passord er forbudt av konfigurasjonen (see AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Kan ikke logge inn til MySQL tjeneren"
@@ -7447,57 +7484,57 @@ msgstr "Ingen gyldig autentiseringsnøkkel plugget"
msgid "Authenticating..."
msgstr "Autentiserer..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Kolonner separert med:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Kolonner omsluttet av:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Columns escaped by"
msgid "Columns escaped with:"
msgstr "Kolonner beskyttet med"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Linker avsluttet med"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Erstatt NULL med:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
#, fuzzy
#| msgid "Remove CRLF characters within columns"
msgid "Remove carriage return/line feed characters within columns"
msgstr "Fjern CRLF tegn i kolonner"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel-versjon"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Databases display options"
@@ -7505,21 +7542,21 @@ msgid "Data dump options"
msgstr "Databasevisningsinnstillinger"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dataark for tabell"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Hendelse"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7528,23 +7565,23 @@ msgstr "Hendelse"
msgid "Definition"
msgstr "Beskrivelse"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabellstruktur for tabell"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Visningsstruktur"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Erstatningsstruktur for visning"
@@ -7561,43 +7598,43 @@ msgstr "(fortsettet)"
msgid "Structure of table @TABLE@"
msgstr "Struktur i tabell @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Transformasjonsvalg"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Tabelloverskrift"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Slå av kontroll av fremmednøkler"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Vis kommentarer"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Vis MIME-typer"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7605,35 +7642,35 @@ msgstr "Vis MIME-typer"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Vert"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Generert den"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Tjenerversjon"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP-Versjon"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Eksporter innhold"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7649,146 +7686,146 @@ msgstr "(Oppretter en rapport som inneholder dataene fra en enkel tabell)"
msgid "Report title:"
msgstr "Rapporttittel"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Legg til egen kommentar i hodet (\\n lager linjeskift)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Oversikt"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Oversikt"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Transformasjonsvalg"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Prosedyrer"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funsjoner"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Begrensninger for dumpede tabeller"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Begrensninger for tabell"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPER FOR TABELLEN"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELASJONER FOR TABELLEN"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7806,8 +7843,8 @@ msgstr "Visning"
msgid "Export contents"
msgstr "Eksporter innhold"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7824,76 +7861,67 @@ msgstr ""
msgid "Column names: "
msgstr "Kolonnenavn: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Ugyldig parameter for CSV import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Ugyldig format i CSV importen i linje %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Ugyldig antall kolonner i CSV importen i linje %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tabellnavn"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Kolonnenavn"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Dette tillegget støtter ikke komprimerte importeringer!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki Tabell"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Ugyldig format i CSV importen i linje %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
#, fuzzy
#| msgid "Import percentages as proper decimals (12.00% to .12)"
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Importer prosenter som ekte desimaler (12.00% til .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
#, fuzzy
#| msgid "Import currencies ($5.00 to 5.00)"
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importer valuta ($5.00 til 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7901,45 +7929,45 @@ msgstr ""
"Den spesifiserte XML-fila var enten skadet eller ufulstendig. Korriger "
"problemet og prøv igjen."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "Fila %s inneholder ingen nøkkel id"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL kompatibilitetsmodus"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
#, fuzzy
#| msgid "Do not use AUTO_INCREMENT for zero values"
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Ikke bruk AUTO_INCREMENT for nullverdier"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8111,7 +8139,7 @@ msgid "Enabled"
msgstr "Påslått"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Generelle relasjonsegenskaper"
@@ -8186,7 +8214,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Re-logginn til phpMyAdmin for å laste den oppdaterte konfigurasjonsfila."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "ingen beskrivelse"
@@ -8237,7 +8265,7 @@ msgstr "Slavestatus"
msgid "Variable"
msgstr "Variabler"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Tjener ID"
@@ -8263,8 +8291,8 @@ msgstr "Alle brukere"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Bruk tekstfelt"
@@ -8367,7 +8395,7 @@ msgstr "Detaljer..."
msgid "Event name"
msgstr "Hendelsestype"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Hendelsestype"
@@ -8823,12 +8851,12 @@ msgstr "Innholdsfortegnelse"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributter"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstra"
@@ -8865,6 +8893,10 @@ msgstr "Velg side"
msgid "Select Tables"
msgstr "Velg tabeller"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Kolonnenavn"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9139,14 +9171,14 @@ msgstr "Begrens antall samtidige tilkoblinger brukeren kan ha."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabell-spesifikke privilegier"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "OBS: MySQL privilegiumnavn er på engelsk"
@@ -9155,12 +9187,12 @@ msgid "Administration"
msgstr "Administrasjon"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globale privilegier"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Databasespesifikke privilegier"
@@ -9220,16 +9252,16 @@ msgid "Users having access to "%s""
msgstr "Brukere som har adgang til "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Bruker"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Rettighet"
@@ -9240,8 +9272,8 @@ msgid "User has been added."
msgstr "Visningen %s har blitt slettet"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Alle"
@@ -9257,12 +9289,12 @@ msgstr "databasespesifikk"
msgid "wildcard"
msgstr "jokertegn"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Ingen bruker(e) funnet."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Rediger privilegier"
@@ -9270,107 +9302,95 @@ msgstr "Rediger privilegier"
msgid "Revoke"
msgstr "Tilbakekall"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksporter"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... behold den gamle."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... slett den gamle fra brukertabellene."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Endre innloggingsinformasjon / kopiere bruker"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Opprett ny bruker med de samme privilegier og ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Kolonne-spesifikke privilegier"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Legg til privilegier til følgende database"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Legg til privilegier til følgende tabell"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Fjern valgte brukere"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Ingen brukere merket for sletting!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Oppfrisker privilegiene"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "De valgte brukerne har blitt slettet."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Du har oppdatert privilegiene til %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilegier"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegier"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Brukeroversikt"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9383,11 +9403,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Du har lagt til en ny bruker."
@@ -9437,11 +9457,11 @@ msgstr "Fjern"
msgid "Columns"
msgstr "Kolonner"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Lagre denne SQL-spørringen"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "La alle brukere ha adgang til dette bokmerket"
@@ -9565,8 +9585,8 @@ msgstr ""
"eller annen "escaping" med dette formatet: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9618,13 +9638,13 @@ msgstr "Ingen"
msgid "As defined:"
msgstr "Som definert:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primær"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltekst"
@@ -9638,20 +9658,15 @@ msgstr ""
msgid "after %s"
msgstr "Etter %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Legg til %s kolonne(r)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Du må sette inn minst en kolonne."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Lagringsmotor"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Partisjonsdefinisjon"
@@ -9660,7 +9675,7 @@ msgstr "Partisjonsdefinisjon"
msgid "Manage your settings"
msgstr "Endre dine innstillinger"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9710,7 +9725,7 @@ msgstr "Kollasjon av MySQL-oppkobling"
msgid "Appearance Settings"
msgstr "Andre hovedinnstillinger"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Flere innstillinger"
@@ -9911,161 +9926,161 @@ msgstr "Skjul/Vis venstre meny"
msgid "Save position"
msgstr "Lagre posisjon"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Opprett relasjon"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Oppdater"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Hjelp"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Vinklede linker"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Direkte linker"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Lås til ruter"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Liten/Stor alle"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Veksle mellom liten/stor"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "For å velge relasjon, klikk :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importer/Eksporter koordinater for PDF skjema"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Kjør spørring"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Flytt meny"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Skjul/Vis alle"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Skjul/Vis tabeller uten relasjoner"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Antall tabeller"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Slett relasjon"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Relasjon slettet"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Eksporter"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "i spørring"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename view to"
msgid "Rename to"
msgstr "Endre tabellens navn"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Brukernavn"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Opprett"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Tabellinnstillinger"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Siden har blitt opprettet"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Sideopprettelsen feilet"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "sider"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Importer filer"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Eksporter/Importer til skala"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Lag en ny indeks"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Brukernavn"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Eksporter/Importer til skala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "anbefalt"
@@ -10073,7 +10088,7 @@ msgstr "anbefalt"
msgid "Error: relation already exists."
msgstr "Feil: relasjoner eksisterer allerede."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Feil: Relasjon ikke opprettet."
@@ -10081,7 +10096,7 @@ msgstr "Feil: Relasjon ikke opprettet."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY relasjon lagt til"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Intern relasjon lagt til"
@@ -10089,11 +10104,11 @@ msgstr "Intern relasjon lagt til"
msgid "Relation deleted"
msgstr "Relasjon slettet"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Feil oppstod under lagring av Designerkoordinater."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Endringene er lagret"
@@ -10103,74 +10118,74 @@ msgstr "Endringene er lagret"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Innsendt skjema inneholder feil"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: %1$s"
msgid "Could not import configuration"
msgstr "Kunne ikke laste standard konfigurasjonsfil fra: %1$s"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Importer filer"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
#, fuzzy
#| msgid "Other core settings"
msgid "You have no saved settings!"
msgstr "Andre hovedinnstillinger"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
msgstr "Tjenerinnstillinger"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10187,43 +10202,43 @@ msgstr "Alle"
msgid "%s table not found or not set in %s"
msgstr "%s tabellen ble ikke funnet eller ikke konfigurert i %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The %s table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tabellen %s eksisterer ikke!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Velg binærlogg for visning"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Filer"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Forkort vist spørring"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Vis hele spørringen"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Loggnavn"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posisjon"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Original posisjon"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informasjon"
@@ -10310,17 +10325,17 @@ msgstr ""
msgid "disabled"
msgstr "Avslått"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Brukeren %s finnes fra før!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Sletter %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Oppfriskingen av privilegiene lyktes."
@@ -12188,32 +12203,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Vil du virkelig "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Viser som PHP kode"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Validert SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-resultat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generert av"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemer med indeksene i tabellen `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Navn"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabellen %1$s har blitt endret"
@@ -12313,93 +12328,93 @@ msgstr "Tabellen %1$s har blitt opprettet."
msgid "View dump (schema) of table"
msgstr "Vis dump (skjema) av tabell"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "Vis tjenerutvalg"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Label column"
msgstr "CHAR textarea kolonner"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- ingen -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Antall loggfiler"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Lagre som fil"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Tabellnavn"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Navnet til primærnøkkelen må være... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Kan ikke endre indeks til PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Ingen indeksdeler definert!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add index"
msgstr "Utfør indeks(er)"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Redigeringsmodus"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeksnavn :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" må være navnet til og bare til en primærnøkkel!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indekstype :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Legg til indeks %s kolonne(r)"
@@ -12422,158 +12437,60 @@ msgstr "Tabellen %s har blitt flyttet til %s."
msgid "Table %s has been copied to %s."
msgstr "Tabellen %s er kopiert til %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tabellnavnet er tomt!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Endre tabellrekkefølge ved"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(enkeltvis)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Flytt tabell til (database.tabell):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabellinnstillinger"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Endre tabellens navn"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopier tabell til (database.tabell):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Bytt til kopiert tabell"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabellvedlikehold"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmenter tabell"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabelen %s har blitt oppfrisket"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Oppfrisk tabellen (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "Slett overvåkningsdata for denne tabellen"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Go to database"
-msgid "Delete the table (DROP)"
-msgstr "Gå til database"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Partisjonsvedlikehold"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partisjon %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyser"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Kontroller"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimaliser"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Gjenoppbygg"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Reparer"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Fjern partisjonering"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Sjekk referanseintegritet:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Vis tabeller"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Plassbruk"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Radstatistikk"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statisk"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamisk"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Radlengde"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Radstørrelse"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Feil oppstod under forsøk på opprettelse av fremmednøkkel på %1$s "
"(kontroller datatyper)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Interne relasjoner"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12581,113 +12498,113 @@ msgstr ""
"En intern relasjon er ikke nødvendig når en tilsvarende FOREIGN KEY relasjon "
"eksisterer."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Fremmednøkkelbegrensning"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Se gjennom distinkte verdier"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Legg til primærnøkkel"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Legg til unik indeks"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add SPATIAL index"
msgstr "Utfør indeks(er)"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Ingen"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Kolonne %s har blitt slettet"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "En primærnøkkel har blitt lagt til %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "En indeks har blitt lagt til %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
msgstr "Vis versjoner"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Fjern kolonne(r)"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Utskriftsvennlig forhåndsvisning"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relasjonsvisning"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Foreslå tabellstruktur"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Legg til kolonne(r)"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Ved slutten av tabellen"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Ved begynnelsen av tabellen"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Etter %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Lag en indeks på %s kolonner"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partisjonert"
@@ -12879,7 +12796,7 @@ msgstr "Du har ikke nok rettigheter til å være her nå!"
msgid "The profile has been updated."
msgstr "Profilen har blitt oppdatert."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW navn"
@@ -14089,6 +14006,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "maks. samtidige tilkoblinger"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksporter"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegier"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/nl.po b/po/nl.po
index 10a3aa3858..a0e94769f6 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-04-23 16:55+0200\n"
"Last-Translator: Dieter Adriaenssens \n"
"Language-Team: dutch \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 0.10\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Toon alles"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"Het doelvenster kon niet worden bijgewerkt. Misschien heeft u het venster "
"afgesloten of uw browser blokkeert bijwerkingen van uw venster."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Zoeken"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "Zoeken"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Start"
@@ -98,7 +99,7 @@ msgstr "Beschrijving"
msgid "Use this value"
msgstr "Gebruik deze waarde"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Databank %1$s werd aangemaakt."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Databankopmerking: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tabelopmerkingen"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolom"
@@ -145,11 +146,11 @@ msgstr "Kolom"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "Kolom"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Type"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Leeg"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Standaardwaarde"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "Verwijst naar"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "Opmerkingen"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nee"
@@ -241,27 +242,27 @@ msgstr "Nee"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ja"
@@ -283,88 +284,21 @@ msgstr "Selecteer alles"
msgid "Unselect All"
msgstr "Deselecteer alles"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "De databanknaam is leeg!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Databank %1$s werd hernoemd naar %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Databank %1$s werd gekopieerd naar %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Hernoem databank naar"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Verwijder databank"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Databank %s werd verwijderd."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Verwijder de databank (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopiëer databank naar"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Alleen structuur"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Structuur en gegevens"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Alleen gegevens"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE vóór het kopiëren"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Voeg %s toe"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Voeg AUTO_INCREMENT-waarde toe"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Voeg beperkingen toe"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Overschakelen naar de gekopieerde databank"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Collatie"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -373,20 +307,16 @@ msgstr ""
"De configuratie-opslag van phpMyAdmin is uitgeschakeld. Om te weten te komen "
"waarom klik %shier%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Bewerk of exporteer relationeel schema"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabel"
@@ -394,41 +324,41 @@ msgstr "Tabel"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rijen"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Grootte"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "in gebruik"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Gecreëerd"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Laatst bijgewerkt"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Laatst gecontroleerd"
@@ -450,7 +380,7 @@ msgstr "Overschakelen op %svisuele builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -465,17 +395,17 @@ msgstr "Geen tabellen gevonden in de databank"
msgid "unknown"
msgstr "onbekend"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabel %s is leeg gemaakt"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "View %s is verwijderd"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabel %s is vervallen"
@@ -488,7 +418,7 @@ msgstr "Tracking is ingeschakeld."
msgid "Tracking is not active."
msgstr "Tracking is niet actief."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -496,12 +426,12 @@ msgid ""
msgstr ""
"Deze view heeft minimaal deze hoeveelheid aan rijen. Zie de %sdocumentatie%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "View"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -517,21 +447,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s is de standaard storage engine op deze MySQL-server."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Met geselecteerd:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Selecteer alles"
@@ -539,50 +469,51 @@ msgstr "Selecteer alles"
msgid "Check tables having overhead"
msgstr "Selecteer tabellen met overhead"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exporteren"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Afdrukken"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Legen"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Verwijderen"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Controleer tabel"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimaliseer tabel"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Repareer tabel"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyseer tabel"
@@ -590,11 +521,11 @@ msgstr "Analyseer tabel"
msgid "Add prefix to table"
msgstr "Voeg voorvoegsel toe aan tabel"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Vervang tabelvoorvoegsel"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Vervang tabel met voorvoegsel"
@@ -606,20 +537,20 @@ msgstr "Data Woordenboek"
msgid "Tracked tables"
msgstr "Tabellen met tracker"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Databank"
@@ -635,9 +566,9 @@ msgstr "Aangemaakt"
msgid "Updated"
msgstr "Bijgewerkt"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -645,14 +576,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Actie"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Toon"
@@ -685,7 +616,7 @@ msgstr "Structuur-snapshot"
msgid "Untracked tables"
msgstr "Tabellen zonder tracker"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Tabel tracken"
@@ -738,7 +669,7 @@ msgstr "Ongeldig exporttype"
msgid "Value for the column \"%s\""
msgstr "Waarde voor kolom \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Gebruik OpenStreetMaps als basislayer"
@@ -747,7 +678,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometrie"
@@ -879,7 +810,7 @@ msgstr ""
"De plugins voor het importeren konden niet worden geladen, controleer uw "
"installatie!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Bladwijzer %s aangemaakt"
@@ -906,10 +837,10 @@ msgstr ""
"dit dat phpMyAdmin dit niet af kan maken tenzij de tijdsbeperkingen van PHP "
"worden versoepeld."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Uw SQL-query is succesvol uitgevoerd"
@@ -933,7 +864,7 @@ msgstr "\"DROP DATABASE\" opdrachten zijn uitgeschakeld."
msgid "Do you really want to execute \"%s\"?"
msgstr "Weet u zeker dat u de query \"%s\" wil uitvoeren?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "U staat op het punt een volledige databank te VERWIJDEREN!"
@@ -973,7 +904,7 @@ msgstr "Index toevoegen"
msgid "Edit Index"
msgstr "Index bewerken"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Voeg %d kolom(men) toe aan index"
@@ -1003,8 +934,8 @@ msgstr "De wachtwoorden zijn niet gelijk!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Gebruiker toevoegen"
@@ -1024,9 +955,9 @@ msgstr "Sluiten"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1052,7 +983,7 @@ msgstr "Statische gegevens"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Totaal"
@@ -1253,7 +1184,7 @@ msgstr "Questions"
msgid "Traffic"
msgstr "Verkeer"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Instellingen"
@@ -1273,12 +1204,12 @@ msgstr "Grafiek toevoegen aan raster"
msgid "Please add at least one variable to the series"
msgstr "Gelieve tenminste één variabele toe te voegen aan de reeks"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Geen"
@@ -1468,10 +1399,10 @@ msgid "Explain output"
msgstr "Verklaar resultaat"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tijd"
@@ -1573,10 +1504,10 @@ msgstr ""
"configuratie is mislukt. Standaard configuratie wordt gebruikt in de "
"plaats..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importeren"
@@ -1624,9 +1555,9 @@ msgstr "Gebruikte variabele / formule"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Annuleren"
@@ -1654,9 +1585,9 @@ msgstr "Kolom komt te vervallen"
msgid "Adding Primary Key"
msgstr "Primaire sleutel wordt toegevoegd"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "Correct"
@@ -1696,15 +1627,15 @@ msgstr "Indexen verbergen"
msgid "Show indexes"
msgstr "Indexen tonen"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Controle op vreemde sleutels:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Ingeschakeld)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Uitgeschakeld)"
@@ -1774,8 +1705,8 @@ msgstr "SQL-queryveld tonen"
msgid "No rows selected"
msgstr "Geen rijen geselecteerd"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Veranderen"
@@ -1783,8 +1714,8 @@ msgstr "Veranderen"
msgid "Query execution time"
msgstr "Query-uitvoertijd"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d is geen geldig rijnummer."
@@ -1793,8 +1724,8 @@ msgstr "%d is geen geldig rijnummer."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Opslaan"
@@ -1856,12 +1787,12 @@ msgstr "Queryresultaten"
msgid "Data point content"
msgstr "Inhoud gegevenspunt"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Negeren"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopiëren"
@@ -1881,7 +1812,7 @@ msgstr "Selecteer vreemde sleutel"
msgid "Please select the primary key or a unique key"
msgstr "Selecteer de primaire sleutel of een unieke sleutel"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Kies weer te geven veld"
@@ -1973,7 +1904,7 @@ msgstr "Genereren"
msgid "Change Password"
msgstr "Wachtwoord wijzigen"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Meer"
@@ -2351,13 +2282,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Fout"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-query"
@@ -2427,7 +2358,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Rechtstreeks"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profiling"
@@ -2452,154 +2383,155 @@ msgstr "%s dagen, %s uren, %s minuten en %s seconden"
msgid "Missing parameter:"
msgstr "Ontbrekende parameter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Begin"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Vorige"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Volgende"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Einde"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Ga naar databank "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "De %s functionaliteit heeft last van een bekend probleem, zie %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Klik om te wisselen"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Structuur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Invoegen"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Verkennen"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Handelingen"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Blader op uw eigen pc:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Selecteer uit de web-server upload directory %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "De folder die u heeft ingesteld om te uploaden kan niet worden bereikt"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Er zijn geen bestanden om te uploaden"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Uitvoeren"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Afdrukken"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Het bestaande configuratiebestand (%s) is niet leesbaar."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Verkeerde rechten ingesteld op het configuratiebestand, dit mag niet "
"leesbaar zijn voor iedereen!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Lettertypegrootte"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Oplopend"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Aflopend"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sorteren"
@@ -2625,8 +2557,8 @@ msgid "Use Tables"
msgstr "Tabellen gebruiken"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Of"
@@ -2693,13 +2625,13 @@ msgstr[1] "%1$s overeenkomsten in de tabel %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Verwijder gevonden rijen voor de tabel %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2729,131 +2661,131 @@ msgstr "In de tabellen:"
msgid "Inside column:"
msgstr "In de kolom:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Sla aangepaste gegevens op"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Kolomvolgorde herstellen"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Eerste regel"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Aantal rijen"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modus"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontale"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontale (omgedraaide headers)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "verticale"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Hoofdingen iedere %s regels"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sorteren op sleutel"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opties"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Gedeeltelijke teksten"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Volledige teksten"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relationele sleutel"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relationele weergaveveld"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Toon binaire inhoud"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Toon BLOB-inhoud"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Toon binaire-inhoud als HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Browsertransformaties verbergen"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Goed bekende tekst"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Goed gekende binaire waarde"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "De regel werd verwijderd"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "stop proces"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2861,44 +2793,44 @@ msgstr ""
"Bij benadering. Zie [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/"
"a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "in de query"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Weergave van records"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "totaal"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "query duurde %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Handelingen voor queryresultaat"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Afdrukken (met volledige teksten)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Grafiek weergeven"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "GIS-gegevens visualiseren"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "VIEW aanmaken"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link niet gevonden"
@@ -2966,27 +2898,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Nieuw phpMyAdmin-scherm openen"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cookies moeten aan staan voorbij dit punt."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript moet ingeschakeld zijn voorbij dit punt"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Geen index gedefinieerd!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indexen"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unieke waarde"
@@ -2999,6 +2931,16 @@ msgstr "Gecomprimeerd"
msgid "Cardinality"
msgstr "Kardinaliteit"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Collatie"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3023,93 +2965,93 @@ msgstr ""
"De indexen %1$s en %2$s lijken hetzelfde, mogelijk kan een van beide worden "
"verwijderd."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databanken"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Traceren"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Triggers"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabel lijkt leeg!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Databank lijkt leeg te zijn!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Query opbouwen"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Rechten"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Routines"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Gebeurtenissen"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Ontwerper"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Gebruikers"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synchroniseren"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binaire log"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variabelen"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Karaktersets"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Plug-ins"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Engines"
@@ -3172,45 +3114,45 @@ msgstr "%s is uitgeschakeld op deze MySQL-server."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Deze MySQL-server ondersteund de %s opslag-engine niet."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "onbekende tabelstatus: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Brondatabank"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Thema %s niet gevonden!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Ongeldige databank"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Ongeldige tabelnaam"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Fout bij het hernoemen van de tabel %1$s naar %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabel %1$s is hernoemd naar %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Tabelinterfacevoorkeuren konden niet worden opgeslagen"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3219,7 +3161,7 @@ msgstr ""
"Opkuisen van tabelinterfacevoorkeuren is mislukt (zie $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3235,16 +3177,16 @@ msgstr ""
msgid "Function"
msgstr "Functie"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Waarde"
@@ -3257,58 +3199,58 @@ msgstr "In de tabel zoeken"
msgid "Edit/Insert"
msgstr "Aanpassen/Invoegen"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Selecteer velden (minstens één):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Zoekcondities toevoegen (het \"where\"-gedeelte van de query):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Aantal rijen per pagina"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Volgorde van weergave:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Gebruik deze kolom om ieder punt een naam te geven"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maximum aantal af te drukken regels"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Bekijk vreemde waarden"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Bijkomende zoekcriteria"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Voer een \"query als voorbeeld\" (wildcard: \"%\") uit op twee verschillende "
"kolommen"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Voer een query op basis van een vergelijking uit (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Doorzoek/bewerk de punten"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Hoe te gebruiken"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3655,14 +3597,14 @@ msgstr "Tabellen"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overhead"
@@ -3687,11 +3629,11 @@ msgstr "Controleer rechten op databank "%s"."
msgid "Check Privileges"
msgstr "Controleer rechten"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Lezen van het configuratiebestand is niet gelukt"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3700,12 +3642,12 @@ msgstr ""
"hieronder te bekijken."
# 'kon niet vanuit "%1$s" geladen worden' is juister.
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Standaard configuratiebestand kon niet geladen worden vanuit: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3713,34 +3655,34 @@ msgstr ""
"De [code]$cfg['PmaAbsoluteUri'][/code] richtlijn MOET ingesteld zijn in het "
"configuratiebestand!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Ongeldige serverindex: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Ongeldige machinenaam voor server %1$s. Controleer uw configuratie."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Ongeldige authenticatiemethode opgegeven in configuratie:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "U moet upgraden naar %s %s of hoger."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "poging om GLOBALS te overschrijven"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "mogelijk misbruik"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "numerieke toets gedetecteerd"
@@ -3771,37 +3713,37 @@ msgstr "Gesloten"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Uitgeschakeld"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "structuur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "gegevens"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "Structuur en gegevens"
@@ -3924,8 +3866,8 @@ msgid "Allow users to customize this value"
msgstr "Gebruikers toestaan deze waarde aan te passen"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Herstellen"
@@ -4208,7 +4150,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maximale uitvoertijd"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Opslaan als bestand"
@@ -4217,7 +4159,7 @@ msgid "Character set of the file"
msgstr "Karakterset voor het bestand"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Opmaak"
@@ -4230,27 +4172,25 @@ msgstr "Compressie"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Veldnamen in de eerste rij plaatsen"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Velden ingesloten door"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Velden ontweken door"
@@ -4268,14 +4208,12 @@ msgstr "Verwijder CRLF-tekens uit veld-waarden"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Velden beëindigd door"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Regels beëindigd door"
@@ -4301,7 +4239,7 @@ msgstr "Tabelnaam-template"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Dump tabel"
@@ -4312,8 +4250,8 @@ msgid "Include table caption"
msgstr "Tabeltitel toevoegen"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabeltitel"
@@ -4322,20 +4260,20 @@ msgid "Continued table caption"
msgstr "Vervolgde tabeltitel"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Labelsleutel"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relaties"
@@ -4356,6 +4294,11 @@ msgstr "Bestaand(e) bestand(en) overschrijven"
msgid "Remember file name template"
msgstr "Bestandsnaam-template herinneren"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Voeg AUTO_INCREMENT-waarde toe"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Aanhalingstekens (`) bij tabel- en kolomnamen gebruiken"
@@ -4366,7 +4309,7 @@ msgid "SQL compatibility mode"
msgstr "SQL-compatibiliteitsmodus"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE opties:"
@@ -4379,10 +4322,17 @@ msgid "Use delayed inserts"
msgstr "Gebruik vertraagde inserts"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "controle op vreemde sleutels uitschakelen"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Voeg %s toe"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Gebruik hexadecimaal voor BLOB"
@@ -4396,7 +4346,7 @@ msgid "Syntax to use when inserting data"
msgstr "Syntax voor insert-opdrachten"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maximale lengte van de gemaakte query"
@@ -4405,7 +4355,7 @@ msgid "Export type"
msgstr "Export-type"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Sluit de export in een transactie"
@@ -4461,7 +4411,6 @@ msgstr "Aanpassen standaard opties"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV-gegevens"
@@ -4802,14 +4751,12 @@ msgid "Partial import: allow interrupt"
msgstr "Gedeeltelijke import: onderbreken toestaan"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Breek een handeling niet af bij een INSERT-fout"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Vervang tabelgegevens door het bestand"
@@ -4826,7 +4773,6 @@ msgid "Format of imported file"
msgstr "Formaat van het geïmporteerde bestand"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Gebruik het LOCAL sleutelwoord"
@@ -4836,7 +4782,7 @@ msgid "Column names in first row"
msgstr "Kolomnamen in eerste rij"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Lege rijen niet importeren"
@@ -5964,7 +5910,7 @@ msgstr "Vereist dat SQL-Validator geactiveerd is"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Wachtwoord"
@@ -6138,14 +6084,12 @@ msgstr "Signon-authenticatie"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV met behulp van LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document-rekenblad"
@@ -6236,22 +6180,22 @@ msgstr "De extensie %s ontbreekt. Gelieve uw PHP-configuratie te controleren."
msgid "possible deep recursion attack"
msgstr "mogelijke diepe recursieaanval"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
"De server reageert niet (of de socket van de server is niet juist ingesteld)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "De server reageert niet."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Gelieve de rechten op de folder met de databank na te kijken."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Details..."
@@ -6299,24 +6243,24 @@ msgid "Create"
msgstr "Aanmaken"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Geen rechten"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Tabel aanmaken"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Naam"
@@ -6976,7 +6920,7 @@ msgid "No data found for GIS visualization."
msgstr "Geen gegevens beschikbaar voor GIS-visualisatie."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL gaf een lege resultatenset terug (0 rijen)."
@@ -7024,7 +6968,7 @@ msgid "Go to view: %s"
msgstr "Ga naar view: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Verbergen"
@@ -7089,11 +7033,11 @@ msgstr ""
"Gebruik de TAB-toets om van waarde naar waarde te navigeren of CTRL+pijltjes "
"om vrijuit te navigeren"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Toont SQL-query"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Toegevoegd rijnummer: %1$d"
@@ -7109,32 +7053,32 @@ msgstr "Geen"
msgid "Convert to Kana"
msgstr "Omzetten naar Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Van"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Naar"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Verzenden"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Tabelvoorvoegsel toevoegen"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Voorvoegsel toevoegen"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Weet u zeker dat u de volgende SQL-query wil uitvoeren?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Geen verandering"
@@ -7341,7 +7285,158 @@ msgstr "phpMyAdmin-documentatie"
msgid "Reload navigation frame"
msgstr "Navigatievenster herladen"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Hernoem databank naar"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databank %s werd verwijderd."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Verwijder databank"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Verwijder de databank (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Alleen structuur"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Structuur en gegevens"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Alleen gegevens"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopiëer databank naar"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE vóór het kopiëren"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Voeg beperkingen toe"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Overschakelen naar de gekopieerde databank"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Bewerk of exporteer relationeel schema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Sorteer de tabel volgens"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(apart)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Verplaats tabel naar (databank.tabel):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabelopties"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Tabel hernoemen naar"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Opslag-engine"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Tabel kopiëren naar (databank.tabel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Wissel naar de gekopieerde tabel"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabelonderhoud"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Tabel defragmenteren"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabel %s is geschoond"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "De tabel leegmaken (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Gegevens of tabel verwijderen"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "De tabel leegmaken (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "De tabel verwijderen (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyseren"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Controleren"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimaliseren"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Heropbouwen"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Repareren"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Partitie-onderhoud"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partitie %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Partitionering verwijderen"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Controleer referentiële integriteit:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Dit formaat heeft geen opties"
@@ -7350,7 +7445,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Kan niet verbinden: ongeldige instellingen."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7381,38 +7476,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Gebruik van Blowfish van mcrypt is niet gelukt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Aanmelden"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"U kunt een machinenaam/IP-adres en poortnummer gescheiden door een spatie "
"opgeven."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Gebruikersnaam:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Wachtwoord:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Serverkeuze"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7420,14 +7515,14 @@ msgstr ""
"Aanmelden zonder wachtwoord is niet toegestaan door de instellingen (zie "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Geen activiteit voor %s seconden of meer, meld a.u.b. opnieuw aan"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Kan niet aanmelden op de MySQL-server"
@@ -7458,92 +7553,92 @@ msgstr "Geen geldige authenticatiesleutel aanwezig"
msgid "Authenticating..."
msgstr "Authenticeren..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Velden beëindigd door:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Velden ingesloten door:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Velden ontweken door:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Regels beëindigd door:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Vervang NULL door:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Verwijder CRLF-tekens uit veldwaarden"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel-editie:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Datadump-opties"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Gegevens worden uitgevoerd voor tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Gebeurtenis"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definitie"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabelstructuur voor tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Structuur voor de view"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Stand-in structuur voor view"
@@ -7560,37 +7655,37 @@ msgstr "(vervolgd)"
msgid "Structure of table @TABLE@"
msgstr "Structuur van de tabel @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Object-aanmaakopties"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Tabeltitel (vervolgd)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Toon vreemde sleutel relaties"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Toon kolomopmerkingen"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Toon beschikbare MIME-types"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7598,33 +7693,33 @@ msgstr "Toon beschikbare MIME-types"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Machine"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Genereertijd"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Serverversie"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP-versie"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Tabelnamen exporteren"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Exporteer tabel hoofdingen"
@@ -7636,7 +7731,7 @@ msgstr "(Genereert een rapport met de gegevens van een enkele tabel)"
msgid "Report title:"
msgstr "Rapporttitel:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7644,11 +7739,11 @@ msgstr ""
"Opmerkingen weergeven (bevat informatie zoals tijdstip van export, PHP-"
"versie en serverversie)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Een opmerking toevoegen in de header (\\n om regels af te breken):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7656,25 +7751,25 @@ msgstr ""
"Voeg een tijdstip toe waarop databanken aangemaakt, laatst bijgewerkt en "
"laatst bekeken werden"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Databanksysteem of oudere MySQL-server om uitvoercompatibiliteit mee te "
"maximaliseren:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "%s statement toevoegen"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Statements toevoegen:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7682,39 +7777,39 @@ msgstr ""
"Voeg aanhalingstekens toe aan tabel- en kolomnamen (Beschermt tabel- en "
"kolomnamen die speciale tekens en sleutelwoorden bevatten)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Object-aanmaakopties"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Tabel leegmaken voor invoegen"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "In plaats van INSERT-opdrachten, gebruik:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED-opdrachten"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE-opdrachten"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Functie om te gebruiken bij het verwijderen van gegevens:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Syntax om te gebruiken bij het toevoegen van gegevens:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7724,7 +7819,7 @@ msgstr ""
" Voorbeeld: INSERT INTO tbl_naam (kol_A,kol_B,kol_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7734,7 +7829,7 @@ msgstr ""
" Voorbeeld: INSERT INTO tbl_naam VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7742,7 +7837,7 @@ msgstr ""
"beide van bovenstaande
Voorbeeld: INSERT "
"INTO tbl_naam (kol_A,kol_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7750,7 +7845,7 @@ msgstr ""
"geen van bovenstaande
Voorbeeld: INSERT "
"INTO tbl_naam VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7758,7 +7853,7 @@ msgstr ""
"Dump kolommen in binair formaat met hexadecimale notatie (bijvoorbeeld, "
"\"abc\" wordt 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7767,33 +7862,33 @@ msgstr ""
"gedumpt en opnieuw ingeladen kunnen worden in servers in verschillende "
"tijdszones)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedures"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Functies"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Beperkingen voor gedumpte tabellen"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Beperkingen voor tabel"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-TYPES VOOR TABEL"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIES VOOR TABEL"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Fout bij het lezen van gegevens:"
@@ -7809,8 +7904,8 @@ msgstr "Views"
msgid "Export contents"
msgstr "Exporteerinhoud"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7833,15 +7928,15 @@ msgstr ""
msgid "Column names: "
msgstr "Kolomnamen: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Ongeldige parameter voor CSV-import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7850,57 +7945,48 @@ msgstr ""
"Ongeldige kolom (%s) gespecifieerd! Zorg ervoor dat de kolomnamen juist "
"gespeld zijn, gescheiden door komma's en niet voorzien van aanhalingstekens."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Ongeldig formaat van CSV-invoer op regel %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Verkeerd aantal velden in CSV-invoer op regel %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tabelnaam"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Kolomnamen"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Deze plugin heeft geen ondersteuning voor gecomprimeerde imports!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki-tabel"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Ongeldig formaat van CSV-invoer op regel %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Percentages als decimalen importeren (12.00% naar ,12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Valuta importeren ($5.00 naar 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7908,18 +7994,18 @@ msgstr ""
"Het XML-bestand was beschadigd of onvolledig. Repareer het bestand en "
"probeer opnieuw."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI-vormbestand"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
"Er is een fout opgetreden bij het importeren van het ESRI-vormbestand: \"%s"
"\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7927,24 +8013,24 @@ msgstr ""
"U probeerde een ongeldig bestand te importeren, of het geïmporteerde bestand "
"bevat ongeldige gegevens"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "De extensie MySQL Spatial ondersteunt ESRI-type \"%s\" niet."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Het geïmporteerde bestand bevat geen gegevens"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL-compatibiliteitsmodus:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Gebruik geen AUTO_INCREMENT voor 0-waarden"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8120,7 +8206,7 @@ msgid "Enabled"
msgstr "Ingeschakeld"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Algemene relatie-opties"
@@ -8198,7 +8284,7 @@ msgstr ""
"Meld opnieuw aan bij phpMyAdmin om het bijgewerkte configuratiebestand te "
"laden."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Geen beschrijving aanwezig"
@@ -8250,7 +8336,7 @@ msgstr "Slave-status"
msgid "Variable"
msgstr "Variabelen"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server-ID"
@@ -8276,8 +8362,8 @@ msgstr "Elke gebruiker"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Tekstveld gebruiken"
@@ -8371,7 +8457,7 @@ msgstr "Details"
msgid "Event name"
msgstr "Gebeurtenisnaam"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Gebeurtenistype"
@@ -8762,12 +8848,12 @@ msgstr "Inhoudsopgave"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attributen"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8804,6 +8890,10 @@ msgstr "Selecteer pagina"
msgid "Select Tables"
msgstr "Selecteer tabellen"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Kolomnamen"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Toon relationeel schema"
@@ -9083,14 +9173,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabel-specifieke rechten"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Opmerking: de namen van de MySQL-rechten zijn uitgedrukt in het Engels"
@@ -9099,12 +9189,12 @@ msgid "Administration"
msgstr "Administratie"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globale rechten"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Databank-specifieke rechten"
@@ -9164,16 +9254,16 @@ msgid "Users having access to "%s""
msgstr "Gebruikers die toegang hebben tot "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Gebruiker"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Toekennen"
@@ -9182,8 +9272,8 @@ msgid "User has been added."
msgstr "Gebruiker is toegevoegd."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Elke"
@@ -9200,12 +9290,12 @@ msgid "wildcard"
msgstr "jokerteken"
# Enkelvoud.
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Geen gebruiker gevonden."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Rechten wijzigen"
@@ -9213,25 +9303,21 @@ msgstr "Rechten wijzigen"
msgid "Revoke"
msgstr "Ongedaan maken"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Alles exporteren"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... de oude behouden."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... de oude verwijderen van de gebruikerstabellen."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9239,78 +9325,74 @@ msgstr ""
"... de oude verwijderen van de gebruikerstabellen en de rechten nadien "
"vernieuwen."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Aanmeldingsinformatie wijzigen / Gebruiker kopiëren"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Een nieuwe gebruiker aanmaken met dezelfde rechten en ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Kolom-specifieke rechten"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Rechten toevoegen op de volgende databank"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Wildcards _ en % moeten worden ge-escaped met een \\ om ze letterlijk te "
"gebruiken"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Rechten toevoegen op de volgende tabel"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "De geselecteerde gebruikers verwijderen"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Verwijder de databanken die dezelfde naam hebben als de gebruikers."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Geen gebruikers geselecteerd om te verwijderen!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "De rechten werden opnieuw ingeladen"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "De geselecteerde gebruikers zijn met succes verwijderd."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "U heeft de rechten aangepast voor %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Rechten voor alle gebruikers"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Rechten voor %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Gebruikers overzicht"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9324,11 +9406,11 @@ msgstr ""
"geval zijn dan moet men %sde rechtentabel vernieuwen%s voordat men verder "
"gaat."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "U heeft een nieuwe gebruiker toegevoegd."
@@ -9378,11 +9460,11 @@ msgstr "Leegmaken"
msgid "Columns"
msgstr "Kolommen"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Deze SQL-query opslaan"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Elke gebruiker toegang geven tot deze bladwijzer"
@@ -9505,8 +9587,8 @@ msgstr ""
"aanhalingstekens, gebruik makend van dit formaat: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9559,13 +9641,13 @@ msgstr "Geen"
msgid "As defined:"
msgstr "Zoals aangegeven:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primaire sleutel"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Volledige tekst"
@@ -9579,20 +9661,15 @@ msgstr ""
msgid "after %s"
msgstr "Na %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "%s kolom(men) toevoegen"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "U moet minstens één kolom toevoegen."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Opslag-engine"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION-definitie"
@@ -9601,7 +9678,7 @@ msgstr "PARTITION-definitie"
msgid "Manage your settings"
msgstr "Uw instellingen beheren"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Configuratie werd opgeslagen"
@@ -9647,7 +9724,7 @@ msgstr "Collatie van de serververbinding"
msgid "Appearance Settings"
msgstr "Opmaakinstellingen"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Overige instellingen"
@@ -9830,136 +9907,136 @@ msgstr "Toon/verberg linker menu"
msgid "Save position"
msgstr "Posities opslaan"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Maak relatie"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Verversen"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Help"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Hoekige verbindingen"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Directe verbindingen"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Kleef aan raster"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Alles in-/uitklappen"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Wissel klein/groot"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Relatielijnen wisselen"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Coördinaten voor PDF-schema importeren/exporteren"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Query opbouwen"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Menu verplaatsen"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Alles tonen/verbergen"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Tabellen zonder relatie tonen/verbergen"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Aantal tabellen"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Relatie verwijderen"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Relatiebeheerder"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Behalve"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "sub-query"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Hernoemen naar"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nieuwe naam"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Samenvoegen"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Actieve opties"
# Verleden tijd: "is aangemaakt" => "werd aangemaakt", ookal bestaat het nog
# steeds.
# Wat doet "%1$s" hier?
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "De pagina werd aangemaakt"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Het aanmaken van de pagina is mislukt"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Pagina"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Import vanaf geselecteerde pagina"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exporteren naar geselecteerde pagina"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Een pagina aanmaken en ernaar exporteren"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nieuwe paginanaam: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exporteren/importeren naar schaal"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "aangeraden"
@@ -9967,7 +10044,7 @@ msgstr "aangeraden"
msgid "Error: relation already exists."
msgstr "Fout: relatie bestaat reeds."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Fout: relatie niet toegevoegd."
@@ -9975,7 +10052,7 @@ msgstr "Fout: relatie niet toegevoegd."
msgid "FOREIGN KEY relation added"
msgstr "De relatie FOREIGN KEY is toegevoegd"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Interne relatie toegevoegd"
@@ -9983,11 +10060,11 @@ msgstr "Interne relatie toegevoegd"
msgid "Relation deleted"
msgstr "Relatie verwijderd"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Fout bij het opslaan van coördinaten voor de Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Wijzigingen werden opgeslagen"
@@ -9996,49 +10073,49 @@ msgid "Cannot save settings, submitted form contains errors"
msgstr ""
"Het verstuurde formulier bevat fouten, instellingen werden niet opgeslagen"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Standaard configuratiebestand kon niet geladen worden"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Het configuratiebestand bevat foute gegevens in sommige velden."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Wilt u de overgebleven instellingen importeren?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Opgeslagen op: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importeren uit bestand"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importeren uit browseropslag"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"De instellingen zullen geïmporteerd worden uit de lokale opslag van uw "
"browser."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Er zijn geen opgeslagen instellingen!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Deze functie wordt niet ondersteund door uw webbrowser"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Samenvoegen met de huidige configuratie"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10047,20 +10124,20 @@ msgstr ""
"U kan meer instellingen veranderen door config.inc.php aan te passen, bv. "
"door het %ssetup-script%s te gebruiken."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Opslaan in de browseropslag"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
"De instellingen zullen bewaard worden in de lokale opslag van uw browser."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Bestaande instellingen zullen overschreven worden!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "U kan al uw instellingen terugzetten op de standaardwaarden."
@@ -10077,41 +10154,41 @@ msgstr "Alle"
msgid "%s table not found or not set in %s"
msgstr "Tabel %s niet gevonden of niet ingesteld in %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Bestand bestaat niet"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Selecteer de te bekijken binaire log"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Bestanden"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Getoonde queries afkappen"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Toon volledige queries"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Lognaam"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Positie"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Oorspronkelijke positie"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informatie"
@@ -10195,17 +10272,17 @@ msgstr "Licentie"
msgid "disabled"
msgstr "uitgeschakeld"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "De gebruiker %s bestaat al!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Verwijderen van %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "De rechten werden succesvol opnieuw ingeladen."
@@ -12035,32 +12112,32 @@ msgstr "Bladwijzer \"%s\" wordt gebruikt als standaard browsequery."
msgid "Do you really want to execute following query?"
msgstr "Weet u zeker dat u de volgende SQL-query wil uitvoeren?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Getoond als PHP-code"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Gevalideerde SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-resultaat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Gegenereerd door"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemen met de indexen van de tabel `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Label"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabel %1$s is bijgewerkt"
@@ -12144,78 +12221,78 @@ msgstr "Tabel %1$s is aangemaakt."
msgid "View dump (schema) of table"
msgstr "Een dump (schema) van tabel bekijken"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "GIS-visualisatie tonen"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Breedte"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Hoogte"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Kolom naam geven"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Geen --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Plaatshoudende kolom"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Hertekenen"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Opslaan naar bestand"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Bestandsnaam"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "De naam van de primaire sleutel moet \"PRIMARY\" zijn!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Kan index niet naar PRIMARY hernoemen!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Geen index-delen gedefinieerd!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Index toevoegen"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Index bewerken"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indexnaam:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" moet de naam van en alleen van een primaire "
"sleutel zijn!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indextype:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Voeg %s kolom(men) toe aan index"
@@ -12238,151 +12315,57 @@ msgstr "Tabel %s is verplaatst naar %s."
msgid "Table %s has been copied to %s."
msgstr "Tabel %s is gekopieerd naar %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "De tabelnaam is leeg!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Sorteer de tabel volgens"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(apart)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Verplaats tabel naar (databank.tabel):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabelopties"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Tabel hernoemen naar"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Tabel kopiëren naar (databank.tabel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Wissel naar de gekopieerde tabel"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabelonderhoud"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Tabel defragmenteren"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabel %s is geschoond"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "De tabel leegmaken (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Gegevens of tabel verwijderen"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "De tabel leegmaken (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "De tabel verwijderen (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Partitie-onderhoud"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partitie %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyseren"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Controleren"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimaliseren"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Heropbouwen"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Repareren"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Partitionering verwijderen"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Controleer referentiële integriteit:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Toon tabellen"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Ruimtegebruik"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effectief"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Rijstatistieken"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statisch"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamisch"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Lengte van de rij"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Grootte van de rij"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Volgende automatische indexwaarde"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Fout bij het maken van vreemde sleutel naar %1$s (controleer gegevenstypen)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Interne relatie"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12390,105 +12373,105 @@ msgstr ""
"Een interne relatie is niet noodzakelijk wanneer er reeds een FOREIGN KEY "
"relatie bestaat."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Beperking voor vreemde sleutel"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Ruimtelijk"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Onderscheidbare waarden"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Een primaire sleutel toevoegen"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Een unieke index toevoegen"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Een SPATIAL-index toevoegen"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Een FULLTEXT-index toevoegen"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Geen"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Kolom %s is verwijderd"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Een primaire sleutel is toegevoegd aan %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Een index is toegevoegd aan %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Meer acties weergeven"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Kolom(men) verwijderen"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "View bewerken"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relatieoverzicht"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Tabelstructuur voorstellen"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Kolom toevoegen"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Aan het eind van de tabel"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Aan het begin van de tabel"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Na %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Een index aanmaken op kolommen %s "
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "gepartitioneerd"
@@ -12665,7 +12648,7 @@ msgstr "U heeft niet genoeg rechten om hier te zijn!"
msgid "The profile has been updated."
msgstr "Het profiel is aangepast."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW-naam"
@@ -13961,6 +13944,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert is ingesteld op 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Alles exporteren"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Rechten voor alle gebruikers"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 5f9ea3fdf7..204dc942ab 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -19,12 +19,12 @@ msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr ""
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgid ""
"cross-window updates."
msgstr ""
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr ""
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr ""
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr ""
@@ -100,7 +101,7 @@ msgstr ""
msgid "Use this value"
msgstr ""
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, possible-php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr ""
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr ""
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr ""
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr ""
@@ -145,11 +146,11 @@ msgstr ""
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr ""
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr ""
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr ""
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr ""
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr ""
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr ""
@@ -241,27 +242,27 @@ msgstr ""
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr ""
@@ -283,108 +284,37 @@ msgstr ""
msgid "Unselect All"
msgstr ""
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr ""
-#: db_operations.php:327
+#: db_operations.php:128
#, possible-php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr ""
-#: db_operations.php:331
+#: db_operations.php:132
#, possible-php-format
msgid "Database %1$s has been copied to %2$s"
msgstr ""
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr ""
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr ""
-
-#: db_operations.php:504
-#, possible-php-format
-msgid "Database %s has been dropped."
-msgstr ""
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr ""
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr ""
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr ""
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr ""
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr ""
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr ""
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, possible-php-format
-msgid "Add %s"
-msgstr ""
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr ""
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr ""
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr ""
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr ""
-
-#: db_operations.php:623
+#: db_operations.php:255
#, possible-php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr ""
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr ""
@@ -392,41 +322,41 @@ msgstr ""
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr ""
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr ""
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr ""
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr ""
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr ""
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr ""
@@ -448,7 +378,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -463,17 +393,17 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, possible-php-format
msgid "Table %s has been emptied"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, possible-php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, possible-php-format
msgid "Table %s has been dropped"
msgstr ""
@@ -486,19 +416,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, possible-php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr ""
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -514,21 +444,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr ""
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr ""
@@ -536,50 +466,51 @@ msgstr ""
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr ""
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr ""
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr ""
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr ""
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr ""
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr ""
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr ""
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr ""
@@ -587,11 +518,11 @@ msgstr ""
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr ""
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -603,20 +534,20 @@ msgstr ""
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr ""
@@ -632,9 +563,9 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr ""
@@ -642,14 +573,14 @@ msgstr ""
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr ""
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr ""
@@ -682,7 +613,7 @@ msgstr ""
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -732,7 +663,7 @@ msgstr ""
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -741,7 +672,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -856,7 +787,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, possible-php-format
msgid "Bookmark %s created"
msgstr ""
@@ -878,10 +809,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -903,7 +834,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -943,7 +874,7 @@ msgstr ""
msgid "Edit Index"
msgstr ""
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, possible-php-format
msgid "Add %d column(s) to index"
msgstr ""
@@ -973,8 +904,8 @@ msgstr ""
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr ""
@@ -994,9 +925,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1022,7 +953,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr ""
@@ -1218,7 +1149,7 @@ msgstr ""
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr ""
@@ -1238,12 +1169,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr ""
@@ -1414,10 +1345,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr ""
@@ -1505,10 +1436,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr ""
@@ -1556,9 +1487,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1586,9 +1517,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr ""
@@ -1628,15 +1559,15 @@ msgstr ""
msgid "Show indexes"
msgstr ""
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr ""
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr ""
@@ -1703,8 +1634,8 @@ msgstr ""
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr ""
@@ -1712,8 +1643,8 @@ msgstr ""
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, possible-php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1722,8 +1653,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr ""
@@ -1779,12 +1710,12 @@ msgstr ""
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1804,7 +1735,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1887,7 +1818,7 @@ msgstr ""
msgid "Change Password"
msgstr ""
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr ""
@@ -2258,13 +2189,13 @@ msgstr ""
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr ""
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr ""
@@ -2332,7 +2263,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2357,152 +2288,153 @@ msgstr ""
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, possible-php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, possible-php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr ""
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr ""
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, possible-php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr ""
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, possible-php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr ""
@@ -2528,8 +2460,8 @@ msgid "Use Tables"
msgstr ""
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr ""
@@ -2594,13 +2526,13 @@ msgstr[1] ""
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2630,173 +2562,173 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr ""
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, possible-php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, possible-php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2858,27 +2790,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr ""
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr ""
@@ -2891,6 +2823,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr ""
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2913,93 +2855,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr ""
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3060,50 +3002,50 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, possible-php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, possible-php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, possible-php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, possible-php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr ""
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, possible-php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, possible-php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3116,16 +3058,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3138,56 +3080,56 @@ msgstr ""
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3522,14 +3464,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3554,55 +3496,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, possible-php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, possible-php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, possible-php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, possible-php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3633,37 +3575,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr ""
@@ -3784,8 +3726,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4039,7 +3981,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4048,7 +3990,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4061,27 +4003,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4099,14 +4039,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4132,7 +4070,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4143,8 +4081,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4153,20 +4091,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4187,6 +4125,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4197,7 +4140,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4210,10 +4153,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, possible-php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4227,7 +4177,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4236,7 +4186,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4289,7 +4239,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4606,14 +4555,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4628,7 +4575,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4638,7 +4584,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5628,7 +5574,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -5783,14 +5729,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5876,21 +5820,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -5935,24 +5879,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6536,7 +6480,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6584,7 +6528,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6647,11 +6591,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, possible-php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6666,32 +6610,32 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -6897,7 +6841,158 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr ""
+
+#: libraries/operations.lib.php:109
+#, possible-php-format
+msgid "Database %s has been dropped."
+msgstr ""
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr ""
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr ""
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr ""
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr ""
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr ""
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr ""
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr ""
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, possible-php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, possible-php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -6906,7 +7001,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, possible-php-format
msgid "Welcome to %s"
@@ -6931,49 +7026,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, possible-php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7004,92 +7099,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7106,37 +7201,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7144,33 +7239,33 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr ""
@@ -7182,139 +7277,139 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, possible-php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7330,8 +7425,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7348,109 +7443,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, possible-php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, possible-php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, possible-php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, possible-php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, possible-php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, possible-php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, possible-php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7568,7 +7654,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7637,7 +7723,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7686,7 +7772,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7710,8 +7796,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7801,7 +7887,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8184,12 +8270,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8226,6 +8312,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8486,14 +8576,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8502,12 +8592,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8565,16 +8655,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8583,8 +8673,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8600,12 +8690,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8613,98 +8703,90 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, possible-php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, possible-php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, possible-php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8713,11 +8795,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -8767,11 +8849,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -8873,8 +8955,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -8918,13 +9000,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -8937,20 +9019,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, possible-php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -8959,7 +9036,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9001,7 +9078,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9154,133 +9231,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9288,7 +9365,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9296,7 +9373,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9304,11 +9381,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9316,66 +9393,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, possible-php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9392,41 +9469,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9508,17 +9585,17 @@ msgstr ""
msgid "disabled"
msgstr ""
-#: server_privileges.php:209
+#: server_privileges.php:212
#, possible-php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, possible-php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11074,32 +11151,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, possible-php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, possible-php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11179,76 +11256,76 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr ""
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, possible-php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11271,252 +11348,158 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, possible-php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, possible-php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr ""
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, possible-php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr ""
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, possible-php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, possible-php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, possible-php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr ""
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr ""
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, possible-php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, possible-php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11689,7 +11672,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 0ea59caa12..fff6ebe1ee 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-12 10:11+0000\n"
"Last-Translator: Jan Kowalski \n"
"Language-Team: pl_PL\n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Pokaż wszystko"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"zostało zamknięte, lub ustawienia zabezpieczeń przeglądarki są "
"skonfigurowane na blokowanie aktualizacji między oknami."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Szukaj"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Szukaj"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Wykonaj"
@@ -100,7 +101,7 @@ msgstr "Opis"
msgid "Use this value"
msgstr "Użyj tej wartości"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Baza danych %1$s została utworzona."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komentarz bazy danych: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentarze tabeli"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolumna"
@@ -147,11 +148,11 @@ msgstr "Kolumna"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Kolumna"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Typ"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Ustawienia domyślne"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Odsyłacze do"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Komentarze"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nie"
@@ -243,27 +244,27 @@ msgstr "Nie"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Tak"
@@ -285,88 +286,21 @@ msgstr "Zaznacz wszystkie"
msgid "Unselect All"
msgstr "Odznacz wszystko"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Nazwa bazy danych jest pusta!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Nazwę bazy danych %1$s zmieniono na %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Baza danych %1$s została przekopiowana do %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Zmień nazwę bazy danych na"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Usuń bazę danych"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Baza danych %s została usunięta."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Usuń bazę danych (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopiuj bazę danych do"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Tylko struktura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktura i dane"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Tylko dane"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE przed przekopiowaniem"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Dodaj %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Dodaj wartość AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Dodaj ograniczenia"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Przełącz do przekopiowanej bazy danych"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Metoda porównywania napisów"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"Przechowywanie konfiguracji phpMyAdmin została wyłączona. Aby dowiedzieć "
"się, dlaczego kliknij %stutaj%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Edytuj lub eksportuj schemat relacji"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabela"
@@ -396,41 +326,41 @@ msgstr "Tabela"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rekordy"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Rozmiar"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "w użyciu"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Tworzenie"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Ostatnia aktualizacja"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Ostatnie sprawdzanie"
@@ -453,7 +383,7 @@ msgstr "Przełącz do %svisual builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "Nie znaleziono żadnych tabel w bazie danych"
msgid "unknown"
msgstr "nieznany"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabela %s została opróżniona"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Widok %s został usunięty"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabela %s została usunięta"
@@ -491,7 +421,7 @@ msgstr "Śledzenie jest aktywne."
msgid "Tracking is not active."
msgstr "Śledzenie nie jest aktywne."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgstr ""
"Ten widok ma przynajmniej taką liczbę wierszy (rekordów). Proszę odnieść się "
"do %sdokumentacji%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Widok"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s to domyślny silnik składowania tego serwera MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Z zaznaczonymi:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Zaznacz wszystkie"
@@ -543,50 +473,51 @@ msgstr "Zaznacz wszystkie"
msgid "Check tables having overhead"
msgstr "Zaznacz tabele nieoptymalne"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksport"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Podgląd wydruku"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Opróżnij"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Usuń"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Sprawdź tabelę"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optymalizuj tabelę"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Napraw tabelę"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizuj tabelę"
@@ -594,11 +525,11 @@ msgstr "Analizuj tabelę"
msgid "Add prefix to table"
msgstr "Dodaj przedrostek do tabeli"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Zamień przedrostek tabeli"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopiuj tabelę z przedrostkiem"
@@ -610,20 +541,20 @@ msgstr "Słownik danych"
msgid "Tracked tables"
msgstr "Tabele śledzone"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Baza danych"
@@ -639,9 +570,9 @@ msgstr "Utworzona"
msgid "Updated"
msgstr "Zaktualizowana"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -649,14 +580,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Działanie"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Pokaż"
@@ -689,7 +620,7 @@ msgstr "Migawka struktury"
msgid "Untracked tables"
msgstr "Tabele nieśledzone"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Śledź tabelę"
@@ -741,7 +672,7 @@ msgstr "Niepoprawny typ eksportu"
msgid "Value for the column \"%s\""
msgstr "Wartość dla kolumny \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Użyj OpenStreetMaps jako Podstawowej Warstwy"
@@ -750,7 +681,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -876,7 +807,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Nie udało się wczytać wtyczek importu. Proszę sprawdzić instalację!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Zakładka %s utworzona"
@@ -903,10 +834,10 @@ msgstr ""
"dane, co zwykle oznacza, że phpMyAdmin nie będzie w stanie ukończyć tego "
"importu bez zwiększenia limitów czasowych PHP."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Zapytanie SQL zostało wykonane pomyślnie"
@@ -930,7 +861,7 @@ msgstr "Instrukcje \"DROP DATABASE\" są wyłączone."
msgid "Do you really want to execute \"%s\"?"
msgstr "Czy na pewno chcesz wykonać \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Masz zamiar ZNISZCZYĆ całą bazę danych!"
@@ -970,7 +901,7 @@ msgstr "Dodaj indeks"
msgid "Edit Index"
msgstr "Edytuj indeks"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Dodaj %d kolumny do indeksu"
@@ -1000,8 +931,8 @@ msgstr "Hasła nie są identyczne!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Dodaj użytkownika"
@@ -1021,9 +952,9 @@ msgstr "Zamknij"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1049,7 +980,7 @@ msgstr "Dane statyczne"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Ogółem"
@@ -1249,7 +1180,7 @@ msgstr "Pytania"
msgid "Traffic"
msgstr "Ruch"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Ustawienia"
@@ -1269,12 +1200,12 @@ msgstr "Dodaj wykres do siatki"
msgid "Please add at least one variable to the series"
msgstr "Proszę dodać przynajmniej jedną zmienną do serii"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Żaden"
@@ -1460,10 +1391,10 @@ msgid "Explain output"
msgstr "Wyjaśnij wynik przetworzenia danych"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Czas"
@@ -1558,10 +1489,10 @@ msgstr ""
"Nie udało zbudować siatki wykresu z importu konfiguracji. Przywracanie "
"domyślnej konfiguracji..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Import"
@@ -1609,9 +1540,9 @@ msgstr "Użyj zmiennej/wzoru"
msgid "Test"
msgstr "Testuj"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Anuluj"
@@ -1639,9 +1570,9 @@ msgstr "Usuwanie Kolumny"
msgid "Adding Primary Key"
msgstr "Dodawanie klucza głównego"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1681,15 +1612,15 @@ msgstr "Ukryj indeksy"
msgid "Show indexes"
msgstr "Pokaż indeksy"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Sprawdzanie klucza zewnętrznego:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Włączone)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Wyłączone)"
@@ -1756,8 +1687,8 @@ msgstr "Pokaż okno zapytań"
msgid "No rows selected"
msgstr "Nie żadnych wybrano rekordów"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Zmień"
@@ -1765,8 +1696,8 @@ msgstr "Zmień"
msgid "Query execution time"
msgstr "Czas wykonywania zapytania"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d nie jest prawidłowym numerem wiersza."
@@ -1775,8 +1706,8 @@ msgstr "%d nie jest prawidłowym numerem wiersza."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Zapisz"
@@ -1838,12 +1769,12 @@ msgstr "Wyniki zapytania"
msgid "Data point content"
msgstr "Treść punktu danych"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignoruj"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopiuj"
@@ -1863,7 +1794,7 @@ msgstr "Wybierz klucz zewnętrzny"
msgid "Please select the primary key or a unique key"
msgstr "Należy wybrać klucz główny lub klucz jednoznaczny"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Wybierz kolumny do wyświetlenia"
@@ -1956,7 +1887,7 @@ msgstr "Generuj"
msgid "Change Password"
msgstr "Zmień hasło"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Więcej"
@@ -2333,13 +2264,13 @@ msgstr "ang."
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Błąd"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Zapytanie SQL"
@@ -2407,7 +2338,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "W linii"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilowanie"
@@ -2432,152 +2363,153 @@ msgstr "%s dni, %s godzin, %s minut i %s sekund"
msgid "Missing parameter:"
msgstr "Brakuje parametru:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Początek"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Poprzednie"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Następne"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Koniec"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Przejście do bazy danych "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funkcja %s jest dotknięta przez znany błąd, zobacz %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Kliknij, aby przełączać"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Wstaw"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Przeglądaj"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operacje"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Wyszukaj w komputerze:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Wybierz katalog serwera WWW dla uploadu %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Nie można znaleźć katalogu do zapisu przesyłanych plików"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Brak plików do wysłania"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Wykonaj"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Drukuj"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Istniejący plik konfiguracyjny (%s) nie jest czytelny."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr "Złe uprawnienia pliku konfiguracyjnego, nie powinien być zapisywalny!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Rozmiar czcionki"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Rosnąco"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Malejąco"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sortuj"
@@ -2603,8 +2535,8 @@ msgid "Use Tables"
msgstr "Użyj tabel"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Lub"
@@ -2673,13 +2605,13 @@ msgstr[2] "%1$s dopasowań wewnątrz tabeli %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Usunąć dopasowania do tabeli %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2709,131 +2641,131 @@ msgstr "Wewnątrz tabel:"
msgid "Inside column:"
msgstr "Wewnątrz kolumny:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Zapisz edytowane dane"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Przywrócić porządek w kolumnie"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Początek wiersza"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Liczba wierszy"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Tryb"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "poziomo"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "poziomo (obrócone nagłówki)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "pionowo"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Nagłówki co %s wierszy"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sortuj wg klucza"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opcje"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Częściowe teksty"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Pełne teksty"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Klucz relacyjny"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relacje wyświetlania kolumn"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Pokaż binarne treści"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Pokaż zawartość BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Pokaż binarne treści jako HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Ukryj transformacje przeglądarki"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Znany tekst"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Znane binarne"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Wiersz został usunięty"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Zabij"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2841,44 +2773,44 @@ msgstr ""
"Może być w przybliżeniu. Zobacz [a@./Documentation."
"html#faq3_11@Documentation]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "w zapytaniu"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Pokaż wiersze"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "wszystkich"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Wykonanie zapytania trwało %01.4f sekund(y)"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operacja na wynikach zapytania"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Podgląd wydruku (z pełnymi tekstami)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Wyświetlanie wykresu"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Wizualizacja danych GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Utwórz widok"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Łącze nie znalezione"
@@ -2945,27 +2877,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Otwórz nowe okno phpMyAdmina"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Odtąd musi być włączona obsługa ciasteczek."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript musi być włączona obok tego punktu"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Brak zdefiniowanego indeksu!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksy"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Jednoznaczny"
@@ -2978,6 +2910,16 @@ msgstr "Spakowany"
msgid "Cardinality"
msgstr "Moc"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Metoda porównywania napisów"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3002,93 +2944,93 @@ msgstr ""
"Indeksy %1$s i %2$s wyglądają na identyczne i jeden z nich mógłby zostać "
"usunięty."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Bazy danych"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Serwer"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Śledzenie"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Wyzwalacze"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabela wydaje się być pusta!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Baza danych wydaje się pusta!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Zapytanie"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Uprawnienia"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Procedury i funkcje"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Zdarzenia"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Widok projektu"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Użytkownicy"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synchronizacja"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Dziennik binarny"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Zmienne"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Kodowania znaków"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Wtyczki"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Mechanizmy"
@@ -3152,43 +3094,43 @@ msgstr "Mechanizm %s został wyłączony dla tego serwera MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ten serwer MySQL nie obsługuje mechanizmu składowania %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "nieznany status tabeli: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Źródło bazy danych '%s' nie zostało znalezione!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Docelowej bazy '%s' nie znaleziono!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Niewłaściwa baza danych"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Niewłaściwa nazwa tabeli"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Błąd podczas zmiany nazwy tabeli z %1$s na %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabela %1$s ma nazwę zmienioną na %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Nie można zapisać preferencji UI tabeli"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3197,7 +3139,7 @@ msgstr ""
"Nie udało się czyszczenie preferencji tabeli UI (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3212,16 +3154,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcja"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Wartość"
@@ -3234,58 +3176,58 @@ msgstr "Tabela szukania"
msgid "Edit/Insert"
msgstr "Edycja/Wstaw"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Wybierz kolumny (przynajmniej jedną):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Dodaj warunki przeszukiwania (warunek dla \"WHERE\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Liczba wierszy na stronie"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Kolejność wyświetlania:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "W tej kolumnie oznacz każdy punkt"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maksymalna liczba wierszy do wykreślenia"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Przeglądaj zewnętrzne wartości"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Dodatkowe kryteria wyszukiwania"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Wykonaj \"zapytanie wg przykładu\" (symbol wieloznaczny \"%\") dla dwóch "
"różnych kolumn"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Wykonaj \"zapytanie przez przykład\" (znak globalny: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Przeglądaj/Edytuj punkty"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Jak korzystać"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3688,14 +3630,14 @@ msgstr "Tabele"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Dane"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Nadmiar"
@@ -3720,11 +3662,11 @@ msgstr "Sprawdź uprawnienia bazy danych "%s"."
msgid "Check Privileges"
msgstr "Sprawdź uprawnienia"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Nie można odczytać pliku konfiguracyjnego"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3732,12 +3674,12 @@ msgstr ""
"To zazwyczaj oznacza, że jest błąd składni w tym, sprawdź wszelkie błędy "
"poniżej."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Nie można załadować domyślnej konfiguracji z: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3745,35 +3687,35 @@ msgstr ""
"Dyrektywa $cfg['PmaAbsoluteUri'] MUSI być ustawiona w pliku "
"konfiguracyjnym!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Niewłaściwy indeks serwera: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Niewłaściwa nazwa hosta serwera %1$s. Proszę przyjrzeć się konfiguracji."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "W konfiguracji ustawiono błędną metodę uwierzytelniania:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Należy uaktualnić do %s %s lub nowszej."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Próba nadpisania GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "można wykorzystać"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "wykryty klawisz numeryczny"
@@ -3804,37 +3746,37 @@ msgstr "Zamknięte"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Wyłączone"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "dane"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktura i dane"
@@ -3955,8 +3897,8 @@ msgid "Allow users to customize this value"
msgstr "Zezwól użytkownikom na zmianę tej wartości"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Resetuj"
@@ -4237,7 +4179,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maksymalny czas wykonania"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Zapisz jako plik"
@@ -4246,7 +4188,7 @@ msgid "Character set of the file"
msgstr "Kodowanie znaków pliku"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4259,27 +4201,25 @@ msgstr "Typ kompresji"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Umieść nazwy kolumn w pierwszym wierszu"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Kolumny zawarte w"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Kolumny poprzedzone przez"
@@ -4297,14 +4237,12 @@ msgstr "Usuń znaki nowej lini z kolumn"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Kolumny zakończone przez"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linie zakończone przez"
@@ -4330,7 +4268,7 @@ msgstr "Nazwa szablonu tabeli"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Zrzut tabeli"
@@ -4341,8 +4279,8 @@ msgid "Include table caption"
msgstr "Dołącz podpis tabeli"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Nagłówek tabeli"
@@ -4351,20 +4289,20 @@ msgid "Continued table caption"
msgstr "Kontynuacja nagłówka tabeli"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Etykieta klucza"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Typ MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacje"
@@ -4385,6 +4323,11 @@ msgstr "Nadpisz istniejące pliki"
msgid "Remember file name template"
msgstr "Zapamiętaj nazwę pliku szablonu"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Dodaj wartość AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Użyj cudzysłowów z nazwami tabel i kolumn"
@@ -4395,7 +4338,7 @@ msgid "SQL compatibility mode"
msgstr "Tryb zgodności SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Opcje UTWÓRZ TABELĘ:"
@@ -4408,10 +4351,17 @@ msgid "Use delayed inserts"
msgstr "Użyj opóźnionych dodań"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Wyłącz sprawdzanie kluczy zewnętrznych"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Dodaj %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Użyj liczb szesnastkowych dla BLOB"
@@ -4425,7 +4375,7 @@ msgid "Syntax to use when inserting data"
msgstr "Składnia do użycia podczas wstawiania danych"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maksymalna długość utworzonego zapytania"
@@ -4434,7 +4384,7 @@ msgid "Export type"
msgstr "Rodzaj eksportu"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Obejmij eksport transakcją"
@@ -4489,7 +4439,6 @@ msgstr "Dostosuj domyślne opcje"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4832,14 +4781,12 @@ msgid "Partial import: allow interrupt"
msgstr "Import częściowy: pozwalaj przerwać"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Nie przerywaj w przypadku błędów WSTAWIANIA wierszy"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Zamiana danych tabeli z plikiem"
@@ -4856,7 +4803,6 @@ msgid "Format of imported file"
msgstr "Format importowanych plików"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Użyj słowa kluczowego LOCAL"
@@ -4866,7 +4812,7 @@ msgid "Column names in first row"
msgstr "W pierwszym wierszu znajdują się nazwy kolumn"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Nie importuj pustych wierszy"
@@ -5988,7 +5934,7 @@ msgstr "Wymaga włączenia walidatora SQL"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Hasło"
@@ -6164,14 +6110,12 @@ msgstr "Zarejestruj się na uwierzytelnianiu"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV przy użyciu LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Otwórz dokument arkusza kalkulacyjnego"
@@ -6264,7 +6208,7 @@ msgstr "Brak rozszerzenia %s. Proszę sprawdzić konfigurację PHP."
msgid "possible deep recursion attack"
msgstr "możliwy głęboki atak rekurencji"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6272,15 +6216,15 @@ msgstr ""
"Serwer nie odpowiada (lub gniazdo lokalnego serwera nie jest prawidłowo "
"skonfigurowane)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Serwer nie odpowiada."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Proszę sprawdzić uprawnienia katalogu zawierającej bazę danych."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Szczegóły..."
@@ -6327,24 +6271,24 @@ msgid "Create"
msgstr "Utwórz"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Brak uprawnień"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Utwórz tabelę"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nazwa"
@@ -6995,7 +6939,7 @@ msgid "No data found for GIS visualization."
msgstr "Nie znaleziono danych do wizualizacji GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL zwrócił pusty wynik (zero wierszy)."
@@ -7044,7 +6988,7 @@ msgid "Go to view: %s"
msgstr "Przejdź do widoku: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Ukryj"
@@ -7109,11 +7053,11 @@ msgstr ""
"Użyj TAB, aby przejść z wartości do wartości, lub CTRL+strzałki do "
"poruszania się w dowolnym miejscu"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Wyświetl zapytanie SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Id wstawionego wiersza: %1$d"
@@ -7128,32 +7072,32 @@ msgstr "Brak"
msgid "Convert to Kana"
msgstr "Konwersja do Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Od"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Do"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Wyślij"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Dodaj prefiks tabeli"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Dodaj prefiks"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Czy na pewno chcesz wykonać następującą kwerendę?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Bez zmian"
@@ -7359,7 +7303,158 @@ msgstr "Dokumewntacja phpMyAdmina"
msgid "Reload navigation frame"
msgstr "Przeładuj ramki nawigacji"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Zmień nazwę bazy danych na"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Baza danych %s została usunięta."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Usuń bazę danych"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Usuń bazę danych (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Tylko struktura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktura i dane"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Tylko dane"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopiuj bazę danych do"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE przed przekopiowaniem"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Dodaj ograniczenia"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Przełącz do przekopiowanej bazy danych"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Edytuj lub eksportuj schemat relacji"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Sortowanie tabeli wg"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(pojedynczo)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Przenieś tabelę do (bazadanych.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcje tabeli"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Zmień nazwę tabeli na"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Mechanizm składowania"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiuj tabelę do (bazadanych.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Przełącz na przekopiowaną tabelę"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Zarządzanie tabelą"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentuj tabelę"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabela %s została przeładowana"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Usuń dane lub tabelę"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Pusta tabela (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Usuń tabelę (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analizuj"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Sprawdź"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optymalizuj"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Przebuduj"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Napraw"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Zarządzanie partycjami"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partycja %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Usuń partycjonowanie"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Sprawdź spójność powiązań:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Ten format nie ma żadnych opcji"
@@ -7368,7 +7463,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Nie udało się nawiązać połączenia: błędne ustawienia."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7399,50 +7494,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Nie można używać Blowfish z mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Login"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Możesz wprowadzić nazwę hosta/adres IP i port oddzielając spacją."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Serwer:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Użytkownik:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Hasło:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Wybór serwera"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "Konfiguracja zabrania logowania bez hasła (zobacz AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nie udało się zalogować na serwer MySQL"
@@ -7473,92 +7568,92 @@ msgstr "Prawidłowy klucz uwierzytelniający nie jest podłączony"
msgid "Authenticating..."
msgstr "Trwa uwierzytelnianie..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Kolumny oddzielone:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Kolumny dołączyć:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Kolumna uciekła z:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Linie zakończone z:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Zamiana NULL na:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Usuń znaki nowej lini z kolumn"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Wydanie Excela:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opcje eksportu danych"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Zrzut danych tabeli"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Zdarzenie"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Określenie"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura tabeli dla tabeli"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktura widoku"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Zastąpiona struktura widoku"
@@ -7575,37 +7670,37 @@ msgstr "(kontynuacja)"
msgid "Structure of table @TABLE@"
msgstr "Struktura tabeli @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opcje tworzenia obiektu"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Podpis tabeli (kontynuowanie)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Wyświetlanie związki z kluczem zewnętrznym"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Wyświetl komentarze"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Wyświetl typy MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7613,33 +7708,33 @@ msgstr "Wyświetl typy MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Czas wygenerowania"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Wersja serwera"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Wersja PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Eksport nazw tabel"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Eksport nagłówków tabeli"
@@ -7651,7 +7746,7 @@ msgstr "(Generuje raport zawierający danej pojedynczej tabeli.)"
msgid "Report title:"
msgstr "Tytuł raportu:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7659,11 +7754,11 @@ msgstr ""
"Wyświetl komentarze (zawiera informacje takie jak znacznik czasowy "
"eksportu, wersję PHP, wersję serwera)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Dodatkowe komentarz niestandardowych nagłówków (\\ndzieli wiersze):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7671,25 +7766,25 @@ msgstr ""
"Dołącz znacznik czasu, gdy bazy danych zostały stworzone, ostatnio "
"aktualizowane i ostatnio sprawdzane"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"System bazy danych lub starszego serwera MySQL w celu maksymalizacji "
"zgodności produkcji z:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Dodaj oświadczenie %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Cecha:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7697,39 +7792,39 @@ msgstr ""
"Załącz tabelę i nazwę kolumny z odwrotnym cudzysłowem (Chroni kolumn i "
"nazwy tabeli utworzonych ze znakami specjalnymi lub słowami kluczowymi)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Opcje tworzenia obiektu"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Tabela Truncate przed wstawieniem"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Zamiast zapytań INSERT użyj:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "Zapytania INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "Zapytania INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Funkcja eksportu danych:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Składnia do użycia podczas wstawiania danych:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7739,7 +7834,7 @@ msgstr ""
" Np: INSERTI NTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7749,7 +7844,7 @@ msgstr ""
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7757,7 +7852,7 @@ msgstr ""
"obu powyższych
Przykład:INSERT INTO tbl_name (col_A,col_B) "
"VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7765,7 +7860,7 @@ msgstr ""
"żadne z powyższych
Przykład: INSERT INTO tbl_name VALUES (1,2,3)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7773,7 +7868,7 @@ msgstr ""
"Zrzuć binarne kolumny w postaci szesnastkowej (np. \"abc\" zmienia się na "
"0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7781,33 +7876,33 @@ msgstr ""
"Zrzuć znacznik czasu kolumn w UTC (włączenie znacznik czasu kolumn bedzie "
"zrzucone i przełądowane między serwerami w różnych strefach czasowych)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedury"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcje"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ograniczenia dla zrzutów tabel"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ograniczenia dla tabeli"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TYPY MIME TABELI"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACJE TABELI"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Błąd odczytu danych:"
@@ -7823,8 +7918,8 @@ msgstr "Widoki"
msgid "Export contents"
msgstr "Eksportuj zawartość"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7846,15 +7941,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nazwy kolumn: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Niewłaściwy parametr importu CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7863,57 +7958,48 @@ msgstr ""
"Nieprawidłowa kolumna (%s) określona! Upewnij się, że nazwy kolumn są "
"napisane poprawnie, oddzielone przecinkami, a nie w cudzysłowie."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Niewłaściwy format w linii %d danych wejściowych CSV."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Niewłaściwa suma kolumn w CSV w linii %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nazwa tabeli"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nazwy kolumn"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ten moduł nie obsługuje skompresowanych importów!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabela MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Nieprawidłowy format danych wejściowych mediawiki w wierszu:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importuj procenty jako dane \"po przecinku\" np: 12.00% jako 0.12"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importuj waluty (np. $5.00 do 5.00) i>"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7921,16 +8007,16 @@ msgstr ""
"Plik XML ma nieprawidłową strukturę lub jest niekompletny. Proszę skorygować "
"problem i spróbować ponownie."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Plik kształtu ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Wystąpił błąd podczas importowania pliku kształtów ESRI: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7938,24 +8024,24 @@ msgstr ""
"Próbujesz importować nieprawidłowy plik lub zaimportować plik zawierający "
"nieprawidłowe dane"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Spatial Extension nie obsługuje typu ESRI \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Importowany plik nie zawiera żadnych danych"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Tryb zgodności SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Nie używaj AUTO_INCREMENT dla wartości zerowych"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8126,7 +8212,7 @@ msgid "Enabled"
msgstr "Włączone"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Ogólne funkcje relacyjne"
@@ -8202,7 +8288,7 @@ msgstr ""
"Zaloguj się ponownie do phpMyAdmin, żeby załadować zmieniony plik "
"konfiguracyjny."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "brak opisu"
@@ -8253,7 +8339,7 @@ msgstr "Stan serwera podrzędnego"
msgid "Variable"
msgstr "Zmienna"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID serwera"
@@ -8279,8 +8365,8 @@ msgstr "Dowolny użytkownik"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Użyj pola tekstowego"
@@ -8373,7 +8459,7 @@ msgstr "Szczegóły"
msgid "Event name"
msgstr "Nazwa zdarzenia"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Typ zdarzenia"
@@ -8763,12 +8849,12 @@ msgstr "Spis treści"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atrybuty"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Dodatkowo"
@@ -8805,6 +8891,10 @@ msgstr "Wybierz stronę"
msgid "Select Tables"
msgstr "Wybierz tabele"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nazwy kolumn"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Wyświetl schemat relacyjny"
@@ -9076,14 +9166,14 @@ msgstr "Ogranicz liczbę jednoczesnych połączeń, które może użytkownik."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Uprawnienia specyficzne dla tabel"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Uwaga: uprawnienia MySQL są oznaczone w języku angielskim"
@@ -9092,12 +9182,12 @@ msgid "Administration"
msgstr "Administracja"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globalne uprawnienia"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Uprawnienia specyficzne dla baz danych"
@@ -9159,16 +9249,16 @@ msgid "Users having access to "%s""
msgstr "Użytkownicy mają dostęp do \"%s\""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Użytkownik"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Nadawanie"
@@ -9177,8 +9267,8 @@ msgid "User has been added."
msgstr "Użytkownik został dodany."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Dowolny"
@@ -9194,12 +9284,12 @@ msgstr "specyficzne dla bazy danych"
msgid "wildcard"
msgstr "znak wieloznaczny"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Żadnego użytkownika nie znaleziono."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Edytuj uprawnienia"
@@ -9207,101 +9297,93 @@ msgstr "Edytuj uprawnienia"
msgid "Revoke"
msgstr "Cofnij"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Eksport wszystkiego"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... pozostaw starego."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... usunąć starą z tabel użytkowników."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Zmień dane użytkownika / Kopiuj użytkownika"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Uprawnienia specyficzne dla kolumn"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Dodaj uprawnienia dla następującej bazy danych"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Dodaj uprawnienia dla następującej tabeli"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Usuń zaznaczonych użytkowników"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Żaden użytkownik ze został zaznaczony do usunięcia!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Przeładuj uprawnienia"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Wybrani użytkownicy zostali usunięci pomyślnie."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Zaktualizowano uprawnienia dla %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Uprawnienia dla wszystkich użytkowników"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Uprawnienia dla %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Omówienie użytkowników"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9314,11 +9396,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Dodałeś nowego użytkownika."
@@ -9368,11 +9450,11 @@ msgstr "Wyczyść"
msgid "Columns"
msgstr "Kolumny"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Pamiętaj zapytanie SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Niech każdy użytkownik ma dostęp do tej zakładki"
@@ -9497,8 +9579,8 @@ msgstr ""
"formatu: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9548,13 +9630,13 @@ msgstr "Brak"
msgid "As defined:"
msgstr "Zdefiniowana następująco:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Podstawowy"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Pełny tekst"
@@ -9567,20 +9649,15 @@ msgstr "pierwszy"
msgid "after %s"
msgstr "po %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Dodaj %s kolumnę(y)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Musisz dodać co najmniej jedną kolumnę."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Mechanizm składowania"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definicja partycji"
@@ -9589,7 +9666,7 @@ msgstr "Definicja partycji"
msgid "Manage your settings"
msgstr "Zarządzaj ustawieniami"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Konfiguracja została zapamiętana"
@@ -9635,7 +9712,7 @@ msgstr "Sortowanie połączenie z serwerem"
msgid "Appearance Settings"
msgstr "Ustawienia wyglądu"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Więcej ustawień"
@@ -9819,133 +9896,133 @@ msgstr "Pokaż/ukryj lewe menu"
msgid "Save position"
msgstr "Zapamiętaj pozycję"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Utwórz relację"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Przeładuj"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Pomoc"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Kanciaste połączenia"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Bezpośrednie połączenia"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Przyciągaj do siatki"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Wszystko małe/duże"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Przełączanie małe/duże"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Przełączanie linii relacji"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importuj/eksportuj współrzędne schematu PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Wykonaj zapytania"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Przesuń menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Ukryj/pokaż wszystko"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Ukryj/pokaż tabele bez relacji"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Liczba tabel"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Usuń relację"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operator relacji"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Oprócz"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "w zapytaniu"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Zmień nazwę na"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nowa nazwa"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Utwórz"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Aktywne opcje"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Strona została stworzona"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Błąd tworzenia strony"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Strona"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Import z wybranej strony"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Eksport do wybranej strony"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Utwórz stronę i eksport do niej"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nowa nazwa strony: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Eksport/import w skali"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "zalecana"
@@ -9953,7 +10030,7 @@ msgstr "zalecana"
msgid "Error: relation already exists."
msgstr "Błąd: relacja już istnieje."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Błąd: relacja nie została dodana."
@@ -9961,7 +10038,7 @@ msgstr "Błąd: relacja nie została dodana."
msgid "FOREIGN KEY relation added"
msgstr "Relacja FOREIGN KEY została dodana"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Dodano wewnętrzne powiązanie"
@@ -9969,11 +10046,11 @@ msgstr "Dodano wewnętrzne powiązanie"
msgid "Relation deleted"
msgstr "Usunięto powiązanie"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Błąd podczas zapisywania współrzędnych w widoku projektu."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Modyfikacja została zapisana"
@@ -9981,47 +10058,47 @@ msgstr "Modyfikacja została zapisana"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Nie można zapisać ustawień, złożony formularz zawiera błędy"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Nie można zaimportować konfiguracji"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfiguracja ma błędy w niektórych polach."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Chcesz zaimportować pozostałe ustawienia?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Zapisane: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importuj z pliku"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Import z pamięci przeglądarki"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Ustawienia będą zaimportowane z pamięci przeglądarki."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Nie masz żadnych zapisanych ustawień!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Ta funkcja nie jest obsługiwana przez twoją przeglądarkę internetową"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Scal z aktualną konfiguracją"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10030,19 +10107,19 @@ msgstr ""
"Możesz ustawić więcej ustawień poprzez modyfikację config.inc.php, przez "
"użycie %sSkrypt instalacyjny%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Zapisz w pamięci przeglądarki"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Ustawienia zostaną zapisane w lokalnej pamięci przeglądarki."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Istniejące ustawienia zostaną nadpisane!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Można przywrócić wszystkie ustawienia i przywrócić je do wartości domyślnych."
@@ -10060,41 +10137,41 @@ msgstr "Wszystko"
msgid "%s table not found or not set in %s"
msgstr "Tabela %s nie została znaleziona lub nie jest ustawiona w %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Plik nie istnieje"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Wybierz dziennik binarny do podglądu"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Pliki"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Ucinaj wyświetlane zapytania"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Pokaż pełne zapytania"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nazwa dziennika"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozycja"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Oryginalna pozycja"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informacje"
@@ -10179,17 +10256,17 @@ msgstr "Licencja"
msgid "disabled"
msgstr "wyłączone"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Użytkownik %s już istnieje!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Usuwanie %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Uprawnienia były przeładowane pomyślnie."
@@ -11994,32 +12071,32 @@ msgstr "Korzystanie z zakładki \"%s\" jako domyślne przeglądanie zapytania."
msgid "Do you really want to execute following query?"
msgstr "Czy na pewno chcesz wywołać tę kwerendę?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Pokaż jako kod PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Weryfikacje SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Wynik SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Wygenerowany przez"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemy z indeksami tabeli `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Nazwa"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabela %1$s została pomyślnie zmodyfikowana"
@@ -12099,77 +12176,77 @@ msgstr "Tabela %1$s została utworzona."
msgid "View dump (schema) of table"
msgstr "Pokaż zrzut (schemat) tabeli"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Wyświetlaj wizualizację GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Szerokość"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Wysokość"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etykieta kolumny"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Brak --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Przestrzenna kolumna"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Przerysuj"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Zapisz jako plik"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Nazwa pliku"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Nazwą podstawowego klucza musi być… PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Nie można zmienić nazwy indeksu na PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Brak zdefiniowanych części indeksu!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Dodaj indeks"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Edytuj indeks"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nazwa indeksu :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" musi być nazwą jedynie klucza podstawowego!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Rodzaj indeksu :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Dodaj %s kolumn do indeksu"
@@ -12192,255 +12269,161 @@ msgstr "Tabela %s została przeniesiona do %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s została przekopiowana do %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Nazwa tabeli jest pusta!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Sortowanie tabeli wg"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(pojedynczo)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Przenieś tabelę do (bazadanych.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcje tabeli"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Zmień nazwę tabeli na"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiuj tabelę do (bazadanych.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Przełącz na przekopiowaną tabelę"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Zarządzanie tabelą"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentuj tabelę"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabela %s została przeładowana"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Usuń dane lub tabelę"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Pusta tabela (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Usuń tabelę (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Zarządzanie partycjami"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partycja %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analizuj"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Sprawdź"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optymalizuj"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Przebuduj"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Napraw"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Usuń partycjonowanie"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Sprawdź spójność powiązań:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Pokaż tabele"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Wykorzystanie przestrzeni"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektywne"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statystyka wiersza"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statycznie"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamiczny"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Długość wiersza"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Rozmiar wiersza"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Następny autoindeks"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Błąd podczas tworzenia klucza zewnętrznego na %1$s (należy sprawdzić typy "
"danych)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Wewnętrzne relacje"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"Wewnętrzna relacja jest zbędna gdy istnieje odpowiednia relacja FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Ograniczenie klucza obcego"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Przestrzenny"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Różne wartości"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Dodaj klucz główny"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Dodaj indeks unikatowy"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Dodaj indeks przestrzenny"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Dodaj FULLTEXT indeksu"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Brak"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Kolumna %s została upuszczona"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Do %s dodany został klucz podstawowy"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Do %s dodany został indeks"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Pokaż więcej akcji"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Przenieś kolumny"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Aby przenieś kolumny, przeciągając je w górę i w dół."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Edycja widoku"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Widok relacyjny"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Zaproponowanie struktury tabeli"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Dodaj kolumnę"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Na końcu tabeli"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Na początku tabeli"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Po %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Utwórz indeks na kolumnach %s"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partycjonowanie"
@@ -12616,7 +12599,7 @@ msgstr "Nie masz wystarczających uprawnień, aby być tu i teraz!"
msgid "The profile has been updated."
msgstr "Profil został zaktualizowany."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nazwa widoku"
@@ -13891,6 +13874,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert jest ustawiony na 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Eksport wszystkiego"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Uprawnienia dla wszystkich użytkowników"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/pt.po b/po/pt.po
index e1b7374710..8934f83f43 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:05+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: portuguese \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Mostrar tudo"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"fechado a janela que a originou, ou as configurações de segurança do seu "
"browser encontram-se definidas para não permitir actualizações entre janelas."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Pesquisar"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Pesquisar"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Executar"
@@ -99,7 +100,7 @@ msgstr "Descrição"
msgid "Use this value"
msgstr "Usar este valor"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "A base de dados %1$s foi criada."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Comentário da Base de Dados: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Comentários da tabela"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Coluna"
@@ -146,11 +147,11 @@ msgstr "Coluna"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Coluna"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Omissão"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Links para"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Comentários"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Não"
@@ -242,27 +243,27 @@ msgstr "Não"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Sim"
@@ -284,88 +285,21 @@ msgstr "Selecciona Todas"
msgid "Unselect All"
msgstr "Limpa Todas as Selecções"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "O nome da base de dados está vazia!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "O nome da base de dados %1$s foi alterado para %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "A base de dados %1$s foi copiada para %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Alterar o nome da base de dados para"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Remover a Base de Dados"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "A base de dados %s foi eliminada."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Apagar a Base de Dados (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copiar a Base de Dados para"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Somente a estrutura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Estrutura e dados"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Apenas dados"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Criar a Base de Dados antes de copiar (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Adicionar %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Adicionar valor AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Adicionar restrições (constraints)"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Mudar para a Base de Dados copiada"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Agrupamento (Collation)"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"As configurações do phpMyAdmin para trabalhar com ligações entre Tabelas "
"foram desactivadas. Para saber porquê carregue %shere%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editar ou exporta o esquema relacional (schema)"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabela"
@@ -395,41 +325,41 @@ msgstr "Tabela"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Registos"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Tamanho"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "em uso"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Criação"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Última actualização"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Última Verificação"
@@ -451,7 +381,7 @@ msgstr "Mudar para %sConstrutor Gráfico%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -466,17 +396,17 @@ msgstr "Não foram encontradas tabelas na base de dados"
msgid "unknown"
msgstr "desconhecido"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "A tabela %s foi limpa"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "A Vista %s foi eliminada"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "A tabela %s foi eliminada"
@@ -489,7 +419,7 @@ msgstr "Detecção de Alterações está activa."
msgid "Tracking is not active."
msgstr "Detecção de Alterações está desactivada."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +428,12 @@ msgstr ""
"Esta vista tem número de linhas aproximado. Por favor, consulte a "
"%sdocumentação%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vista"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s é o storage engine por defeito neste MySQL server."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Com os seleccionados:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Todos"
@@ -541,50 +471,51 @@ msgstr "Todos"
msgid "Check tables having overhead"
msgstr "Verificar tabelas com overhead"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportar"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Vista de impressão"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Limpa"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Elimina"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Verificar tabela"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizar tabela"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparar tabela"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizar tabela"
@@ -592,11 +523,11 @@ msgstr "Analizar tabela"
msgid "Add prefix to table"
msgstr "Adicionar prefixo à tabela"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Substituir prefixo da tabela"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copiar tabela com prefixo"
@@ -608,20 +539,20 @@ msgstr "Dicionario de dados"
msgid "Tracked tables"
msgstr "Tabelas em tracking"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Base de Dados"
@@ -637,9 +568,9 @@ msgstr "Criado"
msgid "Updated"
msgstr "Actualizado"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Estado"
@@ -647,14 +578,14 @@ msgstr "Estado"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Acções"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Mostrar"
@@ -687,7 +618,7 @@ msgstr "Snapshot da estrutura"
msgid "Untracked tables"
msgstr "Tabelas sem tracking"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Tracking à tabela"
@@ -739,7 +670,7 @@ msgstr "Tipo de exportação inválido"
msgid "Value for the column \"%s\""
msgstr "Valor para a coluna \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Usar OpenStreetMaps como camada base"
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -879,7 +810,7 @@ msgstr ""
"Não foi possível carregar os import plugins, por favor verifique a sua "
"instalação!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Marcador %s criado"
@@ -906,10 +837,10 @@ msgstr ""
"significa que o phpMyAdmin não conseguirá terminar este import, sem que se "
"incremente os tempos de limite de php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "O seu comando SQL foi executado com sucesso"
@@ -933,7 +864,7 @@ msgstr "Os comandos \"DROP DATABASE\" estão inibidos."
msgid "Do you really want to execute \"%s\"?"
msgstr "Você realmente deseja executar \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Estará prestes a DESTRUIR uma base de dados completa!"
@@ -973,7 +904,7 @@ msgstr "Adicionar Índice"
msgid "Edit Index"
msgstr "Editar Índice"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Adiciona %d coluna(s) ao Índice"
@@ -1004,8 +935,8 @@ msgstr ""
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Adicionar utilizador"
@@ -1025,9 +956,9 @@ msgstr "Fechar"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1053,7 +984,7 @@ msgstr "Dados estáticos"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1253,7 +1184,7 @@ msgstr "Perguntas"
msgid "Traffic"
msgstr "Tráfego"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Configurações"
@@ -1273,12 +1204,12 @@ msgstr "Adicionar gráfico a grelha"
msgid "Please add at least one variable to the series"
msgstr "Por favor adicione pelo menos uma variável à serie"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Nenhum"
@@ -1465,10 +1396,10 @@ msgid "Explain output"
msgstr "Explicar SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tempo"
@@ -1564,10 +1495,10 @@ msgstr ""
"Falha ao construir grelha do gráfico com a configuração importada. "
"Redefinindo os valores padrão..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importar"
@@ -1615,9 +1546,9 @@ msgstr "Variável / formula utilizada"
msgid "Test"
msgstr "Teste"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Cancelar"
@@ -1645,9 +1576,9 @@ msgstr "Apagando Coluna"
msgid "Adding Primary Key"
msgstr "Adicionando Chave Primária"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1687,15 +1618,15 @@ msgstr "Esconder índices"
msgid "Show indexes"
msgstr "Mostrar índices"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Ativado)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Desativado)"
@@ -1762,8 +1693,8 @@ msgstr "Mostrar Caixa do query"
msgid "No rows selected"
msgstr "Nenhum registo(linha) seleccionado."
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Muda"
@@ -1771,8 +1702,8 @@ msgstr "Muda"
msgid "Query execution time"
msgstr "Tempo de execução da consulta"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1781,8 +1712,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Guarda"
@@ -1843,12 +1774,12 @@ msgstr "Resultado(s) das(s) consulta(s)"
msgid "Data point content"
msgstr "Conteúdo do ponto de dados"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignora"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copiar"
@@ -1868,7 +1799,7 @@ msgstr "Seleccione Foreign Key"
msgid "Please select the primary key or a unique key"
msgstr "Por favor seleccione a chave primária ou a chave única"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Escolha a coluna para mostrar"
@@ -1959,7 +1890,7 @@ msgstr "Gerar"
msgid "Change Password"
msgstr "Alterar a palavra-passe"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mais"
@@ -2336,13 +2267,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Erro"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Comando SQL"
@@ -2410,7 +2341,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2435,154 +2366,155 @@ msgstr "%s dias, %s horas, %s minutos e %s segundos"
msgid "Missing parameter:"
msgstr "Parâmetros em falta:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Início"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Seguinte"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Fim"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Saltar para a Base de Dados "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A funcionalidade %s é afectada por um bug conhecido, veja %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Clique para alternar"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Estrutura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Insere"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Procurar"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operações"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Procurar no seu computador:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Selecionar a partir da directoria de upload do servidor %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Não é possivel alcançar a directoria que configurou para fazer upload"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Não existem arquivos para fazer upload"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Executar"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Imprimir"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "O arquivo de configuração existente (%s) não pode ser lido."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Permissões errada no ficheiro de configuração. Não deve ser editável por "
"todos!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Tamanho da fonte"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Descendente"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ordenação"
@@ -2608,8 +2540,8 @@ msgid "Use Tables"
msgstr "Usar Tabelas"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ou"
@@ -2676,13 +2608,13 @@ msgstr[1] "%1$s resultados na tabela %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Apagar os semelhantes para a %s tabela?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2712,193 +2644,193 @@ msgstr "Dentro de Tabela(s):"
msgid "Inside column:"
msgstr "Dentro da coluna:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Adicionar/Remover Campos"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
msgid "Start row"
msgstr "Estado"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "Número de registos por página"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Seg"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (cabeçalhos rodados)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Ordenar por chave"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Operações"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Texto parcial"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Texto inteiro"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Esquema relacional"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Esquema relacional"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Mostrar conteúdo binário como HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Transformação do navegador"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Registo eliminado"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Termina"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "na pesquisa"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Mostrando registos"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "O Query demorou %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Vista de impressão (com texto inteiro)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Mostrar o esquema de PDF"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Versão do servidor"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link não encontrado"
@@ -2966,29 +2898,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "O mecanismo de \"Cookies\" tem de estar ligado a partir deste ponto."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "O mecanismo de \"Cookies\" tem de estar ligado a partir deste ponto."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nenhum indíce definido!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Índices"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Único"
@@ -3001,6 +2933,16 @@ msgstr "Pacote"
msgid "Cardinality"
msgstr "Quantidade"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Agrupamento (Collation)"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3024,97 +2966,97 @@ msgid ""
msgstr ""
"Os Índices %1$s e %2$s parecem ser iguais ou um deles pode ter sido removido."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Base de Dados"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Servidor"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Pesquisa por formulário"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilégios"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
#, fuzzy
msgid "Events"
msgstr "Enviado"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Utilizador"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "Binário "
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variáveis"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Mapas de Caracteres"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3177,45 +3119,45 @@ msgstr "%s está desactivado neste servidor MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Este servidor MySQL não suporta o mecanismo de armazenamento %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "Estado da tabela desconhecido: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Pesquisar na Base de Dados"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Tema %s não encontrado!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Base de Dados inválida"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Nome de tabela inválido"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Erro ao mudar o nome da tabela %1$s para %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabela %s renomeada para %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Não foi possível salvar as preferências de interface da tabela"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3224,7 +3166,7 @@ msgstr ""
"Falha ao limpar as preferências de interface da tabela (consulte $cfg"
"['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3240,17 +3182,17 @@ msgstr ""
msgid "Function"
msgstr "Funções"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "Operações"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valor"
@@ -3267,63 +3209,63 @@ msgstr "Pesquisar"
msgid "Edit/Insert"
msgstr "Insere"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Seleccione os campos (no mínimo 1)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Condição de Pesquisa (Complemento da cláusula \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Número de registos por página"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Ordem de visualização:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "Esconder critérios de buca"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Faça uma \"pesquisa por formulário\" (caractere universal: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Faça uma \"pesquisa por formulário\" (caractere universal: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
msgid "How to use"
msgstr "versão do PHP"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3670,14 +3612,14 @@ msgstr "Tabelas"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Dados"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Suspenso"
@@ -3702,11 +3644,11 @@ msgstr "Verificar Privilégios para a Base de Dados "%s"."
msgid "Check Privileges"
msgstr "Verificar Privilégios"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Falhou ao ler o arquivo de configuração"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3714,12 +3656,12 @@ msgstr ""
"Isto geralmente significa que há um erro de sintaxe, por favor verifique "
"qualquer erro mostrado abaixo."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Não foi possível carregar configuração padrão de: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3731,36 +3673,36 @@ msgstr ""
"A directiva $cfg['PmaAbsoluteUri'] TEM que ser definida no "
"ficheiro de configuração!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Índice de servidor inválido: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Nome de serivdor inválido para o servidor %1$s. Verifique as suas "
"configurações."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Método de autenticação definido nas configurações inválido:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "deve actualizar para %s %s ou mais recente."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "possível 'exploit'"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "Tecla numérica detectada"
@@ -3791,37 +3733,37 @@ msgstr "Fechado"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Desactidado"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "estrutura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "dados"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "estrutura e dados"
@@ -3947,8 +3889,8 @@ msgid "Allow users to customize this value"
msgstr "Permitir a todos os utilizadores alterarem este valor"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Limpa"
@@ -4232,7 +4174,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Tempo máximo de execução"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "envia"
@@ -4241,7 +4183,7 @@ msgid "Character set of the file"
msgstr "Configurar o Mapa de Caracteres do ficheiro"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formato"
@@ -4254,20 +4196,19 @@ msgstr "Compressão"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Colocar os nomes das colunas na primeira linha"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4275,8 +4216,7 @@ msgstr "Campos delimitados por"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4296,14 +4236,12 @@ msgstr "Remover caracteres CRLF nas colunas"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Colunas terminadas por"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linhas terminadas por"
@@ -4331,7 +4269,7 @@ msgstr "Nome do ficheiro modelo"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4344,8 +4282,8 @@ msgid "Include table caption"
msgstr "Incluir a legenda da tabela"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Legenda da tabela"
@@ -4354,20 +4292,20 @@ msgid "Continued table caption"
msgstr "Continuação da legenda da tabela"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relações"
@@ -4391,6 +4329,11 @@ msgstr "Substituir o(s) ficheiro(s) existente(s)"
msgid "Remember file name template"
msgstr "Nome do ficheiro modelo"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Adicionar valor AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4403,7 +4346,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4417,10 +4360,17 @@ msgid "Use delayed inserts"
msgstr "Instrucções de inserção múltiplas"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Adicionar %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4435,7 +4385,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4445,7 +4395,7 @@ msgid "Export type"
msgstr "Tipo de Exportação"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4500,7 +4450,6 @@ msgstr "Opções de exportação da Base de Dados"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "Dados CSV"
@@ -4849,14 +4798,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Substituir os dados da tabela pelos do arquivo"
@@ -4871,7 +4818,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4883,7 +4829,7 @@ msgid "Column names in first row"
msgstr "Coloca os nomes dos compos na primeira linha"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5919,7 +5865,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Palavra-passe"
@@ -6079,14 +6025,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6172,21 +6116,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6233,25 +6177,25 @@ msgid "Create"
msgstr "Criar"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Sem Privilégios"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Criar uma Página nova"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nome"
@@ -6882,7 +6826,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL não retornou nenhum registo."
@@ -6931,7 +6875,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Esconder"
@@ -6997,12 +6941,12 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
#, fuzzy
msgid "Showing SQL query"
msgstr "Mostrar queries completos"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7019,36 +6963,36 @@ msgstr "Nenhum"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Sex"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Submete"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Confirma : "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Sem alterações"
@@ -7258,7 +7202,166 @@ msgstr "Documentação do phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Alterar o nome da base de dados para"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "A base de dados %s foi eliminada."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Remover a Base de Dados"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Apagar a Base de Dados (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Somente a estrutura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Estrutura e dados"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Apenas dados"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copiar a Base de Dados para"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Criar a Base de Dados antes de copiar (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Adicionar restrições (constraints)"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Mudar para a Base de Dados copiada"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editar ou exporta o esquema relacional (schema)"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Alterar a ordem da tabela por"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(A refazer após inserir/eliminar)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Move tabela para (base de dados.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opções da tabela"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Renomeia a tabela para"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copia tabela para (base-de-dados.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Mudar para a tabela copiada"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Manutenção da tabela"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "A tabela %s foi fechada"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Fecha a tabela (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Extraindo dados da tabela"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Sem bases de dados"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Checo"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Reparar tabela"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Manutenção da tabela"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Verificar Integridade referencial:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7269,7 +7372,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Não é possível realizar a ligação: configurações inválidas."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7300,36 +7403,36 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Falha ao usar Blowfish de mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Entrada"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Pode digitar a nome/Endereço IP e a porta separados por um espaço."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Servidor"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Utilizador :"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Palavra-passe :"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Escolha do Servidor"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7337,15 +7440,15 @@ msgstr ""
"A autenticação sem uma palavra-passe é proibida pela configuração (consulte "
"'AllowNoPassword')"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"Sem actividade há %s segundos ou mais; Por favor, faça o login novamente"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Não é possível fazer login no servidor MySQL"
@@ -7376,83 +7479,83 @@ msgstr "Nenhuma chave de autenticação válida foi conectada"
msgid "Authenticating..."
msgstr "A Autenticar..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Linhas terminadas por"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Campos delimitados por"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Campos precedidos por"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Linhas terminadas por"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Substituir NULL por"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Edição Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Opções de exportação da Base de Dados"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Extraindo dados da tabela"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Enviado"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7461,24 +7564,24 @@ msgstr "Enviado"
msgid "Definition"
msgstr "Descrição"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Estrutura da tabela"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Somente estrutura"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
#, fuzzy
msgid "Stand-in structure for view"
@@ -7496,45 +7599,45 @@ msgstr "(continuação)"
msgid "Structure of table @TABLE@"
msgstr "estructura da tabela @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opções de tranformação"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Legenda da tabela"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Mostrando comentários das Colunas"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "MIME-types disponíveis"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7542,34 +7645,34 @@ msgstr "MIME-types disponíveis"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Máquina"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Data de Criação"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versão do servidor"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "versão do PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Tipo de Exportação"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7584,147 +7687,147 @@ msgstr ""
msgid "Report title:"
msgstr "Tipo de Exportação"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Itens"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Itens"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opções de tranformação"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Processos"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funções"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
#, fuzzy
msgid "Constraints for dumped tables"
msgstr "Limitadores para a tabela"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Limitadores para a tabela"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7743,8 +7846,8 @@ msgstr ""
msgid "Export contents"
msgstr "Tipo de Exportação"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7763,109 +7866,100 @@ msgstr ""
msgid "Column names: "
msgstr "Nome dos Campos"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nome dos Campos"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7991,7 +8085,7 @@ msgid "Enabled"
msgstr "Activado"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Características gerais de Relação"
@@ -8061,7 +8155,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "sem Descrição"
@@ -8111,7 +8205,7 @@ msgstr ""
msgid "Variable"
msgstr "Variável"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "Servidor"
@@ -8136,8 +8230,8 @@ msgstr "Qualquer utilizador"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Usar campo de texto"
@@ -8232,7 +8326,7 @@ msgstr ""
msgid "Event name"
msgstr "Tipo de Exportação"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "Tipo de Exportação"
@@ -8666,12 +8760,12 @@ msgstr "Índice"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributos"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8714,6 +8808,10 @@ msgstr "Seleccionar Tabelas"
msgid "Select Tables"
msgstr "Seleccionar Tabelas"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nome dos Campos"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -8988,14 +9086,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilégios específicos da tabela"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: os nomes dos privilégios do MySQL são em Inglês"
@@ -9004,12 +9102,12 @@ msgid "Administration"
msgstr "Administração"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilégios Globais"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilégios específicos da Base de Dados"
@@ -9069,16 +9167,16 @@ msgid "Users having access to "%s""
msgstr "Utilizadores que tem acesso a "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Utilizador"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Conceder/Grant"
@@ -9089,8 +9187,8 @@ msgid "User has been added."
msgstr "A Vista %s foi eliminada"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Todos"
@@ -9106,14 +9204,14 @@ msgstr "Especifico da Base de Dados"
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nenhum utilizador encontrado."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Alterar Privilegios"
@@ -9121,27 +9219,21 @@ msgstr "Alterar Privilegios"
msgid "Revoke"
msgstr "Anula"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Exportar"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... manter o antigo."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... apagar o antigo das tabelas do utilizador."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9149,79 +9241,73 @@ msgstr ""
" ... apagar o antigo das tabelas do utilizador e depois recarregue os "
"privilégios."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Mudar a informação de login / Copiar Utilizador"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilégios específicos da Coluna"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Adicionar privilégios na base de dados seguinte"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Todos privilégios na tabela seguinte"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Remover utilizadores seleccionados"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "A recarregar privilégios"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Os utilizadores selecionado foram apagados com sucesso."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Actualizou os privilégios de %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilégios"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilégios"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9234,11 +9320,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Acrescentou um novo utilizador."
@@ -9292,11 +9378,11 @@ msgstr ""
msgid "Columns"
msgstr "Nome dos Campos"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Marcar este comando SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Deixar todos os utilizadores acederem a este marcador"
@@ -9423,8 +9509,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Índice"
@@ -9478,13 +9564,13 @@ msgstr "Nenhum"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primária"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Texto Completo"
@@ -9498,22 +9584,17 @@ msgstr ""
msgid "after %s"
msgstr "Depois %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "Adiciona novo campo"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Tem que escolher pelo menos uma coluna para mostrar"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9524,7 +9605,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Características gerais de Relação"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9570,7 +9651,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9753,160 +9834,160 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
#, fuzzy
msgid "Create relation"
msgstr "Versão do servidor"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Chinês Tradicional"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Executa Comando SQL"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Mostrar tudo"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Vista de Relação"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Exportar"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "na pesquisa"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Renomeia a tabela para "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Nome do Utilizador"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Criar"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opções da tabela"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "A tabela %s foi eliminada"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Utilização"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Importar"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Criar um novo índice"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Nome do Utilizador"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9914,7 +9995,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr "Erro: Relação já existe."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Erro: Relação não adicionada."
@@ -9922,7 +10003,7 @@ msgstr "Erro: Relação não adicionada."
msgid "FOREIGN KEY relation added"
msgstr "Relação FOREIGN KEY adicionada"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Relação interna adicionada"
@@ -9930,11 +10011,11 @@ msgstr "Relação interna adicionada"
msgid "Relation deleted"
msgstr "Relação apagada"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Erro gravando as coordenadas para o Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Modificações foram guardadas"
@@ -9942,68 +10023,68 @@ msgstr "Modificações foram guardadas"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Importar"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10020,44 +10101,44 @@ msgstr "Todas"
msgid "%s table not found or not set in %s"
msgstr "A Tabela %s não foi encontrada ou não foi definida em %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "A tabela \"%s\" não existe!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Qtd Campos"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Truncar os Queries mostrados"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Mostrar queries completos"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
#, fuzzy
msgid "Information"
msgstr "Informação de Login "
@@ -10147,17 +10228,17 @@ msgstr ""
msgid "disabled"
msgstr "Desactidado"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "O utilizador %s já existe!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "A apagar %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "O privilégios foram recarregados com sucesso."
@@ -11775,34 +11856,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Confirma : "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Validar SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Resultado SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Gerado por"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiqueta"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Os utilizadores selecionado foram apagados com sucesso."
@@ -11896,88 +11977,88 @@ msgstr "A tabela %s foi eliminada"
msgid "View dump (schema) of table"
msgstr "Ver o esquema da tabela"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Adicionar/Remover Campos"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Total"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "envia"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Nome do Utilizador"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "O nome da chave primária tem de ser... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Impossível renomear índice para PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nenhuma parte do índice definida!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Vista de impressão"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nome do Índice :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" tem de ser o nome de e apenas de uma chave "
"primária!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tipo de Índice :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Adicionar ao índice %s coluna(s)"
@@ -12000,278 +12081,176 @@ msgstr "A tabela %s foi movida para %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s copiada para %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "O nome da tabela está vazio!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Alterar a ordem da tabela por"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(A refazer após inserir/eliminar)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Move tabela para (base de dados.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opções da tabela"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Renomeia a tabela para"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copia tabela para (base-de-dados.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Mudar para a tabela copiada"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Manutenção da tabela"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "A tabela %s foi fechada"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Fecha a tabela (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Extraindo dados da tabela"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Sem bases de dados"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Manutenção da tabela"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Checo"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Reparar tabela"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Verificar Integridade referencial:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Mostra tabelas"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Espaço ocupado"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Em uso"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Estatísticas dos registos"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinâmico"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
#, fuzzy
msgid "Row length"
msgstr "Comprimento de linha"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Tamanho dos reg."
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Relações internas"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "Valor de sessão"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Nenhum"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "A tabela %s foi eliminada"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Uma chave primária foi adicionada a %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Um índice foi adicionado a %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Mostra informação do PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add columns"
msgid "Move columns"
msgstr "Adicionar colunas"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Vista de impressão"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Vista de Relação"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Propor uma estrutura de tabela"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "Adiciona novo campo"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "No Fim da Tabela"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "No Início da Tabela"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Depois %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Criar um índice com %s coluna(s)"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12458,7 +12437,7 @@ msgstr "Não tem permissões suficientes para aceder aqui, neste momento!"
msgid "The profile has been updated."
msgstr "O prefil foi actualizado."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13611,6 +13590,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está definida com o valor 0"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Exportar"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilégios"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 1fd3fb89b0..cf04e9ab61 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,24 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
-"PO-Revision-Date: 2012-07-16 22:05+0200\n"
-"Last-Translator: Bruno Rafael \n"
-"Language-Team: brazilian_portuguese \n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
+"PO-Revision-Date: 2012-08-10 22:16+0200\n"
+"Last-Translator: gilberto dos santos alves \n"
+"Language-Team: Portuguese (Brazil) "
+" \n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Weblate 1.1\n"
+"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Mostrar tudo"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +40,27 @@ msgstr ""
"fechado a janela principal ou as opções de segurança do seu navegador estão "
"configuradas para bloquear a comunicação entre janelas."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Procurar"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +72,16 @@ msgstr "Procurar"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Executar"
@@ -99,7 +101,7 @@ msgstr "Descrição"
msgid "Use this value"
msgstr "Usar este valor"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Banco de dados %1$s foi criado."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Comentário do Banco de Dados: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Comentários da tabela"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Coluna"
@@ -146,11 +148,11 @@ msgstr "Coluna"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +162,44 @@ msgstr "Coluna"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Padrão"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +209,9 @@ msgstr "Links para"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +222,21 @@ msgstr "Comentários"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Não"
@@ -242,27 +244,27 @@ msgstr "Não"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Sim"
@@ -284,88 +286,21 @@ msgstr "Selecionar Todos"
msgid "Unselect All"
msgstr "Desmarcar Todos"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "O nome do Banco de Dados está em branco!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Banco de Dados %1$s foi renomeado para %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Banco de Dados %1$s foi copiado para %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Renomear Banco de Dados para"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Remover Banco de Dados"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Banco de Dados %s foi eliminado."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Apagar o Banco de Dados (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copiar Banco de Dados para"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Somente estrutura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Estrutura e dados"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Dados apenas"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE antes de copiar"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Adicionar %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Adicionar valor AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Adicionar restrições"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Mudar para o Banco de Dados copiado"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Colação"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +309,16 @@ msgstr ""
"Os recursos adicionais para trabalhar com tabelas linkadas foram "
"desativadas. Para descobrir o motivo clique %saqui%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editar ou exportar esquema relacional"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabela"
@@ -395,41 +326,41 @@ msgstr "Tabela"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Registros"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Tamanho"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "em uso"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Criação"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Última atualização"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Última verificação"
@@ -451,7 +382,7 @@ msgstr "Alterar para %sconstrutor visual%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -466,17 +397,17 @@ msgstr "Nenhuma tabela encontrada no banco de dados"
msgid "unknown"
msgstr "desconhecido"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabela %s foi esvaziada"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Visão %s foi apagada"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabela %s foi eliminada"
@@ -489,7 +420,7 @@ msgstr "Rastreamento está ativo."
msgid "Tracking is not active."
msgstr "Rastreamento não está ativo."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +429,12 @@ msgstr ""
"Esta visão tem pelo menos esse número de linhas. Por favor, consulte a "
"%sdocumentação%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Visão"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s é o mecanismo de armazenamento padrão neste servidor MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Com marcados:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Marcar todos"
@@ -541,50 +472,51 @@ msgstr "Marcar todos"
msgid "Check tables having overhead"
msgstr "Verificar sobre-carga"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportar"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Visualização para impressão"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Limpar"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Eliminar"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Verificar tabela"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Otimizar tabela"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparar tabela"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizar tabela"
@@ -592,11 +524,11 @@ msgstr "Analizar tabela"
msgid "Add prefix to table"
msgstr "Adicionar prefixo à tabela"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Substituir prefixo da tabela"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copiar tabela com o prefixo"
@@ -608,20 +540,20 @@ msgstr "Dicionário de dados"
msgid "Tracked tables"
msgstr "Tabelas rastreadas"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Banco de Dados"
@@ -637,9 +569,9 @@ msgstr "Criado"
msgid "Updated"
msgstr "Atualizado"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -647,14 +579,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Ação"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Mostrar"
@@ -687,7 +619,7 @@ msgstr "Preview da estrutura"
msgid "Untracked tables"
msgstr "Tabelas não monitoradas"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Monitorar tabela"
@@ -739,7 +671,7 @@ msgstr "Formato inválido para exportação"
msgid "Value for the column \"%s\""
msgstr "Valores do campo \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Use OpenStreetMaps como base"
@@ -748,7 +680,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -876,7 +808,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Não foi possível carregar os plugins, verifique sua instalação!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Marcador %s criado"
@@ -903,10 +835,10 @@ msgstr ""
"que o phpMyAdmin não é capaz de finalizar essa importação à menos que você "
"aumente o tempo limite do PHP."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Seu comando SQL foi executado com sucesso"
@@ -929,7 +861,7 @@ msgstr "O comando \"DROP DATABASE\" está desabilitado."
msgid "Do you really want to execute \"%s\"?"
msgstr "Você realmente deseja executar \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Você está prestes à DESTRUIR um banco de dados completo!"
@@ -969,7 +901,7 @@ msgstr "Adicionar índice"
msgid "Edit Index"
msgstr "Editar índice"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Adicionar %d coluna(s) ao índice"
@@ -999,8 +931,8 @@ msgstr "As senhas não são iguais!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Adicionar usuário"
@@ -1020,9 +952,9 @@ msgstr "Fechar"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1048,7 +980,7 @@ msgstr "Dado(s) estático(s)"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1248,7 +1180,7 @@ msgstr "Requisições"
msgid "Traffic"
msgstr "Tráfego"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Configurações"
@@ -1274,12 +1206,12 @@ msgstr "Adicionar gráfico ajustado na 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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Nenhum"
@@ -1468,10 +1400,10 @@ msgid "Explain output"
msgstr "Demonstrar saída"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tempo"
@@ -1567,10 +1499,10 @@ msgstr ""
"Falha ao construir a grade do gráfico com a configuração importada. "
"Restaurando a configuração padrão ..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importar"
@@ -1618,9 +1550,9 @@ msgstr "Variável / formula utilizada"
msgid "Test"
msgstr "Teste"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Cancelar"
@@ -1648,9 +1580,9 @@ msgstr "Excluindo coluna"
msgid "Adding Primary Key"
msgstr "Adicionar chave primária"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1690,15 +1622,15 @@ msgstr "Ocultar índices"
msgid "Show indexes"
msgstr "Mostrar índices"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Verificação de chave estrangeira:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Habilitado)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Desabilitado)"
@@ -1766,8 +1698,8 @@ msgstr "Mostrar caixa de consulta"
msgid "No rows selected"
msgstr "Nenhum registro selecionado"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Alterar"
@@ -1775,8 +1707,8 @@ msgstr "Alterar"
msgid "Query execution time"
msgstr "Tempo de execução da busca"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d não é um número de linha válido."
@@ -1785,8 +1717,8 @@ msgstr "%d não é um número de linha válido."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Salvar"
@@ -1845,12 +1777,12 @@ msgstr "Resultado(s) da(s) consulta(s)"
msgid "Data point content"
msgstr "Conteúdo do ponteiro de dados"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorar"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copiar"
@@ -1870,7 +1802,7 @@ msgstr "Selecionar Chave Estrangeira"
msgid "Please select the primary key or a unique key"
msgstr "Por favor, selecione uma chave primária ou uma chave única"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Marque a coluna para exibir"
@@ -1964,7 +1896,7 @@ msgstr "Gerar"
msgid "Change Password"
msgstr "Alterar senha"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mais"
@@ -2244,7 +2176,7 @@ msgstr "Segundo"
#: libraries/Advisor.class.php:67
#, php-format
msgid "PHP threw following error: %s"
-msgstr ""
+msgstr "PHP apresentou o seguinte erro: %s"
#: libraries/Advisor.class.php:89
#, php-format
@@ -2254,7 +2186,7 @@ msgstr ""
#: libraries/Advisor.class.php:106
#, php-format
msgid "Failed calculating value for rule '%s'"
-msgstr ""
+msgstr "O Cálculo para a regra '%s' falhou"
#: libraries/Advisor.class.php:125
#, php-format
@@ -2341,13 +2273,13 @@ msgstr "ing"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Erro"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "consulta SQL"
@@ -2415,7 +2347,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "na linha"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Perfil"
@@ -2440,155 +2372,156 @@ msgstr "%s dias, %s horas, %s minutos e %s segundos"
msgid "Missing parameter:"
msgstr "Parâmetros perdidos:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Início"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Próximo"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Fim"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Ir para o Banco de Dados "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "A funcionalidade %s é afetada por um bug conhecido, veja %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Clique para alternar"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Estrutura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Inserir"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Visualizar"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operações"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Procurar no seu computador:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Selecionar a partir do diretório de upload do servidor %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
"O diretório que você especificou para subir arquivos não foi encontrado"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Não existem arquivos para fazer upload"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Executar"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Imprimir"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Arquivo de configuração existente (%s) não pode ser lido."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Permissões incorretas no arquivo de configuração, não deve ser gravável por "
"todos!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Tamanho da fonte"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Descendente"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Ordenar"
@@ -2614,8 +2547,8 @@ msgid "Use Tables"
msgstr "Usar tabelas"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ou"
@@ -2682,13 +2615,13 @@ msgstr[1] "%1$s resultados dentro da tabela %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Excluir correspondentes para a tabela %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2718,174 +2651,174 @@ msgstr "Dentro da(s) tabela(s):"
msgid "Inside column:"
msgstr "Dentro do campo:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Salvar dados editados"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Restaurar ordem da coluna"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Linha inicial"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Número de linhas"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Modo"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (cabeçalhos rotacionados)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Cabeçalho a cada %s linhas"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Ordenar pela chave"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opções"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Textos parciais"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Chave de relação"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Exibir coluna relacional"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Mostrar conteúdo binário"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Exibir conteúdo BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Mostrar conteúdo binário como HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Ocultar transformações do navegador"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Texto bem conhecido"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Binario bem conhecido"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Registro eliminado"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Matar"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Pode ser aproximado. Veja o FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "na consulta"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Mostrando registros"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Consulta levou %01.4f segundos"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operações resultantes das consultas"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Ver impressão (com textos completos)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Exibir gráfico"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualisar dados GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Criar visualização"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Link não encontrado"
@@ -2953,27 +2886,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Abrir nova janela do phpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cookies devem estar ativos após este ponto."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript deve estar ativo após este ponto"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nenhum índice definido!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Índices"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Único"
@@ -2986,6 +2919,16 @@ msgstr "Pacote"
msgid "Cardinality"
msgstr "Cardinalidade"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Colação"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3010,93 +2953,93 @@ msgstr ""
"A indexação %1$s e %2$s parecem ser iguais ou uma delas pode ter sido "
"removida."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Banco de Dados"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Servidor"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Rastreando"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Gatilhos"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabela para estar vazia!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Banco de Dados parece estar vazio!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Procurar por exemplo"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilégios"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rotinas"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Eventos"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Usuários"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sincronizar"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Log binário"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variáveis"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Conjuntos de caracteres"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motores"
@@ -3159,44 +3102,44 @@ msgstr "%s está desabilitado neste servidor MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Esse servidor MySQL não suporta o stored engine %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "Status da tabela desconhecida: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Procurar no Banco de Dados"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Tema %s não encontrado!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Banco de Dados inválido"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Nome de tabela inválida"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Erro ao renomear tabela %1$s para %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Table %1$s renomeada para %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Não foi possível salvar as preferências visuais da tabela"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3205,7 +3148,7 @@ msgstr ""
"Falha ao limpar as preferências da tabela UI (veja $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3221,16 +3164,16 @@ msgstr ""
msgid "Function"
msgstr "Função"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operador"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valor"
@@ -3247,64 +3190,64 @@ msgstr "Procurar"
msgid "Edit/Insert"
msgstr "Inserir"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Selecionar os campos (no mínimo 1)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Condição de pesquisa (complemento da cláusula \"onde\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "registros por página"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Ordenado por:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Visualizar valores estrangeiros"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "Ocultar critério de pesquisa"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Faça uma \"consulta por exemplo\" (coringa: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Faça uma \"consulta por exemplo\" (coringa: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "PHP extension to use"
msgid "How to use"
msgstr "Utilizar a extensão do PHP"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3651,14 +3594,14 @@ msgstr "Tabelas"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Dados"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Sobrecarga"
@@ -3683,11 +3626,11 @@ msgstr "Verificar privilégios para a Banco de Dados "%s"."
msgid "Check Privileges"
msgstr "Verificar privilégios"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Falhou ao ler o arquivo de configuração"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3695,12 +3638,12 @@ msgstr ""
"Isso geralmente significa que há um erro de sintaxe, por favor cheque "
"qualquer erro mostrado abaixo."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Não foi possível carregar configuração padrão de: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3708,35 +3651,35 @@ msgstr ""
"A diretriz$cfg['PmaAbsoluteUri'] deve ser estabelecida no seu "
"arquivo de configuração!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Índice de servidor inválido: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Nome de serivdor inválido para o servidor %1$s. Verifique suas configurações."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Método de autenticação inválido informado nas configurações:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Você deveria atualizar para %s %s ou posterior."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Tentativa de sobrescrever GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "Possível explorar"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "Tecla numérica detectada"
@@ -3767,37 +3710,37 @@ msgstr "Fechado"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Desabilitado"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "estrutura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "dados"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "estrutura e dados"
@@ -3919,8 +3862,8 @@ msgid "Allow users to customize this value"
msgstr "Permitir a todos os usuários alterar esse valor"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Restaurar"
@@ -4202,7 +4145,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Tempo máximo de execução"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Salvar como arquivo"
@@ -4211,7 +4154,7 @@ msgid "Character set of the file"
msgstr "Conjunto de caracteres do arquivo"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formato"
@@ -4224,27 +4167,25 @@ msgstr "Compressão"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Colocar os nomes das colunas na primeira linha"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Campos delimitados por"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Colunas escapadas por"
@@ -4262,14 +4203,12 @@ msgstr "Remover caracteres CRLF em colunas"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Colunas terminadas por"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linhas terminadas por"
@@ -4295,7 +4234,7 @@ msgstr "Modelo de nome da tabela"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Esvaziar tabela"
@@ -4306,8 +4245,8 @@ msgid "Include table caption"
msgstr "Incluir legenda da tabela"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Leganda da Tabela"
@@ -4316,20 +4255,20 @@ msgid "Continued table caption"
msgstr "Continuação da legenda da tabela"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Rótulo da chave"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relações"
@@ -4350,6 +4289,11 @@ msgstr "Sobrescrever arquivo(s) existente(s)"
msgid "Remember file name template"
msgstr "Lembrar modelo de nome de arquivo"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Adicionar valor AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Usar crases nos nomes de tabelas e campos"
@@ -4360,7 +4304,7 @@ msgid "SQL compatibility mode"
msgstr "Modo de compatibilidade SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CRIAR TABELA opções:"
@@ -4373,10 +4317,17 @@ msgid "Use delayed inserts"
msgstr "Usar inserções demoradas"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Desabilitar verificação de chaves estrangeiras"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Adicionar %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Usar hexadecimal para BLOB"
@@ -4390,7 +4341,7 @@ msgid "Syntax to use when inserting data"
msgstr "Sintaxe a utilizar ao inserir dados"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Tamanho máximo da consulta gerada"
@@ -4399,7 +4350,7 @@ msgid "Export type"
msgstr "Tipo de exportação"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Encapsular exportação numa transação"
@@ -4456,7 +4407,6 @@ msgstr "Personalizar opções padrão"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4799,14 +4749,12 @@ msgid "Partial import: allow interrupt"
msgstr "Importação parcial: permite Interrupção"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Não aborta em erro de INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Substituir os dados da tabela pelos do arquivo"
@@ -4823,7 +4771,6 @@ msgid "Format of imported file"
msgstr "Formato do arquivo importado"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Usar palavra-chave LOCAL"
@@ -4833,7 +4780,7 @@ msgid "Column names in first row"
msgstr "Nome das colunas na primeira linha"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Não importe linhas vazias"
@@ -5941,7 +5888,7 @@ msgstr "Requer validador SQL para ser habilitado"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Senha"
@@ -6116,14 +6063,12 @@ msgstr "Autenticação signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV usando LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Planilha Open Document"
@@ -6212,7 +6157,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr "possível ataque de recursão profunda"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6220,16 +6165,16 @@ msgstr ""
"O servidor não está respondendo (ou o soquete do servidor local não está "
"configurado corretamente)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "O servidor não está respondendo."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
"Por favor verifique os privilégios do diretório que contém o banco de dados."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalhes..."
@@ -6275,24 +6220,24 @@ msgid "Create"
msgstr "Criar"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Sem privilégios"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Criar tabela"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nome"
@@ -6949,7 +6894,7 @@ msgid "No data found for GIS visualization."
msgstr "Não foram encontrados dados para a visualização GIS."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL retornou um conjunto vazio (ex. zero registros)."
@@ -6999,7 +6944,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Ocultar"
@@ -7066,11 +7011,11 @@ msgstr ""
"Usar a tecla TAB para se mover de valor em valor, ou CTRL+setas para mover "
"em qualquer direção"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Exibindo consulta SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Id da linha inserida: %1$d"
@@ -7085,34 +7030,34 @@ msgstr "Nenhuma"
msgid "Convert to Kana"
msgstr "Converter para Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Do"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Para"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Submeter"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Adicionar prefixo de tabela"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Adicionar índice"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to execute following query?"
msgid "Do you really want to execute the following query?"
msgstr "Você realmente deseja executar a Query SQL a seguir?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Sem Mudança"
@@ -7318,7 +7263,158 @@ msgstr "Documentação do phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Recarregar frame de navegação"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Renomear Banco de Dados para"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Banco de Dados %s foi eliminado."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Remover Banco de Dados"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Apagar o Banco de Dados (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Somente estrutura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Estrutura e dados"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Dados apenas"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copiar Banco de Dados para"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE antes de copiar"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Adicionar restrições"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Mudar para o Banco de Dados copiado"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editar ou exportar esquema relacional"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Alterar tabela ordenada por"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singularmente)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Mover tabela para (Banco de Dados.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opções da tabela"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Renomear a tabela para"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copiar tabela para (Banco de Dados.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Mudar para a tabela copiada"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabela de Manutenção"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Desfragmentar tabela"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabela %s foi limpa"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Limpar a tabela (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Remover dados ou tabela"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Esvaziar a tabela (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Remover a tabela (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analizar"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Checar"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Otimizar"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Reconstruir"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Reparar"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Manutenção da partição"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partição %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Remover partição"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Verificar integridade referencial:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Esse formato não tem opções"
@@ -7327,7 +7423,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Não pode conectar: configurações inválidas."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7358,36 +7454,36 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Falha ao usar Blowfish de mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Autenticação"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Você pode digitar a url/IP e a porta separados por um espaço."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Servidor:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Usuário:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Senha:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Seleção do Servidor"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7395,14 +7491,14 @@ msgstr ""
"Autenticação sem uma senha é proibida pela configuração (veja "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Sem atividade por %s segundos ou mais, faça o login novamente"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Não foi possível se logar no servidor MySQL"
@@ -7433,93 +7529,93 @@ msgstr "Nenhuma chave de autenticação válida foi conectada"
msgid "Authenticating..."
msgstr "Autenticando..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Colunas separadas com:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Colunas delimitadas por:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Campos escapou com:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Linhas terminadas com:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Substituir NULL com:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
"Remover retorno do carro/caractere de alimentação de linha dentro de colunas"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Edição do Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Opções de exportação do Banco de Dados"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Extraindo dados da tabela"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Evento"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definição"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Estrutura da tabela"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Estrutura para visualizar"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Estrutura stand-in para visualizar"
@@ -7536,37 +7632,37 @@ msgstr "(continuação)"
msgid "Structure of table @TABLE@"
msgstr "Estrutura da tabela @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Opções de criação de objetos"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Legenda da tabela(continuação)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Desabilitar verificação de chaves estrangeiras"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Exibir comentários"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Mostrar os MIME-type"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7574,34 +7670,34 @@ msgstr "Mostrar os MIME-type"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Servidor"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Tempo de Geração"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versão do Servidor"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versão do PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Tipo de exportação"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7615,7 +7711,7 @@ msgstr "(Gerado um relatório contendo dados da tabela simples)"
msgid "Report title:"
msgstr "Título do Relatório:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7623,11 +7719,11 @@ msgstr ""
"Mostrar comentários (incluindo informação como data e hora de exportação, "
"versão do PHP e versão do servidor)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Adicionar comentário pessoal no cabeçalho (\\n quebras de linha):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7635,25 +7731,25 @@ msgstr ""
"Incluir data e hora quando bancos de dados forem criados, atualizados pela "
"última vez e checados pela última vez."
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Sistema de banco de dados ou servidor de MySQL antigo para maximizar saída "
"de compatível com:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Adicionar comando %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Adicionar instruções:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7661,39 +7757,39 @@ msgstr ""
"Envolver nomes de tabela e colunas com crase (Proteger nomes de colunas e "
"tabelas formados com caracteres especiais ou palavras chaves)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Opções de criação de objetos"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Em vez de declarar INSERT, use:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "declarações INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "declarações INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Função usada quando despejar dados:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Sintaxe para usar quando inserir dados:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7703,7 +7799,7 @@ msgstr ""
" Exemplo: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7713,7 +7809,7 @@ msgstr ""
" Exemplo: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7721,7 +7817,7 @@ msgstr ""
"acima referidos
Exemplo: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
#, fuzzy
msgid ""
"neither of the above
Example: INSERT INTO "
@@ -7730,7 +7826,7 @@ msgstr ""
"Nenhuma das opções acima
Exemplo: INSERT "
"INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7738,7 +7834,7 @@ msgstr ""
"Esvaziar colunas binárias em notação hexadecimal (por exemplo, \"abc\" "
"seria 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7747,33 +7843,33 @@ msgstr ""
"serem esvaziadas e recarregadas entre servidores em zonas horárias "
"diferentes) "
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedimentos"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funções"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Restrições para as tabelas dumpadas"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Restrições para a tabela"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-TYPES PARA TABELA"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELAÇÕES PARA A TABELA"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Erro ao ler dados:"
@@ -7789,8 +7885,8 @@ msgstr "Visualizações"
msgid "Export contents"
msgstr "Exportar conteúdo"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7812,15 +7908,15 @@ msgstr ""
msgid "Column names: "
msgstr "Nome das colunas:"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Parâmetro inválido para importação CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7829,57 +7925,48 @@ msgstr ""
"Coluna inválida (%s) especificada. Assegure-se que o nome desta coluna está "
"escrito corretamente, separado por vírgulas e entre aspas."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Formato inválido na linha %d da entrada CSV."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Contador de campo inválido na linha %d da entrada CSV."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Nome da Tabela"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Nome das colunas"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Esse plugin não suporta importações comprimidas!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabela MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Formato inválido na linha %d da entrada CSV."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Importar percentuais com decimais adequados (ex. 12.00% to .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importar moedas (ex. R$5.00 para 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7887,16 +7974,16 @@ msgstr ""
"O arquivo XML especificado está mal formado ou incompleto. Favor corrigir o "
"problema e tentar novamente."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Arquivo em formato ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Ocorreu um erro ao importar o arquivo do tipo ESRI: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7904,24 +7991,24 @@ msgstr ""
"Você tentou importar um arquivo inválido ou o arquivo importado contém dados "
"inválidos"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "Extensão Espacial MySQL não suporta o tipo ESRI \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Os arquivos importados não contém dados válidos"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Modo de compatibilidade SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Não use AUTO_INCREMENT para valores zerados"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8103,7 +8190,7 @@ msgid "Enabled"
msgstr "Habilitado"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Recursos de relações gerais"
@@ -8178,7 +8265,7 @@ msgstr ""
"Logar novamente no phpMyAdmin para carregar o arquivo de configuração "
"atualizado."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "sem Descrição"
@@ -8230,7 +8317,7 @@ msgstr "Status dos secundários"
msgid "Variable"
msgstr "Variáveis"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID do Servidor"
@@ -8256,8 +8343,8 @@ msgstr "Qualquer usuário"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Usar campo texto"
@@ -8350,7 +8437,7 @@ msgstr "Detalhes"
msgid "Event name"
msgstr "Nome do evento"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tipo de evento"
@@ -8746,12 +8833,12 @@ msgstr "Tabela de conteúdos"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributos"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8788,6 +8875,10 @@ msgstr "Selecionar página"
msgid "Select Tables"
msgstr "Tabelas selecionadas"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Nome das colunas"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Mostrar esquema relacional"
@@ -9060,14 +9151,14 @@ msgstr "Limitar o número de conexões simultâneas que o usuário pode ter."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilégios específicos da tabela"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Nota: nomes de privilégios do MySQL são expressos em inglês"
@@ -9076,12 +9167,12 @@ msgid "Administration"
msgstr "Administração"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilégios globais"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilégios específicos do Banco de Dados"
@@ -9141,16 +9232,16 @@ msgid "Users having access to "%s""
msgstr "Usuários que têm acesso à "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Usuário"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Conceder/Grant"
@@ -9161,8 +9252,8 @@ msgid "User has been added."
msgstr "Visão %s foi apagada"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Qualquer"
@@ -9179,14 +9270,14 @@ msgstr "Específico do Banco de Dados"
msgid "wildcard"
msgstr "coringa"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nenhum usuário(s) encontrado."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Editar Privilégios"
@@ -9194,26 +9285,20 @@ msgstr "Editar Privilégios"
msgid "Revoke"
msgstr "Revogar"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Exportar"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... manter o antigo."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... apagar o antigo da tabela de usuários."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... revogar todos privilégios do usuário antigo e depois apagar ele."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9221,82 +9306,76 @@ msgstr ""
" ... apagar o antigo da tabela de usuários e depois recarregar os "
"privilégios."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Mudar informações de login / Copiar usuário"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilégios específicos da coluna"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Adicionar privilégios nas seguintes Banco de Dados"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Adicionar privilégios nas seguintes tabelas"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Remover os usuários selecionados"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Revogar todos os privilégios ativos dos usuarios e depois apagar eles."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Eliminar o Banco de Dados que possui o mesmo nome dos usuários."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nenhum usuário selecionado para exclusão!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Recarregando os privilégios"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Os usuários selecionados foram apagados com sucesso."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Você mudou os priviléios para %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilégios"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilégios"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Avaliação dos usuários"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9309,11 +9388,11 @@ msgstr ""
"privilégios que o servidor usa se alterações manuais forem feitas nele. "
"Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar.."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Você adicionou um novo usuário."
@@ -9367,11 +9446,11 @@ msgstr "Limpar"
msgid "Columns"
msgstr "Nome das colunas"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Gravar essa consulta SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Deixar qualquer usuário acessar esse marcador"
@@ -9500,8 +9579,8 @@ msgstr ""
"use este formato: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Índice"
@@ -9555,13 +9634,13 @@ msgstr "Nenhum"
msgid "As defined:"
msgstr "Como definido:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primária"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Texto completo"
@@ -9575,23 +9654,18 @@ msgstr ""
msgid "after %s"
msgstr "Depois %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Adicionar %s campo(s)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Você deve adicionar pelo menos um campo."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definição da PARTIÇÃO"
@@ -9602,7 +9676,7 @@ msgstr "Definição da PARTIÇÃO"
msgid "Manage your settings"
msgstr "Recursos de relações gerais"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9652,7 +9726,7 @@ msgstr "Collation de conexão do MySQL"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9846,160 +9920,160 @@ msgstr "Exibir/Ocultar menu da esquerda"
msgid "Save position"
msgstr "Salvar posição"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Criar relacionamento"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Recarregar"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Ajuda"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Links Angulares"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Links diretos"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Ajustar à grade"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Tudo Pequeno/Grande"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Mudar para pequeno/grande"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Para selecionar relacionamento, clique :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importar/Exportar coordenadas para esquema PDF"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Enviar consulta SQL"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Mover Menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Ocultar/Exibir tudo"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Ocultar/Exibir Tabelas sem relacionamento"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Numero de tabelas"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Apagar relacionamento"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Relacionamento apagado"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Exportar"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "na consulta"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Renomear a tabela para "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Nome do usuário"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Criar"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opções da tabela"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "A página foi criada"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "páginas"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Importar arquivos"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Exportar/Importar para escala"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Criar um novo índice"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Nome do usuário"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exportar/Importar para escala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recomendado"
@@ -10007,7 +10081,7 @@ msgstr "recomendado"
msgid "Error: relation already exists."
msgstr "Erro: relacionamento já existe."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Erro: relacionamento não adicionado."
@@ -10015,7 +10089,7 @@ msgstr "Erro: relacionamento não adicionado."
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Adicionado relacionamento Interno"
@@ -10023,11 +10097,11 @@ msgstr "Adicionado relacionamento Interno"
msgid "Relation deleted"
msgstr "Relacionamento apagado"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Erro ao salvar coordenada para o Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Modificações foram salvas"
@@ -10035,70 +10109,70 @@ msgstr "Modificações foram salvas"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Não foi possível carregar configuração padrão de: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Importar arquivos"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10115,43 +10189,43 @@ msgstr "Todos"
msgid "%s table not found or not set in %s"
msgstr "%s tabela não encontrada ou não configurada em %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "A tabela \"%s\" não existe!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Selecionar log binário para exibir"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Arquivos"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Truncar as consultas SQL exibidas"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Mostrar consultas completas"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Nome do log"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Posição"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Posição original"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informação"
@@ -10238,17 +10312,17 @@ msgstr ""
msgid "disabled"
msgstr "Desabilitado"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "O usuário %s já existe!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Eliminando %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Os privilégios foram recarregados com sucesso."
@@ -12019,32 +12093,32 @@ msgstr "Usando marcador \"%s\" como padrão."
msgid "Do you really want to execute following query?"
msgstr "Você realmente deseja executar a Query SQL a seguir?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Exibindo como código PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL validado"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Resultado SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Gerado por"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problemas com o índice da tabela `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Nome"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "A tabela %1$s foi alterada com sucesso"
@@ -12150,90 +12224,90 @@ msgstr "A tabela %1$s foi criada."
msgid "View dump (schema) of table"
msgstr "Ver o esquema da tabela"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Mostrar visualização GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Largura"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Altura"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Adicionar/Remover colunas"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- nenhum -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Total"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Redesenhar"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Salvar como arquivo"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Nome da Tabela"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "O nome da chave primária deve ser... \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Não foi possível renomear o índice para \"PRIMARY\"!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nenhuma parte de índice definida!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Adicionar índice"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Modo de edição"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nome do índice:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" precisa ser o nome de e apenas da chave "
"primária!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tipo de índice:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Adicionar ao índice %s coluna(s)"
@@ -12256,154 +12330,60 @@ msgstr "Tabela %s foi movida para %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s copiada para %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "O Nome da Tabela está vazio!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Alterar tabela ordenada por"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singularmente)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Mover tabela para (Banco de Dados.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opções da tabela"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Renomear a tabela para"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copiar tabela para (Banco de Dados.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Mudar para a tabela copiada"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabela de Manutenção"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Desfragmentar tabela"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabela %s foi limpa"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Limpar a tabela (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Remover dados ou tabela"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Esvaziar a tabela (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Remover a tabela (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Manutenção da partição"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partição %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analizar"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Checar"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Otimizar"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Reconstruir"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Reparar"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Remover partição"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Verificar integridade referencial:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Mostrar tabelas"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Uso do espaço"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efetivo"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Estatísticas do registros"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "estático"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinâmico"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Tamanho do registro"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Tamanho do registro"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Erro ao criar chave externa no %1$s (check data types)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Relações internas"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12411,116 +12391,116 @@ msgstr ""
"Uma relação interna é desnecessária quando uma CHAVE ESTRANGEIRA "
"correspondente existe."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Restrição de chave estrangeira"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Espacial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Procurar valores distintos"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Adicionar chave primária"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Adicionar índice único"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Adicionar índice SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
#, fuzzy
msgid "Add FULLTEXT index"
msgstr "Adicionar índice FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Nenhum"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabela %s foi eliminada"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Uma chave primária foi adicionada a %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Um índice foi adicionado a %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
msgstr "Exibir versões"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Remover coluna(s)"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Visualização para impressão"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Ver relações"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Propor estrutura da tabela"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Adicionar coluna"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "No final da tabela"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "No início da tabela"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Depois %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Criar um índice em %s colunas"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "particionado"
@@ -12716,7 +12696,7 @@ msgstr "Você não tem direitos suficientes para estar aqui agora!"
msgid "The profile has been updated."
msgstr "O perfil foi atualizado."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nome da VISÃO"
@@ -13986,6 +13966,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está com valor 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Exportar"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilégios"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ro.po b/po/ro.po
index 6273fc3b6e..f262652843 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-06-30 17:07+0200\n"
"Last-Translator: Alex Marin \n"
"Language-Team: romanian \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Arată toate"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"închisă, sau fereastra-părinte blochează ferestrele din cauza securității "
"sistemului."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Caută"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Caută"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Execută"
@@ -100,7 +101,7 @@ msgstr "Descriere"
msgid "Use this value"
msgstr "Folosește această valoare"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Baza de date %1$s a fost creată."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Comentarii referitoare la baza de date: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Comentarii tabel"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Coloană"
@@ -147,11 +148,11 @@ msgstr "Coloană"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Coloană"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tip"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nul"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Setare de bază"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Trimitere la"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Comentarii"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nu"
@@ -243,27 +244,27 @@ msgstr "Nu"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Da"
@@ -285,88 +286,21 @@ msgstr "Selectează tot"
msgid "Unselect All"
msgstr "Deselectează tot"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Cîmpul de denumire al bazei de date este gol!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Baza de date %1$s a fost redenumită în %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Baza de date %1$s a fost copiata la %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Redenumire bază de date în"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Elimină baza de date"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Baza de date %s a fost aruncată."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Ștergeți baza de date (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Copiază baza de date"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Numai structura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Structura și date"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Numai date"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREEAZĂ BAZA DE DATE înainte de copiere"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Adăugare %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Adaugă valoare pentru AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Adaugă constrângeri"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Schimbă la tabela copiată"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Interclasare"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"Opțiunile adiționale pentru folosirea tabelelor intercalate au fost "
"dezactivate. Pentru a afla de ce, click %saici%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editați sau exportați schema relațională"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabel"
@@ -396,41 +326,41 @@ msgstr "Tabel"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Linie"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Mărime"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "în folosință"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Creare"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Ultima actualizare"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Ultima verficare"
@@ -454,7 +384,7 @@ msgstr "Schimbă la tabela copiată"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -469,17 +399,17 @@ msgstr "Nu s-a găsit niciun tabel în baza de date"
msgid "unknown"
msgstr "necunoscut"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabelul %s a fost golit"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Vizualizarea %s a fost eliminată"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabelul %s a fost aruncat"
@@ -492,7 +422,7 @@ msgstr "Monitorizarea este activată."
msgid "Tracking is not active."
msgstr "Monitorizarea nu este activată."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -500,12 +430,12 @@ msgid ""
msgstr ""
"Această vedere are minim acest număr de rânduri. Vedeți %sdocumentation%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vizualizare"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s este motorul de stocare stabilit implicit pe acest server MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Cele bifate:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Marchează toate"
@@ -543,50 +473,51 @@ msgstr "Marchează toate"
msgid "Check tables having overhead"
msgstr "Verificare depășit"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportă"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Vizualizare imprimare"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Golește"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Aruncă"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Verificare tabel"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizare tabel"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparare tabel"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizare tabel"
@@ -594,11 +525,11 @@ msgstr "Analizare tabel"
msgid "Add prefix to table"
msgstr "Adaugă prefix la tabelă"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Înlocuiește prefixul tabelei"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Copiază tabelul cu prefix"
@@ -611,20 +542,20 @@ msgstr "Dicționar de date"
msgid "Tracked tables"
msgstr "Tabelele urmărite"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Baza de date"
@@ -640,9 +571,9 @@ msgstr "Creat(ă)"
msgid "Updated"
msgstr "Actualizat(ă)"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Stare"
@@ -650,14 +581,14 @@ msgstr "Stare"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Acțiune"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Afișează"
@@ -694,7 +625,7 @@ msgstr "Instantaneu al structurii"
msgid "Untracked tables"
msgstr "Tabele fără monitorizare"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Monitorizează tabel"
@@ -752,7 +683,7 @@ msgstr "Modul de export"
msgid "Value for the column \"%s\""
msgstr "Valoare pentru coloana \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -761,7 +692,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -898,7 +829,7 @@ msgstr ""
"Nu au putut fi încărcate modulele adiționale de import, vă rog verificați "
"instalarea!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Semnul de carte %s a fost creat"
@@ -920,10 +851,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Comanda dumneavoastră SQL a fost executată cu succes"
@@ -948,7 +879,7 @@ msgstr "Comenzile \"DROP DATABASE\" sînt dezactivate."
msgid "Do you really want to execute \"%s\"?"
msgstr "Sigur doriți să "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Sunteți pe cale să DISTRUGEȚI o întreagă bază de date!"
@@ -989,7 +920,7 @@ msgstr "Adaugă Index"
msgid "Edit Index"
msgstr "Editează Index"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Adaugă %d coloană(e)"
@@ -1021,8 +952,8 @@ msgstr "Parolele nu corespund!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Adaugă utilizator"
@@ -1046,9 +977,9 @@ msgstr "Închide"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1077,7 +1008,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Total"
@@ -1293,7 +1224,7 @@ msgstr "Versiuni"
msgid "Traffic"
msgstr "Trafic"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1319,12 +1250,12 @@ msgstr "Aliniere la grilă"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Nici unul(a)"
@@ -1521,10 +1452,10 @@ msgid "Explain output"
msgstr "Explică SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Timp"
@@ -1630,10 +1561,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importă"
@@ -1689,9 +1620,9 @@ msgstr "Variabilă / formulă folosită"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Renunță"
@@ -1719,9 +1650,9 @@ msgstr "Șterge Coloană"
msgid "Adding Primary Key"
msgstr "Se adaugă Cheia Primară"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "E bine"
@@ -1763,19 +1694,19 @@ msgstr "Ascunde index-uri"
msgid "Show indexes"
msgstr "Arată index-uri"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Dezactivare verificări de cheie străine"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Activat"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1848,8 +1779,8 @@ msgstr "Afișează casuță interogare"
msgid "No rows selected"
msgstr "Niciun rând selectat"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Schimbare"
@@ -1857,8 +1788,8 @@ msgstr "Schimbare"
msgid "Query execution time"
msgstr "Durata de execuție a interogării"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d nu este un număr valid de rînduri."
@@ -1867,8 +1798,8 @@ msgstr "%d nu este un număr valid de rînduri."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Salveaza"
@@ -1934,12 +1865,12 @@ msgstr "Operațiuni asupra rezultatelor interogării"
msgid "Data point content"
msgstr "Mărime pointer date"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignoră"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Copiază"
@@ -1959,7 +1890,7 @@ msgstr "Alegeți cheia străină"
msgid "Please select the primary key or a unique key"
msgstr "Vă rugăm să alegeți cheia primară sau o cheie unică"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Selectează coloana pentru afișare"
@@ -2060,7 +1991,7 @@ msgstr "Generează"
msgid "Change Password"
msgstr "Schimbare parolă"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mai mult"
@@ -2451,13 +2382,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Eroare"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Comanda SQL"
@@ -2528,7 +2459,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Motoare"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Creare profil"
@@ -2555,165 +2486,166 @@ msgstr "%s zile, %s ore, %s minute și %s secunde"
msgid "Missing parameter:"
msgstr "Rutine"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Începe"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Următorul"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Sfîrșit"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Sari la baza de date "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funcționalitatea %s este afectată de o eroare cunoscută, vedeți %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "Click pentru a selecta"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Structură"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Inserare"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Navigare"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operații"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Caută în calculatorul tău:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "director de încărcare al serverului Web"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Directorul stabilit pentru încărcare nu poate fi găsit"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Nu sunt fișiere pentru încărcare"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Execută"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Listare"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Fișierul de configurare existent (%s) nu poate fi citit."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Permisiuni greșite asupra fișierului de configurare, acesta nu ar trebui să "
"aibă permisiuni de scriere pentru oricine!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Dimensiune font"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Crescătoare"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Descrescător"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sortare"
@@ -2741,8 +2673,8 @@ msgid "Use Tables"
msgstr "Utilizare tabele"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Sau"
@@ -2811,13 +2743,13 @@ msgstr[2] "%s rezultat(e) în interiorul tabelului %s"
msgid "Delete the matches for the %s table?"
msgstr "Ștergeți potrivirile pentru tabelul %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2849,193 +2781,193 @@ msgstr "În interiorul tabelei(lor):"
msgid "Inside column:"
msgstr "In interiorul coloanei::"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "Directorul de bază pentru date"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Adaugă/șterge coloane"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Dum"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Număr de cîmpuri"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Lun"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "orizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "orizontal (colontitlu rotativ)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertical"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "Capete de tabel la fiecare %s rânduri"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sortare după cheie"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opțiuni"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Texte parțiale"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Texte întregi"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Cheie relațională"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Relational display field"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Afişează conţinut binar"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Afişează conţinut BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Afișează conținutul binar ca HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Ascunde transformarea browser-ului"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Text Bine Cunoscut"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
#, fuzzy
msgid "Well Known Binary"
msgstr "Binar Bine Cunoscut"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Linia a fost ștearsă"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Oprește"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Poate fi aproximativ. Vezi FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "în interogarea"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Afișează înregistrări"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "comanda a durat %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operațiuni asupra rezultatelor interogării"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Vizualizare listare (împreună cu text)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Arată schema PDF"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Creare relație"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Legatură nevalidă"
@@ -3102,29 +3034,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Deschide fereastră phpMyAdmin nouă"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Trebuie sa aveti activat \"cookies\"."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Trebuie sa aveti activat \"cookies\"."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Index nu este definit!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indexuri"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unic"
@@ -3137,6 +3069,16 @@ msgstr "Împachetat"
msgid "Cardinality"
msgstr "Cardinalitate"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Interclasare"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3159,94 +3101,94 @@ msgid ""
"removed."
msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Baze de date"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
#, fuzzy
msgid "Tracking"
msgstr "Urmărire"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Declanșatori"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabelul pare a fi gol!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Baza de date pare a fi goală!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Interogare prin exemplu"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Drepturi de acces"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutine"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Evenimente"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Utilizatori"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sincronizați"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Jurnal binar"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variabile"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Seturi de caractere"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motoare"
@@ -3312,53 +3254,53 @@ msgstr "%s a fost dezactivat pentru acest server MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Acest server MySQL nu susține motorul de stocare %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "status tabel necunoscut: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Baza de date sursă"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Tema %s nu a fost găsită!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Bază de date nevalidă"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Denumire de tabel nevalidă"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Eroare la redenumirea tabelului %1$s în %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabelului %s i s-a dat un numele de %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3371,16 +3313,16 @@ msgstr ""
msgid "Function"
msgstr "Funcție"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operand"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Valoare"
@@ -3397,63 +3339,63 @@ msgstr "Caută"
msgid "Edit/Insert"
msgstr "Inserare"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Selectează cîmpurile (cel puțin unul):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Adaugă condiție de căutare (parte a comenzii \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Numărul de înregistrări pe pagină"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Ordine de afișare:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Caută printre valori necunoscute"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "Comanda SQL"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Execută o interogare prin exemplu (metacaracter: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Execută o interogare prin exemplu (metacaracter: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "PHP extension to use"
msgid "How to use"
msgstr "Extensia PHP de utilizat"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3799,14 +3741,14 @@ msgstr "Tabele"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Date"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Asupra"
@@ -3833,25 +3775,25 @@ msgstr "Verifică privilegiile pentru baza de date "%s"."
msgid "Check Privileges"
msgstr "Verifică privilegiile"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Failed to read configuration file"
msgstr "Nu s-a putut încărca configurația implicită din: „%1$s”"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Nu s-a putut încărca configurația implicită din: „%1$s”"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3863,37 +3805,37 @@ msgstr ""
"Directiva $cfg['PmaAbsoluteUri'] TREBUIE să fie stabilită în "
"fișierul de configurare!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Index de server nevalid: „%s”"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Gazdă nevalidă pentru serverul %1$s. Vă rugăm să revizuiți configurația "
"dumneavoastră."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Metodă de autentificare nevalidă stabilită în configurație:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Ar trebui sa reactualizati serverul %s %s la o versiune mai noua."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "cheie numerica detectată"
@@ -3926,38 +3868,38 @@ msgstr "Citare neînchisă"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Dezactivat"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Structură"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4086,8 +4028,8 @@ msgid "Allow users to customize this value"
msgstr "Permite utilizatorilor să customizeze această valoare"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Resetare"
@@ -4369,7 +4311,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Timpul maxim de execuție"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Salvează ca fișier"
@@ -4378,7 +4320,7 @@ msgid "Character set of the file"
msgstr "Setul de caractere al fișierului"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4391,27 +4333,25 @@ msgstr "Compresie"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Pune numele coloanelor în primul rând"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Coloane încadrate de"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4431,14 +4371,12 @@ msgstr "Șterge caracterele terminatoare de linie CRLF din cadrul coloanelor"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Coloane terminate de"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linii terminate de"
@@ -4466,7 +4404,7 @@ msgstr "Șablon nume tabel"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4479,8 +4417,8 @@ msgid "Include table caption"
msgstr "Include captură tabel"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Captură tabel"
@@ -4489,20 +4427,20 @@ msgid "Continued table caption"
msgstr "Continuare captură tabel"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Tasta label"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Tip MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Legături"
@@ -4525,6 +4463,11 @@ msgstr "Suprascrie fișier(e) existent(e)"
msgid "Remember file name template"
msgstr "Șablon reține nume fișier"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Adaugă valoare pentru AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Utilizați apostroful pentru numele tabelelor și a coloanelor"
@@ -4535,7 +4478,7 @@ msgid "SQL compatibility mode"
msgstr "Regim de compatibilitate SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "opțiuni CREARE TABLE:"
@@ -4548,10 +4491,17 @@ msgid "Use delayed inserts"
msgstr "Folosește inserări întîrziate"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Dezactivare verificări de cheie străine"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Adăugare %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Folosește hexazecimale pentru BLOB"
@@ -4565,7 +4515,7 @@ msgid "Syntax to use when inserting data"
msgstr "Sintaxa ce va fi folosită la inserarea datelor"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Lungimea maximă a interogării create"
@@ -4575,7 +4525,7 @@ msgid "Export type"
msgstr "Modul de export"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Cuprinde exportarea într-o tranzacție"
@@ -4632,7 +4582,6 @@ msgstr "Opțiuni de exportare a bazei de date"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5003,14 +4952,12 @@ msgid "Partial import: allow interrupt"
msgstr "Import parțial: permite întreruperi"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Nu abandona la întâmpinarea unei erori INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Înlocuiește datele tabelului cu fișier"
@@ -5027,7 +4974,6 @@ msgid "Format of imported file"
msgstr "Formatul fișierului importat"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Folosește cuvîntul-cheie LOCAL"
@@ -5037,7 +4983,7 @@ msgid "Column names in first row"
msgstr "Pune numele coloanelor în primul rând"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Nu importa rânduri goale"
@@ -6214,7 +6160,7 @@ msgstr "Are nevoie de SQL Validator pentru a fi activată"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parola"
@@ -6393,14 +6339,12 @@ msgstr "Autentificare Signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV folosind LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Foaie de calcul Open Document"
@@ -6488,7 +6432,7 @@ msgstr "Extensia %s lipsește. Vă rugăm să vă verificați configurația PHP.
msgid "possible deep recursion attack"
msgstr "posibil atac adânc recursiv"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6496,19 +6440,19 @@ msgstr ""
"Server-ul nu răspunde (sau soclul serverului MySQL local nu este configurat "
"corect)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Serverul nu răspunde"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
"Vă rugăm să verificați drepturile de acces ale directorului ce conține baza "
"de date."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detalii..."
@@ -6555,24 +6499,24 @@ msgid "Create"
msgstr "Creează"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nu există drepturi de acces"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Creare tabel"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nume"
@@ -7252,7 +7196,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL a dat un set de rezultate gol (zero linii)."
@@ -7302,7 +7246,7 @@ msgid "Go to view: %s"
msgstr "Modul de export"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Ascunde"
@@ -7372,11 +7316,11 @@ msgstr ""
"Folosiți tasta TAB pentru a trece de la o valoare la alta sau CTRL+săgeți "
"pentru a merge în oricare direcție"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Afișare interogare SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "ID rînd inserat: %1$d"
@@ -7393,36 +7337,36 @@ msgstr "Nici unul(a)"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Vin"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Trimite"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Sigur doriți să "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Nici o schimbare"
@@ -7629,7 +7573,162 @@ msgstr "Documentație phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Personalizează cadrul principal"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Redenumire bază de date în"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Baza de date %s a fost aruncată."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Elimină baza de date"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Ștergeți baza de date (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Numai structura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Structura și date"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Numai date"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Copiază baza de date"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREEAZĂ BAZA DE DATE înainte de copiere"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Adaugă constrângeri"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Schimbă la tabela copiată"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editați sau exportați schema relațională"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Alterare „ordonare tabel după”"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(individual)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Mută tabelul la (bază_de_date.tabel):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opțiuni tabel"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Redenumire tabel la"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Motor de stocare"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Copiază tabelul la (bază_de_date.tabel):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Schimbă la tabela copiată"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Administrare tabel"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentare tabel"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabelul %s a fost curățat"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Curățarea tabelului (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+msgid "Delete data or table"
+msgstr "Șterge datele urmărite din acest tabel"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Nu sînt baze de date"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analizează"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Verifică"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimizează"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Reconstruiește"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Repară"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Întreținerea partiției"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partiția %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Elimină partiționarea"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Verificarea integrității referinței:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7640,7 +7739,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Conexiune esuata: setari invalide."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7672,42 +7771,42 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Autentificare"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Puteți introduce adresă gazdă/IP și port separate de spațiu."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Nume utilizator:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parolă:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Alegerea serverului"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7715,8 +7814,8 @@ msgstr ""
"Nu ați avut activitate de mai mult de %s secunde, vă rugăm să vă "
"autentificați din nou"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nu pot face conexiunea catre serverul MySQL"
@@ -7748,61 +7847,61 @@ msgstr "Nicio cheie valida de autentificare conectată"
msgid "Authenticating..."
msgstr "Se autentifică..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Linii terminate de"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Cîmpuri încadrate de"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Cîmpuri realizate de"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Linii terminate de"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Înlocuire NULL cu"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Ediția Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Databases display options"
@@ -7810,21 +7909,21 @@ msgid "Data dump options"
msgstr "Opțiuni de afișare a bazelor de date"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Salvarea datelor din tabel"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Eveniment"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7833,23 +7932,23 @@ msgstr "Eveniment"
msgid "Definition"
msgstr "Descriere"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Structura de tabel pentru tabelul"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Structură pentru vizualizare"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7866,47 +7965,47 @@ msgstr "(continuare)"
msgid "Structure of table @TABLE@"
msgstr "Structura tabelului @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opțiuni de transformare"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Captură tabel"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Dezactivare verificări de cheie străine"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Arată comentariile coloanei"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Tipuri MIME disponibile"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7914,34 +8013,34 @@ msgstr "Tipuri MIME disponibile"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Gazda"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Timp de generare"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versiune server"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versiune PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Modul de export"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7957,146 +8056,146 @@ msgstr "(Generează un raport conținînd datele unui singur tabel)"
msgid "Report title:"
msgstr "Titlu raport"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Adăugare comentariu la antet (\\n înseamnă delimitare de rînd)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Comenzi"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Comenzi"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opțiuni de transformare"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Proceduri"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funcții"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Restrictii pentru tabele sterse"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Restrictii pentru tabele"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TIPURI MIME PENTRU TABEL"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELAȚII PENTRU TABEL"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8117,8 +8216,8 @@ msgstr "Vizualizare"
msgid "Export contents"
msgstr "Modul de export"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8137,115 +8236,106 @@ msgstr ""
msgid "Column names: "
msgstr "Denumirile coloanelor"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Invalid field count in CSV input on line %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Denumire tabel"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Denumirile coloanelor"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Modulul opțional nu suportă importuri comprimate!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Invalid field count in CSV input on line %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "File %s does not contain any key id"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "Regim de compatibilitate SQL"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8443,7 +8533,7 @@ msgid "Enabled"
msgstr "Activat"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Facilități generale"
@@ -8513,7 +8603,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Nu există descriere"
@@ -8565,7 +8655,7 @@ msgstr "Stare sclav"
msgid "Variable"
msgstr "Variabil"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID server"
@@ -8589,8 +8679,8 @@ msgstr "Oricare utilizator"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Utilizare cîmp text"
@@ -8686,7 +8776,7 @@ msgstr "Detalii"
msgid "Event name"
msgstr "Tip eveniment"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Tip eveniment"
@@ -9124,12 +9214,12 @@ msgstr "Sumar"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Proprietăți"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -9172,6 +9262,10 @@ msgstr "Selectează tabele"
msgid "Select Tables"
msgstr "Selectează tabele"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Denumirile coloanelor"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9455,14 +9549,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Drepturi specifice de tabele"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Important: numele drepturilor de acces MySQL apar în engleză"
@@ -9471,12 +9565,12 @@ msgid "Administration"
msgstr "Administrare"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Privilegii globale"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Drepturi specifice bazei de date"
@@ -9536,16 +9630,16 @@ msgid "Users having access to "%s""
msgstr "Utilizatorul are acces la "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Utilizator"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Permite"
@@ -9556,8 +9650,8 @@ msgid "User has been added."
msgstr "Vizualizarea %s a fost eliminată"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Oricare"
@@ -9573,14 +9667,14 @@ msgstr "specific bazei de date"
msgid "wildcard"
msgstr "Metacaracter"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nu s-a găsit nici un utilizator."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Editează drepturile de acces"
@@ -9588,110 +9682,98 @@ msgstr "Editează drepturile de acces"
msgid "Revoke"
msgstr "Revocare"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Exportă"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... menține cel vechi."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... șterge cel vechi din tabelul de utilizatori."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Schimbă informațiile de autentificare/Copiază utilizator"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Drepturi specifice coloanei"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Adaugă drepturi la baza de date următoare"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Adaugă drepturi la următorul tabel"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Eliminarea utilizatorilor selectați"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nici un utilizator ales pentru ștergere!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Reîncărcarea drepturilor"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Utilizatorii selectați au fost eliminați."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ați actualizat privilegiile pentru %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Drepturi de acces"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Drepturi de acces"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Descriere utilizator"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9704,11 +9786,11 @@ msgstr ""
"În acest caz, reîncărcați de aici înainte de a continua %sreîncărcarea "
"drepturilor%s."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Ați adăugat un nou utilizator."
@@ -9762,11 +9844,11 @@ msgstr "Calendar"
msgid "Columns"
msgstr "Denumirile coloanelor"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Pune semn de carte la această comandă SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Permite tuturor utilizatorilor să acceseze acest semn de carte"
@@ -9893,8 +9975,8 @@ msgstr ""
"backslash, escape sau ghilimele, folosind formatul: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9948,13 +10030,13 @@ msgstr "Nici unul(a)"
msgid "As defined:"
msgstr "Conform definiției:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primar"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tot textul"
@@ -9968,23 +10050,18 @@ msgstr ""
msgid "after %s"
msgstr "După %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Adaugă %s cîmp(uri)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Trebuie să adăugați cel puțin un cîmp."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Motor de stocare"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definiție PARTIȚIE"
@@ -9995,7 +10072,7 @@ msgstr "Definiție PARTIȚIE"
msgid "Manage your settings"
msgstr "Facilități generale"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -10045,7 +10122,7 @@ msgstr "MySQL connection collation"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10236,148 +10313,148 @@ msgstr "Arată/ascunde meniul stîng"
msgid "Save position"
msgstr "Salvează poziție"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Creare relație"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Reîncarcă"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Ajutor"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Legături unghiulare"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Legături directe"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Aliniere la grilă"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Comutare mare/mică"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Pentru a alege relația, faceți clic:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Trimite comanda"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Mutare meniu"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Arată/ascunde toate"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Arată/ascunde tabele fără realție"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Număr de tabele"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Șterge relația"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operator relațional"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Cu excepția"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "subinterogare"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Redenumire tabel la"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nume nou"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agregat"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opțiuni tabel"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Pagina a fost creată"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Pagina nu a putut fi creată"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Pagină"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Import fișiere"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Exportă/Importă la scală"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Creează un nou index"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Nume utilizator"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exportă/Importă la scală"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "recomandat"
@@ -10385,7 +10462,7 @@ msgstr "recomandat"
msgid "Error: relation already exists."
msgstr "Eroare: relația deja există."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Eroare: Relația nu a fost adăugată."
@@ -10393,7 +10470,7 @@ msgstr "Eroare: Relația nu a fost adăugată."
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Relație internă adăugată"
@@ -10401,11 +10478,11 @@ msgstr "Relație internă adăugată"
msgid "Relation deleted"
msgstr "Relație ștearsă"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Eroare la salvarea coordonatelor pentru Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Modificările au fost salvate"
@@ -10413,67 +10490,67 @@ msgstr "Modificările au fost salvate"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Nu se pot salva setările, formularul trimis conține erori"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Nu s-a putut importa configurația"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Configurația conține date incorecte pentru anumite câmpuri."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Doriți să importați setările rămase?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Salvat pe: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importați din fișier"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importați din depozitul browser-ului"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"Setările vor fi importate din depozitul local al browser-ului dumneavoastră."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Nu aveți setări salvate!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Această facilitate nu este suportată de browser-ul dumneavoastră web"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10490,43 +10567,43 @@ msgstr "Toate"
msgid "%s table not found or not set in %s"
msgstr "%s tabelul nu a fost găsit sau nu este stabilit în %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tabelul „%s” nu există!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Selectați jurnalul binar pentru vizualizare"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Fișiere"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Truncare comenzi afișate"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Afișare comandă întreagă"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Denumire jurnal"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Poziție"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Pozitie originală"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informație"
@@ -10615,17 +10692,17 @@ msgstr ""
msgid "disabled"
msgstr "Dezactivat"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Utilizatorul %s există deja!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Șterge %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Drepturile au fost reîncarcate cu succes."
@@ -12280,34 +12357,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Sigur doriți să "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Afișare ca și cod PHP"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Validează SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Rezultat SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generat de"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Probleme cu indexul tabelului `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etichetă"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabelul %1$s a fost alterat cu succes"
@@ -12406,87 +12483,87 @@ msgstr "Tabelul %1$s a fost creat."
msgid "View dump (schema) of table"
msgstr "Vizualizarea schemei tabelului"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Adaugă/șterge coloane"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Număr de fișiere-jurnal"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Trimite"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Denumire tabel"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Numele cheii primare trebuie să fie... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Nu puteți redenumi index-ul la un nume PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Nu sînt definite părți din index!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Regim de redactare"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Nume index :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(Numele „PRIMARY” trebuie să fie numai la cheia primară!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tip index :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Adaugă la coloana(ele) index %s "
@@ -12509,158 +12586,60 @@ msgstr "Tabelul %s a fost mutat la %s."
msgid "Table %s has been copied to %s."
msgstr "Tabelul %s a fost copiat la %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Numele de tabel este gol!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Alterare „ordonare tabel după”"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(individual)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Mută tabelul la (bază_de_date.tabel):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opțiuni tabel"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Redenumire tabel la"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Copiază tabelul la (bază_de_date.tabel):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Schimbă la tabela copiată"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Administrare tabel"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentare tabel"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabelul %s a fost curățat"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Curățarea tabelului (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-msgid "Delete data or table"
-msgstr "Șterge datele urmărite din acest tabel"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Nu sînt baze de date"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Întreținerea partiției"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partiția %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analizează"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Verifică"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimizează"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Reconstruiește"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Repară"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Elimină partiționarea"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Verificarea integrității referinței:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Arată tabelele"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Utilizare spațiu"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efectiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statisticile rîndului"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamic"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Lungime linie"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Mărime rând"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Relații interne"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12668,118 +12647,118 @@ msgstr ""
"Nu este necesară o relație internă atunci cînd există o cheie externă "
"corespondentă."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
#, fuzzy
msgid "Foreign key constraint"
msgstr "Constrângeri ale cheii străine"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Răsfoiește valori distincte"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Nici unul/una"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabelul %s a fost aruncat"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "A fost adăugată o cheie primară la %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "A fost adăugat un index la %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Arată informația PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add columns"
msgid "Move columns"
msgstr "Adaugă coloane"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Vizualizare imprimare"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Vizualizare relațională"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Propune structura de tabele"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Adaugă %s cîmp(uri)"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "La sfîrșitul tabelului"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "La începutul tabelului"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "După %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Creează un index pe %s coloană"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partiționat"
@@ -12961,7 +12940,7 @@ msgstr "Nu dețineți drepturi de acces pentru a vă afla aici!"
msgid "The profile has been updated."
msgstr "Profilul a fost actualizat."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Denumire VIZIUNE"
@@ -14159,6 +14138,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert este setat la 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Exportă"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Drepturi de acces"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ru.po b/po/ru.po
index 152b316321..e38c86fef5 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-27 17:27+0200\n"
"Last-Translator: Victor Volkov \n"
"Language-Team: russian \n"
@@ -11,17 +11,17 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"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.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Показать все"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"родительское окно или ваш браузер блокирует межоконные обновления из-за "
"настроек безопасности."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Поиск"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Поиск"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "OK"
@@ -100,7 +101,7 @@ msgstr "Описание"
msgid "Use this value"
msgstr "Использовать это значение"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "База данных %1$s была создана."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Комментарий к базе данных: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Комментарий к таблице"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Поле"
@@ -147,11 +148,11 @@ msgstr "Поле"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Поле"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Тип"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "По умолчанию"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Связи"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Комментарии"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Нет"
@@ -243,27 +244,27 @@ msgstr "Нет"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Да"
@@ -285,88 +286,21 @@ msgstr "Выделить все"
msgid "Unselect All"
msgstr "Снять выделение"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Не указано имя базы данных!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "База данных %1$s переименована в %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "База данных %1$s скопирована в %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Переименовать базу данных в"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Удалить базу данных"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "База данных %s была удалена."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Удалить базу данных (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Скопировать базу данных в"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Только структура"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Структура и данные"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Только данные"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Перед копированием создать базу данных (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Добавить %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Добавить AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Добавить ограничения"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Переключиться на скопированную базу данных"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Сравнение"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"Некоторые из расширенных возможностей phpMyAdmin недоступны. Для определения "
"причины нажмите %sздесь%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Редакция или экспорт схемы связей"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Таблица"
@@ -396,41 +326,41 @@ msgstr "Таблица"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Строки"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Размер"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "используется"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Создание"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Последнее обновление"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Последняя проверка"
@@ -454,7 +384,7 @@ msgstr "Переключиться на %sвизуальный составит
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -469,17 +399,17 @@ msgstr "Таблиц в базе данных не найдено"
msgid "unknown"
msgstr "неизвестно"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Таблица %s была очищена"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Представление %s было удалено"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Таблица %s была удалена"
@@ -492,7 +422,7 @@ msgstr "Слежение включено."
msgid "Tracking is not active."
msgstr "Слежение выключено."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -501,12 +431,12 @@ msgstr ""
"Данное представление имеет, по меньшей мере, указанное количество строк. "
"Пожалуйста, обратитесь к %sдокументации%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Представление"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -522,21 +452,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s - тип таблиц данного MySQL сервера устанавливаемый по умолчанию."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "С отмеченными:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Отметить все"
@@ -544,50 +474,51 @@ msgstr "Отметить все"
msgid "Check tables having overhead"
msgstr "Отметить требующие оптимизации"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Экспорт"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Версия для печати"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Очистить"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Удалить"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Проверить таблицу"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Оптимизировать таблицу"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Восстановить таблицу"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Анализ таблицы"
@@ -595,11 +526,11 @@ msgstr "Анализ таблицы"
msgid "Add prefix to table"
msgstr "Добавить префикс таблицы"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Заменить префикс таблицы"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Копировать таблицу с префиксом"
@@ -611,20 +542,20 @@ msgstr "Словарь данных"
msgid "Tracked tables"
msgstr "Отслеживаемые таблицы"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "База данных"
@@ -640,9 +571,9 @@ msgstr "Создан"
msgid "Updated"
msgstr "Обновлён"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Состояние"
@@ -650,14 +581,14 @@ msgstr "Состояние"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Действие"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Показать"
@@ -690,7 +621,7 @@ msgstr "Обзор структуры"
msgid "Untracked tables"
msgstr "Неотслеживаемые таблицы"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Отслеживать таблицу"
@@ -742,7 +673,7 @@ msgstr "Ошибочный тип экспорта"
msgid "Value for the column \"%s\""
msgstr "Значение для поля \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Используйте в качестве основного слоя OpenStreetMaps"
@@ -751,7 +682,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Геометрия"
@@ -878,7 +809,7 @@ msgstr ""
"Отсутствуют модули импорта. Проверьте содержимое установленной копии "
"phpMyAdmin!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Закладка "%s" создана"
@@ -906,10 +837,10 @@ msgstr ""
"означает, что phpMyAdmin не сможет завершить процесс импорта до тех пор, "
"пока не будет увеличено ограничение времени выполнения php-сценариев."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL-запрос был успешно выполнен"
@@ -931,7 +862,7 @@ msgstr "Команда \"DROP DATABASE\" (удалить базу данных)
msgid "Do you really want to execute \"%s\"?"
msgstr "Вы действительно хотите выполнить запрос \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "База данных будет полностью УДАЛЕНА!"
@@ -971,7 +902,7 @@ msgstr "Добавить индекс"
msgid "Edit Index"
msgstr "Редактировать индекс"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Добавить %d поле(я) к индексу"
@@ -1001,8 +932,8 @@ msgstr "Некорректное подтверждение пароля!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Добавить пользователя"
@@ -1022,9 +953,9 @@ msgstr "Закрыть"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1050,7 +981,7 @@ msgstr "Статические данные"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Всего"
@@ -1250,7 +1181,7 @@ msgstr "Вопросы"
msgid "Traffic"
msgstr "Трафик"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Настройки"
@@ -1270,12 +1201,12 @@ msgstr "Добавить график к сетке"
msgid "Please add at least one variable to the series"
msgstr "Пожалуйста, добавьте в серию хотя бы одну переменную"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Нет"
@@ -1463,10 +1394,10 @@ msgid "Explain output"
msgstr "Анализ результатов"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Время"
@@ -1560,10 +1491,10 @@ msgstr ""
"Ошибка построения сетки графика из импортированной конфигурации. Сброшено на "
"изначальную конфигурацию..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Импорт"
@@ -1611,9 +1542,9 @@ msgstr "Использованная переменная / формула"
msgid "Test"
msgstr "Тест"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Отмена"
@@ -1641,9 +1572,9 @@ msgstr "Удаление столбца"
msgid "Adding Primary Key"
msgstr "Добавление первичного ключа"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1683,15 +1614,15 @@ msgstr "Скрыть индексы"
msgid "Show indexes"
msgstr "Отображать индексы"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Проверка внешних ключей:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Включено)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Отключено)"
@@ -1759,8 +1690,8 @@ msgstr "Отобразить поле запроса"
msgid "No rows selected"
msgstr "Для совершения действия необходимо выбрать одну или несколько строк"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Изменить"
@@ -1768,8 +1699,8 @@ msgstr "Изменить"
msgid "Query execution time"
msgstr "Время выполнения запроса"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "Число %d не является правильным номером строки."
@@ -1778,8 +1709,8 @@ msgstr "Число %d не является правильным номером
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Сохранить"
@@ -1837,12 +1768,12 @@ msgstr "Результаты запроса"
msgid "Data point content"
msgstr "Содержание точки данных"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Игнорировать"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Копировать"
@@ -1864,7 +1795,7 @@ msgstr ""
"Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) "
"индексом"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Выбор отображаемого столбца"
@@ -1958,7 +1889,7 @@ msgstr "Генерировать"
msgid "Change Password"
msgstr "Изменить пароль"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Ещё"
@@ -2335,13 +2266,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Ошибка"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-запрос"
@@ -2409,7 +2340,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Быстрая правка"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Профилирование"
@@ -2434,155 +2365,156 @@ msgstr "%s дней, %s часов, %s минут и %s секунд"
msgid "Missing parameter:"
msgstr "Отсутствующий параметр:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Начало"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Предыдущая"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Следующая"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Конец"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Перейти к базе данных "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
"Работа параметра "%s" подвержена ошибке, описание смотрите на %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Кликните для переключения"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Структура"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Вставить"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Обзор"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Операции"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Обзор вашего компьютера:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Выберите из каталога загрузки сервера %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Установленный каталог загрузки не доступен"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Файлы для загрузки отсутствуют"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Выполнить"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Печать"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Невозможно прочесть существующий конфигурационный файл (%s)."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"На конфигурационный файл выставлены неверные права разрешающие запись для "
"всех!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Размер шрифта"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "По возрастанию"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "По убыванию"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Отсортировать"
@@ -2608,8 +2540,8 @@ msgid "Use Tables"
msgstr "Использовать таблицы"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Или"
@@ -2676,13 +2608,13 @@ msgstr[2] "%1$s соответствий в таблице %2$s
msgid "Delete the matches for the %s table?"
msgstr "Удалить соответствия для таблицы %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2712,130 +2644,130 @@ msgstr "В таблицах:"
msgid "Inside column:"
msgstr "В поле:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Сохранить отредактированные данные"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Восстановить порядок столбцов"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Начальная строка"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Количество строк"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Режим"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "горизонтальном"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "горизонтальном (повернутые заголовки)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "вертикальном"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Заголовки каждые %s строк"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Сортировать по индексу"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Параметры"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Сокращенные тексты"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Полные тексты"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Ссылочный ключ"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Отображение связанного поля"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Показать бинарные данные"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Показать BLOB содержимое"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Показывать бинарные данные в виде HEX значений"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Скрыть преобразование"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Текст (WKT)"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Бинарный (WKB)"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Запись была удалена"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Завершить"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2843,44 +2775,44 @@ msgstr ""
"Может быть приблизительно. Смотрите [a@./Documentation."
"html#faq3_11@Documentation]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "по запросу"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Отображает строки"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "всего"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Запрос занял %01.4f сек."
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Использование результатов запроса"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Версия для печати (полностью)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Отобразить график"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Визуализация GIS данных"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Создать представление"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Связь не найдена"
@@ -2950,27 +2882,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Открыть phpMyAdmin в новом окне"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Для полноценной работы необходима поддержка cookies браузером."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Для полноценной работы необходима поддержка Javascript браузером"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Индекс не определен!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Индексы"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Уникальный"
@@ -2983,6 +2915,16 @@ msgstr "Упакован"
msgid "Cardinality"
msgstr "Уникальных элементов"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Сравнение"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3005,93 +2947,93 @@ msgid ""
"removed."
msgstr "Индексы %1$s и %2$s равнозначны и один из них может быть удалён."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Базы данных"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Сервер"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Слежение"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Триггеры"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Таблица - пуста!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Пустая база данных!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Запрос по шаблону"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Привилегии"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Процедуры"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "События"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Дизайнер"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Пользователи"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Синхронизировать"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Бинарный журнал"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Переменные"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Кодировки"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Расширения"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Типы таблиц"
@@ -3156,43 +3098,43 @@ msgstr "Тип таблиц %s был отключен на данном MySQL
msgid "This MySQL server does not support the %s storage engine."
msgstr "Данный сервер MySQL не поддерживает тип таблиц %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "Неизвестный статус таблицы: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "База данных `%s`, являющаяся источником, не найдена!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "База данных `%s`, являющаяся целевой, не найдена!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Некорректная база данных"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Неправильное имя таблицы"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Ошибка при переименовании таблицы %1$s в %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Таблица %1$s была переименована в %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Не получилось сохранить настройки интерфейса таблицы"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3201,7 +3143,7 @@ msgstr ""
"Ошибка при очистке таблицы содержащей настройки пользовательского интерфейса "
"(смотрите переменную $cfg['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3217,16 +3159,16 @@ msgstr ""
msgid "Function"
msgstr "Функция"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Оператор"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Значение"
@@ -3239,58 +3181,58 @@ msgstr "Поиск в таблице"
msgid "Edit/Insert"
msgstr "Редактировать/Вставить"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Выберите поля (не менее одного):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Добавить условия поиска (тело для условия \"WHERE\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Количество строк на странице"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Сортировка:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Использовать данное поле для обозначения каждой точки"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Максимальное количество строк для построения"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Обзор внешних значений"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Добавочный критерий поиска"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Выполнить \"запрос по образцу\" (символ шаблона: \"%\") для двух различных "
"столбцов"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Выполнить \"запрос по образцу\" (групповой символ: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Обзор/Редакция точек"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Как использовать"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Сбросить увеличение"
@@ -3692,14 +3634,14 @@ msgstr "Таблицы"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Данные"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Фрагментировано"
@@ -3724,11 +3666,11 @@ msgstr "Проверить привилегии для базы данных &qu
msgid "Check Privileges"
msgstr "Проверить привилегии"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Ошибка при чтении конфигурационного файла"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3736,12 +3678,12 @@ msgstr ""
"Обычно это означает наличие синтаксических ошибок, пожалуйста, проверьте "
"выведенные ниже ошибки."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Невозможно загрузить изначальную конфигурацию из: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3749,37 +3691,37 @@ msgstr ""
"Директива [code]$cfg['PmaAbsoluteUri'][/code] ДОЛЖНА быть установлена в "
"конфигурационном файле!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Неверный индекс сервера: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Для сервера %1$s указано неверное имя хоста. Исправьте настройки заданные в "
"конфигурационном файле phpMyAdmin."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
"В конфигурационном файле phpMyAdmin установлен неверный метод аутентификации:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Необходимо обновить %s до версии %s или выше."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "попытка перезаписи GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "возможная уязвимость"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "определена числовая клавиша"
@@ -3810,37 +3752,37 @@ msgstr "Закрыт"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Недоступно"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "структура"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "данные"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "структура и данные"
@@ -3961,8 +3903,8 @@ msgid "Allow users to customize this value"
msgstr "Разрешить пользователям изменять данное значение"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Сбросить"
@@ -4246,7 +4188,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Максимальное время выполнения"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Сохранить как файл"
@@ -4255,7 +4197,7 @@ msgid "Character set of the file"
msgstr "Кодировка файла"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Формат"
@@ -4268,27 +4210,25 @@ msgstr "Упаковать"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Поместить названия полей в первой строке"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Значения полей обрамлены"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Символ экранирования"
@@ -4306,14 +4246,12 @@ msgstr "Удалить из полей символы перевода стро
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Разделитель столбцов"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Разделитель строк"
@@ -4339,7 +4277,7 @@ msgstr "Шаблон имени таблицы"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Сохранение таблицы"
@@ -4350,8 +4288,8 @@ msgid "Include table caption"
msgstr "Добавить заголовок таблицы"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Заголовок таблицы"
@@ -4360,20 +4298,20 @@ msgid "Continued table caption"
msgstr "Заголовок таблицы (продолжение)"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Идентификатор метки"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-тип"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Связи"
@@ -4394,6 +4332,11 @@ msgstr "Перезаписать существующий(е) файл(ы)"
msgid "Remember file name template"
msgstr "Запомнить шаблон имени файла"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Добавить AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Заключить названия таблиц и полей в косые кавычки"
@@ -4404,7 +4347,7 @@ msgid "SQL compatibility mode"
msgstr "Режим совместимости SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Параметры CREATE TABLE:"
@@ -4417,10 +4360,17 @@ msgid "Use delayed inserts"
msgstr "Использовать отложенные вставки (DELAYED)"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Отключить проверку внешних ключей"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Добавить %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Использовать шестнадцатеричное отображение для полей типа BLOB"
@@ -4434,7 +4384,7 @@ msgid "Syntax to use when inserting data"
msgstr "Использовать синтаксис при вставке данных"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Максимальная длина создаваемого запроса"
@@ -4443,7 +4393,7 @@ msgid "Export type"
msgstr "Тип экспорта"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Заключить экспорт в транзакцию"
@@ -4502,7 +4452,6 @@ msgstr "Настройте параметры экспорта использу
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4844,14 +4793,12 @@ msgid "Partial import: allow interrupt"
msgstr "Частичный импорт: разрешает прерывание"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Не прерывать при возникновении ошибки во время выполнения INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Заместить данные таблицы данными из файла"
@@ -4868,7 +4815,6 @@ msgid "Format of imported file"
msgstr "Формат импортируемого файла"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Использовать ключевое слово LOCAL"
@@ -4878,7 +4824,7 @@ msgid "Column names in first row"
msgstr "Имена таблиц в первой строке"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Пропускать пустые строки"
@@ -6000,7 +5946,7 @@ msgstr "Требуется подключенный SQL валидатор"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Пароль"
@@ -6176,14 +6122,12 @@ msgstr "Авторизация с помощью Signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV, используя LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6277,22 +6221,22 @@ msgstr "Расширение %s не найдено. Пожалуйста, пр
msgid "possible deep recursion attack"
msgstr "возможная атака глубокой рекурсии"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
"Сервер не отвечает (либо локальный сокет сервера MySQL неверно настроен)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Сервер не отвечает."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Пожалуйста, проверьте привилегии каталога содержащего базу данных."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Детали..."
@@ -6337,24 +6281,24 @@ msgid "Create"
msgstr "Создать"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Нет привилегий"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Создать таблицу"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Имя"
@@ -7007,7 +6951,7 @@ msgid "No data found for GIS visualization."
msgstr "Данные для визуализации GIS не найдены."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL вернула пустой результат (т.е. ноль строк)."
@@ -7055,7 +6999,7 @@ msgid "Go to view: %s"
msgstr "Перейти к представлению (VIEW): %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Скрыть"
@@ -7120,11 +7064,11 @@ msgstr ""
"Для перемещения между полями значения, используйте клавишу TAB, либо CTRL"
"+клавиши со стрелками - для свободного перемещения"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Отображает SQL-запрос"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Идентификатор вставленной строки: %1$d"
@@ -7139,32 +7083,32 @@ msgstr "Нет"
msgid "Convert to Kana"
msgstr "Конвертировать в Кану"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "От"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "До"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Выполнить"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Добавить префикс таблицы"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Добавить префикс"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Вы действительно хотите выполнить данный запрос?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Нет изменений"
@@ -7370,7 +7314,158 @@ msgstr "Документация phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Обновить фрейм навигации"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Переименовать базу данных в"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "База данных %s была удалена."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Удалить базу данных"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Удалить базу данных (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Только структура"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Структура и данные"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Только данные"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Скопировать базу данных в"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Перед копированием создать базу данных (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Добавить ограничения"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Переключиться на скопированную базу данных"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Редакция или экспорт схемы связей"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Изменить сортировку таблицы"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(столбец)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Переместить таблицы в (база данных.таблица):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Параметры таблицы"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Переименовать таблицу в"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Тип таблиц"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Скопировать таблицу в (база данных.таблица):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Переключиться на скопированную таблицу"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Обслуживание таблицы"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Дефрагментировать таблицу"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Обновлен кеш таблицы %s"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Обновить кеш таблицы (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Удалить данные или таблицу"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Очистить таблицу (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Удалить таблицу (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Анализ"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Проверка"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Оптимизация"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Перестройка"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Исправление"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Обслуживание разделов"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Раздел %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Удалить разделение"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Проверить целостность данных:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Для этого формата нет настраиваемых параметров"
@@ -7379,7 +7474,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Соединение невозможно! Неверные настройки."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7410,50 +7505,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Невозможно использование Blowfish из mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Время сессии истекло. Пожалуйста, войдите заново."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Авторизация"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Вы можете ввести хост/IP адрес и порт разделенные пробелом."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервер:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Пользователь:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Пароль:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Выбор сервера"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "Вход без пароля запрещен при конфигурации (смотрите AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
"Отсутствие активности более %s секунд, пожалуйста, авторизуйтесь заново"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Невозможно подключиться к серверу MySQL"
@@ -7484,92 +7579,92 @@ msgstr "Отсутствует действенный подключенный
msgid "Authenticating..."
msgstr "Идентификация..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Разделитель полей:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Значения полей обрамлены:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Символ экранирования:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Разделитель строк:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Заменить NULL на:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Удалить из полей символы разрыва строк"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Версия Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Параметры сохранения данных"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Дамп данных таблицы"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Событие"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Определение"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Структура таблицы"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Структура для представления"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Дублирующая структура для представления"
@@ -7586,37 +7681,37 @@ msgstr "(продолжение)"
msgid "Structure of table @TABLE@"
msgstr "Структура таблицы @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Параметры создания объектов"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Заголовок таблицы (продолжение)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Отобразить связи внешних ключей"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Отобразить комментарии"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Отобразить MIME типы"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7624,33 +7719,33 @@ msgstr "Отобразить MIME типы"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Хост"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Время создания"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Версия сервера"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Версия PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Экспорт имен таблиц"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Экспорт заголовков таблиц"
@@ -7662,7 +7757,7 @@ msgstr "(Создание отчета содержащего данные од
msgid "Report title:"
msgstr "Заголовок отчета:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7670,13 +7765,13 @@ msgstr ""
"Вывести комментарии (включает такую информацию, как: время экспорта, "
"версия PHP, и версия MySQL сервера)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Добавить в заголовок собственный комментарий (\n"
" для разделения строк):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7684,25 +7779,25 @@ msgstr ""
"Включить время создания базы данных, время последнего обновления, и время "
"последней проверки"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Максимальная совместимость с системой базы данных, или устаревшей версией "
"MySQL:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Добавить выражение %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Добавить выражения:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7710,38 +7805,37 @@ msgstr ""
"Заключить имена таблиц и полей в обратные кавычки (Защищает имена таблиц "
"и полей содержащих специальные символы или зарезервированные слова)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr "Параметры создания данных"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Очистить таблицу перед добавлением данных"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Использовать вместо INSERT выражения:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Использовать оператор при сохранении данных:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Использовать синтаксис при вставке данных:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7751,7 +7845,7 @@ msgstr ""
" Пример: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7761,7 +7855,7 @@ msgstr ""
" Пример: INSERT INTO tbl_name VALUES (1,2,3), "
"(4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7770,7 +7864,7 @@ msgstr ""
"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7778,7 +7872,7 @@ msgstr ""
"ни один из выше перечисленных
Пример: "
"INSERT INTO tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7786,7 +7880,7 @@ msgstr ""
"Сохранение бинарных полей в шестнадцатеричном виде (к примеру, \"abc\" "
"станет 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7795,33 +7889,33 @@ msgstr ""
"поля с типом TIMESTAMP между серверами находящимися в различных временных "
"зонах)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Процедуры"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Функции"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ограничения внешнего ключа сохраненных таблиц"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ограничения внешнего ключа таблицы"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-ТИПЫ ТАБЛИЦЫ"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "СВЯЗИ ТАБЛИЦЫ"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Ошибка считывания данных:"
@@ -7837,8 +7931,8 @@ msgstr "Представления"
msgid "Export contents"
msgstr "Экспортировать содержимое"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7860,15 +7954,15 @@ msgstr ""
msgid "Column names: "
msgstr "Названия столбцов: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Неправильный параметр импорта CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7877,57 +7971,48 @@ msgstr ""
"Указано ошибочное имя столбца (%s)! Убедитесь, что названия столбцов указаны "
"верно, разделены запятыми, и не заключены в кавычки."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Неправильный формат входных CSV-данных в строке %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Несоответствие количества столбцов в CSV данных на строке %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Имя таблицы"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Названия столбцов"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Этот модуль не поддерживает импорт сжатых данных!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Таблица MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Неверный формат ввода данных mediawiki на строке:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Импортировать проценты в виде десятичных значений (напр. 12.00% в .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Импортировать денежные единицы (напр. $5.00 в 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7935,16 +8020,16 @@ msgstr ""
"Выбранный XML файл некорректен, либо неполон. Проверьте возможные ошибки и "
"попробуйте ещё раз."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Файл ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "При импорте файла ESRI произошла ошибка: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7952,25 +8037,25 @@ msgstr ""
"Попытка загрузки некорректного файла, либо файла содержащего некорректные "
"данные"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "Пространственное расширение MySQL не поддерживает тип ESRI \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Импортированный файл не содержит данных"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Режим совместимости SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
"Не использовать атрибут AUTO_INCREMENT для нулевых значений"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8132,7 +8217,7 @@ msgid "Enabled"
msgstr "Доступно"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Основные возможности связей"
@@ -8207,7 +8292,7 @@ msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
"Перезайдите в phpMyAdmin, чтобы загрузить обновленный конфигурационный файл."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "нет описания"
@@ -8258,7 +8343,7 @@ msgstr "Статус Slave"
msgid "Variable"
msgstr "Переменная"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID сервера"
@@ -8284,8 +8369,8 @@ msgstr "Любой пользователь"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Использовать текстовое поле"
@@ -8377,7 +8462,7 @@ msgstr "Детали"
msgid "Event name"
msgstr "Название события"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Тип события"
@@ -8767,12 +8852,12 @@ msgstr "Содержание"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибуты"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Дополнительно"
@@ -8809,6 +8894,10 @@ msgstr "Выберите страницу"
msgid "Select Tables"
msgstr "Выберите таблицы"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Названия столбцов"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Отобразить схему связей"
@@ -9084,14 +9173,14 @@ msgstr "Максимальное количество одновременных
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Привилегии уровня таблицы"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Примечание: типы привилегий MySQL отображаются по-английски"
@@ -9100,12 +9189,12 @@ msgid "Administration"
msgstr "Администрирование"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобальные привилегии"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Привилегии уровня базы данных"
@@ -9169,16 +9258,16 @@ msgid "Users having access to "%s""
msgstr "Пользователи с правами доступа к "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Пользователь"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "GRANT"
@@ -9187,8 +9276,8 @@ msgid "User has been added."
msgstr "Пользователь был добавлен."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Любой"
@@ -9204,12 +9293,12 @@ msgstr "Уровень базы данных"
msgid "wildcard"
msgstr "Групповой символ"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Пользователь не найден."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Редактирование привилегий"
@@ -9217,101 +9306,93 @@ msgstr "Редактирование привилегий"
msgid "Revoke"
msgstr "Отменить"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Экспорт"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "и сохранить старого."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "и удалить старого из таблиц пользователей."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ", отменить все активные привилегии старого и затем удалить его."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ", удалить старого из таблиц пользователей и перезагрузить привилегии."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Изменить/Копировать учетную запись"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Создать нового пользователя с такими же привилегиями..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Привилегии уровня столбца"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Добавить привилегии на следующую базу"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"При использовании в имени базы данных символов нижнего подчеркивания _ и "
"процента %, необходимо экранировать их символом обратной косой черты \\, в "
"противном случае они будут интерпретированы как групповые символы"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Добавить привилегии на следующую таблицу"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Удалить выделенных пользователей"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Отменить все активные привилегии пользователей и затем удалить их."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Удалить базы данных, имена которых совпадают с именами пользователей."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Не выбраны пользователи подлежащие удалению!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Перезагрузка привилегий"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Выбранные пользователи были успешно удалены."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Были изменены привилегии для %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Привилегии всех пользователей"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Привилегии для %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Обзор учетных записей"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9324,11 +9405,11 @@ msgstr ""
"отличаться от привилегий, используемых сервером, если они были изменены "
"вручную. В таком случае необходимо %sперезагрузить привилегии%s."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Выделенный пользователь не был найден в таблице привилегий."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Был добавлен новый пользователь."
@@ -9378,11 +9459,11 @@ msgstr "Очистить"
msgid "Columns"
msgstr "Столбцы"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Создание закладки"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Доступна для всех пользователей"
@@ -9503,8 +9584,8 @@ msgstr ""
"формат значений: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Индекс"
@@ -9554,13 +9635,13 @@ msgstr "Нет"
msgid "As defined:"
msgstr "Как определено:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Первичный"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Полнотекстовый"
@@ -9573,20 +9654,15 @@ msgstr "первый"
msgid "after %s"
msgstr "после %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Добавить %s поле(я)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Необходимо добавить хотя бы одно поле."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Тип таблиц"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Определение разделов (PARTITION)"
@@ -9595,7 +9671,7 @@ msgstr "Определение разделов (PARTITION)"
msgid "Manage your settings"
msgstr "Пользовательские настройки"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Настройки успешно сохранены"
@@ -9641,7 +9717,7 @@ msgstr "Сопоставление кодировки соединения с My
msgid "Appearance Settings"
msgstr "Настройки внешнего вида"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Дополнительные настройки"
@@ -9823,133 +9899,133 @@ msgstr "Показать/скрыть левое меню"
msgid "Save position"
msgstr "Сохранить расположение таблиц"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Создать связь"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Обновить"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Помощь"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Угловые линии связей"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Прямые линии связей"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Привязать к сетке"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Свернуть/развернуть отображение всех таблиц"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Обратное отображение"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Переключение линий связи"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Импорт/экспорт координат таблиц в/из PDF-схемы"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Составить запрос"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Переместить меню"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Скрыть/отобразить все таблицы"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Скрыть/отобразить таблицы не имеющие связей"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Количество таблиц"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Удалить связь"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Оператор"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Кроме"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "подзапрос"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Переименовать в"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Новое имя"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Объединение"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Активные параметры"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Страница успешно создана"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Ошибка создания страницы"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Страница"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Импортировать с выбранной страницы"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Экспортировать на выбранную страницу"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Создать страницу и экспортировать в нее"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Название новой страницы: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Масштаб"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "рекомендуемый"
@@ -9957,7 +10033,7 @@ msgstr "рекомендуемый"
msgid "Error: relation already exists."
msgstr "Ошибка: Связь уже существует."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Ошибка: Связь не добавлена."
@@ -9965,7 +10041,7 @@ msgstr "Ошибка: Связь не добавлена."
msgid "FOREIGN KEY relation added"
msgstr "Добавлена связь на внешний ключ (FOREIGN KEY)"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Добавлена внутренняя связь"
@@ -9973,11 +10049,11 @@ msgstr "Добавлена внутренняя связь"
msgid "Relation deleted"
msgstr "Связь удалена"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Ошибка сохранения координат."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Изменения сохранены"
@@ -9985,47 +10061,47 @@ msgstr "Изменения сохранены"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Невозможно сохранить настройки, отправленная форма содержит ошибки"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Не получилось импортировать настройки"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "В некоторых полях, настройки содержать некорректные данные."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Вы хотите импортировать оставшиеся настройки?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Сохранено: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Импорт из файла"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Импорт из хранилища браузера"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Настройки будут импортированы из локального хранилища вашего браузера."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "У вас нет сохраненных настроек!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Данная функция не поддерживается вашим браузером"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Объединение с текущими настройками"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -10034,19 +10110,19 @@ msgstr ""
"Вы можете установить дополнительные настройки отредактировав config.inc.php, "
"к примеру, используя %sСкрипт настройки%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Сохранить в хранилище браузера"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Настройки будут сохранены в локальное хранилище вашего браузера."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Текущие настройки будут перезаписаны!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Вы можете сбросить все пользовательские настройки и восстановить их в "
@@ -10065,41 +10141,41 @@ msgstr "Все"
msgid "%s table not found or not set in %s"
msgstr "Таблица %s не найдена или не установлена в %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Файл не существует"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Выберите бинарный журнал для просмотра"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Файлов"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Сокращенное отображение запросов"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Развернутое отображение запросов"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Файл журнала"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Позиция"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Исходная позиция"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Информация"
@@ -10184,17 +10260,17 @@ msgstr "Лицензия"
msgid "disabled"
msgstr "отключено"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Пользователь %s уже существует!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Удаление %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Привилегии были успешно перезагружены."
@@ -12029,32 +12105,32 @@ msgstr "Для обзора данных использован запрос и
msgid "Do you really want to execute following query?"
msgstr "Вы действительно хотите выполнить данный запрос?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Отображает как PHP-код"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "SQL синтаксис проверен"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Результат SQL-запроса"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Создан"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Проблемы с индексами таблицы `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Метка"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Таблица %1$s была успешно изменена"
@@ -12134,76 +12210,76 @@ msgstr "Таблица %1$s была создана."
msgid "View dump (schema) of table"
msgstr "Отобразить дамп (схему) таблицы"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Визуализация GIS данных"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Ширина"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Высота"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Название столбца"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Пусто --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Пространственный столбец"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Пересоздать"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Сохранить в файл"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Имя файла"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Имя первичного индекса должно быть \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Невозможно переименовать индекс в PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Части индекса не определены!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Добавить индекс"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Редактировать индекс"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Имя индекса :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(Имя \"PRIMARY\" должен иметь только первичный индекс!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Тип индекса :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Добавить к индексу %s столбец(ы)"
@@ -12226,150 +12302,56 @@ msgstr "Таблица %s была перемещена в %s."
msgid "Table %s has been copied to %s."
msgstr "Таблица %s была скопирована в %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Не задано имя таблицы!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Изменить сортировку таблицы"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(столбец)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Переместить таблицы в (база данных.таблица):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Параметры таблицы"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Переименовать таблицу в"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Скопировать таблицу в (база данных.таблица):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Переключиться на скопированную таблицу"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Обслуживание таблицы"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Дефрагментировать таблицу"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Обновлен кеш таблицы %s"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Обновить кеш таблицы (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Удалить данные или таблицу"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Очистить таблицу (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Удалить таблицу (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Обслуживание разделов"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Раздел %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Анализ"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Проверка"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Оптимизация"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Перестройка"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Исправление"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Удалить разделение"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Проверить целостность данных:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Отображение таблиц"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Используемое пространство"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Эффективность"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Статистика строк"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "статический"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамический"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Длина строки"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Размер строки"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Следующий автоматический индекс"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Ошибка создания внешнего ключа на %1$s (проверьте типы данных)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Внутренняя связь"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12377,103 +12359,103 @@ msgstr ""
"Внутренняя связь не обязательна, если существует соответствующая связь с "
"помощью внешнего ключа (FOREIGN KEY)."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Ограничение внешнего ключа"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Пространственный"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Уникальные значения"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Добавить первичный ключ"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Добавить уникальный индекс"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Добавить пространственный индекс"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Добавить полнотекстовый индекс"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Нет"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Поле %s было удалено"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Был добавлен первичный ключ к %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Был добавлен индекс для %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Показать больше операций"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Переместить поля"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Переместите поля перетаскивая их вверх и вниз."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Редактировать представление"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Связи"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Анализ структуры таблицы"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Добавить столбец"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "В конец таблицы"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "В начало таблицы"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "После %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Создать индекс для %s столбца/ов"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "разделён"
@@ -12649,7 +12631,7 @@ msgstr "Для доступа к данной странице у вас нед
msgid "The profile has been updated."
msgstr "Профиль был обновлен."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW название"
@@ -13948,6 +13930,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert установлен в 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Экспорт"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Привилегии всех пользователей"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/si.po b/po/si.po
index f79e05b367..5fa1546bdf 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-08-01 05:43+0200\n"
"Last-Translator: Madhura Jayaratne \n"
"Language-Team: sinhala \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "සියල්ල පෙන්වන්න"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"ඉලක්කගත බ්රව්සර කවුලුව යාවත්කාලීන කල නොහැක. ඔබ එහි මව් කවුලුව වසා තිබීම හෝ ඔබගේ බ්රව්සරයේ "
"ආරක්ෂක සැකසුම් අන්තර් කවුළු යාවත්කාලීන කිරීම් අවහිර කරන ලෙස සකසා තිබීම මීට හේතු විය හැක."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "සෙවීම"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "සෙවීම"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "යන්න"
@@ -98,7 +99,7 @@ msgstr "විස්තරය"
msgid "Use this value"
msgstr "මෙම අගය භාවිතා කරන්න"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,31 +111,31 @@ msgstr "%s ගොනුව මෙම පද්ධතියේ නොමැත.
msgid "Database %1$s has been created."
msgstr "%1$s දත්තගබඩාව සාදන ලදි."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "දත්තගබඩා විස්තර: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "වගු විස්තර"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "තීර"
@@ -143,11 +144,11 @@ msgstr "තීර"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -157,44 +158,44 @@ msgstr "තීර"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "වර්ගය"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "පෙරනිමි"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -204,9 +205,9 @@ msgstr "සම්බන්ද වන්නේ"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -217,21 +218,21 @@ msgstr "විස්තරය"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "නැත"
@@ -239,27 +240,27 @@ msgstr "නැත"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "ඔව්"
@@ -281,88 +282,21 @@ msgstr "සියල්ල තෝරන්න"
msgid "Unselect All"
msgstr "සියල්ලේ තෝරාගැනීම ඉවත් කරන්න"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "දත්තගබඩා නම හිස්ව පවතී!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "%1$s දත්තගබඩාව %2$s බවට නම වෙනස් කරන ලදි"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s දත්තගබඩාව %2$s වෙතට පිටපත් කරන ලදි"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "දත්තගබඩාව ඉවත් කරන්න"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s දත්තගබඩාව හලන ලදි."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "දත්තගබඩාව හලන්න. (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "වෙත දත්තගබඩාව පිටවත් කරන්න"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "සැකිල්ල පමණයි"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "සැකිල්ල සහ දත්ත"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "දත්ත පමණයි"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "පිටපත් කිරීමට ප්රථම දත්තගබඩාවක් සාදන්න"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s එක් කරන්න"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT අගයක් එක් කරන්න"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "සීමා බාධවන් එක් කරන්න"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "පිටපත් කරන ලද දත්තගබඩාව වෙත මාරු වන්න"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "පරිතුලනය"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -371,20 +305,16 @@ msgstr ""
"phpMyAdmin හි configuration storage අක්රිය කර ඇත. ඇයිදැයි සොයා බැලීමට %sමෙතන%s ක්ලික් "
"කරන්න."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "ක්රමානුරූපය සංස්කරණය හෝ අපනයනය කරන්න"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "වගුව"
@@ -392,41 +322,41 @@ msgstr "වගුව"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "පේළි"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "ප්රමාණය"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "භාවිතා වෙමින් පවතී"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "සෑදීම"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "අවසන් යාවත්කාලීන කිරීම"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "අවසන් පරීක්ෂාව"
@@ -448,7 +378,7 @@ msgstr "%sදෘශ්ය ගොඩනංවනය%s වෙත යන්න"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -463,17 +393,17 @@ msgstr "දත්තගබඩාවේ වගු කිසිවක් සොය
msgid "unknown"
msgstr "නොදන්නා"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s වගුව හිස් කරන ලදි"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s දසුන හලන ලදි"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s වගුව හලන ලදි"
@@ -486,7 +416,7 @@ msgstr "අවධානය සක්රීයයි."
msgid "Tracking is not active."
msgstr "අවධානය අක්රීයයි."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -494,12 +424,12 @@ msgid ""
msgstr ""
"මෙම දසුනේ අවම වශයෙන් පේළි මෙතරම් සංඛයාවක් ඇත. කරුණාකර %s ලේඛනය %s අධ්යනය කරන්න."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "දසුන"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -515,21 +445,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s මෙම සේවාදායකයේ පෙරනිමි ගබඩා යන්ත්රයයි."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "තෝරාගත්:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "සියල්ල කතිර කොටුගත කරන්න"
@@ -537,50 +467,51 @@ msgstr "සියල්ල කතිර කොටුගත කරන්න"
msgid "Check tables having overhead"
msgstr "පිරිවැයක් සහිත වගු පරීක්ෂා කරන්න"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "අපනයනය"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "මුද්රණ දර්ශනය"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "හිස් කරන්න"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "හලන්න"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "වගුව පරීක්ෂා කරන්න"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "වගුව ප්රශස්තගත කරන්න"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "වගුව ප්රතිසංස්කරණය කරන්න"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "වගුව විශ්ලේෂණය කරන්න"
@@ -588,11 +519,11 @@ msgstr "වගුව විශ්ලේෂණය කරන්න"
msgid "Add prefix to table"
msgstr "වගුවට නාම මූලයක් එක් කරන්න"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "වගු නාම මූලය ප්රතිස්ථාපනය කරන්න"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "නාම මූලය සහිත වගු පිටපත් කරන්න"
@@ -604,20 +535,20 @@ msgstr "දත්ත කෝෂය"
msgid "Tracked tables"
msgstr "අවධානය සක්රීය වගු"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "දත්තගබඩාව"
@@ -633,9 +564,9 @@ msgstr "සාදන ලදි"
msgid "Updated"
msgstr "යාවත්කාලීන කරන ලදි"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "තත්වය"
@@ -643,14 +574,14 @@ msgstr "තත්වය"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "ක්රියාව"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "පෙන්වන්න"
@@ -684,7 +615,7 @@ msgstr "සැකිල්ලේ සැණරුව"
msgid "Untracked tables"
msgstr "අවධානය අක්රීය වගු"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "වගුව අවධානයට ලක් කරන්න"
@@ -736,7 +667,7 @@ msgstr "වැරදි අපනයන වර්ගයකි"
msgid "Value for the column \"%s\""
msgstr "\"%s\" තීරය සඳහා අගයන්"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "මූලික ස්ථරය ලෙස OpenStreetMaps භාවිතා කරන්න"
@@ -745,7 +676,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "ජ්යාමිතිය"
@@ -815,8 +746,7 @@ msgid ""
"Chose \"GeomFromText\" from the \"Function\" column and paste the below "
"string into the \"Value\" field"
msgstr ""
-"\"ශ්රිතය\" තීරුවෙන් \"GeomFromText\" තෝරා පහත ඇති දේ \"අගය\" ක්ෂේත්රයට පිටපත් "
-"කරන්න"
+"\"ශ්රිතය\" තීරුවෙන් \"GeomFromText\" තෝරා පහත ඇති දේ \"අගය\" ක්ෂේත්රයට පිටපත් කරන්න"
#: import.php:94
#, php-format
@@ -867,7 +797,7 @@ msgstr "අක්ෂර කට්ටල හැරවීම් පුස්තක
msgid "Could not load import plugins, please check your installation!"
msgstr "ආනයනය පේනු පූරණය අසමත් විය. ඔබගේ ස්ථාපිතය පරීක්ෂා කරන්න!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "%s පොත් සලකුණ සාදන ලදි"
@@ -893,10 +823,10 @@ msgstr ""
"කෙසේ නමුදු අවසන් වාරයේදී කිසිදු දත්තයක් ලබා ගත නොහැකි විය. මෙයින් අදහස් වන්නේ ඔබගේ php කාල "
"සීමාව වැඩි කිරීමකින් තොරව phpMyAdmin හට මෙම ආනයනය සම්පූර්ණ කිරීමට හැකි නොවන බවය."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "ඔබගේ SQL විමසුම සාර්ථකව ක්රියාවට නංවන ලදි"
@@ -918,7 +848,7 @@ msgstr "\"DROP DATABASE\" ප්රකාශ අක්රීය කර ඇ
msgid "Do you really want to execute \"%s\"?"
msgstr "\"%s\" ක්රියාත්මක කිරීමට ඔබට ඇත්තෙන්ම අවශ්යද?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "ඔබ සූදානම් වන්නේ සම්පූර්ණ දත්තගබඩාවක් විනාශකර දැමීමටයි!"
@@ -958,7 +888,7 @@ msgstr "සුචිය එක් කරන්න"
msgid "Edit Index"
msgstr "සුචිය සංස්කරණය කරන්න"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "සුචියට ක්ෂේත්ර %d ක් එක් කරන්න"
@@ -988,8 +918,8 @@ msgstr "මුරපද නොගැලපේ!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "භාවිතා කරන්නෙක් එක් කරන්න"
@@ -1009,9 +939,9 @@ msgstr "වසන්න"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1037,7 +967,7 @@ msgstr "ස්ථිතික දත්ත"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "මුළු එකතුව"
@@ -1233,7 +1163,7 @@ msgstr "ප්රශ්න"
msgid "Traffic"
msgstr "තදබදය"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "සිටුවම්"
@@ -1253,12 +1183,12 @@ msgstr "ජාලකයට ප්රස්තාර එක් කරන්න
msgid "Please add at least one variable to the series"
msgstr "කරුණාකර ශ්රේණියට අවම වශයෙන් එක විචල්යයක්වත් ඇතුලත් කරන්න"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "කිසිවක් නැත"
@@ -1436,10 +1366,10 @@ msgid "Explain output"
msgstr "ප්රතිදානය පහදන්න"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "කාලය"
@@ -1532,10 +1462,10 @@ msgid ""
msgstr ""
"අනයනිත වින්යාස සමඟින් ප්රස්ථාර ජාලය ගොඩනැගීම අසමත් විය. පෙරනිමි වින්යාස වෙත මාරු වෙමින්..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "ආනයනය"
@@ -1583,9 +1513,9 @@ msgstr "භාවිතා කරන ලද විචල්යයන් / ස
msgid "Test"
msgstr "ඇගයීම"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "අවලංගු කරන්න"
@@ -1615,9 +1545,9 @@ msgstr "තීරුව හලමින්"
msgid "Adding Primary Key"
msgstr "ප්රාථමික මූලය එක් කරමින්"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1657,15 +1587,15 @@ msgstr "සුචි සඟවන්න"
msgid "Show indexes"
msgstr "සුචි පෙන්වන්න"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "අන්ය මූල පරීක්ෂාව:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(සක්රිය)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(අක්රිය)"
@@ -1732,8 +1662,8 @@ msgstr "විමසුම් කවුළුව පෙන්වන්න"
msgid "No rows selected"
msgstr "පේළි කිසිවක් තෝරගෙන නැත"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "වෙනස් කරන්න"
@@ -1741,8 +1671,8 @@ msgstr "වෙනස් කරන්න"
msgid "Query execution time"
msgstr "විමසුම ක්රියාත්මක කිරීමේ කාලය"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d වලංගු පේළි අංකයක් නොවේ."
@@ -1751,8 +1681,8 @@ msgstr "%d වලංගු පේළි අංකයක් නොවේ."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "සුරකින්න"
@@ -1808,12 +1738,12 @@ msgstr "විමසුම් ප්රථිඵල"
msgid "Data point content"
msgstr "ලක්ෂයට අදාල දත්ත"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "නොසලකන්න"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "පිටපත් කරන්න"
@@ -1835,7 +1765,7 @@ msgstr "අන්ය මූලය තෝරන්න"
msgid "Please select the primary key or a unique key"
msgstr "කරුණාකර ප්රාථමික මූලය හෝ අනුපම මූලයක් තෝරන්න"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "පෙන්වීම සඳහා තීරය තෝරාගන්න"
@@ -1923,7 +1853,7 @@ msgstr "උත්පාදනය කරන්න"
msgid "Change Password"
msgstr "මුරපදය වෙනස් කරන්න"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "තවත්"
@@ -2296,13 +2226,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "දෝෂය"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL විමසුම"
@@ -2370,7 +2300,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "පේළිගත"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2395,152 +2325,153 @@ msgstr "දින %s, පැය %s, මිනිත්තු %s සහ තප්
msgid "Missing parameter:"
msgstr "නොමැති පරාමිතිය:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "ඇරඹුම"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "පෙර"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "මීලඟ"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "අවසන"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""%s" දත්තගබඩාව වෙත යන්න."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s විශේෂාංගයෙහි හඳුනාගත් දෝෂයක් ඇත, %s බලන්න"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "මාරු කිරීමට ක්ලික් කරන්න"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "සැකිල්ල"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "ඇතුල් කරන්න"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "පිරික්සන්න"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "මෙහෙයුම්"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "පරිගණකය තුළ පිරික්සන්න:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "වෙබ් සේවාදායකයේ %s උඩුගත කිරීම් ඩිරෙක්ටරියෙන් තෝරන්න:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "උඩුගත කිරීම සඳහා ගොනු නොමැත"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "ක්රියාත්මක කරන්න"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "මුද්රණය කරන්න"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "වත්මන් වින්යාස ගොනුව (%s) කියවිය නොහැක."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr "වින්යාස ගොනුව සඳහා වැරදි අවසර සිටුවා ඇත. සැමටම ඊට ලිවිය හැකි නොවිය යුතුය!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "ෆොන්ටයෙහි ප්රමාණය"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "ආරෝහන"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "අවරෝහන"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "සුබෙදන්න"
@@ -2566,8 +2497,8 @@ msgid "Use Tables"
msgstr "වගු භාවිතා කරන්න"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "හෝ"
@@ -2632,13 +2563,13 @@ msgstr[1] "%2$s තුල ගැලපීම් %1$s කි"
msgid "Delete the matches for the %s table?"
msgstr "%s වගුව තුල ගැලපීම් ඉවත් කරන්නද?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2668,130 +2599,130 @@ msgstr "වගු තුල:"
msgid "Inside column:"
msgstr "තීරය තුල:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "සංස්කරණය කල දත්ත සුරකින්න"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "තීර අනුපිලිවල ප්රතිෂ්ඨාපනය කරන්න"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "ආරම්භක පේළිය"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "පේළි ගණන"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "ප්රකාරය"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "තිරස්"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "තිරස් (rotated headers)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "සිරස්"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "ශීර්ෂක, පේළි %s කට වරක්"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "යතුර අනුව තෝරන්න"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "විකල්ප"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "අර්ධ පෙළ"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "පූර්ණ පෙළ"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "සබැඳි යතුර"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "සබැඳි දර්ශන තීරය"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "ද්වීමය දත්ත පෙන්වන්න"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB දත්ත පෙන්වන්න"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "ද්වීමය දත්ත HEX ලෙස පෙන්වන්න"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "බ්රව්සර රූපාන්තරනය සඟවන්න"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "පේළිය ඉවත් කරන ලදි"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "නවතා දමන්න"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2799,44 +2730,44 @@ msgstr ""
"සමහර විට ආසන්න වශයෙන්. [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/"
"a] බලන්න"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "විමසුම තුල"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "පේළි පෙන්වමින්"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "මුළු එකතුව"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "විමසුම තත්පර %01.4f ගන්නා ලදි"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "විමසුම් ප්රථිඵල සඳහා මෙහෙයුම්"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "මුද්රණ දර්ශනය (පූර්ණ පෙළ සමඟින්)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "ප්රස්තාරගත කරන්න"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "ජ්යාමිතික දත්ත නිරූපණය"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "දසුනක් සාදන්න"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "සබැඳිය හමු නොවිණි"
@@ -2900,27 +2831,27 @@ msgid "Open new phpMyAdmin window"
msgstr "නව phpMyAdmin කවුළුවක් විවෘත කරන්න"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "මෙම ස්ථානය පසු කිරීම සඳහා කුකීස් - Cookies සක්රිය කල යුතුයි."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "මෙම ස්ථානයයෙන් පසු JavaScript සක්රිය කර තිබීම අවශ්යය"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "සුචියක් අර්ථදක්වා නැත!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "සූචියන්"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "අනන්ය"
@@ -2933,6 +2864,16 @@ msgstr "අහුරන ලද"
msgid "Cardinality"
msgstr "Cardinality"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "පරිතුලනය"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2955,93 +2896,93 @@ msgid ""
"removed."
msgstr "%1$s හා %2$s සුචි එක සමාන බැවින් එකක් ඉවත් කල හැක."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "දත්තගබඩා"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "සේවාදායකය"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "අවධානය"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "ප්රේරක"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "වගුව හිස් ය!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "දත්තගබඩාව හිස්ය!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "විමසුම"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "වරප්රසාද"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "නෛත්යක"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "සිද්ධි"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "සැලසුම්කරණය"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "භාවිතා කරන්නන්"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "සමමුහුර්ත කරන්න"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "ද්වීමය ලොගය"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "විචල්යනයන්"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "අක්ෂර කට්ටලය"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "පේණු"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "යන්ත්රයන්"
@@ -3102,43 +3043,43 @@ msgstr "මෙම MySQL සේවාදායකයේ %s අක්රීය
msgid "This MySQL server does not support the %s storage engine."
msgstr "මෙම MySQL සේවාදායකයේ %s ගබඩා යන්ත්රය භාවිත කල නොහැක."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "වගු තත්වය සඳහා නොහඳුනන අගයක්: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "`%s` මූලාශ්ර දත්තගබඩාව හමු නොවිණි!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "`%s` ඉලක්කගත දත්තගබඩාව හමු නොවිණි!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "වලංගු නොවන දත්තගබඩාව"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "වලංගු නොවන වගු නම"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "%1$s සිට %2$s දක්වා වගුවේ නම් වෙනස් කිරීමේ දෝෂයක් ඇත"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "%1$s වගුව %2$s ලෙසට නම වෙනස් කරන ලදි."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "වගු පරිශීලක අතුරුමුහුණත් සඳහා අභිමතයන් සුරැකීම අසමත් විය"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3147,7 +3088,7 @@ msgstr ""
"අතුරුමුහුණත සඳහා තේරීම් අඩංගු ගොනුව පවිත්ර කිරීම අසමත් විය ($cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s බලන්න)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3162,16 +3103,16 @@ msgstr ""
msgid "Function"
msgstr "ශ්රිතය"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "මෙහෙයවනය"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "අගය"
@@ -3184,56 +3125,56 @@ msgstr "වගුව තුල සෙවීම"
msgid "Edit/Insert"
msgstr "සංස්කරණය/ඇතුල් කරන්න"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "පේළි තෝරන්න (අවම වශයෙන් එකක්):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "සෙවීම් කොන්දේසි එක් කරන්න (\"where\" වාක්යාංශය යටතේ):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "පිටුවකට පේළි ගණන"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "දර්ශනය කිරීමේ අනුපිළිවෙල:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "ලක්ෂ්ය ලේබල ගත කිරීමට මෙම තීරය භාවිත කරන්න"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "උපරිම තීර ගණන"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "අන්ය අගයන් පිරික්සන්න"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "අමතර සෙවීම් නිර්ණායක"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "තීර දෙකක් සඳහා \"උදාහරණයෙන් විමසුම\" ක් සිදු කරන්න (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"උදාහරණයෙන් විමසුම\" ක් සිදු කරන්න (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "ලක්ෂ්ය පිරික්සීම/සංස්කරණය"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "භාවිතා කරන අයුරු"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "සූමය ප්රතිසකසන්න"
@@ -3585,8 +3526,7 @@ msgstr ""
msgid ""
"A variable-length (0-65,535) string, uses binary collation for all "
"comparisons"
-msgstr ""
-"විචල්ය දිගක් (0-65,535) සහිත, සැසඳීම සඳහා ද්වීමය පරිතුලනය භාවිතා කරන පෙළකි"
+msgstr "විචල්ය දිගක් (0-65,535) සහිත, සැසඳීම සඳහා ද්වීමය පරිතුලනය භාවිතා කරන පෙළකි"
#: libraries/Types.class.php:735
msgid ""
@@ -3618,14 +3558,14 @@ msgstr "වගු"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "දත්ත"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "පිරිවැය"
@@ -3650,57 +3590,57 @@ msgstr ""%s" දත්තගබඩාව සඳහා වරප්
msgid "Check Privileges"
msgstr "වරප්රසාද පරීක්ෂා කරන්න"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "වින්යාස ගොනුව කියවීමට අසමත් විය"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr "මෙහි සාමාන්ය අරුත වාක්ය වින්යාස දෝෂයකි, කරුණාකර පහත දැක්වෙන දෝෂ පරීක්ෂා කර බලන්න."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "%1$s වෙතින් පෙරනිමි සිටුවම් පූරණය කර ගත නොහැකි විය"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
"[code]$cfg['PmaAbsoluteUri'][/code] සඳහා අගය ඔබගේ වින්යාස ගොනුවේ අඩංගු විය යුතුමය!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "අවලංගු සේවාදායක සුචිය: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"%1$s සේවාදායකය සඳහා වැරදි දායක නාමයක්. ඔබ ඔබගේ වින්යාසයන් පරීකෂා කර බැලිය යුතුය."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "වින්යසයන්හි වලංගු නැති සත්යාපන ක්රමයක් සිටුවා ඇත:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "ඔබ %s %s හෝ ඉන්පසු අනුවාදයක් වෙත යාවත්කාලීන කල යුතුය."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS අගයන් උඩින් ලිවීමේ උත්සාහය"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "විය හැකි අයුතු ප්රයෝජන ගැනීමක්"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "සංඛ්යාත්මක යතුරක් අනාවරණය වුණි"
@@ -3731,37 +3671,37 @@ msgstr "වසන ලද"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "අක්රිය"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "සැකිල්ල"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "දත්ත"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "සැකිල්ල සහ දත්ත"
@@ -3882,8 +3822,8 @@ msgid "Allow users to customize this value"
msgstr "මෙම අගය වෙනස් කිරීමට භවිතා කරන්නන්ට ඉඩ දෙන්න"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "ප්රතිසකසන්න"
@@ -3979,8 +3919,8 @@ msgid ""
"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]"
"CodeMirror[/a]) with syntax highlighting and line numbers"
msgstr ""
-"විමසුම් සංස්කරණය සඳහා, පේළි අංක සහිත, වාක්ය වින්යාස ඉස්මතු කෙරෙන "
-"[a@http://codemirror.net/]CodeMirror[/a] සංස්කාරකය භාවිතා කරන්න"
+"විමසුම් සංස්කරණය සඳහා, පේළි අංක සහිත, වාක්ය වින්යාස ඉස්මතු කෙරෙන [a@http://codemirror."
+"net/]CodeMirror[/a] සංස්කාරකය භාවිතා කරන්න"
#: libraries/config/messages.inc.php:35
msgid "Enable CodeMirror"
@@ -4155,7 +4095,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "උපරිම ක්රියාත්මක කාලය"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "ගොනුවක් ලෙස තෝරන්න"
@@ -4164,7 +4104,7 @@ msgid "Character set of the file"
msgstr "ගොනුවේ අක්ෂර කට්ටලය"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "ආකෘතිය"
@@ -4177,27 +4117,25 @@ msgstr "හැකිළීම"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "තීර නම් පළමු පේළියේ යොදන්න"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "තීර ඇවුරුම් සළකුණ"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "තීර මගහැරීමේ සළකුණ"
@@ -4215,14 +4153,12 @@ msgstr "තීර තුල ඇති CRLF අනුලකුණු ඉවත්
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "තීර වෙන් කිරීමේ සළකුණ"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "පේළි අවසන් කිරීමේ සළකුණ"
@@ -4248,7 +4184,7 @@ msgstr "ගොනු නාම ටෙම්ප්ලේටය"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "වගු නික්ෂේපනය"
@@ -4259,8 +4195,8 @@ msgid "Include table caption"
msgstr "වගු ශිර්ෂ පාඨ ඇතුලත් කරන්න"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "වගු සිරස් තලය"
@@ -4269,20 +4205,20 @@ msgid "Continued table caption"
msgstr "සබැඳි වගු සිරස්තල"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "ලේබල යතුර"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME වර්ගය"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "සබඳතා"
@@ -4303,6 +4239,11 @@ msgstr "වත්මන් ගොනු(ව) උඩින් ලියන්න"
msgid "Remember file name template"
msgstr "ගොනු නාම ටෙම්ප්ලේටය මතක තබා ගන්න"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT අගයක් එක් කරන්න"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "වගු සහ තීර නම් පසු-උදෘත මගින් අවුරන්න"
@@ -4313,7 +4254,7 @@ msgid "SQL compatibility mode"
msgstr "SQL ගැලපුම් ප්රකාරය"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE විකල්ප:"
@@ -4326,10 +4267,17 @@ msgid "Use delayed inserts"
msgstr "ප්රමාදිත ඇතුල් කිරීම භාවිතා කරන්න"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "අන්ය මූල පරීක්ෂා අක්රිය කරන්න"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s එක් කරන්න"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB සඳහා hexadecimal භාවිතා කරන්න"
@@ -4343,7 +4291,7 @@ msgid "Syntax to use when inserting data"
msgstr "දත්ත ඇතුල් කිරීමේදී භාවිතා කල යුතු වාග් රීතිය"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "නිර්මිත විමසුමේ උපරිම දිග"
@@ -4352,7 +4300,7 @@ msgid "Export type"
msgstr "අපනයන වර්ගය"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "අපනයන transaction යක් තුල අඩංගු කරන්න"
@@ -4407,7 +4355,6 @@ msgstr "පෙරනිමි විකල්ප රිසි සේ සකස
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4737,14 +4684,12 @@ msgid "Partial import: allow interrupt"
msgstr "අර්ධ ආනයනය: අතුරු බිඳිය හැක"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "ඇතුළු කිරීමේ දෝෂ මත අත් නොහරින්න"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "වගුවේ දත්ත ගොනුවෙන් ප්රතිස්ථාපනය කරන්න"
@@ -4761,7 +4706,6 @@ msgid "Format of imported file"
msgstr "ආනයනය කරන ලද ගොනුවේ ආකෘතිය"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "LOCAL මූල පදය භාවිතා කරන්න"
@@ -4771,7 +4715,7 @@ msgid "Column names in first row"
msgstr "පළමු පේළියේ තීරු නම්"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "හිස් පේළි ආනයනය නොකරන්න"
@@ -5819,7 +5763,7 @@ msgstr "SQL වලංගු කරණය සක්රීය කිරීම
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "මුරපදය"
@@ -5982,14 +5926,12 @@ msgstr "Signon සත්යාපනය"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "LOAD DATA භාවිතයෙන් CSV"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document පැතුරුම්පත"
@@ -6075,21 +6017,21 @@ msgstr "%s දිගුව සොයාගත නොහැක. කරුණා
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr "සේවාදායකය ප්රතිචාර නොදක්වයි (හෝ සේවාදායකයේ සොකට් නිවැරදිව සකසා නැත)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "සේවාදායකය ප්රතිචාර නොදක්වයි."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "කරුණාකර දත්තගබඩාව අඩංගු ඩිරෙක්ටරිය සඳහා වරප්රසාද පරීක්ෂා කරන්න."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "තොරතුරු..."
@@ -6134,24 +6076,24 @@ msgid "Create"
msgstr "සාදන්න"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "වරප්රසාද නොමැත"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "වගුව සාදන්න"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "නම"
@@ -6751,7 +6693,7 @@ msgid "No data found for GIS visualization."
msgstr "ජ්යාමිතික නිරූපණයට දත්ත කිසිවක් හමු නොවිණි."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL හිස් ප්රතිඵල කුලකයක් (පේළි කිසිවක් අඩංගු නොවන) සපයන ලදි."
@@ -6799,7 +6741,7 @@ msgid "Go to view: %s"
msgstr "%s දසුන වෙත යන්න"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "සඟවන්න"
@@ -6862,11 +6804,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL විමසුම පෙන්වමින්"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "%1$d පේළිය ඇතුල් කරන ලදි"
@@ -6881,32 +6823,32 @@ msgstr "නැත"
msgid "Convert to Kana"
msgstr "Kana වෙත පරිවර්තනය කරන්න"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "සිට"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "දක්වා"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "ඉදිරිපත් කරන්න"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "වගු නාම මූලයක් එක් කරන්න"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "නාම මූලයක් එක් කරන්න"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "පහත විමසුම ක්රියාත්මක කිරීමට ඔබට ඇත්තෙන්ම අවශ්යද?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "වෙනස්කම් නැත"
@@ -7112,7 +7054,160 @@ msgstr "phpMyAdmin ලියකියවිලි"
msgid "Reload navigation frame"
msgstr "යාත්රණ රාමුව ප්රතිපූර්ණය කරන්න"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s දත්තගබඩාව හලන ලදි."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "දත්තගබඩාව ඉවත් කරන්න"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "දත්තගබඩාව හලන්න. (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "සැකිල්ල පමණයි"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "සැකිල්ල සහ දත්ත"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "දත්ත පමණයි"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "වෙත දත්තගබඩාව පිටවත් කරන්න"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "පිටපත් කිරීමට ප්රථම දත්තගබඩාවක් සාදන්න"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "සීමා බාධවන් එක් කරන්න"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "පිටපත් කරන ලද දත්තගබඩාව වෙත මාරු වන්න"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "ක්රමානුරූපය සංස්කරණය හෝ අපනයනය කරන්න"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "වගු අනුපිළිවෙල වෙනස් කරන්න"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(singly)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "වගුව (දත්තගබඩාව.වගුව) වෙතට ගෙන යන්න:"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "වගු විකල්ප"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "වගුව බවට නම වෙනස් කරන්න"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "ගබඩා යන්ත්ර"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "වගුව (දත්තගබඩාව.වගුව) වෙතට පිටපත් කරන්න:"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "පිටපත් කල වගුව වෙත මාරු වන්න"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "වගු නඩත්තුව"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Flush the table (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "වගුව හෝ දත්ත ඉවත් කරන්න"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "වගුව හිස් කරන්න (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "වගුව ඉවත් කරන්න (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "විශ්ලේෂණය"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "පරීක්ෂාව"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "ප්රශස්තනය"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "නැවත සෑදීම"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "ප්රතිසංස්කරණය"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "කොටස් නඩත්තුව"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "%s කොටස"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "කොටස් කිරීම ඉවත් කරන්න"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "මෙම ආකෘතියේ ආකෘති-විශේෂී තෝරා ගැනීම් කිසිවක් නැත"
@@ -7121,7 +7216,7 @@ msgid "Cannot connect: invalid settings."
msgstr "සම්බන්ධ විය නොහැක : වලංගු නොවන සැකසුමකි."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7151,49 +7246,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "mcrypt හි Blowfish භාවිතා කිරීම අසමත් විය!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "ඔබගේ සැසිය කල් ඉකුත් වී ඇත. නැවත ඇතුළු වන්න."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "ප්රවේශ වන්න"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "ඔබට සේවාදායකය/IP ලිපිනය සහ පොර්ට් අංකය හිස්තැනක් මගින් වෙන්කර ඇතුල් කල හැක."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "සේවාදායකය:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "භාවිත නාමය:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "මුරපදය:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "සේවාදායකයේ තේරීම"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "මුර පදයක් නොමැතිව ඇතුල් වීම ඔබගේ සිටුවම් මගින් වලකා ඇත. (AllowNoPassword බලන්න)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "පසුගිය තත්පර %s තුල අක්රීයයි; නැවත ඇතුළු වන්න"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL සේවාදායකයට ලොග් විය නොහැක"
@@ -7224,92 +7319,92 @@ msgstr "වලංගු සත්යාපන යතුරක් සම්බ
msgid "Authenticating..."
msgstr "සත්යාපනය කෙරෙමින්..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "තීර වෙන් කිරීමේ සළකුණ:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "තීර ඇවුරුම් සළකුණ:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "තීර මගහැරීමේ සළකුණ:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "පේළි අවසන් කිරීමේ සළකුණ:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "NULL වෙනුවට භාවිතා කරන්න:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "තීර තුළ අඩංගු carriage return/line feed අනු ලකුණු ඉවත් කරන්න"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "එක්සෙල් සංස්කරණය:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "දත්ත නික්ෂේපන විකල්ප"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "වගු සඳහා නික්ෂේප දත්ත"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "සිද්ධිය"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "අර්ථ දැක්වීම"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "වගුවක් සඳහා වගු සැකිල්ල"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "දසුන සඳහා සැකිල්ල"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "දසුන සැදීම සඳහා තාවකාලික සැකිල්ල"
@@ -7326,37 +7421,37 @@ msgstr "(ඉදිරියට)"
msgid "Structure of table @TABLE@"
msgstr "වගුවේ සැකිල්ල @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "වස්තු නිර්මාණය කිරීමේ විකල්ප"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "වගු සිරස්තලය (සබැඳි)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "අන්ය යතුරු සබඳතා පෙන්වන්න"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "විස්තර පෙන්වන්න"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "MIME වර්ග පෙන්වන්න"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7364,33 +7459,33 @@ msgstr "MIME වර්ග පෙන්වන්න"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "දායකයා"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "උත්පාදන වේලාව"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "සේවාදායකයේ අනුවාදය"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP අනුවාදය"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "වගු නම් අපනයනය කරන්න"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "වගු ශීර්ෂක අපනයනය කරන්න"
@@ -7402,7 +7497,7 @@ msgstr "(තනි වගුවක දත්ත ඇතුලත් කරමි
msgid "Report title:"
msgstr "වාර්තා මාතෘකාව:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7410,34 +7505,34 @@ msgstr ""
"විස්තර පෙන්වන්න (අපනයන වේලාව, PHP අනුවාදය සහ සේවාදායකයේ අනුවාදය වැනි තොරතුරු ඇතුලත් "
"කරන්න)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "හෙඩිමට වෙනත් විස්තර එක් කරන්න (\\n පේළි විභේදනය):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
"දත්තගබඩා සෑදූ, අවසන් වරට යාවත්කාලීන කල හා අවසන් වරට පරීක්ෂා කල වේලාවන් ඇතුලත් කරන්න"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr "ප්රතිදාන අනුකූලතාව උපරිම කල යුතු පැරණි MySQL සේවාදායකය හෝ වෙනත් දත්තගබඩා පද්ධතිය:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "%s ප්රකාශය එක්කරන්න"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "ප්රකාශ එක් කරන්න:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7445,39 +7540,39 @@ msgstr ""
"වගු සහ තීර නාමයන් පසු උධෘත මගින් අවුරන්න (විශේෂ අනුලකුණු හෝ මූල පද වලින් සැදි වගු සහ තීර "
"නාමයන් ආරක්ෂා කරයි)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "වස්තු නිර්මාණය කිරීමේ විකල්ප"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "ඇතුල් කිරීම් වලට පෙර වගුව හිස් කරන්න"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "INSERT ප්රකාශ වෙනුවට භාවිතා කරන්න:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED ප්රකාශ"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE ප්රකාශ"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "දත්ත නික්ෂේපනයේදී භාවිතා කල යුතු ශ්රිතය:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "දත්ත ඇතුළු කිරීමේදී භාවිතා කලයුතු වාග් රීතිය:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7487,7 +7582,7 @@ msgstr ""
" උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)"
""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7497,7 +7592,7 @@ msgstr ""
" උදාහරණ: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7505,7 +7600,7 @@ msgstr ""
"ඉහත දෙවර්ගයම
උදාහරණ: INSERT INTO tbl_name "
"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7513,14 +7608,14 @@ msgstr ""
"ඉහත එක් වර්ගයක්වත් නොව
උදාහරණ: INSERT INTO "
"tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
"ද්වීමය තීර hexadecimal ලෙස නික්ෂේපනය කරන්න (උදාහරණ: \"abc\", 0x616263 ලෙස)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7528,33 +7623,33 @@ msgstr ""
"TIMESTAMP තීර UTC ලෙස නික්ෂේපනය කරන්න (වෙනස් වේලා කලාපවල ඇති සේවාදායක අතර "
"TIMESTAMP තීර නික්ෂේපනය හා ප්රතිපූරණයට අවස්ථාව ලබා දේ)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "ක්රියාපටිපාටිය"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "ශ්රිත"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "නික්ෂේපනය කරන ලද වගු සඳහා සීමා බාධක"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "වගුව සඳහා සීමා බාධක"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "දත්ත කියවීමේදී දෝෂයකි:"
@@ -7570,8 +7665,8 @@ msgstr "දසුන්"
msgid "Export contents"
msgstr "අන්තර්ගතය අපනයනය කරන්න"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7592,15 +7687,15 @@ msgstr ""
msgid "Column names: "
msgstr "තීර නම්: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV ආනයනය සඳහා වැරදි පරාමිතියක්: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7609,96 +7704,87 @@ msgstr ""
"සැපයූ තීර නාමය (%s) වලංගු නොවේ! තීර නම් නිවැරදි අක්ෂර වින්යාසය සහිත බවට, උධෘත මගින් අහුරා "
"ඇති බවට සහ කොමා සලකුණු වලින් වෙන් කර ඇති බවට වගබලා ගන්න."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV ආනයනයේ %d පේළියේ වැරදි ආකෘතියක්."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV අදානයේ %d පේළියේ වැරදි තීර ගණනකි."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "වගුවේ නම"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "තීර නම්"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "මෙම පේණුව හැකිළු ආනයන සඳහා සහාය නොදක්වයි!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki වගු"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Mediawiki ආනයනයේ වැරදි ආකෘතියකි, පේළිය:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "ප්රතිශත පූර්ණ සංඛ්යා ලෙස ආනයනය කරන්න (උදා. 12.00%, .12 ලෙස)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "ව්යවහාර මුදල් අගයන් ආනයනය කරන්න (උදා. $5.00, 5.00 ලෙස)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
"ලබා දුන් XML ගොනුව අසම්පූර්ණ හෝ විකෘතිය. මෙම ගැටලුව නිරාකරණය කිරීමෙන් පසු නැවත උත්සාහ කරන්න."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI Shape ගොනුව"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "\"%s\" ESRI shape ගොනුව ආනයනය කිරීමේදී දෝෂයක් ඇති විය."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
"ඔබ ආනයනය කිරීමට උත්සාහ කල ගොනුව වලංගු නොවන එකක් හෝ එහි වලංගු දත්ත අඩංගු නොවන එකක් හෝ වේ"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL ජ්යාමිතික දිගුව ESRI \"%s\" වර්ගය සඳහා සහාය නොදක්වයි."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "ආනයන කල ගොනුවේ දත්ත කිසිවක් අඩංගු නොවේ"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL ගැළපුම් ප්රකාරය:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "ශුන්ය අගයන් සඳහා AUTO_INCREMENT භාවිතා නොකරන්න"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7849,7 +7935,7 @@ msgid "Enabled"
msgstr "සක්රිය කරන ලද"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "වගු සබඳතා වලට අදාල සාමාන්ය විශේෂාංග"
@@ -7918,7 +8004,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "යාවත්කාලීන කරන ලද වින්යාස ගොනුව පූරණය සඳහා phpMyAdmin වෙත නැවත වරක් ඇතුල් වන්න."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "විස්තරයක් නොමැත"
@@ -7969,7 +8055,7 @@ msgstr "අනුගාමි සේවාදායකයේ තත්වය"
msgid "Variable"
msgstr "විචල්යය"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "සේවාදායකයේ හැඳුනුම් අංකය"
@@ -7978,8 +8064,7 @@ msgid ""
"Only slaves started with the --report-host=host_name option are visible in "
"this list."
msgstr ""
-"--report-host=host_name විකල්පය සමඟ ඇරඹි අනුගාමි සේවාදායක පමණක් මෙම "
-"ලැයිස්තුවේ පෙන්වයි."
+"--report-host=host_name විකල්පය සමඟ ඇරඹි අනුගාමි සේවාදායක පමණක් මෙම ලැයිස්තුවේ පෙන්වයි."
#: libraries/replication_gui.lib.php:256 server_replication.php:224
msgid "Add slave replication user"
@@ -7995,8 +8080,8 @@ msgstr "ඕනෑම භාවිතා කරන්නෙක්"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "පෙළ ක්ෂේත්ර භාවිතා කරන්න"
@@ -8087,7 +8172,7 @@ msgstr "තොරතුරු"
msgid "Event name"
msgstr "සිද්ධියේ නම"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "සිද්ධි වර්ගය"
@@ -8472,12 +8557,12 @@ msgstr "පටුන"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "ගුණාංග"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "අතිරේක"
@@ -8514,6 +8599,10 @@ msgstr "පිටුව තෝරන්න"
msgid "Select Tables"
msgstr "වගු තෝරන්න"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "තීර නම්"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "ක්රමානුරූපය පෙන්වන්න"
@@ -8774,14 +8863,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "වගු-විශේෂී වරප්රසාද"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "සටහන: MySQL වරප්රසාද නම් සඳහන් වනුයේ ඉංග්රීසියෙනි"
@@ -8790,12 +8879,12 @@ msgid "Administration"
msgstr "පරිපාලනය"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "ගෝලීය වරප්රසාද"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "දත්තගබඩා විශේෂිත වරප්රසාද"
@@ -8853,16 +8942,16 @@ msgid "Users having access to "%s""
msgstr ""%s" වෙත ප්රවේශ වරප්රසාද ඇති භාවිතා කරන්නන්"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "භාවිතා කරන්නා"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "ප්රදානය කරන්න"
@@ -8871,8 +8960,8 @@ msgid "User has been added."
msgstr "භාවිතා කරන්නා එක් කරන ලදි."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "ඕනෑම"
@@ -8888,12 +8977,12 @@ msgstr "දත්තගබඩා විශේෂිත"
msgid "wildcard"
msgstr "අව්යවස්ථිත කාඩ්පත"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "භාවිතා කරන්නන් හමු නොවිණි."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "වරප්රසාද සංස්කරණය කරන්න"
@@ -8901,98 +8990,90 @@ msgstr "වරප්රසාද සංස්කරණය කරන්න"
msgid "Revoke"
msgstr "අහෝසි කරන්න"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "සියල්ල අපනයනය කරන්න"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... පැරණි එක තබා ගන්න."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කරන්න."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... පැරැන්නෙන් සියලුම සක්රීය වරප්රසාද අහෝසි කර අනතුරුව එය ඉවත් කරන්න."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "... භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කර වරප්රසාද නැවත අලුත් කරන්න."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "ලොගින් තොරතුරු වෙනස් කරන්න / භාවිතා කරන්නා පිටපත් කරන්න"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "සහ එකම වරප්රසාද සහිතව නව භාවිතා කරන්නෙක් එක් කරන්න ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "තීර-විශේෂී වරප්රසාද"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "පහත දත්තගබඩාවට වරප්රසාද එක් කරන්න"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "පහත වගුවට වරප්රසාද එක් කරන්න"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "තෝරාගත් භාවිතා කරන්නන් ඉවත් කරන්න"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "භාවිතා කරන්නන්ගේ සියලුම සක්රීය වරප්රසාද අහෝසි කර අනතුරුව ඔවුන් ඉවත් කරන්න."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "භාවිතා කරන්නන් හා සමාන නම් ඇති දත්තගබඩා හලන්න."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "ඉවත් කිරීම සඳහා භාවිතා කරන්නන් කිසිවෙක් තෝරාගෙන නොමැත!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "වරප්රසාද පූරණය කෙරෙමින්"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "තෝරාගත් භාවිතා කරන්නන් සාර්ථකව ඉවත් කරන ලදි."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "ඔබ %s සඳහා වරප්රසාද අලුත් කර ඇත."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "සියලුම භාවිතා කරන්නන් සඳහා වරප්රසාද"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "%s සඳහා වරප්රසාද"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "භාවිතා කරන්නන් පිළිබඳ දළ විශ්ලේෂණය"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9004,11 +9085,11 @@ msgstr ""
"සේවාදායකයේ වරප්රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්රසාද වලට "
"වඩා වෙනස් විය හැකිය. එවැනි අවස්ථාවක ඔබ %sවරප්රසාද පූරණය%s කල යුතුය."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "තෝරාගත් භාවිත කරන්නා වරප්රසාද වගුවේ හමු නොවිණි."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "ඔබ නව භාවිතා කරන්නනෙක් එක් කරන ලදි."
@@ -9058,11 +9139,11 @@ msgstr "මකන්න"
msgid "Columns"
msgstr "තීර"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "මෙම SQL විමසුම පොත් සලකුණුගත කරන්න"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "සියලු භාවිතා කරන්නනට මෙම පොත් සලකුණට පිවිසීමට ඉඩ දෙන්න"
@@ -9174,8 +9255,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "සූචිය"
@@ -9219,13 +9300,13 @@ msgstr "කිසිවක් නැත"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "ප්රාථමික"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "සම්පූර්ණ පාඨය"
@@ -9238,20 +9319,15 @@ msgstr ""
msgid "after %s"
msgstr "%s ට පසු"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "%s ක්ෂේත්ර(ය) එක් කරන්න"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "ඔබ අවම වශයෙන් එක් ක්ෂේත්රයක්වත් එක් කල යුතුයි."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "ගබඩා යන්ත්ර"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9260,7 +9336,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "සිටුවම් පරිපාලනය"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "වෙනස් කිරීම් සුරකින ලදි"
@@ -9305,7 +9381,7 @@ msgid "Appearance Settings"
msgstr "මුහුණුවර සම්බන්ධ සිටුවම්"
# සිටුවම් = settings. Source: Glossary of Information Technology Terms - ICTA
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "තවත් සිටුවම්"
@@ -9368,10 +9444,9 @@ msgid ""
"running with this default, is open to intrusion, and you really should fix "
"this security hole by setting a password for user 'root'."
msgstr ""
-"ඔබගේ සිටුවම් ගොනුවේ අඩංගු සිටුවම් (භාවිත නාමය root වන හා මුරපදයක් නොමැති), "
-"පෙරනිමි, වරප්රසාදැති MySQL ගිණුමට අදාළ වේ. මෙම පෙරනිමි අගයන් භාවිතා කිරීම "
-"අනවසර ඇතුල්වීම් වලට හේතු විය හැකි බැවින් ඔබ 'root' භාවිතා කරන්නා සඳහා වෙනත් "
-"මුරපදයක් ලබා දිය යුතුය."
+"ඔබගේ සිටුවම් ගොනුවේ අඩංගු සිටුවම් (භාවිත නාමය root වන හා මුරපදයක් නොමැති), පෙරනිමි, "
+"වරප්රසාදැති MySQL ගිණුමට අදාළ වේ. මෙම පෙරනිමි අගයන් භාවිතා කිරීම අනවසර ඇතුල්වීම් වලට හේතු "
+"විය හැකි බැවින් ඔබ 'root' භාවිතා කරන්නා සඳහා වෙනත් මුරපදයක් ලබා දිය යුතුය."
#: main.php:369
msgid ""
@@ -9466,134 +9541,134 @@ msgstr "වම් මෙනුව පෙන්වන්න/සඟවන්න"
msgid "Save position"
msgstr "ස්ථාපිතය සුරකින්න"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "සම්බන්දතාවයක් සාදන්න"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "ප්රතිපූරණය"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "උදවු"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "ආංශික සබැඳුම"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "ඍජු සබැඳුම"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "සබඳතා දක්වන ඉරි පෙන්වන්න/සඟවන්න"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "විමසුම ගොඩ නඟන්න"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "සියල්ල පෙන්වන්න/සඟවන්න"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "වගු ගණන"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Relation view"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "හැර"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "උප විමසුම"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "නව නාමය"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "නව නාමය"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "එකතු කරන්න"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "සක්රිය විකල්ප"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "පිටුව සාදන ලදි"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "පිටුව සෑදීම අසමත් විය"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "පිටුව"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "තෝරාගත් පිටු ආනයනය කරන්න"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "තෝරාගත් පිටු අපනයනය කරන්න"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "පිටුවක් සාදා අපනයනය කරන්න"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "නව පිටු නාමය: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9601,7 +9676,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9609,7 +9684,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "අභ්යන්තර සබඳතා එක් කරන ලදි"
@@ -9617,11 +9692,11 @@ msgstr "අභ්යන්තර සබඳතා එක් කරන ලද
msgid "Relation deleted"
msgstr "සම්බන්දතාවය ඉවත් කරන ලදී"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "වෙනස් කිරීම් සුරකින ලදි"
@@ -9629,47 +9704,47 @@ msgstr "වෙනස් කිරීම් සුරකින ලදි"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "වින්යාස ආනයනය අසමත් විය"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "ගොනුවකින් ආනයනය කරන්න"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "බ්රවුසරයේ ගබඩාවෙන් ආනයනය කරන්න"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "බ්රවුසරයේ ගබඩාවෙන් සිටුවම් ආනයනය කෙරෙනු ඇත."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "සුරැකූ සිටුවම් නොමැත!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "වත්මන් වින්යාස සමග ඒකාබද්ධ කරන්න"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9678,19 +9753,19 @@ msgstr ""
"config.inc.php වෙනස් කිරීම මඟින් ඔබට තවත් සිටුවම් සිටුවිය හැකිය. උදා. %sSetup script%s "
"භාවිතා කිරීමෙන්."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "බ්රවුසරයේ ගබඩාවේ සුරකින්න"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "බ්රවුසරයේ ගබඩාවේ සිටුවම් සුරැකෙනු ඇත."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "වත්මන් සිටුවම් උඩින් නව සිටුවම් ලියැවේ!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "ඔබගේ සියලුම සිටුවම් ප්රතිසකසා ඒවා පෙරනිමි අගයන් වෙත ප්රතිෂ්ඨාපනය කල හැක."
@@ -9707,41 +9782,41 @@ msgstr "සියලු"
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "ගොනුව නොපවතියි"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "පෙන්වීම සඳහා ද්වීමය ලොගය තෝරන්න"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "ගොනු"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "සම්පූර්ණ විමසුම් පෙන්වන්න"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "ලොග් නම"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "පිහිටුම"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "මුල් පිහිටුම"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "තොරතුරු"
@@ -9825,17 +9900,17 @@ msgstr ""
msgid "disabled"
msgstr "අක්රීයයි"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s භාවිතා කරන්නා දැනටමත් පවතී!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s ඉවත් කරමින් පවතී"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "සාර්ථකව වරප්රසාද පූරණය කරන්න ලදි."
@@ -9880,8 +9955,8 @@ msgid ""
"This server is not configured as master in a replication process. Would you "
"like to configure it?"
msgstr ""
-"මෙම සේවාදායකය අනුරූකරණ ක්රියාවලියක ප්රධාන සේවාදායකය ලෙස සකසා නැත. එසේ සකස් කිරීමට ඔබ කැමතිද?"
+"මෙම සේවාදායකය අනුරූකරණ ක්රියාවලියක ප්රධාන සේවාදායකය ලෙස සකසා නැත. එසේ සකස් කිරීමට ඔබ කැමතිද?"
#: server_replication.php:247
msgid "Master configuration"
@@ -9922,8 +9997,8 @@ msgid ""
"should see a message informing you, that this server is configured as "
"master"
msgstr ""
-"සේවාදායකය නැවත පණගැන්වීමෙන් අනතුරුව 'යන්න' බොත්තම ඔබන්න. ඉන් අනතුරුව මෙම "
-"සේවාදායකය ප්රධාන සේවාදායකය ලෙස සකසා ඇති බවට පණිවිඩයක් දර්ශනය වනු ඇත"
+"සේවාදායකය නැවත පණගැන්වීමෙන් අනතුරුව 'යන්න' බොත්තම ඔබන්න. ඉන් අනතුරුව මෙම සේවාදායකය "
+"ප්රධාන සේවාදායකය ලෙස සකසා ඇති බවට පණිවිඩයක් දර්ශනය වනු ඇත"
#: server_replication.php:322
msgid "Slave SQL Thread not running!"
@@ -9984,8 +10059,7 @@ msgstr "දෝෂ කළමනාකරණය:"
#: server_replication.php:372
msgid "Skipping errors might lead into unsynchronized master and slave!"
-msgstr ""
-"දෝෂ අතහැර යාම සමමුහුර්ත නොවූ ප්රධාන හා අනුගාමි සේවාදායකයන් ඇති කරවිය හැක!"
+msgstr "දෝෂ අතහැර යාම සමමුහුර්ත නොවූ ප්රධාන හා අනුගාමි සේවාදායකයන් ඇති කරවිය හැක!"
#: server_replication.php:374
msgid "Skip current error"
@@ -10005,8 +10079,8 @@ msgid ""
"This server is not configured as slave in a replication process. Would you "
"like to configure it?"
msgstr ""
-"මෙම සේවාදායකය අනුරූකරණ ක්රියාවලියක අනුගාමි සේවාදායකය ලෙස සකසා නැත. එසේ සකස් කිරීමට ඔබ කැමතිද?"
+"මෙම සේවාදායකය අනුරූකරණ ක්රියාවලියක අනුගාමි සේවාදායකය ලෙස සකසා නැත. එසේ සකස් කිරීමට ඔබ කැමතිද?"
#: server_status.php:482
#, php-format
@@ -10194,20 +10268,20 @@ msgid ""
"This MySQL server works as master and slave in replication"
"b> process."
msgstr ""
-"මෙම MySQL සේවාදායකය අනුරූකරණ ක්රියාවලියේදී ප්රධාන හා "
-"අනුගාමි සේවාදායක ලෙස ක්රියාකරයි."
+"මෙම MySQL සේවාදායකය අනුරූකරණ ක්රියාවලියේදී ප්රධාන හා අනුගාමි "
+"සේවාදායක ලෙස ක්රියාකරයි."
#: server_status.php:1099
msgid "This MySQL server works as master in replication process."
msgstr ""
-"මෙම MySQL සේවාදායකය අනුරූකරණ ක්රියාවලියේදී ප්රධාන සේවාදායකය "
-"ලෙස ක්රියාකරයි."
+"මෙම MySQL සේවාදායකය අනුරූකරණ ක්රියාවලියේදී ප්රධාන සේවාදායකය ලෙස "
+"ක්රියාකරයි."
#: server_status.php:1101
msgid "This MySQL server works as slave in replication process."
msgstr ""
-"මෙම MySQL සේවාදායකය අනුරූකරණ ක්රියාවලියේදී අනුගාමි සේවාදායකය "
-"ලෙස ක්රියාකරයි."
+"මෙම MySQL සේවාදායකය අනුරූකරණ ක්රියාවලියේදී අනුගාමි සේවාදායකය ලෙස "
+"ක්රියාකරයි."
#: server_status.php:1104
msgid ""
@@ -11457,32 +11531,32 @@ msgstr "\"%s\" පොත් සලකුණ පිරික්සීම සඳ
msgid "Do you really want to execute following query?"
msgstr "පහත විමසුම ක්රියාත්මක කිරීමට ඔබට ඇත්තෙන්ම අවශ්යද?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP කේත ලෙස පෙන්වමින්"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "තහවුරු කරන ලද SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL ප්රතිළුල"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "උත්පාදනය කරන ලද්දේ"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "ලේබලය"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "%1$s වගුව සාර්ථකව වෙනස් කරන ලදි"
@@ -11562,76 +11636,76 @@ msgstr "%1$s වගුව සාදන ලදි."
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "ජ්යාමිතික දත්ත නිරූපණය"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "පළල"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "උස"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "ලේබල තීරුව"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "- කිසිවක් නොමැත -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "ජ්යාමිතික තීරුව"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "නැවත අඳින්න"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "ගොනුවකට සුරකින්න"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "ගොනුවේ නම"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "සුචිය එක් කරන්න"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "සුචිය සංස්කරණය කරන්න"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "සූචියේ නම:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" නාමය ප්රාථමික මූලය සඳහා පමණක් භාවිතා කල යුතුය!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "සූචි වර්ගය:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr " %s තීර(ය) සූචියට එක් කරන්න"
@@ -11654,254 +11728,158 @@ msgstr "%s වගුව %s වෙතට ගෙනයන ලදි."
msgid "Table %s has been copied to %s."
msgstr "%s වගුව %s වෙතට පිටපත් කරන ලදි."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "වගුවෙහි නම හිස්ව ඇත!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "වගු අනුපිළිවෙල වෙනස් කරන්න"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(singly)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "වගුව (දත්තගබඩාව.වගුව) වෙතට ගෙන යන්න:"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "වගු විකල්ප"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "වගුව බවට නම වෙනස් කරන්න"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "වගුව (දත්තගබඩාව.වගුව) වෙතට පිටපත් කරන්න:"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "පිටපත් කල වගුව වෙත මාරු වන්න"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "වගු නඩත්තුව"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Flush the table (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "වගුව හෝ දත්ත ඉවත් කරන්න"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "වගුව හිස් කරන්න (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "වගුව ඉවත් කරන්න (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "කොටස් නඩත්තුව"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "%s කොටස"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "විශ්ලේෂණය"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "පරීක්ෂාව"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "ප්රශස්තනය"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "නැවත සෑදීම"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "ප්රතිසංස්කරණය"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "කොටස් කිරීම ඉවත් කරන්න"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "වගු පෙන්වමින්"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "අවකාශ භාවිතය"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "එලදායී"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "පේළි සංඛ්ය ලේඛන"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "ස්ථිතික"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "ගතික"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "පේළියේ දිග"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "පේළියේ ප්රමාණය"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "මීළඟ ක්රමාංකය"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "%1$s මත අන්ය මූලය සෑදීමේදී දෝෂ ඇතිවිය (දත්ත වර්ග පරීක්ෂා කරන්න)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "අභ්යන්තර සබඳතා"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr "අදාල අන්ය මූලය ඇති විට අභ්යන්තර සබඳතාවක් අවශ්ය නොවේ."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "අන්ය මූල නිරෝධය"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "ජ්යාමිතික"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "එකිනෙකට වෙනස් අගයන්"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "ප්රාථමික මූලය එක් කරන්න"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "අනන්ය මූලය එක් කරන්න"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "SPATIAL මූලය එක් කරන්න"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "FULLTEXT මූලය එක් කරන්න"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "කිසිවක් නැත"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "%s තීරුව හලන ලදි"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s ට ප්රාථමික මූලයක් එක් කරන ලදි"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s සඳහා සූචියක් එක්කරන ලදි"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "තවත් ක්රියාවන් පෙන්වන්න"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "තීර අනුපිළිවල සකසන්න"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "ඉහළ පහළ ඇදීමෙන් තීර අනුපිළිවෙල සකසන්න."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "දසුන සංස්කරණය කරන්න"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "වගු සබඳතා දර්ශනය"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "සැකිල්ලක් යෝජනා කරන්න"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "තීරයක් එක් කරන්න"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "වගුව අවසනදී"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "වගුව මුලදී"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s ට පසු"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "පේළි %s මත සුචියක් සාදන්න"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "කොටස් කරන ලද"
@@ -12074,7 +12052,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr "පරිශීලක පැතිකඩ යාවත්කාලීන කරන ලදි."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "දසුනේ නම"
@@ -13230,6 +13208,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ශුන්යයට සිටුවා ඇත"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "සියල්ල අපනයනය කරන්න"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "සියලුම භාවිතා කරන්නන් සඳහා වරප්රසාද"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/sk.po b/po/sk.po
index 11e8b4ea3e..2cd2cb86fc 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-24 11:02+0200\n"
"Last-Translator: Martin Lacina \n"
"Language-Team: slovak \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Zobraziť všetko"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"nadradené okno, alebo prehliadač blokuje operácie medzi oknami z dôvodu "
"bezpečnostných nastavení."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Hľadať"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Hľadať"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Vykonaj"
@@ -99,7 +100,7 @@ msgstr "Popis"
msgid "Use this value"
msgstr "Použiť túto hodnotu"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Databáza %1$s bola vytvorená."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komentár k databáze: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentár k tabuľke"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Stĺpec"
@@ -146,11 +147,11 @@ msgstr "Stĺpec"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Stĺpec"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Typ"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Nulový"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Predvolené"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Linkovať na"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Komentáre"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nie"
@@ -242,27 +243,27 @@ msgstr "Nie"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Áno"
@@ -284,88 +285,21 @@ msgstr "Označiť všetko"
msgid "Unselect All"
msgstr "Odznačiť všetko"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Meno databázy je prázdne!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Databáza %1$s bola premenovaná na %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Databáza %1$s bola skopírovaná do %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Premenovať databázu na"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Odstrániť databázu"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Databáza %s bola zmazaná."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Odstrániť databázu (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Skopírovať databázu do"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Iba štruktúru"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Štruktúru a dáta"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Iba dáta"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Vytvoriť databázu (CREATE DATABASE) pred kopírovaním"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Pridať %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Pridať hodnotu AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Pridať obmedzenia"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Prepnúť na skopírovanú databázu"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Zotriedenie"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"Konfiguračná pamäť phpMyAdmina bola deaktivovaná. Ak chcete zistiť prečo, "
"kliknite %ssem%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Upraviť alebo exportovať relačnú schému"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabuľka"
@@ -395,41 +325,41 @@ msgstr "Tabuľka"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Riadkov"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Veľkosť"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "práve sa používa"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Vytvorenie"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Posledná zmena"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Posledná kontrola"
@@ -452,7 +382,7 @@ msgstr "Prepnúť do %svizuálneho návrhára%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -467,17 +397,17 @@ msgstr "V tejto databáze neboli nájdené žiadne tabuľky"
msgid "unknown"
msgstr "neznámy"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabuľka %s bola vyprázdená"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Pohľad %s bol odstránený"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabuľka %s bola odstránená"
@@ -490,7 +420,7 @@ msgstr "Sledovanie je aktívne."
msgid "Tracking is not active."
msgstr "Sledovanie nie je aktívne."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -498,12 +428,12 @@ msgid ""
msgstr ""
"Tento pohľad má aspoň toľko riadok. Podrobnosti nájdete v %sdokumentaci%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Pohľad"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "Na tomto MySQL serveri je prednastaveným úložným systémom %s."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Výber:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Označiť všetko"
@@ -541,50 +471,51 @@ msgstr "Označiť všetko"
msgid "Check tables having overhead"
msgstr "Zvoliť neoptimálne"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportovať"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Náhľad k tlači"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Vyprázdniť"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Odstrániť"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Skontrolovať tabuľku"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimalizovať tabuľku"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Opraviť tabuľku"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analyzovať tabuľku"
@@ -592,11 +523,11 @@ msgstr "Analyzovať tabuľku"
msgid "Add prefix to table"
msgstr "Pridať predponu k tabuľke"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Nahradiť predponu tabuľky"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Skopírovať tabuľku s predponou"
@@ -608,20 +539,20 @@ msgstr "Dátový slovník"
msgid "Tracked tables"
msgstr "Sledované tabuľky"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Databáza"
@@ -637,9 +568,9 @@ msgstr "Vytvorené"
msgid "Updated"
msgstr "Aktualizované"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Stav"
@@ -647,14 +578,14 @@ msgstr "Stav"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Akcia"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Ukázať"
@@ -687,7 +618,7 @@ msgstr "Snímok štruktúry"
msgid "Untracked tables"
msgstr "Nesledované tabuľky"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Sledovať tabuľku"
@@ -739,7 +670,7 @@ msgstr "Chybný typ exportu"
msgid "Value for the column \"%s\""
msgstr "Hodnota pre pole \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Použíť OpenStreetMap ako základnú vrstvu"
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometria"
@@ -874,7 +805,7 @@ msgstr ""
"Nebolo možné načítať importovacie pluginy, skontrolujte prosím vašu "
"inštaláciu!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Príkaz %s bol zaradený medzi obľúbené"
@@ -901,10 +832,10 @@ msgstr ""
"že phpMyAdmin nebude schopný dokončiť tento import, pokiaľ nebude zvýšený "
"časový limit behu skriptu v php."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL dopyt bol úspešne vykonaný"
@@ -926,7 +857,7 @@ msgstr "Príkaz \"DROP DATABASE\" je zakázaný."
msgid "Do you really want to execute \"%s\"?"
msgstr "Skutočne chcete vykonať príkaz \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Chystáte sa ZMAZAŤ celú databázu!"
@@ -967,7 +898,7 @@ msgstr "Pridať index"
msgid "Edit Index"
msgstr "Upraviť index"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Pridať %d polí do indexu"
@@ -997,8 +928,8 @@ msgstr "Heslá sa nezhodujú!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Pridať používateľa"
@@ -1018,9 +949,9 @@ msgstr "Zavrieť"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1046,7 +977,7 @@ msgstr "Statické data"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Celkom"
@@ -1245,7 +1176,7 @@ msgstr "Dopyty"
msgid "Traffic"
msgstr "Vyťaženie"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Nastavenia"
@@ -1265,12 +1196,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Žiadny"
@@ -1457,10 +1388,10 @@ msgid "Explain output"
msgstr "Vysvetliť výstup"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Čas"
@@ -1555,10 +1486,10 @@ msgstr ""
"Nepodarilo sa vytvoriť graf z importovanej konfigurácie. Používam východzie "
"nastavenia..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Import"
@@ -1606,9 +1537,9 @@ msgstr "Použitá premenná / vzorec"
msgid "Test"
msgstr "Kontrola"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Zrušiť"
@@ -1636,9 +1567,9 @@ msgstr "Odstraňujem stĺpce"
msgid "Adding Primary Key"
msgstr "Pridavam primarny kľúč"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1678,15 +1609,15 @@ msgstr "Skryť indexy"
msgid "Show indexes"
msgstr "Zobraziť indexy"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Kontrola cudzích kľúčov:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Zapnuté)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Vypnuté)"
@@ -1754,8 +1685,8 @@ msgstr "Zobrazit vyhľadávacie pole"
msgid "No rows selected"
msgstr "Nebol vybraný žiadny riadok"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Zmeniť"
@@ -1763,8 +1694,8 @@ msgstr "Zmeniť"
msgid "Query execution time"
msgstr "Čas behu dopytu"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d nie je platné číslo riadku."
@@ -1773,8 +1704,8 @@ msgstr "%d nie je platné číslo riadku."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Uložiť"
@@ -1830,12 +1761,12 @@ msgstr "Výsledky dopytu"
msgid "Data point content"
msgstr "Obsah datového bodu"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorovať"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopírovať"
@@ -1855,7 +1786,7 @@ msgstr "Zvoliť cudzí kľúč"
msgid "Please select the primary key or a unique key"
msgstr "Zoľte, prosím, primárny alebo unikátny kľúč"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Zvoľte, ktoré polia zobraziť"
@@ -1940,7 +1871,7 @@ msgstr "Vytvoriť"
msgid "Change Password"
msgstr "Zmeniť heslo"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Viac"
@@ -2313,13 +2244,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Chyba"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL dopyt"
@@ -2387,7 +2318,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Upraviť tu"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilovanie"
@@ -2412,154 +2343,155 @@ msgstr "%s dní, %s hodín, %s minút a %s sekúnd"
msgid "Missing parameter:"
msgstr "Chýbajúci parameter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Začiatok"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Predchádzajúci"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Ďalší"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Koniec"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Prejsť na databázu "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funkčnosť %s je ovplyvnená známou chybou, pozri %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Kliknite pre prepnutie"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Štruktúra"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Vložiť"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Prechádzať"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operácie"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Prechádzať váš počítač:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Zvoľte súbor z upload adresára %s web servera:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Adresár určený pre upload súborov sa nedá otvoriť"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Žiadny súbor pre nahrávanie"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Spustiť"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Vytlačiť"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Existujúci konfiguračný súbor (%s) nie je čitateľný."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Konfiguračný súbor má zlé prístupové práva, nemal by byť zapisovateľný pre "
"všetkých!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Veľkosť písma"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Vzostupne"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Zostupne"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Triediť"
@@ -2585,8 +2517,8 @@ msgid "Use Tables"
msgstr "Použiť tabuľky"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Alebo"
@@ -2653,13 +2585,13 @@ msgstr[2] "%1$s výskytov v %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Odstrániť nájdené záznamy z tabuľky %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2689,130 +2621,130 @@ msgstr "V tabuľkách:"
msgid "Inside column:"
msgstr "V tabuľke:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Uložiť zmeny"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Obnoviť poradie stĺpcov"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Prvý riadok"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Počet riadkov"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Režim"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontálnom"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vodorovnom (otočené hlavičky)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikálnom"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Opakovať hlavičku každých %s riadkov"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Zoradiť podľa kľúča"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Nastavenia"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Čiastočné texty"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Plné texty"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relačný kľúč"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relačné zobrazenie stĺpcov"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Zobraziť binárny obsah"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Zobraziť obsah BLOBu"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Zobraziť binárny obsah v HEX formáte"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Skryť transformácie prehliadača"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Text (Well Known Text)"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Riadok bol zmazaný"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Zabiť"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2820,44 +2752,44 @@ msgstr ""
"Môže byť nepresné. Viď [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11"
"[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "v dopyte"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Zobrazené riadky"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "celkovo"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Dopyt zabral %01.4f s"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operácie s výsledkami dopytu"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Náhľad tlače (s kompletnými textami)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Zobraziť graf"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Zobraziť GIS data"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Vytvoriť pohľad"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Linka nebola nájdená"
@@ -2925,27 +2857,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Otvoriť nové okno phpMyAdmina"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cookies musia byť povolené, pokiaľ chcete pokračovať."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Pokiaľ chcete pokračovať, Javascript musí byť povolený"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Nebol definovaný žiadny index!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indexy"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unikátny"
@@ -2958,6 +2890,16 @@ msgstr "Zabalené"
msgid "Cardinality"
msgstr "Mohutnosť"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Zotriedenie"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2982,93 +2924,93 @@ msgstr ""
"Indexy %1$s a %2$s vyzerajú rovnaké a jeden z nich môže byť pravdepodobne "
"odstránený."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databázy"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Sledovanie"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Spúšťače"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabuľka vyzerá prázdna!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Databáza vyzerá prázdna!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Dopyt podľa príkladu"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Oprávnenia"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutiny"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Udalosti"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Dizajnér"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Používatelia"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synchronizovať"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binárny log"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Premenné"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Znakové sady"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Systémy"
@@ -3133,50 +3075,50 @@ msgstr "%s bol zakázaný na tomto MySQL serveri."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Tento MySQL server nepodporuje úložný systém %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "neznámy stav tabuľky: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Zdrojová databáza `%s` nebola nájdená!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Cieľová databáza `%s` nebola nájdená!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Chybná databáza"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Chybné meno tabuľky"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Chyba pri premenovaní tabuľky %1$s na %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabuľka %1$s bola premenovaná na %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Nepodarilo sa uložiť nastavenia tabuľky"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3189,16 +3131,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcia"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operátor"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Hodnota"
@@ -3211,60 +3153,60 @@ msgstr "Hľadať v tabuľke"
msgid "Edit/Insert"
msgstr "Upraviť/Vložiť"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Zvoliť stĺpec (najmenej jeden):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Pridať vyhľadávacie parametre (obsah dopytu po \"where\" príkaze):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Záznamov na stránku"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Zobraziť zoradené:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maximálny počet zobrazených riadkov"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Prejsť hodnoty cudzích kľúčov"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Rozšírené parametre vyhľadávania"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Vykonať \"dopyt podľa príkladu\" (nahradzujúci znak: \"%\") pre dva rôzne "
"stĺpce"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Vykonať \"dopyt podľa príkladu\" (nahradzujúci znak: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "Kontrolný užívateľ"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Zrušiť zoom"
@@ -3601,14 +3543,14 @@ msgstr "Tabuľky"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Dáta"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Naviac"
@@ -3633,11 +3575,11 @@ msgstr "Skontrolovať oprávnenia pre databázu "%s"."
msgid "Check Privileges"
msgstr "Skontrolovať oprávnenia"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Nepodarilo sa načítať konfiguračný súbor"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3645,12 +3587,12 @@ msgstr ""
"Toto je často spôsobené syntaktickou chybou v súbore, prosím skontrolujte "
"chyby vypísané nižšie."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Nepodarilo sa načítať prednastavenú konfiguráciu zo súboru: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3658,34 +3600,34 @@ msgstr ""
"Direktíva [code]$cfg['PmaAbsoluteUri'][/code] MUSÍ byť nastavená v "
"konfiguračnom súbore!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Chybný index servera: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Chybné meno servera %1$s. Prosím, skontrolujte konfiguráciu."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "V konfigurácii je nastavená nesprávna autentifikačná metóda:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Mali by ste aktualizovať %s na verziu %s alebo vyššiu."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "možný pokus o exploit"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3716,37 +3658,37 @@ msgstr "Zatvorené"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Vypnuté"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "štruktúra"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "dáta"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "štruktúra a dáta"
@@ -3867,8 +3809,8 @@ msgid "Allow users to customize this value"
msgstr "Povoliť užívateľom prispôsobiť túto hodnotu"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Vynulovať"
@@ -4144,7 +4086,7 @@ msgstr "Nastavte dĺžku behu skriptu v sekundách ([kbd]0[/kbd] bez obmedzení)
msgid "Maximum execution time"
msgstr "Maximálny čas behu"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Uložiť ako súbor"
@@ -4153,7 +4095,7 @@ msgid "Character set of the file"
msgstr "Znaková sada súboru"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formát"
@@ -4166,27 +4108,25 @@ msgstr "Kompresia"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Pridať názvy polí na prvý riadok"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Polia uzatvorené do"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Polia uvedené pomocou"
@@ -4204,14 +4144,12 @@ msgstr "Odstrániť konce riadkov (CRLF) z polí"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Riadky ukončené"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Riadky ukončené"
@@ -4237,7 +4175,7 @@ msgstr "Vzor pre názov tabuľky"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Vypísať tabuľku"
@@ -4248,8 +4186,8 @@ msgid "Include table caption"
msgstr "Zahrnúť nadpis tabuľky"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Nadpis tabuľky"
@@ -4258,20 +4196,20 @@ msgid "Continued table caption"
msgstr "Nadpis pokračovania tabuľky"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Návestie"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME typ"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Prepojenia"
@@ -4292,6 +4230,11 @@ msgstr "Prepísať existujúce súbory"
msgid "Remember file name template"
msgstr "Zapamätať si vzor pre názov súboru"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Pridať hodnotu AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Použiť opačný apostrof pri názvoch tabuliek a polí"
@@ -4302,7 +4245,7 @@ msgid "SQL compatibility mode"
msgstr "Režim kompatibility SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Voľby CREATE TABLE:"
@@ -4315,10 +4258,17 @@ msgid "Use delayed inserts"
msgstr "Použiť oneskorené vloženia"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Vypnúť kontrolu cudzích kľúčov"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Pridať %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Použiť hexadecimálne zobrazenie pre BLOB"
@@ -4332,7 +4282,7 @@ msgid "Syntax to use when inserting data"
msgstr "Akú syntax použiť pre vkladanie dát"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maximálna veľkosť vytvoreného príkazu"
@@ -4341,7 +4291,7 @@ msgid "Export type"
msgstr "Typ exportu"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Uzatvoriť príkazy v transakcii"
@@ -4396,7 +4346,6 @@ msgstr "Prispôsobenie východzích nastavení"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV dáta"
@@ -4736,14 +4685,12 @@ msgid "Partial import: allow interrupt"
msgstr "Čiastočný import: povoliť prerušenie"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Neprerušovať pri chybe v príkaze INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Nahradiť dáta v tabuľke súborom"
@@ -4760,7 +4707,6 @@ msgid "Format of imported file"
msgstr "Formát importovaného súboru"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Použiť kľúčové slovo LOCAL"
@@ -4770,7 +4716,7 @@ msgid "Column names in first row"
msgstr "Mená stĺpcov na prvom riadku"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Neimportovať prázdne riadky"
@@ -5878,7 +5824,7 @@ msgstr "Vyžaduje povolené kontrolovanie SQL"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Heslo"
@@ -6048,14 +5994,12 @@ msgstr "Signon authentication"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV pomocou LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Tabuľkový procesor Open Document"
@@ -6144,7 +6088,7 @@ msgstr "Chýba rozšírenie %s. Skontrolujte prosín nastavenia PHP."
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6152,15 +6096,15 @@ msgstr ""
"Server neodpovedá (alebo socket lokálneho MySQL servera nie je správne "
"nastavený)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Server neodpovedá."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Podrobnosti..."
@@ -6205,24 +6149,24 @@ msgid "Create"
msgstr "Vytvoriť"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Žiadne oprávnenia"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Vytvoriť tabuľku"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Názov"
@@ -6855,7 +6799,7 @@ msgid "No data found for GIS visualization."
msgstr "Neboli nájdené žiadne dáta pre graf."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL vrátil prázdny výsledok (tj. nulový počet riadkov)."
@@ -6908,7 +6852,7 @@ msgid "Go to view: %s"
msgstr "Prejsť na pohľad: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Skryť"
@@ -6974,11 +6918,11 @@ msgstr ""
"Pre pohyb medzi hodnotami použite klávesu TAB alebo pre pohyb všetkými "
"smermi klávesy CTRL+šípky"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Zobrazujem SQL dotaz"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6993,35 +6937,35 @@ msgstr "Žiadny"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Z"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Odošli"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
msgid "Add prefix"
msgstr "Odstrániť index/indexy"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Skutočne chcete vykonať príkaz "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Žiadna zmena"
@@ -7227,7 +7171,159 @@ msgstr "phpMyAdmin Dokumentácia"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Premenovať databázu na"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databáza %s bola zmazaná."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Odstrániť databázu"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Odstrániť databázu (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Iba štruktúru"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Štruktúru a dáta"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Iba dáta"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Skopírovať databázu do"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Vytvoriť databázu (CREATE DATABASE) pred kopírovaním"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Pridať obmedzenia"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Prepnúť na skopírovanú databázu"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Upraviť alebo exportovať relačnú schému"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Zmeniť poradie tabuľky podľa"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(po jednom)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Presunúť tabuľku do (databáza.tabuľka):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Parametre tabuľky"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Premenovať tabuľku na"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Úložný Systém"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Skopírovať tabuľku do (databáza.tabuľka):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Prepnúť na skopírovanú tabuľku"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Údržba tabuľky"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentovať tabuľku"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabuľka %s bola vyprázdnená"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Vyprázdniť tabuľku (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Odstrániť dáta alebo tabuľku"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Odstrániť tabuľku (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analyzovať"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Skontrolovať"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimalizovať"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Opraviť"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Údržba tabuľky"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Skontrolovať referenčnú integritu:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Tento formát nemá žiadne nastavenia"
@@ -7236,7 +7332,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Nepodarilo sa pripojiť: chybné nastavenia."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7266,50 +7362,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Pri použití funkcie Blowfish z knižnice mcrypt došlo k chybe!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Login"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Možete zadať medzerou oddelený hostname/IP adresu a port."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Používateľ:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Heslo:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Voľba serveru"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Prihlásenie bez hesla je zakázané v konfigurácií (pozri AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Nedá sa prihlásiť k MySQL serveru"
@@ -7340,70 +7436,70 @@ msgstr "Nie je pripojený žiadny prihlasovací kľúč"
msgid "Authenticating..."
msgstr "Prihlasujem..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Polia oddelené s:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Polia uzatvorené do:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Polia uvedené pomocou:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Riadky ukončené:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Nahradiť NULL hodnoty:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Verzia Excelu:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Nastavenia exportu databáz"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Sťahujem dáta pre tabuľku"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Udalosť"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7412,24 +7508,24 @@ msgstr "Udalosť"
msgid "Definition"
msgstr "Popis"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Štruktúra tabuľky pre tabuľku"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Iba štruktúru"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7446,37 +7542,37 @@ msgstr "(pokračovanie)"
msgid "Structure of table @TABLE@"
msgstr "Štruktúra tabuľky @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Možnosti vytvárania objektov"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Nadpis tabuľky (pokračovanie)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Zobraziť vzťahy cudzích kľúčov"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Zobraziť komentáre"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Zobraziť MIME typy"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7484,35 +7580,35 @@ msgstr "Zobraziť MIME typy"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Hostiteľ"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Vygenerované"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Verzia serveru"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Verzia PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "or type variable name:"
msgid "Export table names"
msgstr "alebo zadajte meno premennej:"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7526,141 +7622,141 @@ msgstr "(Generuje report obsahujúci dáta jednej tabuľky)"
msgid "Report title:"
msgstr "Názov výpisu:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Pridať vlastný komentár do hlavičky (\\n oddeľuje riadky):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Pridať údaj %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Pridať príkazy:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "Možnosti vytvárania objektov"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedúry"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcie"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Obmedzenie pre exportované tabuľky"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Obmedzenie pre tabuľku"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPY PRE TABUĽKU"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "PREPOJENIA PRE TABUĽKU"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Chyba pri čítaní dát:"
@@ -7676,8 +7772,8 @@ msgstr "Pohľady"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7694,110 +7790,101 @@ msgstr ""
msgid "Column names: "
msgstr "Názvy stĺpcov: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Chybný parameter pre CSV import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Chybný formát v CSV vstupe na riadku %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Chybný počet položiek v CSV vstupe na riadku %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Názov tabuľky"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Názvy stĺpcov"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Tento plug-in nepodporuje import komprimovaných súborov!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Chybný formát v CSV vstupe na riadku %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Nahraný súbor neobsahuje žiadne dáta"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Režim kompatibility SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Nepoužívať AUTO_INCREMENT pre nulové hodnoty"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7956,7 +8043,7 @@ msgid "Enabled"
msgstr "Zapnuté"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Možnosti všeobecných vzťahov"
@@ -8029,7 +8116,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "bez Popisu"
@@ -8081,7 +8168,7 @@ msgstr "Zobraziť stav podriadených hostov"
msgid "Variable"
msgstr "Premenná"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID servra"
@@ -8105,8 +8192,8 @@ msgstr "Akýkoľvek používateľ"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Požiť textové pole"
@@ -8205,7 +8292,7 @@ msgstr "Podrobnosti"
msgid "Event name"
msgstr "Typ udalosti"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Typ udalosti"
@@ -8641,12 +8728,12 @@ msgstr "Obsah"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atribúty"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8683,6 +8770,10 @@ msgstr "Zvoliť stránku"
msgid "Select Tables"
msgstr "Vybrať Tabuľky"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Názvy stĺpcov"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Zobraziť relačnú schému"
@@ -8954,14 +9045,14 @@ msgstr "Obmedzuje počet simultánnych pripojení používateľa."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Oprávnenia pre jednotlivé tabuľky"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Poznámka: názvy MySQL oprávnení sú uvádzané po anglicky"
@@ -8970,12 +9061,12 @@ msgid "Administration"
msgstr "Administrácia"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globálne práva"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Oprávnenia pre jednotlivé databázy"
@@ -9033,16 +9124,16 @@ msgid "Users having access to "%s""
msgstr "Používatelia majúci prístup k "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Používateľ"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Prideliť"
@@ -9051,8 +9142,8 @@ msgid "User has been added."
msgstr "Užívateľ bol pridaný."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Akýkoľvek"
@@ -9068,12 +9159,12 @@ msgstr "závislé na databáze"
msgid "wildcard"
msgstr "nahradzujúci znak"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Nebol nájdený žiadny používateľ."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Upraviť oprávnenia"
@@ -9081,27 +9172,21 @@ msgstr "Upraviť oprávnenia"
msgid "Revoke"
msgstr "Zrušiť"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Exportovať"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... zachovať pôvodného používateľa."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
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:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9109,81 +9194,75 @@ msgstr ""
"... zmazať pôvodného používateľa z tabuliek používateľov a potom "
"znovunačítať oprávnenia."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Zmeniť informácie o používateľovi / Kopírovať používateľa"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Oprávnenia pre jednotlivé stĺpce"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Pridať oprávnenia pre nasledujúcu databázu"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Pridať oprávnenia pre nasledujúcu tabuľku"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Odstrániť vybraných používateľov"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Na odstránenie neboli vybraní žiadni používatelia!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Znovunačítanie práv"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Vybraní používatelia bol úspešne odstránený."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Boli aktualizované oprávnenia pre %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Oprávnenia"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Oprávnenia"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Zoznam používatelov"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9196,11 +9275,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Používateľ bol pridaný."
@@ -9250,11 +9329,11 @@ msgstr "Vyčistiť"
msgid "Columns"
msgstr "Stĺpce"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Pridať tento SQL dopyt do obľúbených"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Dovoliť používať túto položku všetkým používateľom"
@@ -9377,8 +9456,8 @@ msgstr ""
"alebo uvádzacích znakov, napr.: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9430,13 +9509,13 @@ msgstr "Žiadny"
msgid "As defined:"
msgstr "Podľa zadania:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primárny"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Celý text"
@@ -9450,20 +9529,15 @@ msgstr ""
msgid "after %s"
msgstr "Po %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Pridať %s stĺpcov"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Musíte pridať aspoň jeden stĺpec."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Úložný Systém"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9472,7 +9546,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Spravovať svoje nastavenia"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Nastavenia boli uložené"
@@ -9517,7 +9591,7 @@ msgstr "Znaková sada pre pripojenie k serveru"
msgid "Appearance Settings"
msgstr "Nastavenia vzhľadu"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Ďalšie nastavenia"
@@ -9699,138 +9773,138 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Vytvoriť relaciu"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Znovu načítať"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Pomoc"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Pravouhlé spoje"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Priame odkazy"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
msgid "Toggle relation lines"
msgstr "Vytvoriť relaciu"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Import/Export koordináty pre PDF schému"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Vytvoriť dopyt"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Presunúť Menu"
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Zobraziť všetko"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Počet tabuliek"
-#: pmd_general.php:447
+#: pmd_general.php:459
#, fuzzy
msgid "Delete relation"
msgstr "Vytvoriť relaciu"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Zobraziť prepojenia"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Okrem"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "poddopyt"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Premenovať tabuľku na"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nové meno"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Zlúčiť"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Zapnuté parametre"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Stránka bola vytvorená"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Stránka"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importovať zo zvolenej stránky"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exportovať na zvolenú stránku"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Vytvoriť novú stránku a exportovať do nej"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nový názov stránky: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9838,7 +9912,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9846,7 +9920,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Interné vzťahy"
@@ -9856,11 +9930,11 @@ msgstr "Interné vzťahy"
msgid "Relation deleted"
msgstr "Zobraziť prepojenia"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Zmeny boli uložené"
@@ -9868,47 +9942,47 @@ msgstr "Zmeny boli uložené"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Nepodarilo sa uložiť nastavenia, odoslaný formulár obsahuje chyby"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Nepodarilo sa načítať konfiguráciu"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Prajete si načítať zostávajúce nastavenia?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importovať zo súboru"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Načítať z pamäte prehliadača"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Nastavenia budú načítané z lokálneho úložišťa vášho prehliadača."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Nemáte uložené žiadne nastavenia!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Zlúčiť so súčasným nastavením"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9917,19 +9991,19 @@ msgstr ""
"Ďalšie nastavenia môžete urobiť úpravou config.inc.php, napr. použitím "
"%sNastavovacieho skriptu%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Uložiť do úložiska prehliadača"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Súčasné nastavenia budú prepísané!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Môžete vymazať všetky vaše nastavenia a vrátiť sa k východziím hodnotám."
@@ -9947,41 +10021,41 @@ msgstr "Všetko"
msgid "%s table not found or not set in %s"
msgstr "Tabuľka %s nebola nájdená alebo nie je nastavená v %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Súbor neexistuje"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Vyberte binárny log na zobrazenie"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Súbory"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Zobraziť skrátene dopyty"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Zobraziť kompletné dopyty"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Názov logu"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozícia"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Pôvodná pozícia"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informácia"
@@ -10067,17 +10141,17 @@ msgstr "Licencia"
msgid "disabled"
msgstr "vypnuté"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Používateľ %s už existuje!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Odstraňuje sa %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Práva boli úspešne znovunačítané."
@@ -11804,32 +11878,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Skutočne chcete vykonať príkaz "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Zobrazujem ako PHP kód"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Skontrolované SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Výsledok SQL dopytu"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Vygenerované"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problémy s indexami v tabuľke `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Názov"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabuľka %1$s bola úspešné upravená"
@@ -11923,88 +11997,88 @@ msgstr "Tabuľka %1$s bola vytvorená."
msgid "View dump (schema) of table"
msgstr "Zobraziť dump (schému) tabuľky"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "Zobraziť výber serverov"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Textarea columns"
msgid "Label column"
msgstr "Stĺpce s textovou oblasťou"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Celkom"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Uložiť ako súbor"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Názov tabuľky"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Názov primárneho kľúča musí byť \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Nie je možné premenovať index na PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Časti indexu neboli definované!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Pridať index"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Režim úprav"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Meno indexu :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" musí byť iba meno primárneho kľúča!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Typ indexu :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Pridať do indexu %s stĺpce"
@@ -12027,263 +12101,168 @@ msgstr "Tabuľka %s bola presunutá do %s."
msgid "Table %s has been copied to %s."
msgstr "Tabuľka %s bola skorírovaná do %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tabuľka je prázdna!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Zmeniť poradie tabuľky podľa"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(po jednom)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Presunúť tabuľku do (databáza.tabuľka):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Parametre tabuľky"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Premenovať tabuľku na"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Skopírovať tabuľku do (databáza.tabuľka):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Prepnúť na skopírovanú tabuľku"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Údržba tabuľky"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentovať tabuľku"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabuľka %s bola vyprázdnená"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Vyprázdniť tabuľku (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Odstrániť dáta alebo tabuľku"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Odstrániť tabuľku (DROP)"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Údržba tabuľky"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analyzovať"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Skontrolovať"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimalizovať"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Opraviť"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Skontrolovať referenčnú integritu:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Zobraziť tabuľky"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Zabrané miesto"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektívny"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Štatistika riadku"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statický"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamický"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Dĺžka riadku"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Veľkosť riadku"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Interné vzťahy"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Prechádzať iné hodnoty"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Pridať unikátny index"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add index"
msgid "Add SPATIAL index"
msgstr "Pridať index"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Pridať fulltextový index"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Žiadny"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Stĺpec %s bol odstránený"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Bol pridaný primárny kľúč pre %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Bol pridaný index pre %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Zobraziť viac operácii"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Odstrániť stĺpce"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Náhľad k tlači"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Zobraziť prepojenia"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Navrhnúť štruktúru tabuľky"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Pridať stĺpec"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Na konci tabuľky"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Na začiatku tabuľky"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Po %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Vytvoriť index na %s stĺpcoch"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12461,7 +12440,7 @@ msgstr "Nemáte dostatočné práva na vykonanie tejto akcie!"
msgid "The profile has been updated."
msgstr "Profil bol aktualizovaný."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Meno pohľadu"
@@ -13653,6 +13632,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastavené na 0"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Exportovať"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Oprávnenia"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/sl.po b/po/sl.po
index 515f42f3f3..eb5089c0b1 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-27 12:49+0200\n"
"Last-Translator: Domen \n"
"Language-Team: slovenian \n"
@@ -11,17 +11,17 @@ msgstr ""
"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"
+"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 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Pokaži vse"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"Ciljnega okna ni bilo mogoče osvežiti. Morda ste zaprli nadrejeno okno ali "
"pa vaš brskalnik blokira osveževanje varnostnih parametrov med okni."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Iskanje"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Iskanje"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Izvedi"
@@ -99,7 +100,7 @@ msgstr "Opis"
msgid "Use this value"
msgstr "Uporabi to vrednost"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Zbirka podatkov %1$s je ustvarjena."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Pripomba zbirke podatkov: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Pripomba tabele"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Stolpec"
@@ -146,11 +147,11 @@ msgstr "Stolpec"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Stolpec"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Vrsta"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Privzeto"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Povezave z"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Pripombe"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ne"
@@ -242,27 +243,27 @@ msgstr "Ne"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Da"
@@ -284,88 +285,21 @@ msgstr "Izberi vse"
msgid "Unselect All"
msgstr "Prekliči izbor vsega"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Ime zbirke podatkov je prazno!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Zbirko podatkov %1$s sem preimenoval v %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Zbirko podatkov %1$s sem skopiral v %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Preimenuj zbirko podatkov v"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Odstrani zbirko podatkov"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Zbirka podatkov %s je zavržena."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Zavrzi zbirko podatkov (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopiraj zbirko podatkov v"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Samo struktura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktura in podatki"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Samo podatki"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE pred kopiranjem"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Dodaj %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Dodaj vrednost AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Dodaj omejitve"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Preklopi na kopirano zbirko podatkov"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Pravilo za razvrščanje znakov"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -374,20 +308,16 @@ msgstr ""
"Hramba konfiguracije phpMyAdmin je bila onemogočena. Če želite izvedeti "
"zakaj, kliknite %stukaj%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Uredi ali izvozi relacijsko shemo"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabela"
@@ -395,41 +325,41 @@ msgstr "Tabela"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Vrstic"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Velikost"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "v uporabi"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Ustvarjeno"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Zadnjič posodobljeno"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Zadnjič pregledano"
@@ -453,7 +383,7 @@ msgstr "Preklopi na %svidni graditelj%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -468,17 +398,17 @@ msgstr "V zbirki podatkov ni mogoče najti tabel"
msgid "unknown"
msgstr "neznano"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabela %s je izpraznjena"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Pogled %s je zavržen"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabela %s je zavržena"
@@ -491,19 +421,19 @@ msgstr "Sledenje je aktivno."
msgid "Tracking is not active."
msgstr "Sledenje ni aktivno."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"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."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Pogled"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -519,21 +449,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s je privzet skladiščni pogon na tem strežniku MySQL."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Z označenim:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Označi vse"
@@ -541,50 +471,51 @@ msgstr "Označi vse"
msgid "Check tables having overhead"
msgstr "Preveri prekoračene"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Izvozi"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Pogled za tiskanje"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Izprazni"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Zavrzi"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Preveri tabelo"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimiraj tabelo"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Popravi tabelo"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analiziraj tabelo"
@@ -592,11 +523,11 @@ msgstr "Analiziraj tabelo"
msgid "Add prefix to table"
msgstr "Dodaj predpono tabeli"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Zamenjaj predpono tabele"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopiraj tabelo s predpono"
@@ -608,20 +539,20 @@ msgstr "Slovar podatkov"
msgid "Tracked tables"
msgstr "Sledene tabele"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Zbirka podatkov"
@@ -637,9 +568,9 @@ msgstr "Ustvarjeno"
msgid "Updated"
msgstr "Posodobljeno"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Stanje"
@@ -647,14 +578,14 @@ msgstr "Stanje"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Dejanje"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Pokaži"
@@ -687,7 +618,7 @@ msgstr "Posnetek strukture"
msgid "Untracked tables"
msgstr "Nesledene tabele"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Sledi tabeli"
@@ -739,7 +670,7 @@ msgstr "Neveljavna vrsta izvoza"
msgid "Value for the column \"%s\""
msgstr "Vrednost za stolpec \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Uporabi OpenStreetMaps kot osnovni sloj"
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometrija"
@@ -875,7 +806,7 @@ msgid "Could not load import plugins, please check your installation!"
msgstr ""
"Ne morem naložiti vtičnikov za uvoz, prosimo, preverite vašo namestitev!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Zaznamek %s je ustvarjen"
@@ -902,10 +833,10 @@ msgstr ""
"navadi pomeni, da phpMyAdmin ne bo mogel dokončati tega uvoza, razen če "
"povečate vaše časovne omejitve PHP."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Poizvedba SQL je bila uspešno izvedena"
@@ -927,7 +858,7 @@ msgstr "Poizvedbe \"DROP DATABASE\" so izključene."
msgid "Do you really want to execute \"%s\"?"
msgstr "Ali res želite izvesti \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "S tem dejanjem boste UNIČILI celotno zbirko podatkov!"
@@ -967,7 +898,7 @@ msgstr "Dodaj indeks"
msgid "Edit Index"
msgstr "Uredi indeks"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Dodaj %d stolpec(-cev) k indeksu"
@@ -997,8 +928,8 @@ msgstr "Gesli se ne ujemata!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Dodaj uporabnika"
@@ -1018,9 +949,9 @@ msgstr "Zapri"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1046,7 +977,7 @@ msgstr "Statični podatki"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Skupaj"
@@ -1246,7 +1177,7 @@ msgstr "Vprašanja"
msgid "Traffic"
msgstr "Promet"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Nastavitve"
@@ -1266,12 +1197,12 @@ msgstr "Dodaj grafikon na mrežo"
msgid "Please add at least one variable to the series"
msgstr "Prosimo, v serijo dodajte vsaj eno spremenljivko"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Brez"
@@ -1456,10 +1387,10 @@ msgid "Explain output"
msgstr "Razloži izhod"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Čas"
@@ -1554,10 +1485,10 @@ msgstr ""
"Gradnja grafikona z uvoženo konfiguracijo je spodletela. Ponastavljanje na "
"privzeto konfiguracijo ..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Uvozi"
@@ -1605,9 +1536,9 @@ msgstr "Uporabljena spremenljivka/formula"
msgid "Test"
msgstr "Preizkus"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Prekliči"
@@ -1635,9 +1566,9 @@ msgstr "Brisanje stolpca"
msgid "Adding Primary Key"
msgstr "Dodajanje primarnega ključa"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "V redu"
@@ -1677,15 +1608,15 @@ msgstr "Skrij indekse"
msgid "Show indexes"
msgstr "Pokaži indekse"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Preverjanje tujih ključev:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Omogočeno)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Onemogočeno)"
@@ -1752,8 +1683,8 @@ msgstr "Prikaži polje poizvedbe"
msgid "No rows selected"
msgstr "Ni izbranih vrstic"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Spremeni"
@@ -1761,8 +1692,8 @@ msgstr "Spremeni"
msgid "Query execution time"
msgstr "Čas izvajanja poizvedbe"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d ni veljavna številka vrstice."
@@ -1771,8 +1702,8 @@ msgstr "%d ni veljavna številka vrstice."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Shrani"
@@ -1829,12 +1760,12 @@ msgstr "Rezultati poizvedbe"
msgid "Data point content"
msgstr "Vsebina kazalca podatkov"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Prezri"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopiraj"
@@ -1854,7 +1785,7 @@ msgstr "Izberite tuji ključ"
msgid "Please select the primary key or a unique key"
msgstr "Prosimo, izberite primarni ključ ali unikatni ključ"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Izberite stolpec za prikaz"
@@ -1947,7 +1878,7 @@ msgstr "Ustvari"
msgid "Change Password"
msgstr "Spremeni geslo"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Več"
@@ -2323,13 +2254,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Napaka"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "Poizvedba SQL"
@@ -2397,7 +2328,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "V vrstici"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profiliranje"
@@ -2422,153 +2353,154 @@ msgstr "%s dni, %s ur, %s minut in %s sekund"
msgid "Missing parameter:"
msgstr "Manjkajoč parameter:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Začetek"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Prejšnja"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Naslednja"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Konec"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Preskoči na zbirko podatkov "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Na funkcionalnost %s vpliva znan hrošč, glej %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Kliknite za preklop"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Vstavi"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Prebrskaj"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operacije"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Prebrskajte svoj računalnik:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Izberite iz mape za nalaganje na spletnem strežniku %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Imenik, ki ste ga določili za nalaganje, je nedosegljiv"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Nobene datoteke ni za naložiti"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Izvedi"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Natisni"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Obstoječa konfiguracijska datoteka (%s) ni berljiva."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Napačna dovoljenja konfiguracijski datoteke; ne sme biti vsem zapisljiva!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Velikost pisave"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Naraščajoče"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Padajoče"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Razvrsti"
@@ -2594,8 +2526,8 @@ msgid "Use Tables"
msgstr "Uporabi tabele"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ali"
@@ -2664,13 +2596,13 @@ msgstr[3] "%1$s zadetkov v %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Izbrišem zadetke v tabeli %s?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2700,130 +2632,130 @@ msgstr "Znotraj tabel:"
msgid "Inside column:"
msgstr "V stolpcu:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Shrani urejene podatke"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Obnovi vrstni red stolpcev"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Začetna vrstica"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Število vrstic"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Način"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "vodoravnem"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "vodoravno (zasukani naslovi)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "navpičnem"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Glave vsakih %s vrstic"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Uredi po ključu"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Možnosti"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Delna besedila"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Polna besedila"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Relacijski ključ"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Relacijski prikazni stolpec"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Prikaži dvojiške vsebine"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Prikaži vsebine BLOB"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Prikaži dvojiške vsebine kot HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Skrij pretvorbo z brskalnikom"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Dobro poznano besedilo"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Dobro poznana dvojiška datoteka"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Vrstica je izbrisana"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Prekini proces"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2831,44 +2763,44 @@ msgstr ""
"Morda je približno. Glej [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "v poizvedbi"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Prikazujem vrstice"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "skupaj"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Poizvedba je potrebovala %01.4f s"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Dejanja rezultatov poizvedbe"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Pogled za tiskanje (s polnimi besedili)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Prikaži grafikon"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Predstavi podatke GIS"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Ustvari pogled"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Povezave ni mogoče najti"
@@ -2934,27 +2866,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Odpri novo okno phpMyAdmin"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Če želite še naprej uporabljati program, morate omogočiti piškotke."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Po tej točki mora biti JavaScript omogočen"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Ni definiranega indeksa!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indeksi"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Edinstven"
@@ -2967,6 +2899,16 @@ msgstr "Stisnjen"
msgid "Cardinality"
msgstr "Kardinalnost"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Pravilo za razvrščanje znakov"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2991,93 +2933,93 @@ msgstr ""
"Kaže, da sta indeksa %1$s in %2$s enaka, zato se enega od njiju morda lahko "
"odstrani."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Zbirke podatkov"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Strežnik"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Sledenje"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Sprožilci"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabela je prazna!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Zbirka podatkov se zdi prazna!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Poizvedba"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegiji"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutina"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Dogodki"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Oblikovalnik"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Uporabniki"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sinhroniziraj"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Dvojiški dnevnik"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Spremenljivke"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Nabori znakov"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Vtičniki"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Pogoni"
@@ -3145,43 +3087,43 @@ msgstr "%s je onemogočeno za ta strežnik MySQL."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ta strežnik MySQL ne podpira skladiščnega pogona %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "neznano stanje tabele: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Izvorne zbirke podatkov `%s` nisem našel!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Ciljne zbirke podatkov `%s` nisem našel!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Neveljavna zbirka podatkov"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Neveljavno ime tabele"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Napaka pri preimenovanju tabele %1$s v %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabelo %1$s sem preimenoval v %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Ne morem shraniti nastavitev uporabniškega vmesnika tabel"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3190,7 +3132,7 @@ msgstr ""
"Čiščenje nastavitev uporabniškega vmesnika tabel je spodletelo (glej $cfg"
"['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3206,16 +3148,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcija"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Vrednost"
@@ -3228,57 +3170,57 @@ msgstr "Iskanje po tabeli"
msgid "Edit/Insert"
msgstr "Uredi/Vstavi"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Izberite stolpce (vsaj enega):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Dodaj iskalne pogoje (telo \"where\" stavka):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Število vrstic na stran"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Vrstni red prikaza:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Uporabite ta stolpec za označevanje vsake točke"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Največje število vrstic za izris"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Prebrskaj tuje vrednosti"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Dodatni iskalni pogoji"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Izvedi \"query by example\" (nadomestni znak: \"%\") za dva različna stolpca"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Izvedi \"query by example\" (nadomestni znak: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Prebrskaj/Uredi točke"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Kako uporabljati"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Ponastavi povečavo"
@@ -3677,14 +3619,14 @@ msgstr "Tabele"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Podatki"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Presežek"
@@ -3709,11 +3651,11 @@ msgstr "Preveri privilegije za zbirko podatkov "%s"."
msgid "Check Privileges"
msgstr "Preveri privilegije"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Ne morem prebrati konfiguracijske datoteke"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3721,12 +3663,12 @@ msgstr ""
"To po navadi pomeni, da ima skladenjsko napako; prosimo, preverite vse "
"spodaj prikazane napake."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Ne morem naložiti privzete konfiguracije iz: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3734,36 +3676,36 @@ msgstr ""
"Ukaz [code]$cfg['PmaAbsoluteUri'][/code] MORA biti določen v konfiguracijski "
"datoteki!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Neveljaven indeks strežnika: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Neveljavno ime gostitelja za strežnik %1$s. Prosim, preglejte svojo "
"konfiguracijo."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Neveljaven način overitve določen v konfiguracijski datoteki:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s bi morali nadgraditi na različico %s ali novejšo."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "poskus prepisa GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "možno izkoriščanje"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "zaznana številska tipka"
@@ -3794,37 +3736,37 @@ msgstr "Zaprto"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Onemogočeno"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "podatki"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktura in podatki"
@@ -3946,8 +3888,8 @@ msgid "Allow users to customize this value"
msgstr "Dovoli uporabnikom prilagajati to vrednost"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Ponastavi"
@@ -4227,7 +4169,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Najdaljši čas izvajanja"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Shrani kot datoteko"
@@ -4236,7 +4178,7 @@ msgid "Character set of the file"
msgstr "Nabor znakov datoteke"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Oblika"
@@ -4249,27 +4191,25 @@ msgstr "Stiskanje"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Postavi imena stolpcev v prvo vrstico"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Stolpci so obdani z"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Stolpci so izognjeni z"
@@ -4287,14 +4227,12 @@ msgstr "Odstrani znake CRLF znotraj stolpcev"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Stolpci so zaključeni z"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Vrstice so zaključene z"
@@ -4320,7 +4258,7 @@ msgstr "Predloga imena tabele"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Odloži tabelo"
@@ -4331,8 +4269,8 @@ msgid "Include table caption"
msgstr "Vključi ime tabele"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Ime tabele"
@@ -4341,20 +4279,20 @@ msgid "Continued table caption"
msgstr "Nadaljevanje imena tabele"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Označi ključ"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Vrsta MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacije"
@@ -4375,6 +4313,11 @@ msgstr "Prepiši obstoječo(e) datoteko(e)"
msgid "Remember file name template"
msgstr "Zapomni si predlogo imena datoteke"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Dodaj vrednost AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Obdaj imena tabel in stolpcev z enojnimi poševnimi narekovaji"
@@ -4385,7 +4328,7 @@ msgid "SQL compatibility mode"
msgstr "Združljivostni način SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "Možnosti CREATE TABLE:"
@@ -4398,10 +4341,17 @@ msgid "Use delayed inserts"
msgstr "Uporabi zakasnjeno vstavljanje"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Onemogoči preverjanja tujih ključev"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Dodaj %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Uporabi šestnajstiško za BLOB"
@@ -4415,7 +4365,7 @@ msgid "Syntax to use when inserting data"
msgstr "Skladnja ob vstavljanju podatkov"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Največja dolžina ustvarjene poizvedbe"
@@ -4424,7 +4374,7 @@ msgid "Export type"
msgstr "Vrsta izvoza"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Vključi izvoz v transakcijo"
@@ -4479,7 +4429,6 @@ msgstr "Prilagodite privzete možnosti"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4821,14 +4770,12 @@ msgid "Partial import: allow interrupt"
msgstr "Delni uvoz: dovoli prekinitev"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Ne prekini ob napaki INSERT"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Podatke v tabeli zamenjaj z datoteko"
@@ -4845,7 +4792,6 @@ msgid "Format of imported file"
msgstr "Oblika uvožene datoteke"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Uporabi ključno besedo LOCAL"
@@ -4855,7 +4801,7 @@ msgid "Column names in first row"
msgstr "Imena stolpcev v prvi vrstici"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Ne uvozi praznih vrstic"
@@ -5962,7 +5908,7 @@ msgstr "Potrebuje omogočen Preverjalnik SQL"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Geslo"
@@ -6132,14 +6078,12 @@ msgstr "Overitev preko signon"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV z uporabo LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Preglednica Open Document"
@@ -6225,7 +6169,7 @@ msgstr "Razširitev %s manjka. Prosimo, preverite vašo konfiguracijo PHP."
msgid "possible deep recursion attack"
msgstr "možen napad globoke rekurzije"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6233,15 +6177,15 @@ msgstr ""
"Strežnik se ne odziva (ali pa lokalna vtičnica strežnika ni pravilno "
"konfigurirana)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Strežnik se ne odziva."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Prosimo, preverite pravice mape, v kateri se nahaja zbirka podatkov."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Podrobnosti ..."
@@ -6288,24 +6232,24 @@ msgid "Create"
msgstr "Ustvari"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Brez privilegijev"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Ustvari tabelo"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Ime"
@@ -6956,7 +6900,7 @@ msgid "No data found for GIS visualization."
msgstr "Za predstavitev GIS ni najdenih podatkov."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic)."
@@ -7007,7 +6951,7 @@ msgid "Go to view: %s"
msgstr "Pojdi na pogled: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Skrij"
@@ -7072,11 +7016,11 @@ msgstr ""
"Uporabite tipko TAB za premik od vrednosti do vrednosti ali CTRL+puščice za "
"premik kamor koli"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Prikazovanje poizvedbe SQL"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Id vstavljene vrstice: %1$d"
@@ -7091,32 +7035,32 @@ msgstr "Nobeno"
msgid "Convert to Kana"
msgstr "Pretvori v kano"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Od"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Za"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Pošlji"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Dodaj predpono tabele"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Dodaj predpono"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Ali res želite izvesti naslednjo poizvedbo?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Brez sprememb"
@@ -7322,7 +7266,158 @@ msgstr "Dokumentacija phpMyAdmin"
msgid "Reload navigation frame"
msgstr "Osveži navigacijski okvir"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Preimenuj zbirko podatkov v"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Zbirka podatkov %s je zavržena."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Odstrani zbirko podatkov"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Zavrzi zbirko podatkov (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Samo struktura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktura in podatki"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Samo podatki"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopiraj zbirko podatkov v"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE pred kopiranjem"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Dodaj omejitve"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Preklopi na kopirano zbirko podatkov"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Uredi ali izvozi relacijsko shemo"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Spremeni vrstni red prikaza tabele za"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(posamezno)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Premakni tabelo v (podatkovna_zbirka.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Možnosti tabele"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Preimenuj tabelo v"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Pogon skladiščenja"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiraj tabelo v (podatkovna_zbirka.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Preklopi na kopirano tabelo"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Vzdrževanje tabele"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentiraj tabelo"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabela %s je osvežena"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Počisti tabelo (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Izbriši podatke ali tabelo"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Izprazni tabelo (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Izbriši tabelo (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analiziraj"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Označi"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimiraj"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Ponovno sestavi"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Popravi"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Vzdrževanje particij"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Particija %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Odstrani particioniranje"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Preveri referenčno integriteto:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Oblika nima nobenih možnosti"
@@ -7331,7 +7426,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Ne morem se povezati: neveljavne nastavitve."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7361,50 +7456,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Uporaba Blowfish iz mcrypt je spodletela!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Vaša seja je potekla. Prosimo, prijavite se znova."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Prijava"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Vnesete lahko ime gostitelja/IP-naslov in vrata ločena s presledkom."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Strežnik:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Uporabniško ime:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Geslo:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Izbira strežnika"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"Prijava brez gesla je prepovedana s konfiguracijo (glej AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Brez aktivnosti v zadnjih %s sekundah; prosimo, prijavite se znova"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Ne morem se prijaviti v strežnik MySQL"
@@ -7435,94 +7530,94 @@ msgstr "Vstavljen ni noben overitveni ključ"
msgid "Authenticating..."
msgstr "Potrjevanje ..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Stolpci so ločeni z:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Stolpci so obdani z:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Stolpci so izognjeni z:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Vrstice so zaključene z:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Zamenjaj NULL z:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
"Odstrani znake prehoda na začetek vrstice/pomika v novo vrsto znotraj "
"stolpcev"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Različica Excel:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Možnosti odlaganja podatkov"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Odloži podatke za tabelo"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Dogodek"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Opredelitev"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura tabele"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktura pogleda"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Nadomestna struktura pogleda"
@@ -7539,37 +7634,37 @@ msgstr "(nadaljevanje)"
msgid "Structure of table @TABLE@"
msgstr "Struktura tabele @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Možnosti ustvarjanja objektov"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Naslov tabele (nadaljevanje)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Prikaži razmerja tujih ključev"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Prikaži pripombe"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Prikaži vrste MIME"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7577,33 +7672,33 @@ msgstr "Prikaži vrste MIME"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Gostitelj"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Čas nastanka"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Različica strežnika"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Različica PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Izvozi imena tabel"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Izvozi glave tabel"
@@ -7615,7 +7710,7 @@ msgstr "(Ustvari poročilo, ki vsebuje podatke ene tabele)"
msgid "Report title:"
msgstr "Naslov poročila:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7623,11 +7718,11 @@ msgstr ""
"Pokaži pripombe (vsebuje informacije, kot je časovni žig izvoza, "
"različica PHP in različica strežnika)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Dodatna prilagojena pripomba v glavi (\\n prelomi vrstice):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7635,25 +7730,25 @@ msgstr ""
"Vključi časovni žig ustvarjanja, zadnje posodobitve in zadnjega preverjanja "
"zbirk podatkov"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Sistem zbirk podatkov ali starejši strežnik MySQL, s katerim naj bo izhod "
"kar se da združljiv:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Dodaj izjavo %s"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Dodaj izjave:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7661,38 +7756,37 @@ msgstr ""
"Obdaj imena tabel in stolpcev z narekovaji (Zaščiti imena stolpcev in "
"tabel, tvorjenih s posebnimi znaki ali ključnimi besedami)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr "Možnosti ustvarjanja podatkov"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Počisti tabelo pred vstavljanjem"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Namesto izjav INSERT uporabi:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "Izjave INSERT DELAYED"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "Izjave INSERT IGNORE"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Funkcija, ki se naj uporabi pri odlaganju podatkov:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Skladnja za vstavljanje podatkov:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7702,7 +7796,7 @@ msgstr ""
" Primer: INSERT INTO ime_tabele (stolp_A,stolp_B,stolp_C) "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7712,7 +7806,7 @@ msgstr ""
" Primer: INSERT INTO ime_tabele VALUES (1,2,3), (4,5,6), (7,8,9)"
""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7720,7 +7814,7 @@ msgstr ""
"oboje zgoraj
Primer: INSERT INTO ime_tabele "
"(sto_A,sto_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7728,7 +7822,7 @@ msgstr ""
"nič od zgoraj
Primer: INSERT INTO "
"ime_tabele VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7736,7 +7830,7 @@ msgstr ""
"Odloži dvojiške stolpce v šestnajstiškem zapisu (na primer: \"abc\" "
"postane 0x616263)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7744,33 +7838,33 @@ msgstr ""
"Odloži stolpce TIMESTAMP v UTC (omogoči stolpcem TIMESTAMP odlaganje in "
"ponovno nalaganje med strežniki v različnih časovnih pasovih)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedure"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcije"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Omejitve tabel za povzetek stanja"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Omejitve za tabelo"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "VRSTE MIME ZA TABELO"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIJE ZA TABELO"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Napaka med branjem podatkov:"
@@ -7786,8 +7880,8 @@ msgstr "Pogledi"
msgid "Export contents"
msgstr "Izvozi vsebine"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7809,15 +7903,15 @@ msgstr ""
msgid "Column names: "
msgstr "Imena stolpcev: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Neveljavni parameter za uvoz CSV: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7826,57 +7920,48 @@ msgstr ""
"Naveden je neveljavni stolpec (%s)! Prepričajte se, da so imena stolpcev "
"pravilno črkovana, ločena z vejicami in ne obdana z narekovaji."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Neveljavna oblika vnosa CSV v vrstici %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Neveljavno število stolpcev v vnosu CSV v vrstici %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Ime tabele"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Imena stolpcev"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Vtičnik ne podpira stisnjenih uvozov!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "Tabela MediaWiki"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Neveljavna oblika vnosa mediawiki v vrstici:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Uvozi odstotke kot ustrezne decimalne vrednosti (npr. 12.00% v .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Uvozi denarne enote (npr. $5.00 v 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7884,16 +7969,16 @@ msgstr ""
"Določena datoteka XML je ali skažena ali nepopolna. Prosimo, odpravite "
"težave in poskusite znova."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "Datoteka oblik ESRI"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Med uvažanjem datoteke oblik ESRI je prišlo do napake: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7901,24 +7986,24 @@ msgstr ""
"Poskušali ste uvoziti neveljavno datoteko ali pa uvožena datoteka vsebuje "
"neveljavne podatke"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "Prostorska razširitev MySQL ne podpira ESRI vrste \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Uvožena datoteka ne vsebuje nobenih podatkov"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "Združljivostni način SQL:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Ne uporabi AUTO_INCREMENT za ničelne vrednosti"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8076,7 +8161,7 @@ msgid "Enabled"
msgstr "Omogočeno"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Splošne lastnosti relacij"
@@ -8149,7 +8234,7 @@ msgstr ""
"Ponovno se prijavite v phpMyAdmin, da naložite posodobljeno konfiguracijsko "
"datoteko."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "brez opisa"
@@ -8201,7 +8286,7 @@ msgstr "Stanje podrejenca"
msgid "Variable"
msgstr "Spremenljivka"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID strežnika"
@@ -8227,8 +8312,8 @@ msgstr "Kateri koli uporabnik"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Uporabi besedilno polje"
@@ -8320,7 +8405,7 @@ msgstr "Podrobnosti"
msgid "Event name"
msgstr "Ime dogodka"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Vrsta dogodka"
@@ -8711,12 +8796,12 @@ msgstr "Vsebina"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Dodatno"
@@ -8753,6 +8838,10 @@ msgstr "Izberi stran"
msgid "Select Tables"
msgstr "Izberi tabele"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Imena stolpcev"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Prikaži relacijsko shemo"
@@ -9026,14 +9115,14 @@ msgstr "Omeji število sočasnih povezav, ki jih lahko ima uporabnik."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilegiji tipični za tabelo"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Opomba: Imena privilegijev MySQL so zapisana v angleščini"
@@ -9042,12 +9131,12 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globalni privilegiji"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilegiji tipični za podatkovno zbirko"
@@ -9107,16 +9196,16 @@ msgid "Users having access to "%s""
msgstr "Uporabniški dostop do "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Uporabnik"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Dovoli"
@@ -9125,8 +9214,8 @@ msgid "User has been added."
msgstr "Uporabnik je dodan."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Kateri koli"
@@ -9142,12 +9231,12 @@ msgstr "glede na zbirko podatkov"
msgid "wildcard"
msgstr "nadomestni znak"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Najden ni bil noben uporabnik."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Uredi privilegije"
@@ -9155,24 +9244,20 @@ msgstr "Uredi privilegije"
msgid "Revoke"
msgstr "Odvzemi"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Izvozi vse"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... obdrži starega."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... izbriši starega s seznama uporabnikov."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9180,77 +9265,73 @@ msgstr ""
"... izbriši starega uporabnika s seznama uporabnikov ter ponovno naloži "
"njegove pravice."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Spremeni prijavne informacije / Kopiraj uporabnika"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Ustvari novega uporabnika z enakimi pravicami in ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilegiji tipični za stolpec"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Dodaj privilegije na naslednji zbirki podatkov"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Dodaj privilegije na naslednji tabeli"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Izbriši izbrane uporabnike"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Ni izbranih uporabnikov za brisanje!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Osvežujem privilegije"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Uspešno sem izbrisal izbrane uporabnike."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Posodobili ste privilegije za %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilegiji vseh uporabnikov"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilegiji %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Pregled uporabnikov"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9263,11 +9344,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Dodali ste novega uporabnika."
@@ -9317,11 +9398,11 @@ msgstr "Počisti"
msgid "Columns"
msgstr "Stolpci"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Označi to poizvedbo SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Dovoli dostop do zaznamka vsem uporabnikom"
@@ -9442,8 +9523,8 @@ msgstr ""
"narekovaja, npr.: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -9493,13 +9574,13 @@ msgstr "Brez"
msgid "As defined:"
msgstr "Kot določeno:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primarni"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Polno besedilo"
@@ -9512,20 +9593,15 @@ msgstr "prvi"
msgid "after %s"
msgstr "po %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Dodaj %s stolpec(-cev)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Dodati morate vsaj en stolpec."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Pogon skladiščenja"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Definicija PARTITION"
@@ -9534,7 +9610,7 @@ msgstr "Definicija PARTITION"
msgid "Manage your settings"
msgstr "Upravljajte svoje nastavitve"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Konfiguracija je shranjena"
@@ -9580,7 +9656,7 @@ msgstr "Razvrščanje znakov povezave strežnika"
msgid "Appearance Settings"
msgstr "Prikazne nastavitve"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Več nastavitev"
@@ -9761,133 +9837,133 @@ msgstr "Pokaži/Skrij levi meni"
msgid "Save position"
msgstr "Shrani položaj"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Ustvari razmerje"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Osveži"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Pomoč"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Oglate povezave"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Neposredne povezave"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Pripni na mrežo"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Skrči/razširi vse"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Preklopi majhno/veliko"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Preklopi relacijske črte"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Uvozi/Izvozi koordinate za PDF-shemo"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Zgradi poizvedbo"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Premakni meni"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Skrij/Pokaži vse"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Skrij/Pokaži tabele brez razmerij"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Število tabel"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Izbriši razmerje"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Operator razmerja"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Razen"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "podpoizvedba"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Preimenuj v"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Novo ime"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Agregat"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Dejavne možnosti"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Stran je bila ustvarjena"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Ustvarjanje strani je spodletelo"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Stran"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Uvozi z izbrane strani"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Izvozi na izbrano stran"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Ustvari stran in izvozi nanjo"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Ime nove strani: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Izvozi/Uvozi v razmerju"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "priporočeno"
@@ -9895,7 +9971,7 @@ msgstr "priporočeno"
msgid "Error: relation already exists."
msgstr "Napaka: razmerje že obstaja."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Napaka: Razmerje ni dodano."
@@ -9903,7 +9979,7 @@ msgstr "Napaka: Razmerje ni dodano."
msgid "FOREIGN KEY relation added"
msgstr "Dodano razmerje FOREIGN KEY"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Dodana notranja razmerja"
@@ -9911,11 +9987,11 @@ msgstr "Dodana notranja razmerja"
msgid "Relation deleted"
msgstr "Relacija je izbrisana"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Napaka pri shranjevanju koordinat Oblikovalnika."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Spremembe so shranjene"
@@ -9923,47 +9999,47 @@ msgstr "Spremembe so shranjene"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Ne morem shraniti nastavitev, poslan obrazec vsebuje napake"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Ne morem uvoziti konfiguracije"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfiguracija vsebuje nepravilne podatke za nekatera polja."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Ali želite uvoziti preostale nastavitve?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Shranjeno: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Uvozi iz datoteke"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Uvozi iz hrambe brskalnika"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Nastavitve bodo uvožene iz brskalnikove lokalne hrambe."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Nimate shranjenih nastavitev!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Te funkcije vaš spletni brskalnik ne podpira"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Združi s trenutno konfiguracijo"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9972,19 +10048,19 @@ msgstr ""
"Več nastavitev lahko nastavite s spreminjanjem config.inc.php, npr. z "
"uporabo %sNastavitvenega skripta%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Shrani v hrambo brskalnika"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Nastavitve bodo shranjene v lokalno hrambo vašega brskalnika."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Obstoječe nastavitve bodo prepisane!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Ponastavite lahko vse svoje nastavitve in jih obnovite na njihove privzete "
@@ -10003,41 +10079,41 @@ msgstr "Vse"
msgid "%s table not found or not set in %s"
msgstr "Tabele %s ni mogoče najti ali pa ni v %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Datoteka ne obstaja"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Izberite dvojiški dnevnik za pregled"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Datoteke"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Skrči prikazane poizvedbe"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Pokaži celotne poizvedbe"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Ime dnevnika"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Položaj"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Izvirni položaj"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Podatki"
@@ -10123,17 +10199,17 @@ msgstr "Dovoljenje"
msgid "disabled"
msgstr "onemogočeno"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Uporabnik %s že obstaja!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Brišem %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Uspešno sem osvežil privilegije."
@@ -11927,32 +12003,32 @@ msgstr "Uporaba zaznamka \"%s\" kot privzeto poizvedbo med brskanjem."
msgid "Do you really want to execute following query?"
msgstr "Ali res želite izvesti naslednjo poizvedbo?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Prikazovanje kot koda PHP"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Preverjen SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Rezultat SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Ustvaril"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Težave z indeksi tabele `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Oznaka"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabela %1$s je bila uspešno spremenjena"
@@ -12032,76 +12108,76 @@ msgstr "Tabela %1$s je ustvarjena."
msgid "View dump (schema) of table"
msgstr "Preglej povzetek stanja tabele"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Prikaži predstavitev GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Širina"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Višina"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Stolpec oznak"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Noben --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Prostorski stolpec"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Ponovno nariši"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Shrani kot datoteko"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Ime datoteke"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Ime primarnega ključa mora biti \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Indeksa ni mogoče preimenovati v PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Ni definiranega dela indeksa!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Dodaj indeks"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Uredi indeks"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Ime indeksa:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" mora biti ime samo primarnega ključa!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Vrsta indeksa:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Dodaj indeksu %s stolpec(ce)"
@@ -12124,253 +12200,159 @@ msgstr "Tabela %s je bila premaknjena v %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s je skopirana v %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Ime tabele je prazno!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Spremeni vrstni red prikaza tabele za"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(posamezno)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Premakni tabelo v (podatkovna_zbirka.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Možnosti tabele"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Preimenuj tabelo v"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiraj tabelo v (podatkovna_zbirka.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Preklopi na kopirano tabelo"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Vzdrževanje tabele"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentiraj tabelo"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabela %s je osvežena"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Počisti tabelo (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Izbriši podatke ali tabelo"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Izprazni tabelo (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Izbriši tabelo (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Vzdrževanje particij"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Particija %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analiziraj"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Označi"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimiraj"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Ponovno sestavi"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Popravi"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Odstrani particioniranje"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Preveri referenčno integriteto:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Prikazovanje tabel"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Poraba prostora"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Učinkovito"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistika vrstic"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statično"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamično"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Dolžina vrstice"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Velikost vrstice"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Naslednji samodejni indeks"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"Napaka pri ustvarjanju tujega ključa na %1$s (preverite podatkovne vrste)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Notranja relacija"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr "Notranja relacija ni nujna, ko obstaja ustrezna relacija FOREIGN KEY."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Omejitev tujih ključev"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Prostorsko"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Različne vrednosti"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Dodaj primarni ključ"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Dodaj izvirno vrednost"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Dodaj indeks SPATIAL"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Dodaj indeks FULLTEXT"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Brez"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Stolpec %s je zavržen"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Na %s je dodan primarni ključ"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Na %s je dodan indeks"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Prikaži več dejanj"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Premakni stolpce"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Prestavite stolpce z vlečenjem gor ali dol."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Urejevalni pogled"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Pogled relacij"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Predlagaj strukturo tabele"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Dodaj stolpec"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Na koncu tabele"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Na začetku tabele"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Po %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Ustvari indeks na %s stolpcih"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "po particijah"
@@ -12547,7 +12529,7 @@ msgstr "Nimate dovolj pravic, da bi bili sedaj tukaj!"
msgid "The profile has been updated."
msgstr "Profil je posodobljen."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Ime VIEW"
@@ -13811,6 +13793,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastavljeno na 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Izvozi vse"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegiji vseh uporabnikov"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/sq.po b/po/sq.po
index a5fec82f9b..243ee3cea8 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:21+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: albanian \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Shfaqi të gjithë"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"keni mbyllur dritaren prind ose rregullimet mbrojtëse të shfletuesit tuaj të "
"ndalojnë përditësimet nëpërmjet dritareve."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Kërko"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Kërko"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Zbato"
@@ -99,7 +100,7 @@ msgstr "Përshkrimi"
msgid "Use this value"
msgstr "Përdor këtë vlerë"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -111,31 +112,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "U krijua baza e të dhënave %1$s."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komenti për databazën: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentet e tabelës"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -146,11 +147,11 @@ msgstr "Emrat e kollonave"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Emrat e kollonave"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Lloji"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Prezgjedhur"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Lidhje me"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Komente"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Jo"
@@ -242,27 +243,27 @@ msgstr "Jo"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Po"
@@ -284,93 +285,23 @@ msgstr "Zgjidh gjithçka"
msgid "Unselect All"
msgstr "Asnjë zgjedhje"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Mungon emri i databazës!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Databazës %s i është ndryshuar emri në %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Databaza %s është kopjuar tek %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Ndysho emrin e databazës në"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Ndysho emrin e databazës në"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Databaza %s u eleminua."
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "Asnjë databazë"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopjo databazën në"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Vetëm struktura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktura dhe të dhënat"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Vetëm të dhënat"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE para se të kopjohet"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Shto %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Shto vlerë AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Shto kushte"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Kalo tek databaza e kopjuar"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Collation"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -382,22 +313,16 @@ msgstr ""
"Karakteristikat shtesë janë çaktivizuar për sa i takon funksionimit me "
"tabelat e lidhura. Për të kuptuar përse, klikoni %skëtu%s."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Skema relacionale"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabela"
@@ -405,41 +330,41 @@ msgstr "Tabela"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "rreshta"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Madhësia"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "në përdorim"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Krijimi"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Ndryshimi i fundit"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Kontrolli i fundit"
@@ -463,7 +388,7 @@ msgstr "Kalo tek tabela e kopjuar"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -480,17 +405,17 @@ msgstr "Nuk gjenden tabela në databazë."
msgid "unknown"
msgstr "e panjohur"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabela %s u zbraz"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Paraqitja %s u eleminua"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabela %s u eleminua"
@@ -503,19 +428,19 @@ msgstr "Gjurmimi është aktiv."
msgid "Tracking is not active."
msgstr "Gjurmimi nuk është aktiv."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Paraqitje"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -532,21 +457,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "N.q.s. të zgjedhur:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Zgjidh gjithçka"
@@ -554,50 +479,51 @@ msgstr "Zgjidh gjithçka"
msgid "Check tables having overhead"
msgstr "Zgjidh të mbingarkuarit"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksporto"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Shfaq për printim"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Zbraz"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Elemino"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Kontrollo tabelën"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizo tabelën"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Riparo tabelën"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analizo tabelën"
@@ -605,13 +531,13 @@ msgstr "Analizo tabelën"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Zëvendëso të dhënat e tabelës me file"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -626,20 +552,20 @@ msgstr "Data Dictionary"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Databazat"
@@ -656,9 +582,9 @@ msgstr "Krijo"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Gjendja"
@@ -666,14 +592,14 @@ msgstr "Gjendja"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Veprimi"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Shfaq"
@@ -708,7 +634,7 @@ msgstr "Vetëm struktura"
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Kontrollo tabelën"
@@ -766,7 +692,7 @@ msgstr "Lloji i Eksportit"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -775,7 +701,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -899,7 +825,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -921,10 +847,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Query SQL u zbatua me sukses"
@@ -947,7 +873,7 @@ msgstr "Komandat \"DROP DATABASE\" nuk janë aktive."
msgid "Do you really want to execute \"%s\"?"
msgstr "Konfermo: "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Jeni duke SHKATËRRUAR një databazë komplete!"
@@ -997,7 +923,7 @@ msgstr "Treguesi"
msgid "Edit Index"
msgstr "Treguesi"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
msgid "Add %d column(s) to index"
msgstr "Shto një fushë të re"
@@ -1029,8 +955,8 @@ msgstr "Fjalëkalimi nuk korrispondon!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1056,9 +982,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1087,7 +1013,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Gjithsej"
@@ -1299,7 +1225,7 @@ msgstr "Operacione"
msgid "Traffic"
msgstr "Trafiku"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1323,12 +1249,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Asnjë lloj"
@@ -1514,10 +1440,10 @@ msgid "Explain output"
msgstr "Shpjego SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Koha"
@@ -1624,10 +1550,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
#, fuzzy
msgid "Import"
msgstr "Eksporto"
@@ -1682,9 +1608,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1715,9 +1641,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1773,19 +1699,19 @@ msgstr "Tregues"
msgid "Show indexes"
msgstr "Shfaq rrjetën"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Ç'aktivo kontrollin e kyçeve të jashtëm"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Aktiv"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1865,8 +1791,8 @@ msgstr "query SQL"
msgid "No rows selected"
msgstr "Nuk ka rreshta të zgjedhur"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Ndrysho"
@@ -1874,8 +1800,8 @@ msgstr "Ndrysho"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1884,8 +1810,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Ruaj"
@@ -1951,12 +1877,12 @@ msgstr "Rezultati SQL"
msgid "Data point content"
msgstr "Tabela e përmbajtjes"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Shpërfill"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1977,7 +1903,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2071,7 +1997,7 @@ msgstr "Gjeneruar nga"
msgid "Change Password"
msgstr "Ndrysho fjalëkalimin"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2500,13 +2426,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Gabim"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "query SQL"
@@ -2574,7 +2500,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2599,161 +2525,162 @@ msgstr "%s ditë, %s orë, %s minuta dhe %s sekonda"
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Fillim"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Paraardhësi"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Në vazhdim"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Fund"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Kalo tek databaza "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Shto"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Shfleto"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operacione"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "directory e upload të server-it web"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Directory që keni zgjedhur për upload nuk arrin të gjehet"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Printo"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Në ngjitje"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Në zbritje"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Renditja"
@@ -2783,8 +2710,8 @@ msgid "Use Tables"
msgstr "Përdor tabelat"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ose"
@@ -2852,13 +2779,13 @@ msgstr[1] "%s korrispondon(jnë) tek tabela %s"
msgid "Delete the matches for the %s table?"
msgstr "Dump i të dhënave për tabelën"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2894,195 +2821,195 @@ msgstr "Tek tabela(at):"
msgid "Inside column:"
msgstr "Tek fusha:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Shto/Fshi kollonat e fushës"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Sht"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "regjistrime për faqe"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Hën"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontal (headers të rrotulluar)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikal"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Zbaton query nga libërshënuesi"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Rendit sipas kyçit"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Operacione"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Tekst i pjesëshëm"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Teksti i plotë"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Skema relacionale"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Skema relacionale"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Transformimi i Shfletuesit"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "rreshti u fshi"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Hiq"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "tek query"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Shfaqja e regjistrimeve"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "Gjithsej"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Query ka zgjatur %01.4f sec"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Shfaq për printim (me full text)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Shfaq skemën PDF"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Versioni i MySQL"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Lidhja nuk u gjet"
@@ -3144,29 +3071,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Asnjë tregues i përcaktuar!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Tregues"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "I vetëm"
@@ -3179,6 +3106,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Collation"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3202,96 +3139,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databazat"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Serveri"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Query nga shembull"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Të drejtat"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Përdorues"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "Binar"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Të ndryshueshmet"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Familje gërmash"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3357,51 +3294,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Kërko në databazë"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "Kërko në databazë"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabela %s u riemërtua %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3414,16 +3351,16 @@ msgstr ""
msgid "Function"
msgstr "Funksioni"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Vlerë"
@@ -3440,61 +3377,61 @@ msgstr "Kërko"
msgid "Edit/Insert"
msgstr "Shto"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Zgjidh fushat (të paktën një):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Shto kushte kërkimi (trupi i specifikimit \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "regjistrime për faqe"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Mënyra e shfaqjes:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Shfleto opcionet e huaja"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "query SQL"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Zbato \"query nga shembull\" (karakteri jolly: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Zbato \"query nga shembull\" (karakteri jolly: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3838,14 +3775,14 @@ msgstr "Tabela"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Të dhëna"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Mbi limit"
@@ -3873,22 +3810,22 @@ msgstr "Kontrollo të drejtat për databazën "%s"."
msgid "Check Privileges"
msgstr "Kontrollo të drejtat"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3900,34 +3837,34 @@ msgstr ""
"Direktiva $cfg['PmaAbsoluteUri'] DUHET të përcaktohet tek file "
"i konfigurimit!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Duhet të instaloni %s %s ose superior."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3960,38 +3897,38 @@ msgstr "Thonjëza të pambyllura"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Jo aktiv"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Struktura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4122,8 +4059,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Rinis"
@@ -4390,7 +4327,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Ruaje me emër..."
@@ -4400,7 +4337,7 @@ msgid "Character set of the file"
msgstr "Familja gërmave të file:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Formati"
@@ -4413,13 +4350,13 @@ msgstr "Kompresim"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4427,8 +4364,7 @@ msgstr "Vendos emrat e kollonave tek rreshti i parë"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4436,8 +4372,7 @@ msgstr "Fushë e përbërë nga"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4457,16 +4392,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Rreshta që mbarojnë me"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Rreshta që mbarojnë me"
@@ -4497,7 +4430,7 @@ msgstr "Emri i file template"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4510,8 +4443,8 @@ msgid "Include table caption"
msgstr "Përfshi nëntitullin e tabelës"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Titulli i Tabelës caption"
@@ -4520,20 +4453,20 @@ msgid "Continued table caption"
msgstr "Nëntitulli i tabelës vazhduese"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Kyçi i etiketës"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "Lloji MIME"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacione"
@@ -4557,6 +4490,11 @@ msgstr "Mbishkruaj file(s) ekzistues"
msgid "Remember file name template"
msgstr "Emri i file template"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Shto vlerë AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4569,7 +4507,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4582,10 +4520,17 @@ msgid "Use delayed inserts"
msgstr "Përdor shtimet me vonesë"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Ç'aktivo kontrollin e kyçeve të jashtëm"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Shto %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4599,7 +4544,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4609,7 +4554,7 @@ msgid "Export type"
msgstr "Lloji i Eksportit"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Përfshi eksportin në një transacion"
@@ -4664,7 +4609,6 @@ msgstr "Opcione të eksportimit të databazës"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "të dhëna CSV"
@@ -5006,14 +4950,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Zëvendëso të dhënat e tabelës me file"
@@ -5028,7 +4970,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -5040,7 +4981,7 @@ msgid "Column names in first row"
msgstr "Vendos emrat e kollonave tek rreshti i parë"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6075,7 +6016,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Fjalëkalimi"
@@ -6235,14 +6176,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6328,23 +6267,23 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Serveri nuk përgjigjet"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6391,25 +6330,25 @@ msgid "Create"
msgstr "Krijo"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Asnjë e drejtë"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Krijo një faqe të re"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Emri"
@@ -7037,7 +6976,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta)."
@@ -7086,7 +7025,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7151,11 +7090,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7172,36 +7111,36 @@ msgstr "Asnjë lloj"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Pre"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Dërgoje"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Konfermo: "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Asnjë ndryshim"
@@ -7408,7 +7347,171 @@ msgstr "Dokumente të phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Ndysho emrin e databazës në"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databaza %s u eleminua."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Ndysho emrin e databazës në"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Asnjë databazë"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Vetëm struktura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktura dhe të dhënat"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Vetëm të dhënat"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopjo databazën në"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE para se të kopjohet"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Shto kushte"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Kalo tek databaza e kopjuar"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Skema relacionale"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Transformo tabelën e renditur sipas"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(një nga një)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Sposto tabelën në (databaza.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcione për tabelën"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Riemërto tabelën në"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopjo tabelën tek (databaza.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Kalo tek tabela e kopjuar"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Administrimi i tabelës"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmento tabelën"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabela %s u rifreskua"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Rifillo (\"FLUSH\") tabelën"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Dump i të dhënave për tabelën"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Asnjë databazë"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Çekisht"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Riparo tabelën"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Administrimi i tabelës"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Kontrollo integritetin e informacioneve:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7419,7 +7522,7 @@ msgid "Cannot connect: invalid settings."
msgstr "E pamundur lidhja: rregullime të pavlefshme."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7448,49 +7551,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Hyrja"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Serveri"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Emri i përdoruesit:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Fjalëkalimi:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Zgjedhja e serverit"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "E pamundur kryerja e login tek server-i MySQL"
@@ -7521,83 +7624,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Rreshta që mbarojnë me"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Fushë e përbërë nga"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Fushë e kufizuar nga"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Rreshta që mbarojnë me"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Zëvendëso NULL me"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Edicion i Excel"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Opcione të eksportimit të databazës"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dump i të dhënave për tabelën"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Dërguar"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7606,24 +7709,24 @@ msgstr "Dërguar"
msgid "Definition"
msgstr "Përshkrimi"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura e tabelës"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Vetëm struktura"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7640,47 +7743,47 @@ msgstr "(vazhdon)"
msgid "Structure of table @TABLE@"
msgstr "Struktura e tabelës @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opcione të transformimeve"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Titulli i Tabelës caption"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Ç'aktivo kontrollin e kyçeve të jashtëm"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Vizualizimi i komenteve të kollonave"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Lloje MIME në dispozicion"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7688,35 +7791,35 @@ msgstr "Lloje MIME në dispozicion"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Gjeneruar më"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Versioni i MySQL"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Versioni i PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "Eksporto"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7732,148 +7835,148 @@ msgstr ""
msgid "Report title:"
msgstr "Importo files"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Shto një koment të personalizuar në header (\\n ndërpret rreshtin)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Instruksione"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Instruksione"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opcione të transformimeve"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Proceset"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funksioni"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Kushtet për tabelat e nxjerra"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Kushtet për tabelën"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "LLOJET E MIME PËR TABELËN"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIONET PËR TABELËN"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7893,8 +7996,8 @@ msgstr "Paraqitje"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7913,109 +8016,100 @@ msgstr ""
msgid "Column names: "
msgstr "Emrat e kollonave"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Emrat e kollonave"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8195,7 +8289,7 @@ msgid "Enabled"
msgstr "Aktiv"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Karakteristikat e përgjithshme të relacionit"
@@ -8265,7 +8359,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "asnjë përshkrim"
@@ -8315,7 +8409,7 @@ msgstr ""
msgid "Variable"
msgstr "E ndryshueshme"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "Serveri"
@@ -8340,8 +8434,8 @@ msgstr "Çfarëdo përdorues"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Përdor fushë teksti"
@@ -8436,7 +8530,7 @@ msgstr ""
msgid "Event name"
msgstr "Lloji i Eksportit"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "Lloji i Eksportit"
@@ -8867,12 +8961,12 @@ msgstr "Tabela e përmbajtjes"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Pronësi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8915,6 +9009,10 @@ msgstr "Zgjidh Tabelat"
msgid "Select Tables"
msgstr "Zgjidh Tabelat"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Emrat e kollonave"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9204,14 +9302,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Të drejta relative me tabelat"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Shënim: emrat e të drejtave të MySQL janë në Anglisht"
@@ -9220,12 +9318,12 @@ msgid "Administration"
msgstr "Administrimi"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Të drejtat e përgjithshme"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Të drejta specifike të databazës"
@@ -9284,16 +9382,16 @@ msgid "Users having access to "%s""
msgstr "Përdoruesit që kanë hyrje tek "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Përdorues"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9304,8 +9402,8 @@ msgid "User has been added."
msgstr "Paraqitja %s u eleminua"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Çfarëdo"
@@ -9321,14 +9419,14 @@ msgstr "specifik i databazës"
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nuk u gjet asnjë përdorues."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Ndrysho të drejtat"
@@ -9336,106 +9434,94 @@ msgstr "Ndrysho të drejtat"
msgid "Revoke"
msgstr "Hiq"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksporto"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... mbaj të vjetrin."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... elemino të vjetrin nga tabela e përdoruesve."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... hiq të gjitha të drejtat nga i vjetri e pastaj eleminoje."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
" ... elemino të vjetrin nga tabela e përdoruesve e pastaj rilexo të drejtat."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Ndrysho Informacionet e Login / Kopjo përdoruesin"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Krijo një përdorues të ri me të njëjta të drejta dhe ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Të drejtat relative të kollonave"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Shto të drejta tek databaza në vazhdim"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Shto të drejta tek tabela në vazhdim"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Heq përdoruesit e zgjedhur"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Hiqja të gjitha të drejtat aktive përdoruesve dhe pastaj eleminoi."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Elemino databazat që kanë emër të njëjtë me përdoruesit."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Duke ringarkuar të drejtat"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Përdoruesit e zgjedhur u hoqën me sukses."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ke rifreskuar lejet për %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Të drejtat"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Të drejtat"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Paraqitja e përgjithshme e përdoruesve"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9448,11 +9534,11 @@ msgstr ""
"drejtave të përdorura nga serveri nëse janë kryer ndryshime manuale. Në këtë "
"rast, duhet të %srifreskoni të drejtat%s para se të vazhdoni."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Përdoruesi i zgjedhur nuk u gjet tek tabela e të drejtave."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Ke shtuar një përdorues të ri."
@@ -9507,11 +9593,11 @@ msgstr "Kalendari"
msgid "Columns"
msgstr "Emrat e kollonave"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Shtoja të preferuarve këtë query SQL"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Lejo që çdo përdorues të ketë hyrje në këtë libërshënues"
@@ -9642,8 +9728,8 @@ msgstr ""
"escaping apo thonjëza, duke përdorur këtë format: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Treguesi"
@@ -9697,13 +9783,13 @@ msgstr "Asnjë lloj"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primar"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Teksti komplet"
@@ -9717,22 +9803,17 @@ msgstr ""
msgid "after %s"
msgstr "Mbas %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "Shto një fushë të re"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Zgjidh të paktën një kollonë për të shfaqur"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9743,7 +9824,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Karakteristikat e përgjithshme të relacionit"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9791,7 +9872,7 @@ msgstr "Vendosja e lidhjes MySQL"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9973,161 +10054,161 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Kineze tradicionale"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Dërgo Query"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Shfaqi të gjithë"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Shiko relacionet"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Eksporto"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "tek query"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Riemërto tabelën në"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Emri i përdoruesit"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Krijo"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opcione për tabelën"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Tabela %s u eleminua"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "Përdorimi"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Importo files"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "Nuk ka rreshta të zgjedhur"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Krijo një tregues të ri"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Emri i përdoruesit"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10135,7 +10216,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10143,7 +10224,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Relacione të brendshme"
@@ -10153,11 +10234,11 @@ msgstr "Relacione të brendshme"
msgid "Relation deleted"
msgstr "Shiko relacionet"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Ndryshimet u ruajtën"
@@ -10165,68 +10246,68 @@ msgstr "Ndryshimet u ruajtën"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Importo files"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10243,44 +10324,44 @@ msgstr "Të gjithë"
msgid "%s table not found or not set in %s"
msgstr "%s tabela nuk u gjet ose nuk është përcaktuar tek %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tabela \"%s\" nuk ekziston!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Fusha"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Shkurton (ndërpret) Queries e Shfaqura"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Shfaq të gjitha kërkesat"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
#, fuzzy
msgid "Information"
msgstr "Informacione mbi Identifikimin"
@@ -10369,17 +10450,17 @@ msgstr ""
msgid "disabled"
msgstr "Jo aktiv"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Përdoruesi %s ekziston!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Në fshirje e sipër të %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Të drejtat u përditësuan me sukses."
@@ -11996,34 +12077,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Konfermo: "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Vleftëso SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "Rezultati SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Gjeneruar nga"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiketë"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Përdoruesit e zgjedhur u hoqën me sukses."
@@ -12118,88 +12199,88 @@ msgstr "Tabela %s u eleminua"
msgid "View dump (schema) of table"
msgstr "Shfaq dump (skema) e tabelës"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Shto/Fshi kollonat e fushës"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Gjithsej"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Ruaje me emër..."
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Emri i përdoruesit"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Emri i kyçit primar duhet të jetë... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "I pamundur riemërtimi i treguesit në PRIMAR!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Asnjë pjesë e treguesit është përcaktuar!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Shfaq për printim"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Emri i treguesit :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" duhet të jetë emri i, dhe vetëm i, një kyçi "
"primar!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Lloji i treguesit :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Shto tek treguesi i %s kolonës(ave)"
@@ -12222,275 +12303,173 @@ msgstr "Tabela %s u lëviz tek %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s u kopjua tek %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Emri i tabelës është bosh!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Transformo tabelën e renditur sipas"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(një nga një)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Sposto tabelën në (databaza.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcione për tabelën"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Riemërto tabelën në"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopjo tabelën tek (databaza.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Kalo tek tabela e kopjuar"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Administrimi i tabelës"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmento tabelën"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabela %s u rifreskua"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Rifillo (\"FLUSH\") tabelën"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Dump i të dhënave për tabelën"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Asnjë databazë"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Administrimi i tabelës"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Çekisht"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Riparo tabelën"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Kontrollo integritetin e informacioneve:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Shfaq tabelat"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Hapësira e përdorur"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistikat e rreshtave"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamik"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Gjatësia e rreshtit"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Madhësia e rreshtit"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Relacione të brendshme"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
msgid "Distinct values"
msgstr "Shfleto opcionet e huaja"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Asnjë lloj"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabela %s u eleminua"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Një kyç primar u shtua tek %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Një tregues u shtua tek %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Trego info mbi PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
msgid "Move columns"
msgstr "Shto një fushë të re"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Shfaq për printim"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Shiko relacionet"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Propozo strukturën e tabelës"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "Shto një fushë të re"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Në fund të tabelës"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Në fillim të tabelës"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Mbas %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Krijo një tregues tek %s columns"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12675,7 +12654,7 @@ msgstr "Nuk ke të drejta të mjaftueshme për të kryer këtë operacion!"
msgid "The profile has been updated."
msgstr "Profili u rifreskua."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13797,6 +13776,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksporto"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Të drejtat"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/sr.po b/po/sr.po
index e6640a9b62..4a60e84047 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:20+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: serbian_cyrillic \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Прикажи све"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"затворили матични прозор, или ваш претраживач онемогућава ажурирање међу "
"прозорима због сигурносних подешавања"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Претраживање"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Претраживање"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Крени"
@@ -100,7 +101,7 @@ msgstr "Опис"
msgid "Use this value"
msgstr "Користи ову вредност"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "База %1$s је креирана."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Коментар базе: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Коментари табеле"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Колона"
@@ -145,11 +146,11 @@ msgstr "Колона"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "Колона"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Тип"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Подразумевано"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "Везе ка"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "Коментари"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Не"
@@ -241,27 +242,27 @@ msgstr "Не"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Да"
@@ -283,90 +284,23 @@ msgstr "Изабери све"
msgid "Unselect All"
msgstr "ништа"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Име базе није задато!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "База %s је преименована у %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "База %s је прекопирана у %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Преименуј базу у"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Уклони базу"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "База %s је одбачена."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Одбаци базу (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Копирај базу у"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Само структура"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Структура и подаци"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Само подаци"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE пре копирања"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Додај %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Додај AUTO_INCREMENT вредност"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Додај ограничења"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Пребаци се на копирану базу"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Сортирање"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| "ditional features for working with linked tables have been ctivated. To d "
@@ -378,20 +312,16 @@ msgstr ""
"Додатне могућности за рад са повезаним табелама су искључене. Да бисте "
"сазнали зашто, кликните %sовде%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Уреди или извези релациону схему"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Табела"
@@ -399,41 +329,41 @@ msgstr "Табела"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Редова"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Величина"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "се користи"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Направљено"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Последња измена"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Последња провера"
@@ -458,7 +388,7 @@ msgstr "Пређи на копирану табелу"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -475,17 +405,17 @@ msgstr "Табеле нису пронађене у бази."
msgid "unknown"
msgstr "непознат"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Табела %s је испражњена"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Поглед %s је одбачен"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Табела %s је одбачена"
@@ -498,19 +428,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Поглед"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -526,21 +456,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s је подразумевани погон складиштења на овом MySQL серверу."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Означено:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Означи све"
@@ -548,50 +478,51 @@ msgstr "Означи све"
msgid "Check tables having overhead"
msgstr "Провери табеле које имају прекорачења"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Извоз"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "За штампу"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Испразни"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Одбаци"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Провери табелу"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Оптимизуј табелу"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Поправи табелу"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Анализирај табелу"
@@ -600,13 +531,13 @@ msgstr "Анализирај табелу"
msgid "Add prefix to table"
msgstr "База не постоји"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Замени податке у табели са подацима из датотеке"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -621,20 +552,20 @@ msgstr "Речник података"
msgid "Tracked tables"
msgstr "Провери табелу"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "База података"
@@ -652,9 +583,9 @@ msgstr "Направи"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Статус"
@@ -662,14 +593,14 @@ msgstr "Статус"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Акција"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Прикажи"
@@ -705,7 +636,7 @@ msgstr "Само структура"
msgid "Untracked tables"
msgstr "Провери табелу"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Провери табелу"
@@ -764,7 +695,7 @@ msgstr "Тип извоза"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -773,7 +704,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -906,7 +837,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Не могу да учитам додатке за увоз, молим проверите своју инсталацију!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Направљен маркер %s"
@@ -933,10 +864,10 @@ msgstr ""
"да phpMyAdmin неће бити у могућности да заврши овај увоз осим ако не "
"повећате временска ограничења у PHP-у"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Ваш SQL упит је успешно извршен"
@@ -959,7 +890,7 @@ msgstr "\"DROP DATABASE\" команда је онемогућена."
msgid "Do you really want to execute \"%s\"?"
msgstr "Да ли стварно хоћете да "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Овим ћете УНИШТИТИ комплетну базу података!"
@@ -1009,7 +940,7 @@ msgstr "Додај ново поље"
msgid "Edit Index"
msgstr "Уреди следећи ред"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1042,8 +973,8 @@ msgstr "Лозинке нису идентичне!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1069,9 +1000,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1100,7 +1031,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Укупно"
@@ -1321,7 +1252,7 @@ msgstr "Персијски"
msgid "Traffic"
msgstr "Саобраћај"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1347,12 +1278,12 @@ msgstr "Држи се мреже"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "нема"
@@ -1540,10 +1471,10 @@ msgid "Explain output"
msgstr "Објасни SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Време"
@@ -1650,10 +1581,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Увоз"
@@ -1711,9 +1642,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Откажи"
@@ -1744,9 +1675,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "У реду"
@@ -1802,19 +1733,19 @@ msgstr "Додај ново поље"
msgid "Show indexes"
msgstr "Прикажи мрежу"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Искључи провере страних кључева"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Омогућено"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1894,8 +1825,8 @@ msgstr "SQL упит"
msgid "No rows selected"
msgstr "Нема одабраних редова"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Промени"
@@ -1903,8 +1834,8 @@ msgstr "Промени"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d није исправан број реда."
@@ -1913,8 +1844,8 @@ msgstr "%d није исправан број реда."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Сачувај"
@@ -1980,12 +1911,12 @@ msgstr "Операције на резултатима упита"
msgid "Data point content"
msgstr "Величина показивача података"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Игнориши"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Копирај"
@@ -2007,7 +1938,7 @@ msgstr "Изабери страни кључ"
msgid "Please select the primary key or a unique key"
msgstr "Молимо изаберите примарни или јединствени кључ"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2101,7 +2032,7 @@ msgstr "Направи"
msgid "Change Password"
msgstr "Промени лозинку"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2531,13 +2462,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Грешка"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL упит"
@@ -2607,7 +2538,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Складиштења"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Профилисање"
@@ -2634,161 +2565,162 @@ msgstr "%s дана, %s сати, %s минута и %s секунди"
msgid "Missing parameter:"
msgstr "Рутине"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Почетак"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Претходна"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Следећи"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Крај"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Пређи на базу "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Ова функционалност %s је погођена познатом грешком, видите %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Структура"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Нови запис"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Преглед"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Операције"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "директоријум за слање веб сервера "
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Директоријум који сте изабрали за слање није доступан"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Штампај"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Величина фонта"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Растући"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Опадајући"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Сортирање"
@@ -2818,8 +2750,8 @@ msgid "Use Tables"
msgstr "Користи табеле"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "или"
@@ -2889,13 +2821,13 @@ msgstr[2] "%s погодака унутар табеле %s"
msgid "Delete the matches for the %s table?"
msgstr "Приказ података табеле"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2931,193 +2863,193 @@ msgstr "Унутар табела:"
msgid "Inside column:"
msgstr "Унутар табела:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "Основни директоријум података"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Додај/обриши колону"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
msgid "Start row"
msgstr "Статус"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Број поља"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Пон"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "хоризонталном"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "хоризонталном (ротирана заглавља)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "вертикалном"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Сортирај по кључу"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Опције"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Део текста"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Пун текст"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Релациона схема"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Релациона схема"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Транформације читача"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Ред је обрисан"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Обустави"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Може бити приближно. Видите FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "у упиту"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Приказ записа"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "укупно"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Упит је трајао %01.4f секунди"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Операције на резултатима упита"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Поглед за штампу (са пуним текстом)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Прикажи PDF схему"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Направи релацију"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Веза није пронађена"
@@ -3183,29 +3115,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Отвори нови phpMyAdmin прозор"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Колачићи (Cookies) морају у овом случају бити активни."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Колачићи (Cookies) морају у овом случају бити активни."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Кључ није дефинисан!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Кључеви"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Јединствени"
@@ -3218,6 +3150,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Кардиналност"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Сортирање"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3241,96 +3183,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Базе"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Сервер"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Окидачи"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Табела је изгледа празна!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "База је изгледа празна!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Упит по примеру"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Привилегије"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Рутине"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
#, fuzzy
msgid "Events"
msgstr "Догађаји"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Дизајнер"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Корисник"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Бинарни дневник"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Променљиве"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Кодне стране"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Складиштења"
@@ -3399,54 +3341,54 @@ msgstr "%s је онемогућен на овом MySQL серверу."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Овај MySQL сервер не подржава %s погон складиштења."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Прикажи статус подређених сервера"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Претраживање базе"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Није пронађена тема %s!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Неисправна база података"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Неисправан назив табеле"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Грешка при преименовању табеле %1$s у %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Табели %s промењено име у %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3459,16 +3401,16 @@ msgstr ""
msgid "Function"
msgstr "Функција"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Оператор"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Вредност"
@@ -3485,62 +3427,62 @@ msgstr "Претраживање"
msgid "Edit/Insert"
msgstr "Нови запис"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Изабери поља (најмање једно)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Додај услове претраживања (део \"WHERE\" упита):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Број редова по страни"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Редослед приказа:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Прегледај стране вредности"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL упит"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Направи \"упит по примеру\" (џокер: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Направи \"упит по примеру\" (џокер: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
msgid "How to use"
msgstr "верзија PHP-a"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3886,14 +3828,14 @@ msgstr "Табеле"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Подаци"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Прекорачење"
@@ -3921,25 +3863,25 @@ msgstr "Провери привилегије за базу "%s"."
msgid "Check Privileges"
msgstr "Провери привилегије"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Failed to read configuration file"
msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3951,35 +3893,35 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] директива МОРА бити подешена у "
"конфигурационој датотеци!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Неисправан индекс сервера: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Неисправан назив сервера %1$s. Молимо проверите своју конфигурацију."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Неисправан метод аутентикације је задат у конфигурацији:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Требало би да унапредите ваш %s сервер на верзију %s или новију."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4012,38 +3954,38 @@ msgstr "Наводник није затворен"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Онемогућено"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Структура"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4173,8 +4115,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Поништи"
@@ -4445,7 +4387,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Сачувај као датотеку"
@@ -4455,7 +4397,7 @@ msgid "Character set of the file"
msgstr "Карактер сет датотеке:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Формат"
@@ -4468,13 +4410,13 @@ msgstr "Компресија"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4482,8 +4424,7 @@ msgstr "Стави имена поља у први ред"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4491,8 +4432,7 @@ msgstr "Поља ограничена са"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4512,16 +4452,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Линије се завршавају са"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Линије се завршавају са"
@@ -4552,7 +4490,7 @@ msgstr "Шаблон имена датотеке"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4565,8 +4503,8 @@ msgid "Include table caption"
msgstr "Укључи коментар табеле"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Коментар табеле"
@@ -4575,20 +4513,20 @@ msgid "Continued table caption"
msgstr "Настављен коментар табеле"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Ознака кључа"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-типови"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Релације"
@@ -4612,6 +4550,11 @@ msgstr "Препиши постојеће датотеке"
msgid "Remember file name template"
msgstr "Шаблон имена датотеке"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Додај AUTO_INCREMENT вредност"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4624,7 +4567,7 @@ msgid "SQL compatibility mode"
msgstr "Мод SQL компатибилности"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4637,10 +4580,17 @@ msgid "Use delayed inserts"
msgstr "Користи одложена уметања"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Искључи провере страних кључева"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Додај %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Користи хексадецимално за BLOB"
@@ -4654,7 +4604,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Максимална дужина направљеног упита"
@@ -4664,7 +4614,7 @@ msgid "Export type"
msgstr "Тип извоза"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Обави извоз у трансакцији"
@@ -4719,7 +4669,6 @@ msgstr "Опције за извоз базе"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5074,14 +5023,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Замени податке у табели са подацима из датотеке"
@@ -5096,7 +5043,6 @@ msgid "Format of imported file"
msgstr "Формат датотека за увоз"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Користи кључну реч LOCAL"
@@ -5108,7 +5054,7 @@ msgid "Column names in first row"
msgstr "Стави имена поља у први ред"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6160,7 +6106,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Лозинка"
@@ -6320,14 +6266,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV користећи LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6413,7 +6357,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6421,17 +6365,17 @@ msgid ""
"configured)."
msgstr "(или прикључак локалног MySQL сервера није исправно подешен)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Сервер не одговара"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6482,24 +6426,24 @@ msgid "Create"
msgstr "Направи"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Нема привилегија"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Направи табелу"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Име"
@@ -7171,7 +7115,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL је вратио празан резултат (нула редова)."
@@ -7220,7 +7164,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Сакриј"
@@ -7289,11 +7233,11 @@ msgstr ""
"Користите TAB тастер за померање од поља до поља, или CTRL+стрелице за "
"слободно померање"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Приказ као SQL упит"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7310,38 +7254,38 @@ msgstr "нема"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Пет"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Пошаљи"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "Додај ново поље"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Да ли стварно хоћете да "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Нема измена"
@@ -7547,7 +7491,166 @@ msgstr "phpMyAdmin документација"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Преименуј базу у"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "База %s је одбачена."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Уклони базу"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Одбаци базу (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Само структура"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Структура и подаци"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Само подаци"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Копирај базу у"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE пре копирања"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Додај ограничења"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Пребаци се на копирану базу"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Уреди или извези релациону схему"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Промени редослед у табели"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(по једном пољу)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Помери табелу у (база.табела):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Опције табеле"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Промени име табеле у"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Погон складиштења"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Копирај табелу у (база.табела):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Пређи на копирану табелу"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Радње на табели"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Дефрагментирај табелу"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Табела %s је освежена"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Освежи табелу (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Приказ података табеле"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "База не постоји"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Чешки"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Поправи табелу"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Радње на табели"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Провери референцијални интегритет:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7558,7 +7661,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Не могу да се повежем: неисправна подешавања."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7589,49 +7692,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Пријављивање"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервер"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Корисничко име:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Лозинка:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Избор сервера"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Није било активности %s или више секунди, молимо пријавите се поново"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Не могу да се пријавим на MySQL сервер"
@@ -7662,82 +7765,82 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Линије се завршавају са"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Поља ограничена са"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Ескејп карактер "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Линије се завршавају са"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Замени NULL са"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel издање"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Опције за извоз базе"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Приказ података табеле"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Догађаји"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7746,23 +7849,23 @@ msgstr "Догађаји"
msgid "Definition"
msgstr "Опис"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Структура табеле"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Структура за поглед (view)"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Структура која замењује поглед"
@@ -7783,47 +7886,47 @@ msgstr "(настављено)"
msgid "Structure of table @TABLE@"
msgstr "Структура табеле __TABLE__"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Опције трансформације"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Коментар табеле"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Искључи провере страних кључева"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Приказујем коментаре колоне"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Доступни MIME-типови"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7831,34 +7934,34 @@ msgstr "Доступни MIME-типови"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Домаћин"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Време креирања"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Верзија сервера"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "верзија PHP-a"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Тип извоза"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7874,146 +7977,146 @@ msgstr "(Прави извештај који садржи податке јед
msgid "Report title:"
msgstr "Наслов извештаја"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Додај коментар у заглавље (\\n раздваја линије)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Име"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Име"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Опције трансформације"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Процедуре"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Функције"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ограничења за извезене табеле"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ограничења за табеле"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME ТИПОВИ ЗА ТАБЕЛУ"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "РЕЛАЦИЈЕ ТАБЕЛЕ"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8034,8 +8137,8 @@ msgstr "Поглед"
msgid "Export contents"
msgstr "Тип извоза"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8054,113 +8157,104 @@ msgstr ""
msgid "Column names: "
msgstr "Имена колона"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Неисправни параметри за CSV увоз: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Неисправан формат CSV улаза на линији %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Неисправан број поља у CSV улазу на линији %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Назив табеле"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Имена колона"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Овај додатак не подржава компресоване увозе!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Неисправан формат CSV улаза на линији %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "Мод SQL компатибилности"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8354,7 +8448,7 @@ msgid "Enabled"
msgstr "Омогућено"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Опште особине релација"
@@ -8424,7 +8518,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "нема описа"
@@ -8476,7 +8570,7 @@ msgstr "Прикажи статус подређених сервера"
msgid "Variable"
msgstr "Променљива"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ИД сервера"
@@ -8500,8 +8594,8 @@ msgstr "Било који корисник"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Користи текст поље"
@@ -8598,7 +8692,7 @@ msgstr ""
msgid "Event name"
msgstr "Врста догађаја"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Врста догађаја"
@@ -9043,12 +9137,12 @@ msgstr "Садржај"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибути"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Додатно"
@@ -9091,6 +9185,10 @@ msgstr "Изабери све"
msgid "Select Tables"
msgstr "Изабери табеле"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Имена колона"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9368,14 +9466,14 @@ msgstr "Ограничава број истовремених конекциј
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Привилегије везане за табеле"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Напомена: MySQL имена привилегија морају да буду на енглеском"
@@ -9384,12 +9482,12 @@ msgid "Administration"
msgstr "Администрација"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобалне привилегије"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Привилегије везане за базу"
@@ -9449,16 +9547,16 @@ msgid "Users having access to "%s""
msgstr "Корисници који имају приступ "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Корисник"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Омогући"
@@ -9469,8 +9567,8 @@ msgid "User has been added."
msgstr "Поглед %s је одбачен"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Било који"
@@ -9486,14 +9584,14 @@ msgstr "Специфично за базу"
msgid "wildcard"
msgstr "џокер"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Корисник није нађен."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Промени привилегије"
@@ -9501,106 +9599,94 @@ msgstr "Промени привилегије"
msgid "Revoke"
msgstr "Забрани"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Извоз"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... сачувај старе."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... обриши старе из табела корисника."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... обустави све привилегије старог корисника и затим га обриши."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
" ... обриши старог из табеле корисника и затим поново учитај привилегије."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Промени информације о пријави / Копирај корисника"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Направи новог корисника са истим привилегијама и ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Привилегије везане за колоне"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Додај привилегије на следећој бази"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Пре џокера _ и % треба ставити знак \\ ако их користите самостално"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Додај привилегије на следећој табели"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Уклони изабране кориснике"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Обустави све активне привилегије корисника и затим их обриши."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Одбаци базе које се зову исто као корисници."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Ниједан корисник није одабран за брисање!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Поново учитавам привилегије"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Изабрани корисници су успешно обрисани."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ажурирали сте привилегије за %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Привилегије"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привилегије"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Преглед корисника"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9613,11 +9699,11 @@ msgstr ""
"сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте "
"привилегије%s пре него што наставите."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Изабрани корисник није пронађен у табели привилегија."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Додали сте новог корисника."
@@ -9672,11 +9758,11 @@ msgstr "Календар"
msgid "Columns"
msgstr "Имена колона"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Запамти SQL-упит"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Дозволи сваком кориснику да приступа овом упамћеном упиту"
@@ -9803,8 +9889,8 @@ msgstr ""
"наводника у овом облику: а"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Кључ"
@@ -9858,13 +9944,13 @@ msgstr "нема"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Примарни"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Текст кључ"
@@ -9878,23 +9964,18 @@ msgstr ""
msgid "after %s"
msgstr "После %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Додај %s поља"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Морате додати барем једно поље."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Погон складиштења"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9905,7 +9986,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Опште особине релација"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9955,7 +10036,7 @@ msgstr "Сортирање за MySQL везу"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10143,161 +10224,161 @@ msgstr "Прикажи/сакриј мени с леве стране"
msgid "Save position"
msgstr "Сачувај позицију"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Направи релацију"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Поново учитај"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Помоћ"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Угласте везе"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Директне везе"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Држи се мреже"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Све мало/велико"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Промени мало/велико"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Да одаберете релацију, кликните :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Извоз/увоз координата за PDF схему"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Изврши SQL упит"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Премести мени"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Сакриј/прикажи све"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Сакриј/прикажи табеле без релација"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Број табела"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Обриши релацију"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Релација обрисана"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Извоз"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "у упиту"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Промени име табеле у "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Име корисника"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Направи"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Опције табеле"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Табела %s је одбачена"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "страна"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Увоз датотека"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Извор/увоз у размери"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Направи нови кључ"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Име корисника"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Извор/увоз у размери"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "препоручено"
@@ -10305,7 +10386,7 @@ msgstr "препоручено"
msgid "Error: relation already exists."
msgstr "Грешка: релација већ постоји."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Грешка: релација није додата."
@@ -10313,7 +10394,7 @@ msgstr "Грешка: релација није додата."
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Додата интерна релација"
@@ -10321,11 +10402,11 @@ msgstr "Додата интерна релација"
msgid "Relation deleted"
msgstr "Релација обрисана"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Грешка при снимању координата за Дизајнер."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Измене су сачуване"
@@ -10333,70 +10414,70 @@ msgstr "Измене су сачуване"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Увоз датотека"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10413,43 +10494,43 @@ msgstr "Све"
msgid "%s table not found or not set in %s"
msgstr "%s табела није пронађена или није постављена у %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Табела \"%s\" не постоји!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Изаберите бинарни дневник за преглед"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Датотеке"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Прикажи скраћене упите"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Прикажи комплетне упите"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Назив дневника"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Позиција"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Оригинална позиција"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Информације"
@@ -10538,17 +10619,17 @@ msgstr ""
msgid "disabled"
msgstr "Онемогућено"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Корисник %s већ постоји!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Бришем %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Привилегије су успешно поново учитане."
@@ -12284,34 +12365,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Да ли стварно хоћете да "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Приказ као PHP код"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Провери SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL резултат"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Генерисао"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Проблем при индексирању табеле `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Назив"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Изабрани корисници су успешно обрисани."
@@ -12408,88 +12489,88 @@ msgstr "Табела %s је одбачена"
msgid "View dump (schema) of table"
msgstr "Прикажи садржај (схему) табеле"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Додај/обриши колону"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Укупно"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Сачувај као датотеку"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Назив табеле"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Име примарног кључа мора да буде... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Не могу да променим кључ у PRIMARY (примарни) !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Делови кључа нису дефинисани!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "Додај ново поље"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "Додај ново поље"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Име кључа :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" мора бити име само примарног кључа!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Тип кључа :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Додај у кључ %s колона(е)"
@@ -12512,280 +12593,178 @@ msgstr "Табела %s је померена у %s."
msgid "Table %s has been copied to %s."
msgstr "Табела %s је копирана у %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Има табеле је празно!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Промени редослед у табели"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(по једном пољу)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Помери табелу у (база.табела):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Опције табеле"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Промени име табеле у"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Копирај табелу у (база.табела):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Пређи на копирану табелу"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Радње на табели"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Дефрагментирај табелу"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Табела %s је освежена"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Освежи табелу (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Приказ података табеле"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "База не постоји"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Радње на табели"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Чешки"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Поправи табелу"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Провери референцијални интегритет:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Прикажи табеле"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Заузеће"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Ефективне"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Статистике реда"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамички"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Дужина реда"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Величина реда"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Унутрашње релације"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Прегледај различите вредности"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "Додај ново поље"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "нема"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Табела %s је одбачена"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Примарни кључ је управо додат %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Кључ је управо додат %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Прикажи информације о PHP-у"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Додај %s поља"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "За штампу"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Релациони поглед"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Предложи структуру табеле"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Додај %s поља"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "На крају табеле"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "На почетку табеле"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "После %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Направи кључ на %s колона"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12968,7 +12947,7 @@ msgstr "Није Вам дозвољено да будете овде!"
msgid "The profile has been updated."
msgstr "Профил је промењен."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "назив за VIEW"
@@ -14160,6 +14139,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "макс. истовремених веза"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Извоз"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Привилегије"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/sr@latin.po b/po/sr@latin.po
index 8b0eb0d87a..b80856ad17 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:19+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: serbian_latin \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Prikaži sve"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"zatvorili matični prozor, ili vaš pretraživač onemogućava ažuriranje među "
"prozorima zbog sigurnosnih podešavanja"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Pretraživanje"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Pretraživanje"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Kreni"
@@ -100,7 +101,7 @@ msgstr "Opis"
msgid "Use this value"
msgstr "Koristi ovu vrednost"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,31 +113,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Baza %1$s je kreirana."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Komentar baze: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Komentari tabele"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolona"
@@ -145,11 +146,11 @@ msgstr "Kolona"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "Kolona"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tip"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Podrazumevano"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "Veze ka"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "Komentari"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ne"
@@ -241,27 +242,27 @@ msgstr "Ne"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Da"
@@ -283,90 +284,23 @@ msgstr "Izaberi sve"
msgid "Unselect All"
msgstr "ništa"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Ime baze nije zadato!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Baza %s je preimenovana u %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Baza %s je prekopirana u %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Preimenuj bazu u"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Ukloni bazu"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Baza %s je odbačena."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Ukloni bazu i njen sadržaj"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopiraj bazu u"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Samo struktura"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktura i podaci"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Samo podaci"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE pre kopiranja"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Dodaj %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Dodaj AUTO_INCREMENT vrednost"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Dodaj ograničenja"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Prebaci se na kopiranu bazu"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Sortiranje"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| "ditional features for working with linked tables have been ctivated. To d "
@@ -378,20 +312,16 @@ msgstr ""
"Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste "
"saznali zašto, kliknite %sovde%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Uredi ili izvezi relacionu shemu"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabela"
@@ -399,41 +329,41 @@ msgstr "Tabela"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Redova"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Veličina"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "se koristi"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Napravljeno"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Poslednja izmena"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Poslednja provera"
@@ -457,7 +387,7 @@ msgstr "vizuelni kreator"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -474,17 +404,17 @@ msgstr "Tabele nisu pronađene u bazi."
msgid "unknown"
msgstr "nepoznat"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabela %s je ispražnjena"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Pogled %s je odbačen"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabela %s je odbačena"
@@ -497,19 +427,19 @@ msgstr "Praćenje je aktivno."
msgid "Tracking is not active."
msgstr "Praćenje nije aktivno."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Pogled"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -525,21 +455,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s je podrazumevani pogon skladištenja na ovom MySQL serveru."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Označeno:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Označi sve"
@@ -547,50 +477,51 @@ msgstr "Označi sve"
msgid "Check tables having overhead"
msgstr "Proveri tabele koje imaju prekoračenja"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Izvoz"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Za štampu"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Isprazni"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Odbaci"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Proveri tabelu"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimizuj tabelu"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Popravi tabelu"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analiziraj tabelu"
@@ -599,13 +530,13 @@ msgstr "Analiziraj tabelu"
msgid "Add prefix to table"
msgstr "Baza ne postoji"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Zameni podatke u tabeli sa podacima iz datoteke"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -620,20 +551,20 @@ msgstr "Rečnik podataka"
msgid "Tracked tables"
msgstr "Proveri tabelu"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Baza podataka"
@@ -651,9 +582,9 @@ msgstr "Napravi"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -661,14 +592,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Akcija"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Prikaži"
@@ -704,7 +635,7 @@ msgstr "Samo struktura"
msgid "Untracked tables"
msgstr "Proveri tabelu"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Proveri tabelu"
@@ -763,7 +694,7 @@ msgstr "Tip izvoza"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -772,7 +703,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -905,7 +836,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Ne mogu da učitam dodatke za uvoz, molim proverite svoju instalaciju!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Napravljen marker %s"
@@ -932,10 +863,10 @@ msgstr ""
"znači da phpMyAdmin neće biti u mogućnosti da završi ovaj uvoz osim ako ne "
"povećate vremenska ograničenja u PHP-u"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Vaš SQL upit je uspešno izvršen"
@@ -958,7 +889,7 @@ msgstr "\"DROP DATABASE\" komanda je onemogućena."
msgid "Do you really want to execute \"%s\"?"
msgstr "Da li stvarno hoćete da "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Ovim ćete UNIŠTITI kompletnu bazu podataka!"
@@ -1008,7 +939,7 @@ msgstr "Ključ"
msgid "Edit Index"
msgstr "Uredi sledeći red"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1041,8 +972,8 @@ msgstr "Lozinke nisu identične!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1068,9 +999,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1099,7 +1030,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Ukupno"
@@ -1321,7 +1252,7 @@ msgstr "Persijski"
msgid "Traffic"
msgstr "Saobraćaj"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1347,12 +1278,12 @@ msgstr "Drži se mreže"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "nema"
@@ -1540,10 +1471,10 @@ msgid "Explain output"
msgstr "Objasni SQL"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Vreme"
@@ -1650,10 +1581,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Uvoz"
@@ -1711,9 +1642,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Otkaži"
@@ -1744,9 +1675,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "U redu"
@@ -1802,19 +1733,19 @@ msgstr "Ključevi"
msgid "Show indexes"
msgstr "Prikaži mrežu"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Isključi provere stranih ključeva"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Omogućeno"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1894,8 +1825,8 @@ msgstr "SQL upit"
msgid "No rows selected"
msgstr "Nema odabranih redova"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Promeni"
@@ -1903,8 +1834,8 @@ msgstr "Promeni"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d nije ispravan broj reda."
@@ -1913,8 +1844,8 @@ msgstr "%d nije ispravan broj reda."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Sačuvaj"
@@ -1980,12 +1911,12 @@ msgstr "Operacije na rezultatima upita"
msgid "Data point content"
msgstr "Veličina pokazivača podataka"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignoriši"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -2007,7 +1938,7 @@ msgstr "Izaberi strani ključ"
msgid "Please select the primary key or a unique key"
msgstr "Molimo izaberite primarni ili jedinstveni ključ"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2101,7 +2032,7 @@ msgstr "Napravi"
msgid "Change Password"
msgstr "Promeni lozinku"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2531,13 +2462,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Greška"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL upit"
@@ -2607,7 +2538,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Skladištenja"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilisanje"
@@ -2634,161 +2565,162 @@ msgstr "%s dana, %s sati, %s minuta i %s sekundi"
msgid "Missing parameter:"
msgstr "Rutine"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Početak"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Prethodna"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Sledeći"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Kraj"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Pređi na bazu "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Ova funkcionalnost %s je pogođena poznatom greškom, vidite %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktura"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Novi zapis"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Pregled"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operacije"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "direktorijum za slanje veb servera "
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Direktorijum koji ste izabrali za slanje nije dostupan"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Štampaj"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Veličina fonta"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Rastući"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Opadajući"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sortiranje"
@@ -2814,8 +2746,8 @@ msgid "Use Tables"
msgstr "Koristi tabele"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "ili"
@@ -2884,13 +2816,13 @@ msgstr[2] "%s pogodaka unutar tabele %s"
msgid "Delete the matches for the %s table?"
msgstr "Prikaz podataka tabele"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2924,195 +2856,195 @@ msgstr "Unutar tabela:"
msgid "Inside column:"
msgstr "Unutar kolone::"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "Osnovni direktorijum podataka"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Dodaj/obriši kolonu"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Sub"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Broj polja"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Pon"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horizontalnom"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horizontalnom (rotirana zaglavlja)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikalnom"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Izvrši upamćen upit"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sortiraj po ključu"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Opcije"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Deo teksta"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Pun tekst"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Relaciona shema"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Relaciona shema"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Tranformacije čitača"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Red je obrisan"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Obustavi"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Može biti približno. Vidite FAQ 3.11"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "u upitu"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Prikaz zapisa"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "ukupno"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Upit je trajao %01.4f sekundi"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operacije na rezultatima upita"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Pogled za štampu (sa punim tekstom)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Prikaži PDF shemu"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Napravi relaciju"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Veza nije pronađena"
@@ -3178,29 +3110,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Otvori novi phpMyAdmin prozor"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Kolačići (Cookies) moraju u ovom slučaju biti aktivni."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Kolačići (Cookies) moraju u ovom slučaju biti aktivni."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Ključ nije definisan!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Ključevi"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Jedinstveni"
@@ -3213,6 +3145,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Kardinalnost"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Sortiranje"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3236,96 +3178,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Baze"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Okidači"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabela je izgleda prazna!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Baza je izgleda prazna!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Upit po primeru"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegije"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutine"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
#, fuzzy
msgid "Events"
msgstr "Događaji"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Dizajner"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Korisnik"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binarni dnevnik"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Promenljive"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Kodne strane"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Skladištenja"
@@ -3394,54 +3336,54 @@ msgstr "%s je onemogućen na ovom MySQL serveru."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ovaj MySQL server ne podržava %s pogon skladištenja."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Prikaži status podređenih servera"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Pretraživanje baze"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Nije pronađena tema %s!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Neispravna baza podataka"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Neispravan naziv tabele"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Greška pri preimenovanju tabele %1$s u %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabeli %s promenjeno ime u %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3454,16 +3396,16 @@ msgstr ""
msgid "Function"
msgstr "Funkcija"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Vrednost"
@@ -3480,62 +3422,62 @@ msgstr "Pretraživanje"
msgid "Edit/Insert"
msgstr "Novi zapis"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Izaberi polja (najmanje jedno)"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Dodaj uslove pretraživanja (deo \"WHERE\" upita):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Broj redova po strani"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Redosled prikaza:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Pregledaj strane vrednosti"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL upit"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Napravi \"upit po primeru\" (džoker: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Napravi \"upit po primeru\" (džoker: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
msgid "How to use"
msgstr "verzija PHP-a"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3881,14 +3823,14 @@ msgstr "Tabele"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Podaci"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Prekoračenje"
@@ -3916,25 +3858,25 @@ msgstr "Proveri privilegije za bazu "%s"."
msgid "Check Privileges"
msgstr "Proveri privilegije"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Failed to read configuration file"
msgstr "Ne mogu da učitam podrazumevanu konfiguraciju iz: \"%1$s\""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Ne mogu da učitam podrazumevanu konfiguraciju iz: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3946,35 +3888,35 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] direktiva MORA biti podešena u "
"konfiguracionoj datoteci!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Neispravan indeks servera: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Neispravan naziv servera %1$s. Molimo proverite svoju konfiguraciju."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Neispravan metod autentikacije je zadat u konfiguraciji:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Trebalo bi da unapredite vaš %s server na verziju %s ili noviju."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4007,38 +3949,38 @@ msgstr "Navodnik nije zatvoren"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Onemogućeno"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Struktura"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4168,8 +4110,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Poništi"
@@ -4441,7 +4383,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Sačuvaj kao datoteku"
@@ -4451,7 +4393,7 @@ msgid "Character set of the file"
msgstr "Karakter set datoteke:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4464,13 +4406,13 @@ msgstr "Kompresija"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4478,8 +4420,7 @@ msgstr "Stavi imena polja u prvi red"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4487,8 +4428,7 @@ msgstr "Polja ograničena sa"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4508,16 +4448,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Linije se završavaju sa"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Linije se završavaju sa"
@@ -4548,7 +4486,7 @@ msgstr "Šablon imena datoteke"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4561,8 +4499,8 @@ msgid "Include table caption"
msgstr "Uključi komentar tabele"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Komentar tabele"
@@ -4571,20 +4509,20 @@ msgid "Continued table caption"
msgstr "Nastavljen komentar tabele"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Oznaka ključa"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-tipovi"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relacije"
@@ -4608,6 +4546,11 @@ msgstr "Prepiši postojeće datoteke"
msgid "Remember file name template"
msgstr "Šablon imena datoteke"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Dodaj AUTO_INCREMENT vrednost"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4620,7 +4563,7 @@ msgid "SQL compatibility mode"
msgstr "Mod SQL kompatibilnosti"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4633,10 +4576,17 @@ msgid "Use delayed inserts"
msgstr "Koristi odložena umetanja"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Isključi provere stranih ključeva"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Dodaj %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Koristi heksadecimalno za BLOB"
@@ -4650,7 +4600,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maksimalna dužina napravljenog upita"
@@ -4660,7 +4610,7 @@ msgid "Export type"
msgstr "Tip izvoza"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Obavi izvoz u transakciji"
@@ -4715,7 +4665,6 @@ msgstr "Opcije za izvoz baze"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5068,14 +5017,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Zameni podatke u tabeli sa podacima iz datoteke"
@@ -5090,7 +5037,6 @@ msgid "Format of imported file"
msgstr "Format datoteka za uvoz"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Koristi ključnu reč LOCAL"
@@ -5102,7 +5048,7 @@ msgid "Column names in first row"
msgstr "Stavi imena polja u prvi red"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6154,7 +6100,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Lozinka"
@@ -6314,14 +6260,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV koristeći LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document Spreadsheet"
@@ -6407,7 +6351,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid " the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6415,17 +6359,17 @@ msgid ""
"configured)."
msgstr "(ili priključak lokalnog MySQL servera nije ispravno podešen)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Server ne odgovara"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6476,24 +6420,24 @@ msgid "Create"
msgstr "Napravi"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Nema privilegija"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Napravi tabelu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Ime"
@@ -7165,7 +7109,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL je vratio prazan rezultat (nula redova)."
@@ -7214,7 +7158,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Sakrij"
@@ -7283,11 +7227,11 @@ msgstr ""
"Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za "
"slobodno pomeranje"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Prikaz kao SQL upit"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7304,36 +7248,36 @@ msgstr "nema"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Pet"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Pošalji"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Da li stvarno hoćete da "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Nema izmena"
@@ -7539,7 +7483,165 @@ msgstr "phpMyAdmin dokumentacija"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Preimenuj bazu u"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Baza %s je odbačena."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Ukloni bazu"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Ukloni bazu i njen sadržaj"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Samo struktura"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktura i podaci"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Samo podaci"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopiraj bazu u"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE pre kopiranja"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Dodaj ograničenja"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Prebaci se na kopiranu bazu"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Uredi ili izvezi relacionu shemu"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Promeni redosled u tabeli"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(po jednom polju)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Pomeri tabelu u (baza.tabela):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Opcije tabele"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Promeni ime tabele u"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Pogon skladištenja"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiraj tabelu u (baza.tabela):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Pređi na kopiranu tabelu"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Radnje na tabeli"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentiraj tabelu"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabela %s je osvežena"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Osveži tabelu (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Prikaz podataka tabele"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Baza ne postoji"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Češki"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Popravi"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Radnje na tabeli"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Proveri referencijalni integritet:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7550,7 +7652,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Ne mogu da se povežem: neispravna podešavanja."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7581,49 +7683,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Prijavljivanje"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Korisničko ime:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Lozinka:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Izbor servera"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Ne mogu da se prijavim na MySQL server"
@@ -7654,82 +7756,82 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Linije se završavaju sa"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Polja ograničena sa"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Escape karakter "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Linije se završavaju sa"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Zameni NULL sa"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel izdanje"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Opcije za izvoz baze"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Prikaz podataka tabele"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Događaji"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7738,23 +7840,23 @@ msgstr "Događaji"
msgid "Definition"
msgstr "Opis"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Struktura tabele"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktura za pogled (view)"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Struktura koja zamenjuje pogled"
@@ -7771,47 +7873,47 @@ msgstr "(nastavljeno)"
msgid "Structure of table @TABLE@"
msgstr "Struktura tabele @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Opcije transformacije"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Komentar tabele"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Isključi provere stranih ključeva"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Prikazujem komentare kolone"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Dostupni MIME-tipovi"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7819,34 +7921,34 @@ msgstr "Dostupni MIME-tipovi"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Domaćin"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Vreme kreiranja"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Verzija servera"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "verzija PHP-a"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Tip izvoza"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7862,146 +7964,146 @@ msgstr "(Pravi izveštaj koji sadrži podatke jedne tabele)"
msgid "Report title:"
msgstr "Naslov izveštaja"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Dodaj komentar u zaglavlje (\\n razdvaja linije)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Ime"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Ime"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Opcije transformacije"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedure"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funkcije"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Ograničenja za izvezene tabele"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Ograničenja za tabele"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TIPOVI ZA TABELU"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELACIJE TABELE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8022,8 +8124,8 @@ msgstr "Pogled"
msgid "Export contents"
msgstr "Tip izvoza"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8042,113 +8144,104 @@ msgstr ""
msgid "Column names: "
msgstr "Imena kolona"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Neispravni parametri za CSV uvoz: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Neispravan format CSV ulaza na liniji %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr "Neispravan broj polja u CSV ulazu na liniji %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Naziv tabele"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Imena kolona"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ovaj dodatak ne podržava kompresovane uvoze!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Neispravan format CSV ulaza na liniji %d."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "Mod SQL kompatibilnosti"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8343,7 +8436,7 @@ msgid "Enabled"
msgstr "Omogućeno"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Opšte osobine relacija"
@@ -8413,7 +8506,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "nema opisa"
@@ -8465,7 +8558,7 @@ msgstr "Prikaži status podređenih servera"
msgid "Variable"
msgstr "Promenljiva"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID servera"
@@ -8489,8 +8582,8 @@ msgstr "Bilo koji korisnik"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Koristi tekst polje"
@@ -8587,7 +8680,7 @@ msgstr ""
msgid "Event name"
msgstr "Vrsta događaja"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Vrsta događaja"
@@ -9032,12 +9125,12 @@ msgstr "Sadržaj"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributi"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Dodatno"
@@ -9080,6 +9173,10 @@ msgstr "Izaberi tabele"
msgid "Select Tables"
msgstr "Izaberi tabele"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Imena kolona"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9357,14 +9454,14 @@ msgstr "Ograničava broj istovremenih konekcija koje korisnik može da ima."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Privilegije vezane za tabele"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Napomena: MySQL imena privilegija moraju da budu na engleskom"
@@ -9373,12 +9470,12 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globalne privilegije"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Privilegije vezane za bazu"
@@ -9438,16 +9535,16 @@ msgid "Users having access to "%s""
msgstr "Korisnici koji imaju pristup "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Korisnik"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Omogući"
@@ -9458,8 +9555,8 @@ msgid "User has been added."
msgstr "Pogled %s je odbačen"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Bilo koji"
@@ -9475,14 +9572,14 @@ msgstr "Specifično za bazu"
msgid "wildcard"
msgstr "džoker"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Korisnik nije nađen."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Promeni privilegije"
@@ -9490,106 +9587,94 @@ msgstr "Promeni privilegije"
msgid "Revoke"
msgstr "Zabrani"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Izvoz"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... sačuvaj stare."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... obriši stare iz tabela korisnika."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
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:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Promeni informacije o prijavi / Kopiraj korisnika"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Napravi novog korisnika sa istim privilegijama i ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Privilegije vezane za kolone"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Dodaj privilegije na sledećoj bazi"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Dodaj privilegije na sledećoj tabeli"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Ukloni izabrane korisnike"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Nijedan korisnik nije odabran za brisanje!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Ponovo učitavam privilegije"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Izabrani korisnici su uspešno obrisani."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ažurirali ste privilegije za %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilegije"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegije"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Pregled korisnika"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9602,11 +9687,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Dodali ste novog korisnika."
@@ -9661,11 +9746,11 @@ msgstr "Kalendar"
msgid "Columns"
msgstr "Imena kolona"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Zapamti SQL-upit"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Dozvoli svakom korisniku da pristupa ovom upamćenom upitu"
@@ -9793,8 +9878,8 @@ msgstr ""
"navodnika u ovom obliku: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Ključ"
@@ -9848,13 +9933,13 @@ msgstr "nema"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primarni"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tekst ključ"
@@ -9868,23 +9953,18 @@ msgstr ""
msgid "after %s"
msgstr "Posle %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "Dodaj %s polja"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Morate dodati barem jedno polje."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Pogon skladištenja"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9895,7 +9975,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Opšte osobine relacija"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9945,7 +10025,7 @@ msgstr "Sortiranje za MySQL vezu"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10134,161 +10214,161 @@ msgstr "Prikaži/sakrij meni s leve strane"
msgid "Save position"
msgstr "Sačuvaj poziciju"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Napravi relaciju"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Ponovo učitaj"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Pomoć"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Uglaste veze"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Direktne veze"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Drži se mreže"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Sve malo/veliko"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Promeni malo/veliko"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Da odaberete relaciju, kliknite :"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Izvoz/uvoz koordinata za PDF shemu"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Izvrši SQL upit"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Premesti meni"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Sakrij/prikaži sve"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Sakrij/prikaži tabele bez relacija"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Broj tabela"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Obriši relaciju"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Relacija obrisana"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Izvoz"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "u upitu"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Promeni ime tabele u "
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Ime korisnika"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Napravi"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Opcije tabele"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "Tabela %s je odbačena"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "strana"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Uvoz datoteka"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Izvor/uvoz u razmeri"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Napravi novi ključ"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Ime korisnika"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Izvor/uvoz u razmeri"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "preporučeno"
@@ -10296,7 +10376,7 @@ msgstr "preporučeno"
msgid "Error: relation already exists."
msgstr "Greška: relacija već postoji."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Greška: relacija nije dodata."
@@ -10304,7 +10384,7 @@ msgstr "Greška: relacija nije dodata."
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Dodata interna relacija"
@@ -10312,11 +10392,11 @@ msgstr "Dodata interna relacija"
msgid "Relation deleted"
msgstr "Relacija obrisana"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Greška pri snimanju koordinata za Dizajner."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Izmene su sačuvane"
@@ -10324,70 +10404,70 @@ msgstr "Izmene su sačuvane"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Ne mogu da učitam podrazumevanu konfiguraciju iz: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Uvoz datoteka"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10404,43 +10484,43 @@ msgstr "Sve"
msgid "%s table not found or not set in %s"
msgstr "%s tabela nije pronađena ili nije postavljena u %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "Tabela \"%s\" ne postoji!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Izaberite binarni dnevnik za pregled"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Datoteke"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Prikaži skraćene upite"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Prikaži kompletne upite"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Naziv dnevnika"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozicija"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Originalna pozicija"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Informacije"
@@ -10529,17 +10609,17 @@ msgstr ""
msgid "disabled"
msgstr "Onemogućeno"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Korisnik %s već postoji!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Brišem %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilegije su uspešno ponovo učitane."
@@ -12278,34 +12358,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Da li stvarno hoćete da "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Prikaz kao PHP kod"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Proveri SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL rezultat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Generisao"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problem pri indeksiranju tabele `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Naziv"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Izabrani korisnici su uspešno obrisani."
@@ -12402,86 +12482,86 @@ msgstr "Tabela %s je odbačena"
msgid "View dump (schema) of table"
msgstr "Prikaži sadržaj (shemu) tabele"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Dodaj/obriši kolonu"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Ukupno"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Sačuvaj kao datoteku"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Naziv tabele"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Ime primarnog ključa mora da bude... PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Ne mogu da promenim ključ u PRIMARY (primarni) !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Delovi ključa nisu definisani!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Za štampu"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Ime ključa :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" mora biti ime samo primarnog ključa!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tip ključa :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Dodaj u ključ %s kolona(e)"
@@ -12504,277 +12584,176 @@ msgstr "Tabela %s je pomerena u %s."
msgid "Table %s has been copied to %s."
msgstr "Tabela %s je kopirana u %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Ima tabele je prazno!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Promeni redosled u tabeli"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(po jednom polju)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Pomeri tabelu u (baza.tabela):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Opcije tabele"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Promeni ime tabele u"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiraj tabelu u (baza.tabela):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Pređi na kopiranu tabelu"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Radnje na tabeli"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentiraj tabelu"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabela %s je osvežena"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Osveži tabelu (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Prikaz podataka tabele"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Baza ne postoji"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Radnje na tabeli"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Češki"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Popravi"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Proveri referencijalni integritet:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Prikaži tabele"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Zauzeće"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Efektivne"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Statistike reda"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamički"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Dužina reda"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Veličina reda"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Unutrašnje relacije"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Pregledaj različite vrednosti"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "nema"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Tabela %s je odbačena"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Primarni ključ je upravo dodat %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Ključ je upravo dodat %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Prikaži informacije o PHP-u"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "Dodaj %s polja"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Za štampu"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Relacioni pogled"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Predloži strukturu tabele"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "Dodaj %s polja"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Na kraju tabele"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Na početku tabele"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Posle %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Napravi ključ na %s kolona"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12959,7 +12938,7 @@ msgstr "Nije Vam dozvoljeno da budete ovde!"
msgid "The profile has been updated."
msgstr "Profil je promenjen."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "naziv za VIEW"
@@ -14153,6 +14132,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "maks. istovremenih veza"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Izvoz"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegije"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/sv.po b/po/sv.po
index 8ba351c3aa..f199a7573c 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-29 13:55+0200\n"
"Last-Translator: ProUser \n"
"Language-Team: swedish \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Visa alla"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"fönstret, eller så är din webbläsares säkerhetsinställningar konfigurerade "
"för att blockera flerfönster uppdateringar."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Sök"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Sök"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Kör"
@@ -99,7 +100,7 @@ msgstr "Beskrivning"
msgid "Use this value"
msgstr "Använd detta värde"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Databas %1$s har skapats."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Databaskommentar"
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tabellkommentarer"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Kolumn"
@@ -146,11 +147,11 @@ msgstr "Kolumn"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Kolumn"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Typ"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Standardvärde"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Länkar till"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Kommentarer"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Nej"
@@ -242,27 +243,27 @@ msgstr "Nej"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ja"
@@ -284,88 +285,21 @@ msgstr "Välj alla"
msgid "Unselect All"
msgstr "Avmarkera alla"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Databasens namn är tomt!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "Databasen %1$s har bytt namn till %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "Databasen %1$s har kopierats till %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Byt namn på databasen till"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Radera databasen"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Databasen %s har tagits bort."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Tag bort databasen (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Kopiera databasen till"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Enbart struktur"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Struktur och data"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Enbart data"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE före kopiering"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Lägg till %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Addera AUTO_INCREMENT värde"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Lägg till restriktioner"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Byt till den kopierade databasen"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Kollationering"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -373,20 +307,16 @@ msgid ""
msgstr ""
"Konfigurationsschemat för phpMyAdmin har avaktiverats. %sVisa orsaken%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Editera eller exportera relationsschema"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tabell"
@@ -394,41 +324,41 @@ msgstr "Tabell"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Rader"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Storlek"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "används"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Skapande"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Senaste uppdatering"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Senaste kontroll"
@@ -450,7 +380,7 @@ msgstr "Växla till %sgrafisk modellerare%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -465,17 +395,17 @@ msgstr "Det finns inga tabeller i databasen"
msgid "unknown"
msgstr "okänd"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabellen %s har tömts"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Vyn %s har tagits bort"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabellen %s har tagits bort"
@@ -488,19 +418,19 @@ msgstr "Spårning är aktiv."
msgid "Tracking is not active."
msgstr "Spårning är inaktiv."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"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."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Vy"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -516,21 +446,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s är standardmotorn för denna MySQL server."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Med markerade:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Markera alla"
@@ -538,50 +468,51 @@ msgstr "Markera alla"
msgid "Check tables having overhead"
msgstr "Kontrollera tabeller med overhead"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportera"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Utskriftsvänlig visning"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Töm"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Radera"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Kontrollera tabell"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Optimera tabell"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Reparera tabell"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Analysera tabell"
@@ -589,11 +520,11 @@ msgstr "Analysera tabell"
msgid "Add prefix to table"
msgstr "Lägg till prefix till tabellen"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Ersätt tabellprefix"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Kopiera tabell med prefix"
@@ -605,20 +536,20 @@ msgstr "Datalexikon"
msgid "Tracked tables"
msgstr "Spårade tabeller"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Databas"
@@ -634,9 +565,9 @@ msgstr "Skapad"
msgid "Updated"
msgstr "Uppdaterad"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Status"
@@ -644,14 +575,14 @@ msgstr "Status"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Åtgärd"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Visa"
@@ -684,7 +615,7 @@ msgstr "Ögonblicksbild på strukturen"
msgid "Untracked tables"
msgstr "Ej spårade tabeller"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Spåra tabell"
@@ -736,7 +667,7 @@ msgstr "Ogiltig export-typ"
msgid "Value for the column \"%s\""
msgstr "Värde för kolumn \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Använd OpenStreetMaps som baslager"
@@ -745,7 +676,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometri"
@@ -871,7 +802,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Kunde inte läsa in tillägg för import, kontrollera din installation!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Bokmärket %s har skapats"
@@ -898,10 +829,10 @@ msgstr ""
"att phpMyAdmin inte kan slutföra denna import såvida du inte ökar PHP:s "
"tidsbegränsningar."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Din SQL-fråga utfördes korrekt"
@@ -923,7 +854,7 @@ msgstr "\"DROP DATABASE\" satserna är inaktiverade."
msgid "Do you really want to execute \"%s\"?"
msgstr "Vill du verkligen exekvera \"%s\"?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Du är på väg att RADERA en hel databas!"
@@ -963,7 +894,7 @@ msgstr "Addera index"
msgid "Edit Index"
msgstr "Redigera index"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Lägg till %d kolumner till index"
@@ -993,8 +924,8 @@ msgstr "Lösenorden överensstämmer inte!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Lägg till en användare"
@@ -1014,9 +945,9 @@ msgstr "Stäng"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1042,7 +973,7 @@ msgstr "Statisk data"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Totalt"
@@ -1242,7 +1173,7 @@ msgstr "Frågor"
msgid "Traffic"
msgstr "Trafik"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Inställningar"
@@ -1262,12 +1193,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Inget"
@@ -1450,10 +1381,10 @@ msgid "Explain output"
msgstr "Förklara utdata"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Tid"
@@ -1547,10 +1478,10 @@ msgstr ""
"Misslyckades skapa diagrammets rutnät med den importerade configurationen. "
"Återställer till ursprunglig konfiguration ..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Importera"
@@ -1598,9 +1529,9 @@ msgstr "Använd variabel / formel"
msgid "Test"
msgstr "Test"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Avbryt"
@@ -1628,9 +1559,9 @@ msgstr "Tar bort kolumn"
msgid "Adding Primary Key"
msgstr "Lägger till primär nyckel"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1670,15 +1601,15 @@ msgstr "Dölj index"
msgid "Show indexes"
msgstr "Visa index"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Kontroll av sekundärnyckel:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Aktiverad)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Inaktiverad)"
@@ -1747,8 +1678,8 @@ msgstr "Visa frågerutan"
msgid "No rows selected"
msgstr "Inga rader valda"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Ändra"
@@ -1756,8 +1687,8 @@ msgstr "Ändra"
msgid "Query execution time"
msgstr "Exekveringstid för frågor"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d är inte ett giltigt radnummer."
@@ -1766,8 +1697,8 @@ msgstr "%d är inte ett giltigt radnummer."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Spara"
@@ -1824,12 +1755,12 @@ msgstr "Frågeresultat"
msgid "Data point content"
msgstr "Innehåll för datapunkt"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ignorera"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopiera"
@@ -1849,7 +1780,7 @@ msgstr "Välj främmande nyckel"
msgid "Please select the primary key or a unique key"
msgstr "Välj den primära nyckeln eller en unik nyckel"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Välj kolumn att visa"
@@ -1941,7 +1872,7 @@ msgstr "Generera"
msgid "Change Password"
msgstr "Ändra lösenord"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Mera"
@@ -2316,13 +2247,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Fel"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-fråga"
@@ -2390,7 +2321,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Infogad"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profilering"
@@ -2415,153 +2346,154 @@ msgstr "%s dagar, %s timmar, %s minuter och %s sekunder"
msgid "Missing parameter:"
msgstr "Saknade parametrar:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Starta"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Föregående"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Nästa"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Slut"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Hoppa till databas "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "Funktionaliteten för %s påverkas av en känd bugg, se %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Klicka för att växla"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Struktur"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Lägg till"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Bläddra"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operationer"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Gå igenom din dator:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Välj katalog att ladda upp till från web-server listningen %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Katalogen som du konfigurerat för uppladdning kan inte nås"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Det finns inga filer att ladda upp"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Utför"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Skriv ut"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Befintlig konfigurationsfil (%s) är inte läsbar."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Fel behörigheter på konfigurationsfilen, bör inte vara \"world\" skrivbar!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Teckenstorlek"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Stigande"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Fallande"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sortera"
@@ -2587,8 +2519,8 @@ msgid "Use Tables"
msgstr "Använd tabeller"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Eller"
@@ -2653,13 +2585,13 @@ msgstr[1] "%1$s träffar i %2$s"
msgid "Delete the matches for the %s table?"
msgstr "Ta bort resultat som matchar %s tabellen?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2689,130 +2621,130 @@ msgstr "Inuti tabeller:"
msgid "Inside column:"
msgstr "Inuti kolumnen:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Spara editerade data"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Återställ ordningen på kolumner"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Starta rad"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Antal rader"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Läge"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "horisontell"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "horisontell (roterade rubriker)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikal"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Rubriker var %s rad"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Sortera efter nyckel"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Alternativ"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Förkortade texter"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Kompletta texter"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Besläktad nyckel"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Kolumn för besläktad nyckel"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Visa binärt innehåll"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "Visa BLOB-innehåll"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Visa binärt innehåll som HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Dölj webbläsarens transformation"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Välkänd text"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Välkänd binär"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Raden har raderats"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Döda"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2820,44 +2752,44 @@ msgstr ""
"Kan vara ungefärligt. Se [a@./Documentation.html#faq3_11@Documentation)FAQ "
"3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "i fråga"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Visar rader"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "totalt"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Frågan tog %01.4f sek"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Operationer för frågeresultat"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Utskriftsvänlig version (med fullständiga texter)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Visa diagram"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "Visualisera GIS-data"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Skapa vy"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Länken hittades inte"
@@ -2922,27 +2854,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Öppna nytt phpMyAdmin-fönster"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Kakor (cookies) måste tillåtas för att gå vidare."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Javascript måste vara aktiverat efter detta"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Inga index är definierade!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Index"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unik"
@@ -2955,6 +2887,16 @@ msgstr "Packad"
msgid "Cardinality"
msgstr "Kardinalitet"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Kollationering"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2979,93 +2921,93 @@ msgstr ""
"Index %1$s och %2$s verkar vara identiska och ett av dem kan möjligen tas "
"bort."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Databaserna"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Spårning"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Trigger"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tabellen verkar vara tom!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Databasen verkar vara tom!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Fråga"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegier"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Rutiner"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Händelser"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Designer"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Användarna"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Synkronisera"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binär logg"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Variabler"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Teckenuppsättningar"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Insticksprogram"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motorer"
@@ -3128,43 +3070,43 @@ msgstr "%s har inaktiverats på denna MySQL-server."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Denna MySQL-server stödjer inte lagringsmotorn %s."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "Okänd tabellstatus: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Källdatabas `%s` hittades inte!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Måldatabas `%s` hittades inte!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Ogiltig databas"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Ogiltigt tabellnamn"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Fel vid namnbyte av tabell %1$s till %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "Tabell %1$s har döpts om till %2$s."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Kunde inte spara UI inställningarna för tabellen"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3173,7 +3115,7 @@ msgstr ""
"Misslyckades med att rensa UI inställningarna (se $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3189,16 +3131,16 @@ msgstr ""
msgid "Function"
msgstr "Funktion"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Aktör"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Värde"
@@ -3211,57 +3153,57 @@ msgstr "Tabellsök"
msgid "Edit/Insert"
msgstr "Redigera / Infoga"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Markera kolumner (minst en):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Lägg till sökvillkor (uttryck i \"where\"-sats):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Anntal rader per sida"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Visningsordning:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Använd denna kolumn för att markera varje punkt"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Maximalt antal rader att visa"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Bläddra bland främmande värden"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "Ytterligare sökkriterier"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Utför en \"Query By Example\" (jokertecken: \"%\") för två olika kolumner"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Utför en \"Query By Example\" (jokertecken: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Bläddra / Redigera punkter"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Hur du använder"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Återställ zoom"
@@ -3658,14 +3600,14 @@ msgstr "Tabeller"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Data"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Outnyttjat"
@@ -3690,11 +3632,11 @@ msgstr "Kontrollera privilegier för databas "%s"."
msgid "Check Privileges"
msgstr "Kontrollera privilegier"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Kunde inte läsa konfigurationsfilen"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3702,12 +3644,12 @@ msgstr ""
"Detta betyder oftast att det finns ett syntaxfel i det, kontrollera "
"eventuella fel som visas nedan."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Kunde inte ladda standardkonfiguration från: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3715,34 +3657,34 @@ msgstr ""
"Direktivet[code]$cfg['PmaAbsoluteUri'][/code] MÅSTE definieras i "
"konfigurationsfilen!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Ogiltigt serverindex: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "Ogiltigt värdnamn för server %1$s. Var god granska din konfiguration."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Ogiltig metod för verifiering angiven i konfiguration:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Du bör uppgradera till %s %s eller senare."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "Globals överskrivningsförsök"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "möjlig exploatering"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "numerisk tangent upptäckt"
@@ -3773,37 +3715,37 @@ msgstr "Stängd"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Inaktiverad"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "struktur"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "data"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "struktur och data"
@@ -3926,8 +3868,8 @@ msgid "Allow users to customize this value"
msgstr "Tillåt användare att anpassa detta värde"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Återställ"
@@ -4207,7 +4149,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maximal exekveringstid"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Spara som fil"
@@ -4216,7 +4158,7 @@ msgid "Character set of the file"
msgstr "Filens teckenuppsättning"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4229,27 +4171,25 @@ msgstr "Komprimering"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Sätt kolumnnamn på första raden"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Kolumnerna avgränsas av"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Kolumner föregås av"
@@ -4267,14 +4207,12 @@ msgstr "Ta bort CRLF tecken i kolumner"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Kolumner avslutas med"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Rader avslutas med"
@@ -4300,7 +4238,7 @@ msgstr "Mall för tabellnamn"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Dumpa tabell"
@@ -4311,8 +4249,8 @@ msgid "Include table caption"
msgstr "Inkludera tabellbeskrivning"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tabellrubrik"
@@ -4321,20 +4259,20 @@ msgid "Continued table caption"
msgstr "Fortsatt tabellrubrik"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Märk nyckel"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-typ"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Relationer"
@@ -4355,6 +4293,11 @@ msgstr "Skriv över befintlig fil(er)"
msgid "Remember file name template"
msgstr "Kom ihåg mall för filnamn"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Addera AUTO_INCREMENT värde"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Använd citat-tecken runt tabell- och fältnamn"
@@ -4365,7 +4308,7 @@ msgid "SQL compatibility mode"
msgstr "SQL kompatibilitetläge"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE alternativ:"
@@ -4378,10 +4321,17 @@ msgid "Use delayed inserts"
msgstr "Använd fördröjda inläggningar"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Inaktivera kontroller av främmande nycklar"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Lägg till %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Använd hexadecimalt för BLOB"
@@ -4395,7 +4345,7 @@ msgid "Syntax to use when inserting data"
msgstr "Syntax att använda när man infogar data"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Maximal längd på skapad fråga"
@@ -4404,7 +4354,7 @@ msgid "Export type"
msgstr "Export-typ"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Bifoga export i en transaktion"
@@ -4459,7 +4409,6 @@ msgstr "Anpassa förvalda alternativ"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4798,14 +4747,12 @@ msgid "Partial import: allow interrupt"
msgstr "Partiell import: tillåt avbrott"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Avbryt inte vid INSERT fel"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Ersätt tabelldata med fil"
@@ -4822,7 +4769,6 @@ msgid "Format of imported file"
msgstr "Format på importerad fil"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Använd nyckelordet LOCAL"
@@ -4832,7 +4778,7 @@ msgid "Column names in first row"
msgstr "Kolumn på första raden"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Importera inte tomma rader"
@@ -5934,7 +5880,7 @@ msgstr "Kräver att SQL Validator är aktiverad"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Lösenord"
@@ -6105,14 +6051,12 @@ msgstr "Signon autentisering"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV med LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "OpenDocument kalkylblad"
@@ -6198,7 +6142,7 @@ msgstr "%s tillägg saknas. Vänligen kontrollera din PHP konfiguration."
msgid "possible deep recursion attack"
msgstr "möjlig djupgående rekursiv attack"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6206,15 +6150,15 @@ msgstr ""
"Servern svarar inte (eller den lokala serverns socket är inte korrekt "
"konfigurerad)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Servern svarar inte."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Kontrollera privilegierna för katalogen som innehåller databasen."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Detaljer..."
@@ -6259,24 +6203,24 @@ msgid "Create"
msgstr "Skapa"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Inga privilegier"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Skapa tabell"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Namn"
@@ -6922,7 +6866,7 @@ msgid "No data found for GIS visualization."
msgstr "Inga data finns för GIS visualisering."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL returnerade ett tomt resultat (dvs inga rader)."
@@ -6972,7 +6916,7 @@ msgid "Go to view: %s"
msgstr "Gå till vy: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Dölj"
@@ -7037,11 +6981,11 @@ msgstr ""
"Använd TAB-tangenten för att flytta från värde till värde, eller CTRL+pil "
"för att flytta vart som helst"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "Visar SQL-fråga"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Infogade rad id: %1$d"
@@ -7056,32 +7000,32 @@ msgstr "Inget"
msgid "Convert to Kana"
msgstr "Konvertera till Kana"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Från"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Till"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Sänd"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Lägg till tabellprefix"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Lägg till prefix"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Vill du verkligen exekvera följande fråga?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Ingen förändring"
@@ -7287,7 +7231,158 @@ msgstr "phpMyAdmin dokumentation"
msgid "Reload navigation frame"
msgstr "Ladda om navigering ram"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Byt namn på databasen till"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Databasen %s har tagits bort."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Radera databasen"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Tag bort databasen (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Enbart struktur"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Struktur och data"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Enbart data"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Kopiera databasen till"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE före kopiering"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Lägg till restriktioner"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Byt till den kopierade databasen"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Editera eller exportera relationsschema"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Sortera om tabellen efter"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(var för sig)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Flytta tabellen till (databas.tabell):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tabellalternativ"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Döp om tabellen till"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Lagringsmotor"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Kopiera tabellen till (databas.tabell):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Byt till kopierad tabell"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tabellunderhåll"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Defragmentera tabell"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Tabellen %s har rensats"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Rensa tabellen (flush)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Ta bort data eller tabell"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Töm tabellen (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Ta bort tabellen (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Analysera"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Kontrollera"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimera"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Återskapa"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Reparera"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Underhåll av partition"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Partition %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Ta bort partitionering"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Kontrollera referensintegritet:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Detta format har inga alternativ"
@@ -7296,7 +7391,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Kan ej skapa förbindelse: ogiltiga inställningar."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7327,36 +7422,36 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Misslyckades med att använda Blowfish från mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Din session har gått ut. Vänligen logga in igen."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Logga in"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Du kan ange värdnamn/IP-adress och port separerade med mellanslag."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Användarnamn:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Lösenord:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Välj server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7364,14 +7459,14 @@ msgstr ""
"Inloggning utan lösenord är inte tillåtet enligt konfiguration (se "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Ingen aktivitet sedan %s sekunder; var god logga in igen"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Kan ej logga in på MySQL-server"
@@ -7402,92 +7497,92 @@ msgstr "Ogiltig autentiseringsnyckel"
msgid "Authenticating..."
msgstr "Autentisering pågår..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Kolumnerna avslutas med:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Kolumner omges av:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Specialtecken i fält föregås av:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Rader avslutas med:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "Ersätt NULL med:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Ta bort radbrytning inom kolumner"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel-version:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Dumpningsalternativ för data"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Dumpning av Data i tabell"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Händelse"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Definition"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tabellstruktur"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Struktur för visning"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Ersättningsstruktur för visning"
@@ -7504,37 +7599,37 @@ msgstr "(fortsättning)"
msgid "Structure of table @TABLE@"
msgstr "Struktur för tabell @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Alternativ för skapande av objekt"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Tabell beskrivning (forts)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Visa relationer för främmande nycklar"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Visa kommentarer"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "Visa MIME-typer"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7542,33 +7637,33 @@ msgstr "Visa MIME-typer"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Värd"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Skapad"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Serverversion"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP-version"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Exportera tabellnamn"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Exportera tabellhuvuden"
@@ -7580,7 +7675,7 @@ msgstr "(Skapar en rapport som innehåller data från en enstaka tabell)"
msgid "Report title:"
msgstr "Rapport titel:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7588,13 +7683,13 @@ msgstr ""
"Visa kommentarer (inkluderar info såsom export tidsstämpel, PHP version, "
"och server version)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Ytterligare Anpassa sidhuvud kommentar (\n"
" delar rader):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7602,23 +7697,23 @@ msgstr ""
"Inkludera en tidsstämpel på när databaser skapades, senast uppdaterade, och "
"senast kontrollerade"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr "Maximera kompatibilitet med databassystem eller äldre MySQL-server:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "Lägg till %s uppgift"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "Lägg till uppgift:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7626,38 +7721,37 @@ msgstr ""
"Bifoga tabell-och kolumnnamn med backquote (`) (Skyddar kolumn- och "
"tabellnamn skapade med specialtecken eller nyckelord)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr "Valmöjligheter vid skapande av data"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Trunkera tabell innan inläggning"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "Istället för INSERT kommando, använd:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED kommando"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE kommando"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Funktion för att använda när data dumpas:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Syntax att använda när data infogas:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7667,7 +7761,7 @@ msgstr ""
" Exempel: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7677,7 +7771,7 @@ msgstr ""
" Exempel: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7685,7 +7779,7 @@ msgstr ""
"båda av ovanstående
Exempel: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7693,7 +7787,7 @@ msgstr ""
"ingen av ovanstående
Exempel: INSERT INTO "
"tbl_name VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7701,7 +7795,7 @@ msgstr ""
"Dumpa binära kolumner i hexadecimal notation (t.ex. \"abc\"blir 0x616263)"
""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7709,33 +7803,33 @@ msgstr ""
"Dumpa TIMESTAMP kolumner i UTC (gör TIMESTAMP kolumner som ska dumpas och "
"laddade mellan servrar i olika tidszoner)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedurer"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funktioner"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Restriktioner för dumpade tabeller"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Restriktioner för tabell"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME-TYPER FÖR TABELL"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONER FÖR TABELL"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Fel vid läsning av data:"
@@ -7751,8 +7845,8 @@ msgstr "Vy"
msgid "Export contents"
msgstr "Exportera innehåll"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7774,15 +7868,15 @@ msgstr ""
msgid "Column names: "
msgstr "Kolumnnamn: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "Ogiltig parameter för CSV-import: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7791,57 +7885,48 @@ msgstr ""
"Ogiltig kolumn (%s)! Se till att kolumnens namn är rättstavat, åtskilda med "
"kommatecken och inte omges av citattecken."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "Ogiltigt format i CSV-indata på rad %d."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "Ogiltigt antal fält i CSV indata på rad %d."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tabellnamn"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Kolumn-namn"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Detta tillägg stöder inte komprimerade importer!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki Tabell"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Ogiltigt format på mediawiki datat vid rad:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Importera procenttal som korrekt antal decimaler (t.ex. 12.00% to .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Importera valutor (t.ex. $5.00 to 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7849,16 +7934,16 @@ msgstr ""
"Den angivna XML-filen var antingen felaktig eller ofullständig. Korrigera "
"problemet och försök igen."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI Shape-fil"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "Det uppstod ett fel vid importen av ESRI Shape-filen: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7866,24 +7951,24 @@ msgstr ""
"Du försökte importera en ogiltig fil eller så innehåller den importerade "
"filen ogiltiga data"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Spatial Extension stöder inte ESRI typen \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "Den importerade filen innehåller inte några data"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL kompatibilitetsläge:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Använd inte AUTO_INCREMENT för nollvärden"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8044,7 +8129,7 @@ msgid "Enabled"
msgstr "Aktiverat"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Allmänna relationsfunktionaliteter"
@@ -8120,7 +8205,7 @@ msgstr ""
"Logga in igen till phpMyAdmin för att ladda den uppdaterade "
"konfigurationsfilen."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Ingen beskrivning"
@@ -8171,7 +8256,7 @@ msgstr "Slav-status"
msgid "Variable"
msgstr "Variabel"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server ID"
@@ -8197,8 +8282,8 @@ msgstr "Vilken användare som helst"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Använd textfältet"
@@ -8291,7 +8376,7 @@ msgstr "Detaljer"
msgid "Event name"
msgstr "Händelsenamn"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Händelsetyp"
@@ -8680,12 +8765,12 @@ msgstr "Innehållsförteckning"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Attribut"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Extra"
@@ -8722,6 +8807,10 @@ msgstr "Välj sida"
msgid "Select Tables"
msgstr "Välj tabeller"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Kolumn-namn"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Visa relationsschema"
@@ -8991,14 +9080,14 @@ msgstr "Begränsar antalet samtidiga förbindelser som användaren kan ha."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabellspecifika privilegier"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Notera: MySQL privilegie benämningar uttrycks på engelska"
@@ -9007,12 +9096,12 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Globala privilegier"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Databasspecifika privilegier"
@@ -9072,16 +9161,16 @@ msgid "Users having access to "%s""
msgstr "Användare som har tillgång till "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Användare"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Beviilja"
@@ -9090,8 +9179,8 @@ msgid "User has been added."
msgstr "En användare har skapats."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Vem som helst"
@@ -9107,12 +9196,12 @@ msgstr "databasspecifik"
msgid "wildcard"
msgstr "jokertecken"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Ingen användare hittades."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Ändra privilegier"
@@ -9120,25 +9209,21 @@ msgstr "Ändra privilegier"
msgid "Revoke"
msgstr "Upphäv"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Exportera allt"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... behåll den gamla."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... ta bort den gamla från användartabellerna."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
" ... upphäv alla aktiva privilegier från dan gamla och ta bort den efteråt."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9146,78 +9231,74 @@ msgstr ""
" ... ta bort den gamla från användartabellerna och ladda om privilegierna "
"efteråt."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Ändra inloggningsinformation / Kopiera användare"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Kolumnspecifika privilegier"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Lägg till privilegier till följande databas"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Lägg till privilegier till följande tabell"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Ta bort valda användare"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Inga användare valda för borttagning!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Laddar om privilegierna"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "De valda användarna har tagits bort."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Du har uppdaterat privilegierna för %s."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Privilegier för samtliga användare"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "Privilegier för %s"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Användare översikt"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9230,11 +9311,11 @@ msgstr ""
"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:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Du har lagt till en ny användare."
@@ -9284,11 +9365,11 @@ msgstr "Rensa"
msgid "Columns"
msgstr "Kolumn"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Skapa bokmärke för den här SQL-frågan"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Låt varje användare få tillgång till detta bokmärke"
@@ -9410,8 +9491,8 @@ msgstr ""
"citattecken, enligt formatet: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Index"
@@ -9461,13 +9542,13 @@ msgstr "Inget"
msgid "As defined:"
msgstr "Som definierat:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Primär"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Fulltext"
@@ -9480,20 +9561,15 @@ msgstr "först"
msgid "after %s"
msgstr "efter %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Lägg till %s fält"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "Du måste lägga till åtminstone en kolumn."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Lagringsmotor"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Partitionsdefinition"
@@ -9502,7 +9578,7 @@ msgstr "Partitionsdefinition"
msgid "Manage your settings"
msgstr "Hantera dina inställningar"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Konfigurationen har sparats"
@@ -9548,7 +9624,7 @@ msgstr "Serveranslutning kollationering"
msgid "Appearance Settings"
msgstr "Inställningar för utseende"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Fler inställningar"
@@ -9725,133 +9801,133 @@ msgstr "Visa/Dölj vänster meny"
msgid "Save position"
msgstr "Spara position"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Skapa relation"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Uppdatera"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Hjälp"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Vinklade länkar"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Direkta länkar"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Fäst vid rutnät"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Små/Stora Alla"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Växla liten/stor"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Växla mellan relaterade linjer"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Importera/exportera koordinater för PDF-schema"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Bygg sökfråga"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Flytta meny"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Dölj/Visa alla"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Dölj/visa tabeller utan relationer"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Antal tabeller"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Ta bort relation"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Relation aktör"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Förutom"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "underfråga"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Byt namn till"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Nytt namn"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Aggregera"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Aktiva alternativ"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Sidan har skapats"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Sidan gick inte att skapa"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Sida"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Importera från vald sida"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Exportera till vald sida"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Skapa en sida och exportera till den"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Nytt sidnamn: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Exportera/Importera till skala"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "rekommenderad"
@@ -9859,7 +9935,7 @@ msgstr "rekommenderad"
msgid "Error: relation already exists."
msgstr "Fel: Relation finns redan."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Fel: Relation inte tillagd."
@@ -9867,7 +9943,7 @@ msgstr "Fel: Relation inte tillagd."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY relation tillagd"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Intern relation tillagd"
@@ -9875,11 +9951,11 @@ msgstr "Intern relation tillagd"
msgid "Relation deleted"
msgstr "Relation borttagen"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Fel vid sparande av koordinater för Designer."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Ändringarna har sparats"
@@ -9887,47 +9963,47 @@ msgstr "Ändringarna har sparats"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Kan inte spara inställningar, Sänt formulär innehåller fel"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Kan inte importera konfiguration"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Konfiguration innehåller felaktiga data för vissa fält."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Vill du importera återstående inställningar?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Har sparat på: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Importera från fil"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Importera från webbläsaren"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Inställningar kommer att importeras från webbläsaren."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Du har inga sparade inställningar!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Denna funktion stöds inte av din webbläsare"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Slå samman med nuvarande konfiguration"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9936,19 +10012,19 @@ msgstr ""
"Du kan ställa in fler inställningar genom att ändra config.inc.php, t ex. "
"genom att använda %sSetup script%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Spara till webbläsaren"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Inställningarna kommer att sparas i din webbläsare."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Befintliga inställningar kommer skrivas över!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Du kan återställa alla inställningar och återföra dem till standardvärdena."
@@ -9966,41 +10042,41 @@ msgstr "Alla"
msgid "%s table not found or not set in %s"
msgstr "%s-tabellen hittas ej eller är ej angiven i %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Filen finns inte"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Välj binär logg att visa"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Filer"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Korta av visade frågor"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Visa fullständiga frågor"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Loggnamn"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Position"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Ursprunglig position"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Information"
@@ -10084,17 +10160,17 @@ msgstr "Licens"
msgid "disabled"
msgstr "inaktiverad"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Användaren %s finns redan!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Tar bort %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilegierna har laddats om."
@@ -11878,32 +11954,32 @@ msgstr "Använd bokmärket \"%s\" som standard webbläsarfråga."
msgid "Do you really want to execute following query?"
msgstr "Vill du verkligen exekvera följande fråga?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "Visar som PHP-kod"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Validerad SQL-kod"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL-resultat"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Genererad av"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "Problem med index för tabell `%s`"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etikett"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tabell %1$s har ändrats"
@@ -11983,78 +12059,78 @@ msgstr "Tabell %1$s har skapats."
msgid "View dump (schema) of table"
msgstr "Visa SQL-satser för tabellen"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "Visa GIS Visualisering"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Bredd"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Höjd"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etikett kolumn"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "- Inget -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Spatial kolumn"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Rita om"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Spara till fil"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Filnamn"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Primärnyckelns namn måste vara \"PRIMARY\"!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Kan inte byta namn på index till \"PRIMARY\"!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Inga delar av index är definierade!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "Lägg till index"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "Redigera index"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indexnamn:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" måste vara namnet på och endast på en "
"primärnyckel!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indextyp:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Lägg till %s kolumn(er) till index"
@@ -12077,150 +12153,56 @@ msgstr "Tabellen %s har flyttats till %s."
msgid "Table %s has been copied to %s."
msgstr "Tabellen %s har kopierats till %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tabellnamnet är tomt!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Sortera om tabellen efter"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(var för sig)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Flytta tabellen till (databas.tabell):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tabellalternativ"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Döp om tabellen till"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Kopiera tabellen till (databas.tabell):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Byt till kopierad tabell"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tabellunderhåll"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Defragmentera tabell"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Tabellen %s har rensats"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Rensa tabellen (flush)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Ta bort data eller tabell"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Töm tabellen (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Ta bort tabellen (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Underhåll av partition"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Partition %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Analysera"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Kontrollera"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimera"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Återskapa"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Reparera"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Ta bort partitionering"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Kontrollera referensintegritet:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Visar tabeller"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Visa använt utrymme"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektiv"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Radstatistik"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statisk"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dynamisk"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Radlängd"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Radstorlek"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Nästa AutoIndex"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "Fel vid skapande av främmande nyckel för %1$s (kontrollera datatyper)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Intern relation"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12228,103 +12210,103 @@ msgstr ""
"En intern relation är inte nödvändig när en motsvarande FOREIGN KEY relation "
"finns."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Begränsning av främmande nyckel"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Spatial"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Distinkta värden"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Lägg till primär nyckel"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Lägg till unikt index"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "Lägg till SPATIAL index"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "Lägg till FULLTEXT index"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Inget"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Kolumnen %s har tagits bort"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "En primär nyckel har lagts till för %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Ett index har lagts till för %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Visa fler åtgärder"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Flytta kolumner"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Flytta kolumner genom att dra dem uppåt och nedåt."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Redigera vy"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Visa relationer"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Föreslå tabellstruktur"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Lägg till kolumn"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "I slutet av tabellen"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "I början av tabellen"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Efter %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "Skapa ett index för %s kolumn(er)"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "partitionerad"
@@ -12499,7 +12481,7 @@ msgstr "Du har inte tillräcklig behörighet för att vara här nu!"
msgid "The profile has been updated."
msgstr "Profilen har uppdaterats."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "VIEW namn"
@@ -13746,6 +13728,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert är satt till 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Exportera allt"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegier för samtliga användare"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ta.po b/po/ta.po
index 8677f48233..4d56e84d13 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2011-12-28 11:44+0200\n"
"Last-Translator: any anonymous user <>\n"
"Language-Team: Tamil \n"
@@ -18,12 +18,12 @@ msgstr ""
"X-Generator: Pootle 2.1.6\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "அனைத்தையும் காட்டு"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -42,24 +42,27 @@ msgstr ""
"மூடியிருக்க வேண்டும், அல்லது உங்கள் உலாவி பாதுகாப்பு அமைப்புகள் குறுக்கு-சாளர "
"மேம்படுத்தல்களை தடுக்க உள்ளமைக்கப்பட்டிருக்கின்றன."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "தேடு"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -71,18 +74,16 @@ msgstr "தேடு"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "செல் "
@@ -102,7 +103,7 @@ msgstr "விளக்கம்"
msgid "Use this value"
msgstr "இந்த மதிப்பை பயன்படுத்துக"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr "%s கோப்பு இந்த அமைப்பில் இல்
msgid "Database %1$s has been created."
msgstr "%1$s தரவுத்தளம் உருவாக்கப்பட்டது"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "தரவுத்தள கருத்துரை"
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "அட்டவணைக் கருத்துரைகள்"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "நிரல்"
@@ -147,11 +148,11 @@ msgstr "நிரல்"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "நிரல்"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "வகை"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "வெற்று"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "முன்னிருப்பு"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "இணைப்பு"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "கருத்துரைகள்"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "இல்லை"
@@ -243,27 +244,27 @@ msgstr "இல்லை"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "ஆம்"
@@ -285,90 +286,23 @@ msgstr "அனைத்தையும் தெரிவுசெய்"
msgid "Unselect All"
msgstr "அனைத்து தெரிவுகளையும் நீக்கு"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "தரவுத்தளப் பெயர் வெறுமையாக உள்ளது"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "%s தரவுத்தளமானது %s ஆக பெயர் மாற்றப்பட்டது"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "%s தரவுத்தளமானது %s இற்கு பிரதி செய்யப்பட்டது"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "தரவுத்தளத்தைப் பெயர் மாற்ற"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "தரவுத்தளத்தை நீக்கு"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s தரவுத்தளம் இரத்துசெய்யப்பட்டது"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "தரவுத்தளத்தை இரத்து செய் (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "தரவுத்தளத்தை பிரதிசெய்"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "கட்டமைப்பை மட்டும்"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "கட்டமைப்பு மற்றும் தரவுகள்"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "தரவுகளை மட்டும்"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "பிரதிசெய்யமுன் தரவுத்தளத்தை உருவாக்கு"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%sஐ சேர்க்க"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "தானாக அதிகரிக்கும் பெறுமதியை சேர்"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "கட்டுப்பாடுகளை சேர்க்க"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "பிரதியான தரவுதளத்துக்கு மாறு"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "அடுக்கு"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -377,20 +311,16 @@ msgstr ""
"PhpMyAdmin கட்டமைப்பு சேமிப்பகம் முடக்க செய்யப்பட்டுள்ளது. ஏன் எனக் கண்டுபிடிக்க %shere%s "
"கிளிக் செய்யவும்"
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "தொடர்புசார் திட்டத்தை திருத்த அல்லது ஏற்ற"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "அட்டவணை"
@@ -398,41 +328,41 @@ msgstr "அட்டவணை"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "வரிசைகள்"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "அளவு"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "பயன்பாட்டில்"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "உருவாக்கம்"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "இறுதி இற்றைப்படுத்தல்"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "கடைசி சோதனை"
@@ -454,7 +384,7 @@ msgstr "%s காட்சி கட்டுனர் இற்கு %s மா
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -469,17 +399,17 @@ msgstr "தரவுத்தளத்தில் அட்டவணைகள
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s அட்டவணை வெறுமை செய்யப்பட்டது"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr ""
@@ -492,19 +422,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "நோக்கு"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -520,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "உடன் தெரிவுசெய்யப்பட்டது:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "அனைத்தையும் தெரி"
@@ -542,50 +472,51 @@ msgstr "அனைத்தையும் தெரி"
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "ஏற்றுமதி"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "அச்சுப் பார்வை"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "வெறுமை"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "அழி"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "அட்டவணையை சரிபார்"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "அட்டவணையை உகப்பாக்கு"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "அட்டவணையை திருத்து"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "அட்டவணையை பகுப்பாய்"
@@ -593,13 +524,13 @@ msgstr "அட்டவணையை பகுப்பாய்"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Display table filter"
msgid "Replace table prefix"
msgstr "கருதிட்குள் சேர்க்க"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -611,20 +542,20 @@ msgstr "தரவு அகராதி"
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "தரவுத்தளம்"
@@ -640,9 +571,9 @@ msgstr "உருவாக்கப்பட்டது"
msgid "Updated"
msgstr "புதுப்பிக்கப்பட்டது"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "தகுநிலை"
@@ -650,14 +581,14 @@ msgstr "தகுநிலை"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "செயல்"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "காண்பி"
@@ -690,7 +621,7 @@ msgstr ""
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "அட்டவணைத் தடம்"
@@ -744,7 +675,7 @@ msgstr "சுட்டு வகை"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -753,7 +684,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "கேத்திர கணிதம்"
@@ -873,7 +804,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -895,10 +826,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -920,7 +851,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -964,7 +895,7 @@ msgstr "சுட்டுகள்"
msgid "Edit Index"
msgstr "தொகுப்பு பார்வை"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -995,8 +926,8 @@ msgstr ""
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "பயனரை சேர்"
@@ -1016,9 +947,9 @@ msgstr "மூடு"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1044,7 +975,7 @@ msgstr "நிலையான தரவு"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "மொத்தம்"
@@ -1242,7 +1173,7 @@ msgstr "வினாக்கள்"
msgid "Traffic"
msgstr "போக்குவரத்து"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "அமைப்புகள்"
@@ -1262,12 +1193,12 @@ msgstr "வரைபடத்தை கட்டத்தில் சேர்"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "எதுவுமில்லை"
@@ -1447,10 +1378,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr ""
@@ -1552,10 +1483,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "இறக்குமதி"
@@ -1605,9 +1536,9 @@ msgstr ""
msgid "Test"
msgstr "சோதனை"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "விலக்கு"
@@ -1635,9 +1566,9 @@ msgstr "நெடுக்கை அழிக்கபடுகின்றத
msgid "Adding Primary Key"
msgstr "முதன்மை சாவி இணைக்கப்படுகின்றது"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "சரி"
@@ -1679,17 +1610,17 @@ msgstr "சுட்டுகளை மறை"
msgid "Show indexes"
msgstr "சுட்டுகளை காட்டு"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enable %s"
msgid "(Enabled)"
msgstr "இயலச்செய் %s"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disable %s"
msgid "(Disabled)"
@@ -1760,8 +1691,8 @@ msgstr "வினவல் பெட்டியை காண்பி"
msgid "No rows selected"
msgstr "தெரிவுசெய்யப்பட வரிசைகள் இல்லை"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "மாற்று"
@@ -1769,8 +1700,8 @@ msgstr "மாற்று"
msgid "Query execution time"
msgstr "வினவல் நிறைவேற்றுகை நேரம்"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1779,8 +1710,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "சேமி"
@@ -1840,12 +1771,12 @@ msgstr "தேடல் முடிவுகளை மறை"
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "புறக்கணி"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "நகல்"
@@ -1865,7 +1796,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1948,7 +1879,7 @@ msgstr "இயற்று"
msgid "Change Password"
msgstr "கடவுச்சொல்லை மாற்று"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "மேலும்"
@@ -2340,13 +2271,13 @@ msgstr "ஆங்"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "வலு"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL வினவல்"
@@ -2414,7 +2345,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "உள்வரிசை"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2439,152 +2370,153 @@ msgstr "%s நாட்கள் %s மணித்தியாலங்கள
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "ஆரம்பம்"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "முந்தைய"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "அடுத்து"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "முடிவு"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "கட்டமைப்பு"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "செருகு"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "உலாவு"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "செயல்பாடுகள்"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "உனது கணினியை உலாவு"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "நிறைவேற்று"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "அச்சிடு"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "எழுத்துரு அளவு"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "ஏறுவரிசை"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "இறங்குவரிசை"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "வரிசைப்படுத்து"
@@ -2610,8 +2542,8 @@ msgid "Use Tables"
msgstr "அட்டவணைகளை பயன்படுத்துக"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "அல்லது"
@@ -2678,13 +2610,13 @@ msgstr[1] "%s அட்டவணையில் பொருந்தியவ
msgid "Delete the matches for the %s table?"
msgstr "%s அட்டவணையில் பொருத்தப்பாடுகளை நீக்குவதா?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2714,179 +2646,179 @@ msgstr "அட்டவணைகளில்:"
msgid "Inside column:"
msgstr "நிரல் உள்ளே:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "கள நிரல்களை சேர்க்க/ நீக்குக"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "திங்கள்"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Add into comments"
msgid "Display chart"
msgstr "கருதிட்குள் சேர்க்க"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2948,27 +2880,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "சுட்டுகள்"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "தனித்தன்மை"
@@ -2981,6 +2913,16 @@ msgstr "பொதிக்கப்பட்டது"
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "அடுக்கு"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3003,95 +2945,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "தரவுத்தளங்கள்"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "சேவையன்"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "Usage"
msgid "Users"
msgstr "பாவனையளவு"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3152,51 +3094,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "தகுதியற்ற தரவுத்தளம்"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "தகுதியற்ற அட்டவணைப் பெயர்"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "%s தரவுத்தளமானது %s ஆக பெயர் மாற்றப்பட்டது"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3209,16 +3151,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3233,56 +3175,56 @@ msgstr "தேடு"
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "எப்படி பயன்படுத்துவது"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3625,14 +3567,14 @@ msgstr "அட்டவணைகள்"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "தரவு"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3657,55 +3599,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3736,37 +3678,37 @@ msgstr "மூடப்பட்டது"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "கட்டமைப்பு"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "தரவு"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "கட்டமைப்பும் தரவும்"
@@ -3887,8 +3829,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4146,7 +4088,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4155,7 +4097,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4168,27 +4110,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4206,14 +4146,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4239,7 +4177,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4250,8 +4188,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4260,20 +4198,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4294,6 +4232,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "தானாக அதிகரிக்கும் பெறுமதியை சேர்"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4304,7 +4247,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4317,10 +4260,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%sஐ சேர்க்க"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4334,7 +4284,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4343,7 +4293,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4396,7 +4346,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4723,14 +4672,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4745,7 +4692,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4755,7 +4701,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5749,7 +5695,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -5906,14 +5852,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5999,21 +5943,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6058,24 +6002,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6661,7 +6605,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6710,7 +6654,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6773,11 +6717,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6792,34 +6736,34 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "வெள்ளி"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -7025,7 +6969,158 @@ msgstr "phpMyAdmin ஆவணச்சான்று"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "தரவுத்தளத்தைப் பெயர் மாற்ற"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s தரவுத்தளம் இரத்துசெய்யப்பட்டது"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "தரவுத்தளத்தை நீக்கு"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "தரவுத்தளத்தை இரத்து செய் (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "கட்டமைப்பை மட்டும்"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "கட்டமைப்பு மற்றும் தரவுகள்"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "தரவுகளை மட்டும்"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "தரவுத்தளத்தை பிரதிசெய்"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "பிரதிசெய்யமுன் தரவுத்தளத்தை உருவாக்கு"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "கட்டுப்பாடுகளை சேர்க்க"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "பிரதியான தரவுதளத்துக்கு மாறு"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "தொடர்புசார் திட்டத்தை திருத்த அல்லது ஏற்ற"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "அட்டவணை தெரிவுகள்"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "அட்டவணை பராமரிப்பு"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "அட்டவணையை ஒருங்கமை"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "தரவை அல்லது அட்டவணையை அழி"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "அட்டவணையை வெறுமையாக்கு (காலி)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "அட்டவணையை அழி (அழி)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "ஆரய்தல்"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "சரிபார்"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "உகப்பாக்கு"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "மீள்வாகு"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "திருத்து"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "பிரிவினை பராமரிப்பு"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "பிரிவினை %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7034,7 +7129,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7064,49 +7159,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "உள்நுழையா"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "சேவையன்:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "பயனாளர்:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "கடவுச்சொல்"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "சேவையன் தேர்வு"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7137,92 +7232,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7239,39 +7334,39 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Add into comments"
msgid "Display comments"
msgstr "கருதிட்குள் சேர்க்க"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7279,35 +7374,35 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "ஏற்றுமதி"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export"
msgid "Export table headers"
@@ -7321,143 +7416,143 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Add constraints"
msgid "Add statements:"
msgstr "தடைகளை சேர்க்க"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Actions"
msgid "Data creation options"
msgstr "செயல்கள்"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7473,8 +7568,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7491,109 +7586,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7713,7 +7799,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7782,7 +7868,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7831,7 +7917,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7855,8 +7941,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7948,7 +8034,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8349,12 +8435,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8391,6 +8477,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8653,14 +8743,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8669,12 +8759,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8732,16 +8822,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8750,8 +8840,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8767,12 +8857,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8780,102 +8870,92 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "ஏற்றுமதி"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "பின்வரும் கொட்பிட்கான புதிய அனுமதியை சேர்க்க"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "Overview"
msgid "Users overview"
msgstr "இறுதிப்பர்வை"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8884,11 +8964,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்"
@@ -8938,11 +9018,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9044,8 +9124,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -9091,13 +9171,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -9111,23 +9191,18 @@ msgstr ""
msgid "after %s"
msgstr "%s பின்"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "%s களத்தை சேர்க்க"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have added a new user."
msgid "You have to add at least one column."
msgstr "நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9136,7 +9211,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9180,7 +9255,7 @@ msgstr "பாதுகாப்பற்ற இணைப்பு"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9341,135 +9416,135 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Actions"
msgid "Active options"
msgstr "செயல்கள்"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9477,7 +9552,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9485,7 +9560,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9493,11 +9568,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9505,66 +9580,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9581,41 +9656,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9703,17 +9778,17 @@ msgstr ""
msgid "disabled"
msgstr "முடக்கு %s"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11277,32 +11352,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "சிட்டை"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11394,82 +11469,82 @@ msgstr "அட்டவணை %1$s உருவாக்கபட்டது."
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "அகலம்"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "உயரம்"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "கள நிரல்களை சேர்க்க/ நீக்குக"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- எதுவுமில்லை --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Spatial column"
msgstr "கள நிரல்களை சேர்க்க/ நீக்குக"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "கோப்பை சேமி"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "கோப்பின் பெயர்"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit view"
msgid "Edit index"
msgstr "தொகுப்பு பார்வை"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "சுட்டுப் பெயர்"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "சுட்டு வகை"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11492,260 +11567,166 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "அட்டவணை தெரிவுகள்"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "அட்டவணை பராமரிப்பு"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "அட்டவணையை ஒருங்கமை"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "தரவை அல்லது அட்டவணையை அழி"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "அட்டவணையை வெறுமையாக்கு (காலி)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "அட்டவணையை அழி (அழி)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "பிரிவினை பராமரிப்பு"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "பிரிவினை %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "ஆரய்தல்"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "சரிபார்"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "உகப்பாக்கு"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "மீள்வாகு"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "திருத்து"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "அட்டவணைகளை காட்டு"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "பயனுடைய"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "மாறா"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "இறக்காற்றல்"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "நிரல் நீளம்"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "நிரல் அளவு"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "அமர்வு மதிப்பு"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "ஒன்றுமில்லாத"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add columns"
msgid "Move columns"
msgstr "நெடுக்கைகளை சேர்"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "தொகுப்பு பார்வை"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "தொடர்பு பார்வை"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "%s களத்தை சேர்க்க"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s பின்"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11920,7 +11901,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "பெயரை பார்"
@@ -13028,6 +13009,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "ஏற்றுமதி"
+
#, fuzzy
#~| msgid "Browse"
#~ msgid "rows"
diff --git a/po/te.po b/po/te.po
index 814c776431..4ddbfb755d 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:16+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Telugu \n"
@@ -18,12 +18,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "అన్నీ చూపించు"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgid ""
msgstr ""
# Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "శోధించు"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "శోధించు"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "వెళ్ళు"
@@ -100,7 +101,7 @@ msgstr "వివరణ"
msgid "Use this value"
msgstr "ఈ విలువని ఉపయోగించు"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -112,32 +113,32 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr ""
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "డేటాబేస్ వ్యాఖ్య: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "పట్టిక వ్యాఖ్యలు"
# మొదటి అనువాదము
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "వరుస"
@@ -146,11 +147,11 @@ msgstr "వరుస"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "వరుస"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "రకం"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr ""
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "అప్రమేయం"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr ""
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "వ్యాఖ్యలు"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "కాదు"
@@ -242,27 +243,27 @@ msgstr "కాదు"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "అవును"
@@ -285,112 +286,40 @@ msgid "Unselect All"
msgstr "అన్నీ ఎంచుకోవద్దు"
# మొదటి అనువాదము
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "డేటాబేస్ పేరు ఖాళీగా ఉన్నది"
# మొదటి అనువాదము
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Page has been created"
msgid "Database %1$s has been renamed to %2$s"
msgstr "పుటను సృష్టించడమైనది"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "%s డేటాబేస్ %s డేటాబేస్ కు కాపీ అయింది"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "డేటాబేసుకు ఈ పేరు పెట్టండి"
-
-# మొదటి అనువాదము
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "డేటాబేస్ తొలగించండి"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s డేటాబేస్ తుడిచివేయడమైనది"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "డేటాబేస్ ను తుడిచివేయి"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "డేటాబేస్ ను ఇక్కడికి కాపీ చేయి"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "నిర్మాణం మాత్రమే"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "నిర్మాణం, మరియు డేటా"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "డేటా మాత్రమే"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "కాపీ చేయబోయే ముందు డేటాబేస్ సృష్టించు"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s జతచేయి"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr ""
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr ""
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr ""
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr ""
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr ""
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "పట్టిక"
@@ -398,42 +327,42 @@ msgstr "పట్టిక"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr ""
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "పరిమాణం"
# మొదటి అనువాదము
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "వాడుకలో ఉన్నది"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "సృష్టి"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "చివరి మార్పు"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "చివరి చూపు"
@@ -456,7 +385,7 @@ msgstr "దృశ్య కల్పకం"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -471,17 +400,17 @@ msgstr ""
msgid "unknown"
msgstr "తెలియని"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr ""
@@ -494,7 +423,7 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -502,12 +431,12 @@ msgid ""
msgstr ""
# మొదటి అనువాదము
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "చూపుము"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -524,21 +453,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr ""
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr ""
@@ -546,51 +475,52 @@ msgstr ""
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "ఎగుమతి"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr ""
# మొదటి అనువాదము
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "ఖాళీ"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr ""
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr ""
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr ""
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr ""
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr ""
@@ -598,13 +528,13 @@ msgstr ""
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Display table filter"
msgid "Replace table prefix"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -617,20 +547,20 @@ msgid "Tracked tables"
msgstr ""
# మొదటి అనువాదము
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "డేటాబేస్"
@@ -646,9 +576,9 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "స్థితి"
@@ -656,15 +586,15 @@ msgstr "స్థితి"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "చర్య"
# మొదటి అనువాదము
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "చూపించు"
@@ -697,7 +627,7 @@ msgstr ""
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -748,7 +678,7 @@ msgstr "చెల్లని ఎగుమతి రకం"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -757,7 +687,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -880,7 +810,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -902,10 +832,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "మీ SQL క్వెరీ విజయవంతంగా నిర్వహించబడింది"
@@ -927,7 +857,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -973,7 +903,7 @@ msgid "Edit Index"
msgstr "క్రొత్త వాడుకరిని చేర్చు"
# మొదటి అనువాదము
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add into comments"
msgid "Add %d column(s) to index"
@@ -1008,8 +938,8 @@ msgstr "సంకేతపదాలు సరిపోలలేదు!"
# మొదటి అనువాదము
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1031,9 +961,9 @@ msgstr "మూసివేయి"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1059,7 +989,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "మొత్తం"
@@ -1269,7 +1199,7 @@ msgstr "సంబంధాలు"
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "అమరికలు"
@@ -1292,12 +1222,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "ఏమీలేదు"
@@ -1489,10 +1419,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "సమయం"
@@ -1599,10 +1529,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "దిగుమతి"
@@ -1660,9 +1590,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "రద్దుచేయి"
@@ -1690,9 +1620,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "సరే"
@@ -1749,17 +1679,17 @@ msgstr ""
msgid "Show indexes"
msgstr ""
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Tables"
msgid "(Enabled)"
msgstr "పట్టికలు"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disable Statistics"
msgid "(Disabled)"
@@ -1836,8 +1766,8 @@ msgid "No rows selected"
msgstr ""
# మొదటి అనువాదము
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "మార్చుము"
@@ -1845,8 +1775,8 @@ msgstr "మార్చుము"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1855,8 +1785,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "భద్రపరచు"
@@ -1921,12 +1851,12 @@ msgstr "గణాంకాలను చూపించు"
msgid "Data point content"
msgstr "విషయ సూచిక"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1949,7 +1879,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -2036,7 +1966,7 @@ msgstr ""
msgid "Change Password"
msgstr "సంకేతపదాన్ని మార్చు"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "మరిన్ని"
@@ -2420,13 +2350,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "పొరపాటు"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr ""
@@ -2494,7 +2424,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2520,9 +2450,9 @@ msgid "Missing parameter:"
msgstr ""
# మొదటి అనువాదము
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
@@ -2530,10 +2460,10 @@ msgid "Begin"
msgstr "మొదలు"
# మొదటి అనువాదము
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
@@ -2541,142 +2471,143 @@ msgid "Previous"
msgstr "క్రితము"
# మొదటి అనువాదము
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "తదుపరి"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "ముగింపు"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "నిర్మాణాకృతి"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr ""
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "ముద్రించు"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "ఆరోహణ"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "అవరోహణ"
# మొదటి అనువాదము
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "క్రమంలో పేర్చు"
@@ -2703,8 +2634,8 @@ msgstr "పట్టికల్ని వాడు"
# మొదటి అనువాదము
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "లేదా"
@@ -2769,13 +2700,13 @@ msgstr[1] ""
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2808,186 +2739,186 @@ msgstr "పట్టికల్ని వాడు"
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Table comments"
msgid "Restore column order"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "మొదలుపెట్టు"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "More"
msgid "Mode"
msgstr "మరిన్ని"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "ఎంపికలు"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "పాక్షిక పాఠ్యాలు"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "పూర్తి పాఠ్యాలు"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Version information"
msgid "Hide browser transformation"
msgstr "సంచిక సమాచారం"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "మొత్తం"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Table comments"
msgid "Display chart"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
# మొదటి అనువాదము
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create"
msgid "Create view"
msgstr "సృష్టించు"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -3049,27 +2980,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr ""
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr ""
@@ -3082,6 +3013,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr ""
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3104,95 +3045,95 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr ""
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "వాడుకరి"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3259,52 +3200,52 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
# మొదటి అనువాదము
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Page has been created"
msgid "Table %1$s has been renamed to %2$s."
msgstr "పుటను సృష్టించడమైనది"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3317,16 +3258,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "విలువ"
@@ -3342,56 +3283,56 @@ msgstr "శోధించు"
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3736,14 +3677,14 @@ msgstr "పట్టికలు"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3768,57 +3709,57 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Server configuration"
msgid "Failed to read configuration file"
msgstr "సేవకి స్వరూపణం"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3853,37 +3794,37 @@ msgstr "మూసివేయి"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "నిర్మాణాకృతి"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "భోగట్టా"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "నిర్మాణాకృతి మరియు భోగట్టా"
@@ -4004,8 +3945,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4264,7 +4205,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4273,7 +4214,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4286,27 +4227,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4324,14 +4263,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4357,7 +4294,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4368,8 +4305,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4378,20 +4315,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "సంబంధాలు"
@@ -4412,6 +4349,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4422,7 +4364,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4435,10 +4377,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s జతచేయి"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4452,7 +4401,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4461,7 +4410,7 @@ msgid "Export type"
msgstr "ఎగుమతి రకం"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4514,7 +4463,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4844,14 +4792,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4866,7 +4812,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4878,7 +4823,7 @@ msgid "Column names in first row"
msgstr "వ్యాఖ్యలు"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5880,7 +5825,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "సంకేతపదం"
@@ -6039,14 +5984,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6133,21 +6076,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "వివరాలు..."
@@ -6197,24 +6140,24 @@ msgid "Create"
msgstr "సృష్టించు"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "పేరు"
@@ -6805,7 +6748,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6856,7 +6799,7 @@ msgstr ""
# మొదటి అనువాదము
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "దాచు"
@@ -6922,11 +6865,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6941,34 +6884,34 @@ msgstr "ఏమీలేదు"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "శు"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "దాఖలుచేయి"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -7186,7 +7129,160 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "డేటాబేసుకు ఈ పేరు పెట్టండి"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s డేటాబేస్ తుడిచివేయడమైనది"
+
+# మొదటి అనువాదము
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "డేటాబేస్ తొలగించండి"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "డేటాబేస్ ను తుడిచివేయి"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "నిర్మాణం మాత్రమే"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "నిర్మాణం, మరియు డేటా"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "డేటా మాత్రమే"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "డేటాబేస్ ను ఇక్కడికి కాపీ చేయి"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "కాపీ చేయబోయే ముందు డేటాబేస్ సృష్టించు"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr ""
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr ""
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "పట్టిక ఎంపికలు"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+# మొదటి అనువాదము
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "విశదీకరించు"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7195,7 +7291,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7220,50 +7316,50 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "ప్రవేశించు"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
# మొదటి అనువాదము
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "వాడుకరి పేరు"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "సంకేతపదం:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7296,69 +7392,69 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7367,23 +7463,23 @@ msgstr ""
msgid "Definition"
msgstr "వివరణ"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7400,37 +7496,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "వ్యాఖ్యలను చూపించు"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7438,35 +7534,35 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Table name"
msgid "Export table names"
msgstr "పట్టిక పేరు"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export method"
msgid "Export table headers"
@@ -7480,144 +7576,144 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
# మొదటి అనువాదము
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Add into comments"
msgid "Add statements:"
msgstr "స్పందనలకు చేర్చు"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Table options"
msgid "Data creation options"
msgstr "పట్టిక ఎంపికలు"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7636,8 +7732,8 @@ msgstr "చూపుము"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7656,109 +7752,100 @@ msgstr ""
msgid "Column names: "
msgstr "వ్యాఖ్యలు"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "పట్టిక పేరు"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "మీడియావికీ పట్టిక"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7878,7 +7965,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7947,7 +8034,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "వివరణ లేదు"
@@ -7996,7 +8083,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -8021,8 +8108,8 @@ msgstr "ఏ వాడుకరి ఐనను"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8121,7 +8208,7 @@ msgstr "వివరాలు..."
msgid "Event name"
msgstr "కొత్త పేరు"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8552,12 +8639,12 @@ msgstr "విషయ సూచిక"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8595,6 +8682,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8855,14 +8946,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8871,12 +8962,12 @@ msgid "Administration"
msgstr "పరిపాలన"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8934,16 +9025,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "వాడుకరి"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8955,8 +9046,8 @@ msgstr "%s డేటాబేస్ తుడిచివేయడమైనద
# మొదటి అనువాదము
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "ఏదైనను"
@@ -8972,12 +9063,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "వాడుకరి కనబడలేదు."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8985,103 +9076,93 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "ఎగుమతి"
-
# మొదటి అనువాదము
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... పాతదే ఉంచుము"
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "Overview"
msgid "Users overview"
msgstr "అవలోకనం"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9090,12 +9171,12 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
# మొదటి అనువాదము
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "మీరు క్రొత్త వాడుకరిని చేర్చారు."
@@ -9147,11 +9228,11 @@ msgstr ""
msgid "Columns"
msgstr "వ్యాఖ్యలు"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9253,8 +9334,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -9300,13 +9381,13 @@ msgstr "ఏమీలేదు"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "పూర్తిపాఠ్యం"
@@ -9322,24 +9403,19 @@ msgid "after %s"
msgstr "%s మార్లు తరువాత"
# మొదటి అనువాదము
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add into comments"
msgid "Add %s column(s)"
msgstr "స్పందనలకు చేర్చు"
# మొదటి అనువాదము
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have added a new user."
msgid "You have to add at least one column."
msgstr "మీరు క్రొత్త వినియోగదారుని చేర్చారు"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9350,7 +9426,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "ప్రాధమిక అమరికలు"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Server configuration"
msgid "Configuration has been saved"
@@ -9398,7 +9474,7 @@ msgstr "సేవకి స్వరూపణం"
msgid "Appearance Settings"
msgstr "రూపురేఖల అమరికలు"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "మరిన్ని అమరికలు"
@@ -9567,149 +9643,149 @@ msgstr "ఎడమవైపున మెనుని చూపించు/దా
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "సహాయం"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "నేరు లంకెలు"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
# మొదటి అనువాదము
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "చిన్నవి / పెద్దవి అన్నియు"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
# మొదటి అనువాదము
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Page creation failed"
msgid "Toggle relation lines"
msgstr "పుటని సృష్టించుటలో తప్పిదము జరిగినది"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
# మొదటి అనువాదము
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "అన్నింటిని చూపుము/దాచుము"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relations"
msgid "Relation operator"
msgstr "సంబంధాలు"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "కొత్త పేరు"
# మొదటి అనువాదము
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "సృష్టించు"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "క్రియాశీల ఎంపికలు"
# మొదటి అనువాదము
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "పుటను సృష్టించడమైనది"
# మొదటి అనువాదము
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "పుటని సృష్టించుటలో తప్పిదము జరిగినది"
# మొదటి అనువాదము
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "పుట"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
# మొదటి అనువాదము
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a page"
msgid "Create a page and export to it"
msgstr "పుటని సృష్టించు"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "కొత్త పుట పేరు: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9717,7 +9793,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9725,7 +9801,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9733,11 +9809,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9745,70 +9821,70 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Server configuration"
msgid "Could not import configuration"
msgstr "సేవకి స్వరూపణం"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
msgstr "సేవకి స్వరూపణం"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9826,41 +9902,41 @@ msgstr "అన్నీ"
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "దస్త్రాలు"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "అసలు స్థానం"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "సమాచారం"
@@ -9946,17 +10022,17 @@ msgstr ""
msgid "disabled"
msgstr "గణాంకాలని అచేతనంచేయి"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s అనే వాడుకరి ఇప్పటికే ఉన్నారు!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11552,32 +11628,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11672,86 +11748,86 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "వెడల్పు"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "ఎత్తు"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Table comments"
msgid "Label column"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- ఏమీలేదు -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "మొత్తం"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "పట్టిక పేరు"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add a new User"
msgid "Edit index"
msgstr "క్రొత్త వాడుకరిని చేర్చు"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11774,266 +11850,171 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "పట్టిక ఎంపికలు"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-# మొదటి అనువాదము
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "విశదీకరించు"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show all"
msgid "Showing tables"
msgstr "అన్నీ చూపించు"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "వరుసల గణాంకాలు"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "అంతర్గత సంబంధం"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "ఈ విలువని ఉపయోగించు"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "ఏమీలేదు"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "మరిన్ని చర్యలను చూపించు"
# మొదటి అనువాదము
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add into comments"
msgid "Move columns"
msgstr "స్పందనలకు చేర్చు"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Add a new User"
msgid "Edit view"
msgstr "క్రొత్త వాడుకరిని చేర్చు"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
# మొదటి అనువాదము
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add into comments"
msgid "Add column"
msgstr "స్పందనలకు చేర్చు"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
# మొదటి అనువాదము
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s మార్లు తరువాత"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12210,7 +12191,7 @@ msgid "The profile has been updated."
msgstr ""
# మొదటి అనువాదము
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "నామధేయమును చూపుము"
@@ -13333,6 +13314,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "ఎగుమతి"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/th.po b/po/th.po
index 3a56f66995..a42436fc43 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-08-08 08:31+0200\n"
"Last-Translator: Anusuk Sangubon \n"
"Language-Team: Thai \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "แสดงทั้งหมด"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"ไม่สามารถเปลี่ยนแปลงข้อมูลของหน้าต่างเป้าหมายได้ อาจเป็นเพราะว่าคุณปิดหน้าต่างหลัก "
"หรือสาเหตุจากการตั้งค่าความปลอดภัยให้ป้องกันการเปลี่ยนแปลงข้อมูลข้ามหน้าต่าง"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "ค้นหา"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "ค้นหา"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "ลงมือ"
@@ -98,7 +99,7 @@ msgstr "คำอธิบาย"
msgid "Use this value"
msgstr "ใช้ค่านี้"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,31 +111,31 @@ msgstr "ไม่สามารถเปิดไฟล์ %s ได้ เพ
msgid "Database %1$s has been created."
msgstr "ฐานข้อมูล %1$s ถูกสร้างเรียบร้อยแล้ว"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "หมายเหตุของฐานข้อมูล: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "หมายเหตุของตาราง"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "สดมภ์"
@@ -143,11 +144,11 @@ msgstr "สดมภ์"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -157,44 +158,44 @@ msgstr "สดมภ์"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "ชนิด"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "ว่างเปล่า (null)"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "ค่าปริยาย"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -204,9 +205,9 @@ msgstr "เชื่อมไปยัง"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -217,21 +218,21 @@ msgstr "หมายเหตุ"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "ไม่"
@@ -239,27 +240,27 @@ msgstr "ไม่"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "ใช่"
@@ -281,110 +282,39 @@ msgstr "เลือกทั้งหมด"
msgid "Unselect All"
msgstr "ไม่เลือกเลย"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "ไม่มีชื่อฐานข้อมูล"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "ฐานข้อมูล %s ได้ถูกเปลี่ยนชื่อเป็น %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "คัดลอกฐานข้อมูล %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "เอาฐานข้อมูลออก"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "โยนฐานข้อมูลทิ้ง"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "คัดลอกฐานข้อมูลเป็น"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "เฉพาะโครงสร้าง"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "ทั้งโครงสร้างและข้อมูล"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "เฉพาะข้อมูล"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "สร้างฐานข้อมูลก่อนคัดลอก"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "เพิ่ม %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "เพิ่มค่า AUTO_INCREMENT"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "เพิ่ม constraints"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "สลับไปยังฐานข้อมูลที่ถูกทำสำเนาไว้"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "การเรียงลำดับ"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr "การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ คลิก %shere%s เพื่อหาสาเหตุ"
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "แก้ไข หรือส่งออก รีเลชันแนล สกีมา"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "ตาราง"
@@ -392,41 +322,41 @@ msgstr "ตาราง"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "แถว"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "ขนาด"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "ใช้อยู่"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "สร้างเมื่อ"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "ปรับปรุงครั้งสุดท้ายเมื่อ"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "ตรวจสอบครั้งสุดท้ายเมื่อ"
@@ -447,7 +377,7 @@ msgstr "สลับไปยัง %svisual builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -462,17 +392,17 @@ msgstr "ไม่พบตารางใดๆ ในฐานข้อมู
msgid "unknown"
msgstr "ไม่ระบุ"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "ลบข้อมูลในตาราง %s เรียบร้อยแล้ว"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "โยนวิว %s ทิ้งไปเรียบร้อยแล้ว"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว"
@@ -485,19 +415,19 @@ msgstr "การติดตามเริ่มทำงานแล้ว"
msgid "Tracking is not active."
msgstr "หยุดการติดตามแล้ว"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "การแสดงผลนี้แสดงเพียงจำนวนข้อมูลเท่านี้, ดูข้อมูลเพิ่มเติมได้ที่ %sdocumentation%s"
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "ตารางจำลอง (View)"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -513,21 +443,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "เซิร์ฟเวอร์ MySQL นี้ใช้ storage engine ชื่อ %s เป็นค่าเริ่มต้น"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "ทำกับที่เลือก:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "เลือกทั้งหมด"
@@ -535,50 +465,51 @@ msgstr "เลือกทั้งหมด"
msgid "Check tables having overhead"
msgstr "ตรวจสอบตารางที่มี overhead"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "ส่งออก"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "แสดง"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "ลบข้อมูล"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "โยนทิ้ง"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "ตรวจสอบตาราง"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "ปรับแต่งตาราง"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "ซ่อมแซมตาราง"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "วิเคราะห์ตาราง"
@@ -586,11 +517,11 @@ msgstr "วิเคราะห์ตาราง"
msgid "Add prefix to table"
msgstr "เพิ่มคำนำไปยังตาราง"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "แทนที่คำนำไปยังตาราง"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "คัดลอกคำนำไปยังตาราง"
@@ -602,20 +533,20 @@ msgstr "พจนานุกรมข้อมูล"
msgid "Tracked tables"
msgstr "ตารางที่ถูกติดตาม"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "ฐานข้อมูล"
@@ -631,9 +562,9 @@ msgstr "ถูกสร้าง"
msgid "Updated"
msgstr "ปรับปรุงแล้ว"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "สถานะ"
@@ -641,14 +572,14 @@ msgstr "สถานะ"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "กระทำการ"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "แสดง"
@@ -681,7 +612,7 @@ msgstr "เก็บโครงสร้างไว้"
msgid "Untracked tables"
msgstr "เลิกติดตามตาราง"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "ติดตามตาราง"
@@ -731,7 +662,7 @@ msgstr "ประเภทที่ส่งออกไม่ถูกต้อ
msgid "Value for the column \"%s\""
msgstr "ค่าสำหรับคอลัมน์ \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "ใช้ OpenStreetMaps เป็นชั้นพื้นฐาน"
@@ -740,7 +671,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "เรขาคณิต"
@@ -862,7 +793,7 @@ msgstr "ไม่สามารถแปลงไฟล์ข้อมูลช
msgid "Could not load import plugins, please check your installation!"
msgstr "ไม่สามารถโหลดนำเข้าปลั๊กอินได้ กรุณาตรวจสอบการติดตั้งของคุณ"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "ที่คั่นหน้า %s ได้ถูกสร้างขึ้น"
@@ -886,10 +817,10 @@ msgstr ""
"ชุดข้อมูลที่นำเข้าล่าสุดไม่ได้สามารถนำเข้าได้ หมายความว่า phpMyAdmin ไม่สามารถนำเข้าได้ทัน "
"ตามเวลารันสูงสุดที่กำหนดใน PHP"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "ทำคำค้นเสร็จเรียบร้อยแล้ว"
@@ -912,7 +843,7 @@ msgstr "คำสั่ง \"ทิ้งฐานข้อมูล\" ถูก
msgid "Do you really want to execute \"%s\"?"
msgstr "คุณแน่ใจที่ต้องการจะ"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "คุณกำลังจะทำลายฐาข้อมูลทั้งหมด!"
@@ -952,7 +883,7 @@ msgstr "เพิ่มดัชนีใหม่"
msgid "Edit Index"
msgstr "แก้ไขดัชนี"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "ทำดัชนีใน สดมส์นี้ %d"
@@ -982,8 +913,8 @@ msgstr "รหัสผ่านไม่ตรงกัน!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "เพิ่มผู้ใช้"
@@ -1003,9 +934,9 @@ msgstr "ปิด"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1031,7 +962,7 @@ msgstr "ข้อมูลคงที่"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "รวม"
@@ -1229,7 +1160,7 @@ msgstr "คำถาม"
msgid "Traffic"
msgstr "การจราจร"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "การตั้งค่า"
@@ -1249,12 +1180,12 @@ msgstr "เพิ่มแสดงผลไปในตารางข้อม
msgid "Please add at least one variable to the series"
msgstr "กรุณาเพิ่มค่าตัวแปรอย่างน้อยหนึ่งตัวเข้าไปในลำดับ"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "ไม่มี"
@@ -1435,10 +1366,10 @@ msgid "Explain output"
msgstr "อธิบายผลคำสั่ง"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "เวลา"
@@ -1532,10 +1463,10 @@ msgid ""
msgstr ""
"การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก"
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "นำเข้า"
@@ -1587,9 +1518,9 @@ msgstr "ตัวแปรหรือสูตรที่ถูกใช้"
msgid "Test"
msgstr "ทดสอบ"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "ยกเลิก"
@@ -1617,9 +1548,9 @@ msgstr "ทิ้งสดมส์"
msgid "Adding Primary Key"
msgstr "เพิ่มคีย์หลัก"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "ตกลง"
@@ -1659,17 +1590,17 @@ msgstr "ซ่อนดัชนี"
msgid "Show indexes"
msgstr "แสดงดัชนี"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "เปิดใช้อยู่"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1738,8 +1669,8 @@ msgstr "แสดงช่องคำค้น SQL"
msgid "No rows selected"
msgstr "ยังไม่ได้เลือกแถว"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "เปลี่ยน"
@@ -1747,8 +1678,8 @@ msgstr "เปลี่ยน"
msgid "Query execution time"
msgstr "เวลาที่ทำคำสั่ง"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง"
@@ -1757,8 +1688,8 @@ msgstr "%d ไม่ใช่หมายเลขแถวที่ถูก
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "บันทึก"
@@ -1818,12 +1749,12 @@ msgstr "ผลลัพธ์ SQL"
msgid "Data point content"
msgstr "สารบัญ"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "ข้าม"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "คัดลอก"
@@ -1843,7 +1774,7 @@ msgstr "เลือกคีย์นอก"
msgid "Please select the primary key or a unique key"
msgstr "กรุณาเลือกคีย์หลักหรือคียเดี่ยว"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "เลือกฟิลด์ที่ต้องการแสดง"
@@ -1931,7 +1862,7 @@ msgstr "สร้างอัตโนมัติ"
msgid "Change Password"
msgstr "เปลี่ยนรหัสผ่าน"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "เพิ่มเติม"
@@ -2307,13 +2238,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "ผิดพลาด"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "คำค้น SQL"
@@ -2381,7 +2312,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2408,161 +2339,162 @@ msgstr "%s วัน, %s ชั่วโมง, %s นาที, %s วินา
msgid "Missing parameter:"
msgstr "เพิ่มฟิลด์ใหม่"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "จุดเริ่มต้น"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "ก่อนหน้า"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "ต่อไป"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "ท้ายสุด"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "กระโดดไปที่ฐานข้อมูล "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "โครงสร้าง"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "แทรก"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "เปิดดู"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "กระบวนการ"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "พิมพ์"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "ไฟล์ตั้งค่า %s ไม่สามารถอ่านได้"
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr "สิทธิสำหรับไฟล์ตั้งค่าไม่ถูกต้อง ที่ถูกต้องจะต้องแก้ไขได้เฉพาะ root"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "ขนาดตัวอักษร"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "น้อยไปมาก"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "มากไปน้อย"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "เรียง"
@@ -2588,8 +2520,8 @@ msgid "Use Tables"
msgstr "ใช้ตาราง"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "หรือ"
@@ -2654,13 +2586,13 @@ msgstr[0] "พบ %s ผลลัพธ์ที่ตรงในตารา
msgid "Delete the matches for the %s table?"
msgstr "ลบตรงกับที่ตาราง %s หรือไม่?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2690,193 +2622,193 @@ msgstr "ภายในตาราง:"
msgid "Inside column:"
msgstr "ในคอลัมน์:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "ส."
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows"
msgstr "ระเบียนต่อหน้า"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "จ."
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "แนวนอน"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "แนวนอน (หมุนหัวเรื่อง)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "แนวตั้ง"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "เรียงโดยคีย์"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "กระบวนการ"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "ข้อความบางส่วน"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "ทั้งข้อความ"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "รีเลชันแนล สกีมา"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "รีเลชันแนล สกีมา"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
msgid "Hide browser transformation"
msgstr "การแปลงที่เรียกใช้ได้"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "ลบเรียบร้อยแล้ว"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "ฆ่าทิ้ง"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "ในคำค้น"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "แสดงระเบียนที่ "
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "ทั้งหมด"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "คำค้นใช้เวลา %01.4f วินาที"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "แสดงสกีมาของ PDF"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "รุ่นของเซิร์ฟเวอร์"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "ไม่พบลิงก์"
@@ -2923,8 +2855,8 @@ msgid ""
"Error moving the uploaded file, see [a@./Documentation."
"html#faq1_11@Documentation]FAQ 1.11[/a]"
msgstr ""
-"มีข้อผิดพลาดระหว่างการอัพโหลด กรุณาดู "
-"[a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]"
+"มีข้อผิดพลาดระหว่างการอัพโหลด กรุณาดู [a@./Documentation.html#faq1_11@Documentation]"
+"FAQ 1.11[/a]"
#: libraries/File.class.php:485
msgid "Error while moving uploaded file."
@@ -2940,29 +2872,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "ต้องอนุญาตใช้ใช้ 'คุ๊กกี้' (cookie) เสียก่อน จึงจะผ่านจุดนี้ไปได้"
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "ต้องอนุญาตใช้ใช้ 'คุ๊กกี้' (cookie) เสียก่อน จึงจะผ่านจุดนี้ไปได้"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "ยังไม่ได้กำหนดดัชนีใดๆ!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "ดัชนี"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "เอกลักษณ์"
@@ -2975,6 +2907,16 @@ msgstr "กลุ่ม"
msgid "Cardinality"
msgstr "เอกเทศ"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "การเรียงลำดับ"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2997,96 +2939,96 @@ msgid ""
"removed."
msgstr "ดัชนี %1$s และ %2$s น่าจะเป็นอันเดียวกัน ควรจะลบออกไปอันหนึ่ง"
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "ฐานข้อมูล"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "เซิร์ฟเวอร์"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "คำค้นจากตัวอย่าง"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "สิทธิ"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "ผู้ใช้"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
#, fuzzy
msgid "Binary log"
msgstr "ข้อมูลไบนารี "
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "ตัวแปร"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "ชุดตัวอักษร"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3144,44 +3086,44 @@ msgstr "%s ถูกปิดบน MySQL Server"
msgid "This MySQL server does not support the %s storage engine."
msgstr "MySQL ไม่รองรับ %s"
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "ไม่ทราบสถานะตาราง: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "ค้นหาในฐานข้อมูล"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
msgid "Target database `%s` was not found!"
msgstr "ค้นหาในฐานข้อมูล"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "ชื่อฐานข้อมูลไม่ถูกต้อง"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "ชื่อตารางไม่ถูกต้อง"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "มีข้อผิดพลาดจากเปลี่ยนชื่อตาราง %1$s เป็น %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "ตาราง %s ได้ถูกเปลี่ยนชื่อเป็น %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "ไม่สามารถบันทึกการกำหนดลักษณะตาราง UI"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3190,32 +3132,32 @@ msgstr ""
"มีปัญหาในการล้างข้อมูลการตั้งค่าตาราง UL (ดูได้ที่ $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, fuzzy, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
"after you refresh this page. Please check if the table structure has been "
"changed."
msgstr ""
-"ไม่สามารถบันทึกคุณสมบัติ UI \"% s\" ได้ การเปลี่ยนแปลงจะมีผล "
-"หลังจากคุณรีเฟรชหน้านี้ โปรดตรวจสอบหากมีการเปลี่ยนโครงสร้างของตาราง"
+"ไม่สามารถบันทึกคุณสมบัติ UI \"% s\" ได้ การเปลี่ยนแปลงจะมีผล หลังจากคุณรีเฟรชหน้านี้ "
+"โปรดตรวจสอบหากมีการเปลี่ยนโครงสร้างของตาราง"
#: libraries/TableSearch.class.php:194 libraries/insert_edit.lib.php:231
#: libraries/insert_edit.lib.php:237 libraries/rte/rte_routines.lib.php:1488
msgid "Function"
msgstr "ฟังก์ชั่น"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
#, fuzzy
msgid "Operator"
msgstr "กระบวนการ"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "ค่า"
@@ -3232,61 +3174,61 @@ msgstr "ค้นหา"
msgid "Edit/Insert"
msgstr "แทรก"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "เลือกฟิลด์ (อย่างน้อยหนึ่งฟิลด์):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "เพิ่มเงื่อนไขในการค้นหา:"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "ระเบียนต่อหน้า"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "ลำดับการแสดง:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "คำค้น SQL"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "ทำ \"คำค้นจากตัวอย่าง\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "ทำ \"คำค้นจากตัวอย่าง\" (wildcard: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3632,14 +3574,14 @@ msgstr "ตาราง"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "ข้อมูล"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "เกินความจำเป็น"
@@ -3666,22 +3608,22 @@ msgstr "ตรวจสอบสิทธิสำหรับฐานข้อ
msgid "Check Privileges"
msgstr "ตรวจสอบสิทธิ"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3692,34 +3634,34 @@ msgid ""
msgstr ""
"ต้องกำหนดค่า $cfg['PmaAbsoluteUri'] ในไฟล์คอนฟิกูเรชั่นเสียก่อน"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "ใช้ประโยชน์ได้"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3752,38 +3694,38 @@ msgstr "ไม่ได้ปิดเครื่องหมายคำพู
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "ระงับการใช้อยู่"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "โครงสร้าง"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -3914,8 +3856,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "เริ่มใหม่"
@@ -4183,7 +4125,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "ส่งมาเป็นไฟล์"
@@ -4193,7 +4135,7 @@ msgid "Character set of the file"
msgstr "ชุดอักขระของไฟล์ (character set):"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "รูปแบบ"
@@ -4206,13 +4148,13 @@ msgstr "บีบอัดข้อมูล"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4220,8 +4162,7 @@ msgstr "ใส่ชื่อฟิลด์ที่แถวแรก"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4229,8 +4170,7 @@ msgstr "คร่อมฟิลด์ด้วย"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4250,16 +4190,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "จบแถวด้วย"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "จบแถวด้วย"
@@ -4288,7 +4226,7 @@ msgstr "รูปแบบของชื่อไฟล์"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4301,8 +4239,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "คำอธิบายตาราง"
@@ -4313,20 +4251,20 @@ msgid "Continued table caption"
msgstr "คำอธิบายตาราง"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "รีเลชัน"
@@ -4350,6 +4288,11 @@ msgstr "เขียนทับแฟ้มที่มีอยู่แล้
msgid "Remember file name template"
msgstr "รูปแบบของชื่อไฟล์"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "เพิ่มค่า AUTO_INCREMENT"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4362,7 +4305,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4376,10 +4319,17 @@ msgid "Use delayed inserts"
msgstr "แทรกหลายระเบียนในคราวเดียว"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "เพิ่ม %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4395,7 +4345,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4405,7 +4355,7 @@ msgid "Export type"
msgstr "ไม่มีตาราง"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4458,7 +4408,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ \",\")"
@@ -4800,14 +4749,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "เขียนทับด้วยข้อมูลจากไฟล์"
@@ -4822,7 +4769,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4834,7 +4780,7 @@ msgid "Column names in first row"
msgstr "ใส่ชื่อฟิลด์ที่แถวแรก"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5869,7 +5815,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "รหัสผ่าน"
@@ -6029,14 +5975,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6123,23 +6067,23 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6186,25 +6130,25 @@ msgid "Create"
msgstr "สร้าง"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "ไม่มีสิทธิ"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "เริ่มหน้าใหม่"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "ชื่อ"
@@ -6831,7 +6775,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว)."
@@ -6880,7 +6824,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6946,11 +6890,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6967,38 +6911,38 @@ msgstr "ไม่มี"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "ศ."
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "ส่ง"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Add new field"
msgid "Add prefix"
msgstr "เพิ่มฟิลด์ใหม่"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "คุณแน่ใจที่ต้องการจะ"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "ไม่มีการเปลี่ยนแปลง"
@@ -7205,7 +7149,164 @@ msgstr "เอกสารการใช้ phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "เปลี่ยนชื่อฐานข้อมูลเป็น"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "เอาฐานข้อมูลออก"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "โยนฐานข้อมูลทิ้ง"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "เฉพาะโครงสร้าง"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "ทั้งโครงสร้างและข้อมูล"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "เฉพาะข้อมูล"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "คัดลอกฐานข้อมูลเป็น"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "สร้างฐานข้อมูลก่อนคัดลอก"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "เพิ่ม constraints"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "สลับไปยังฐานข้อมูลที่ถูกทำสำเนาไว้"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "แก้ไข หรือส่งออก รีเลชันแนล สกีมา"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "เรียงค่าในตารางตาม"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(เดี่ยว)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "ย้ายตารางไป (database.table):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "ตัวเลือกตาราง"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "เปลี่ยนชื่อตารางเป็น"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "คัดลอกตารางไปยัง (ฐานข้อมูล.ตาราง):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "สลับไปที่ตารางที่ถูกทำสำเนาไว้"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "การดูแลรักษาตาราง"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "จัดระเบียบตาราง"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "ล้างตาราง %s เรียบร้อยแล้ว"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "ล้างตาราง (flush)"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "dump ตาราง"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "ลบข้อมูลตาราง (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "ไม่มีฐานข้อมูล"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "วิเคราะห์"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "ตรวจสอบ"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "ซ่อมแซม"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "การดูแลรักษาตาราง"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "ตรวจสอบความสมบูรณ์ของการอ้างถึง:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7216,7 +7317,7 @@ msgid "Cannot connect: invalid settings."
msgstr "ไม่สามารถเชื่อมต่อ: ตั้งค่าไม่ถูกต้อง"
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7238,58 +7339,57 @@ msgid ""
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
msgstr ""
-"phpMyAdmin พยายามเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL "
-"และเซิร์ฟเวอร์ได้ปฏิเสธการเชื่อมต่อดังกล่าว คุณควรตรวจสอบโฮสต์ "
-"ชื่อผู้ใช้และรหัสผ่านในการกำหนดค่าของคุณ และให้แน่ใจว่าค่าต่างๆ "
+"phpMyAdmin พยายามเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL และเซิร์ฟเวอร์ได้ปฏิเสธการเชื่อมต่อดังกล่าว "
+"คุณควรตรวจสอบโฮสต์ ชื่อผู้ใช้และรหัสผ่านในการกำหนดค่าของคุณ และให้แน่ใจว่าค่าต่างๆ "
"สอดคล้องกับข้อมูลที่กำหนดไว้ โดยผู้ดูแลระบบของเซิร์ฟเวอร์ MySQL แล้ว"
#: libraries/plugins/auth/AuthenticationCookie.class.php:42
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "เข้าสู่ระบบ"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "เซิร์ฟเวอร์"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "ชื่อผู้ใช้:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "รหัสผ่าน:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "ตัวเลือกเซิร์ฟเวอร์"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "ห้ามกำหนดค่า สำหรับการเข้าสู่ระบบโดยไม่มีรหัสผ่าน (ดู AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "ไม่มีกิจกรรมภายใน %s วินาที กรุณาล็อกอินอีกครั้ง"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้"
@@ -7320,81 +7420,81 @@ msgstr "ไม่มีคีย์รับรองความถูกต้
msgid "Authenticating..."
msgstr "กำลังตรวจสอบ..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "จบแถวด้วย"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "คร่อมฟิลด์ด้วย"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "เครื่องหมายสำหรับ escape char"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "จบแถวด้วย"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "แทนที่ NULL เป็น"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "สถิติฐานข้อมูล"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "dump ตาราง"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "ถูกส่ง"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7403,24 +7503,24 @@ msgstr "ถูกส่ง"
msgid "Definition"
msgstr "รายละเอียด"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "โครงสร้างตาราง"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "เฉพาะโครงสร้าง"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7439,45 +7539,45 @@ msgstr "(ต่อ)"
msgid "Structure of table @TABLE@"
msgstr "โครงสร้างตาราง"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "ตัวเลือกการแปลง"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "คำอธิบายตาราง"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "แสดงหมายเหตุของคอลัมน์"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "MIME-types ที่มีอยู่"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7485,35 +7585,35 @@ msgstr "MIME-types ที่มีอยู่"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "โฮสต์"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "เวลาในการสร้าง"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "รุ่นของเซิร์ฟเวอร์"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "รุ่นของ PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export"
msgid "Export table names"
msgstr "ส่งออก"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7529,146 +7629,146 @@ msgstr ""
msgid "Report title:"
msgstr "นำเข้าไฟล์"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "คำสั่ง"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "คำสั่ง"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "ตัวเลือกการแปลง"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "โพรเซส"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "ฟังก์ชั่น"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7686,8 +7786,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7706,109 +7806,100 @@ msgstr ""
msgid "Column names: "
msgstr "ชื่อคอลัมน์"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "ชื่อคอลัมน์"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7934,7 +8025,7 @@ msgid "Enabled"
msgstr "เปิดใช้อยู่"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "ความสามารถด้านรีเลชันทั่วไป"
@@ -8006,7 +8097,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "ไม่มีรายละเอียด"
@@ -8056,7 +8147,7 @@ msgstr ""
msgid "Variable"
msgstr "ตัวแปร"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
#, fuzzy
msgid "Server ID"
msgstr "เซิร์ฟเวอร์"
@@ -8081,8 +8172,8 @@ msgstr "ผู้ใช้ใดๆ"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "ใช้ช่องใส่ข้อความ (text field)"
@@ -8177,7 +8268,7 @@ msgstr ""
msgid "Event name"
msgstr "ชนิดคำค้น"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
#, fuzzy
msgid "Event type"
msgstr "ชนิดคำค้น"
@@ -8606,12 +8697,12 @@ msgstr "สารบัญ"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "แอตทริบิวต์"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "เพิ่มเติม"
@@ -8654,6 +8745,10 @@ msgstr "เลือกทั้งหมด"
msgid "Select Tables"
msgstr "เลือกตาราง"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "ชื่อคอลัมน์"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -8928,14 +9023,14 @@ msgstr "จำกัดจำนวนการเชื่อมต่อให
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "สิทธิเจาะจงเฉพาะตาราง"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "โปรดทราบ: ชื่อของสิทธิใน MySQL จะแสดงเป็นภาษาอังกฤษ "
@@ -8944,12 +9039,12 @@ msgid "Administration"
msgstr "การดูแลระบบ"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "สิทธิแบบโกลบอล"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "สิทธิเจาะจงเฉพาะฐานข้อมูล"
@@ -9007,16 +9102,16 @@ msgid "Users having access to "%s""
msgstr "ผู้ใช้มีสิทธิเข้าถึงฐานข้อมูล "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "ผู้ใช้"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "มอบสิทธิ"
@@ -9027,8 +9122,8 @@ msgid "User has been added."
msgstr "โยนวิว %s ทิ้งไปเรียบร้อยแล้ว"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "ใดๆ"
@@ -9044,14 +9139,14 @@ msgstr "เฉพาะฐานข้อมูล"
msgid "wildcard"
msgstr "ไวล์การ์ด"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "ไม่พบผู้ใช้ใดๆ."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "แก้ไขสิทธิ"
@@ -9059,105 +9154,93 @@ msgstr "แก้ไขสิทธิ"
msgid "Revoke"
msgstr "เพิกถอน"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "ส่งออก"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... เก็บของเก่าไว้."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... ลบของเก่าทิ้งไปจากตารางผู้ใช้."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... เรียกคืนสิทธิ์ทั้งหมดจากเดิม แล้วลบมันหลังจากนั้น."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "... ลบของเก่าจากตารางผู้ใช้ แล้วเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "สร้างผู้ใช้ใหม่ ให้มีสิทธิเหมือนกัน และ ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "สิทธิเฉพาะคอลัมน์"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "เพิ่มสิทธิของฐานข้อมูลต่อไปนี้"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "เพิ่มสิทธิของตารางต่อไปนี้"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "ถอนผู้ใช้ที่เลือก"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "เพิกถอน active privileges ทั้งหมดจากผู้ใช้ และลบผู้ใช้ทิ้งหลังจากนั้น."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "โยนฐานข้อมูลที่มีชื่อเดียวกับผู้ใช้ทิ้ง."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว"
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "สิทธิ"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "สิทธิ"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "ข้อมูลทั่วไปของผู้ใช้"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9166,11 +9249,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ"
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว"
@@ -9225,11 +9308,11 @@ msgstr "ปฏิทิน"
msgid "Columns"
msgstr "ชื่อคอลัมน์"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "จดคำค้นนี้ไว้"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9353,8 +9436,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "ดัชนี"
@@ -9406,13 +9489,13 @@ msgstr "ไม่มี"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "ไพรมารี"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "ข้อความเต็ม (fulltext)"
@@ -9426,22 +9509,17 @@ msgstr ""
msgid "after %s"
msgstr "หลัง %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
msgid "Add %s column(s)"
msgstr "เพิ่มฟิลด์ใหม่"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "ต้องเลือกให้แสดงอย่างน้อยหนึ่งคอลัมน์"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9452,7 +9530,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "ความสามารถด้านรีเลชันทั่วไป"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9496,7 +9574,7 @@ msgstr "เปรียบเทียบการเชื่อมต่อเ
msgid "Appearance Settings"
msgstr "ตั้งค่าลักษณะที่ปรากฏ"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "ตั้งค่าเพิ่มเติม"
@@ -9671,161 +9749,161 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "จีน (ไต้หวัน)"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "ประมวลผลคำค้น"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "แสดงทั้งหมด"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "มุมมองรีเลชัน"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "ส่งออก"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "ในคำค้น"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "เปลี่ยนชื่อตารางเป็น"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "ชื่อผู้ใช้"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "สร้าง"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "ตัวเลือกตาราง"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Usage"
msgid "Page"
msgstr "ใช้งาน"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "นำเข้าไฟล์"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "ยังไม่ได้เลือกแถว"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "สร้างดัชนีใหม่"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "ชื่อผู้ใช้"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9833,7 +9911,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9841,7 +9919,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "รีเลชันภายใน"
@@ -9851,11 +9929,11 @@ msgstr "รีเลชันภายใน"
msgid "Relation deleted"
msgstr "มุมมองรีเลชัน"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "บันทึกการแก้ไขเรียบร้อยแล้ว"
@@ -9863,68 +9941,68 @@ msgstr "บันทึกการแก้ไขเรียบร้อยแ
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "นำเข้าไฟล์"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9941,44 +10019,44 @@ msgstr "ทั้งหมด"
msgid "%s table not found or not set in %s"
msgstr "ไม่พบตาราง %s ใน %s"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "ไม่มีตาราง \"%s\"!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "จำนวนฟิลด์"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "ตัดทอนคำค้นที่แสดง"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "แสดงคำค้นแบบเต็ม"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "ตำแหน่ง"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "ตำแหน่งเริ่มแรก"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "ข้อมูล"
@@ -10066,17 +10144,17 @@ msgstr ""
msgid "disabled"
msgstr "ระงับการใช้อยู่"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "มีผู้ใช้ %s อยู่แล้ว!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "กำลังลบ %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว"
@@ -11687,34 +11765,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "คุณแน่ใจที่ต้องการจะ"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "ตรวจสอบ SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "ผลลัพธ์ SQL"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "สร้างโดย"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "ป้ายชื่อ"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว."
@@ -11809,86 +11887,86 @@ msgstr "โยนตาราง %s ทิ้งไปเรียบร้อ
msgid "View dump (schema) of table"
msgstr "ดูโครงสร้างของตาราง"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "รวม"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "บันทึกลงเป็นไฟล์"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "ชื่อผู้ใช้"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "ชื่อของไพรมารีคีย์ จะต้องเป็น PRIMARY เท่านั้น"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "เปลี่ยนชื่อดัชนีเป็น PRIMARY ไม่ได้!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "ไม่ได้กำหนดส่วนใดๆ ของดัชนี!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Add new field"
msgid "Add index"
msgstr "เพิ่มฟิลด์ใหม่"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Add new field"
msgid "Edit index"
msgstr "เพิ่มฟิลด์ใหม่"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "ชื่อดัชนี :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(ชื่อของไพรมารีคีย์จะต้องเป็น \"PRIMARY\" เท่านั้น!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "ชนิดของดัชนี :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "เพิ่มดัชนีคอลัมน์ %s"
@@ -11911,277 +11989,177 @@ msgstr "ตาราง %s ถูกย้ายไป %s แล้ว"
msgid "Table %s has been copied to %s."
msgstr "คัดลอกตาราง %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "ชื่อตารางยังว่างอยู่!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "เรียงค่าในตารางตาม"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(เดี่ยว)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "ย้ายตารางไป (database.table):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "ตัวเลือกตาราง"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "เปลี่ยนชื่อตารางเป็น"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "คัดลอกตารางไปยัง (ฐานข้อมูล.ตาราง):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "สลับไปที่ตารางที่ถูกทำสำเนาไว้"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "การดูแลรักษาตาราง"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "จัดระเบียบตาราง"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "ล้างตาราง %s เรียบร้อยแล้ว"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "ล้างตาราง (flush)"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "dump ตาราง"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "ลบข้อมูลตาราง (TRUNCATE)"
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "ไม่มีฐานข้อมูล"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "การดูแลรักษาตาราง"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "วิเคราะห์"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "ตรวจสอบ"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "ซ่อมแซม"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "ตรวจสอบความสมบูรณ์ของการอ้างถึง:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "แสดงตาราง"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "เนื้อที่ที่ใช้"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "มีผล"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "สถิติของแถว"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "ไม่คงที่"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "ความยาวแถว"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "ขนาดแถว "
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "รีเลชันภายใน"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "ค่าเซสชั่น"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add new field"
msgid "Add SPATIAL index"
msgstr "เพิ่มฟิลด์ใหม่"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "ไม่มี"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "ได้เพิ่มไพรมารีคีย์แล้วใน %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "ได้เพิ่มดัชนีแล้วใน %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "แสดงข้อมูลของ PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add columns"
msgid "Move columns"
msgstr "เพิ่มฟิลด์ใหม่"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "แสดง"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "มุมมองรีเลชัน"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "เสนอโครงสร้างตาราง"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
msgid "Add column"
msgstr "เพิ่มฟิลด์ใหม่"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "ที่จุดสุดท้ายของตาราง"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "ที่จุดเริ่มต้นของตาราง"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "หลัง %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "สร้างดัชนีโดยคอลัมน์ %s"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12364,7 +12342,7 @@ msgstr "คุณไม่มีสิทธิที่จะเข้ามา
msgid "The profile has been updated."
msgstr "ปรับปรุงโพรไฟล์เรียบร้อยแล้ว"
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13557,6 +13535,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ตั้งค่าไว้ที่ 0"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "ส่งออก"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "สิทธิ"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/tk.po b/po/tk.po
index e51d50d8c4..13f4908267 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-03-23 10:42+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Turkmen \n"
@@ -19,12 +19,12 @@ msgstr ""
"X-Generator: Weblate 0.8\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Hemmesini görkez"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -43,24 +43,27 @@ msgstr ""
"ýapdyňyz, ýada siziň brauzeriňiziň hopsuzlyk sazlamalary äpişgeler-arasy "
"täzelemäni saklaýandyr."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Gözle"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -72,18 +75,16 @@ msgstr "Gözle"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Git"
@@ -103,7 +104,7 @@ msgstr "Düşündiriş"
msgid "Use this value"
msgstr "Şu bahany ulan"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -117,31 +118,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s maglumatlar ulgamy döredildi"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr ""
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr ""
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr ""
@@ -150,11 +151,11 @@ msgstr ""
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -164,44 +165,44 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr ""
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr ""
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr ""
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -211,9 +212,9 @@ msgstr ""
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -224,21 +225,21 @@ msgstr ""
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr ""
@@ -246,27 +247,27 @@ msgstr ""
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr ""
@@ -288,110 +289,39 @@ msgstr ""
msgid "Unselect All"
msgstr ""
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr ""
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %1$s has been created."
msgid "Database %1$s has been renamed to %2$s"
msgstr "%1$s maglumatlar ulgamy döredildi"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %1$s has been created."
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s maglumatlar ulgamy döredildi"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr ""
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr ""
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr ""
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr ""
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr ""
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr ""
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr ""
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr ""
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr ""
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr ""
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr ""
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr ""
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr ""
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr ""
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr ""
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr ""
@@ -399,41 +329,41 @@ msgstr ""
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr ""
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr ""
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr ""
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr ""
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr ""
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr ""
@@ -455,7 +385,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -470,17 +400,17 @@ msgstr ""
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr ""
@@ -493,19 +423,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr ""
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -521,21 +451,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr ""
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr ""
@@ -543,50 +473,51 @@ msgstr ""
msgid "Check tables having overhead"
msgstr ""
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr ""
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr ""
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr ""
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr ""
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr ""
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr ""
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr ""
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr ""
@@ -594,11 +525,11 @@ msgstr ""
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr ""
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -610,20 +541,20 @@ msgstr ""
msgid "Tracked tables"
msgstr ""
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr ""
@@ -639,9 +570,9 @@ msgstr ""
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr ""
@@ -649,14 +580,14 @@ msgstr ""
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr ""
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr ""
@@ -689,7 +620,7 @@ msgstr ""
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr ""
@@ -739,7 +670,7 @@ msgstr ""
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -748,7 +679,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -863,7 +794,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr ""
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr ""
@@ -885,10 +816,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr ""
@@ -910,7 +841,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr ""
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -950,7 +881,7 @@ msgstr ""
msgid "Edit Index"
msgstr ""
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr ""
@@ -980,8 +911,8 @@ msgstr ""
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr ""
@@ -1001,9 +932,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1029,7 +960,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr ""
@@ -1225,7 +1156,7 @@ msgstr ""
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr ""
@@ -1245,12 +1176,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr ""
@@ -1421,10 +1352,10 @@ msgid "Explain output"
msgstr ""
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr ""
@@ -1512,10 +1443,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr ""
@@ -1563,9 +1494,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1593,9 +1524,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr ""
@@ -1635,15 +1566,15 @@ msgstr ""
msgid "Show indexes"
msgstr ""
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr ""
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr ""
@@ -1710,8 +1641,8 @@ msgstr ""
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr ""
@@ -1719,8 +1650,8 @@ msgstr ""
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1729,8 +1660,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr ""
@@ -1786,12 +1717,12 @@ msgstr ""
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1811,7 +1742,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr ""
@@ -1894,7 +1825,7 @@ msgstr ""
msgid "Change Password"
msgstr ""
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr ""
@@ -2265,13 +2196,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr ""
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr ""
@@ -2339,7 +2270,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr ""
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2364,152 +2295,153 @@ msgstr ""
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr ""
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr ""
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr ""
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr ""
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr ""
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr ""
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr ""
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr ""
@@ -2535,8 +2467,8 @@ msgid "Use Tables"
msgstr ""
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr ""
@@ -2601,13 +2533,13 @@ msgstr[1] ""
msgid "Delete the matches for the %s table?"
msgstr ""
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2637,173 +2569,173 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr ""
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr ""
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr ""
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -2865,27 +2797,27 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr ""
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr ""
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr ""
@@ -2898,6 +2830,16 @@ msgstr ""
msgid "Cardinality"
msgstr ""
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr ""
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2920,93 +2862,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr ""
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr ""
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3067,51 +3009,51 @@ msgstr ""
msgid "This MySQL server does not support the %s storage engine."
msgstr ""
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr ""
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr ""
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr ""
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Database %1$s has been created."
msgid "Table %1$s has been renamed to %2$s."
msgstr "%1$s maglumatlar ulgamy döredildi"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3124,16 +3066,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3146,56 +3088,56 @@ msgstr ""
msgid "Edit/Insert"
msgstr ""
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr ""
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3530,14 +3472,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr ""
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr ""
@@ -3562,55 +3504,55 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr ""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr ""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr ""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3641,37 +3583,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr ""
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr ""
@@ -3792,8 +3734,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4047,7 +3989,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr ""
@@ -4056,7 +3998,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr ""
@@ -4069,27 +4011,25 @@ msgstr ""
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr ""
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr ""
@@ -4107,14 +4047,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr ""
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr ""
@@ -4140,7 +4078,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr ""
@@ -4151,8 +4089,8 @@ msgid "Include table caption"
msgstr ""
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr ""
@@ -4161,20 +4099,20 @@ msgid "Continued table caption"
msgstr ""
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr ""
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr ""
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr ""
@@ -4195,6 +4133,11 @@ msgstr ""
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr ""
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4205,7 +4148,7 @@ msgid "SQL compatibility mode"
msgstr ""
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4218,10 +4161,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr ""
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4235,7 +4185,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4244,7 +4194,7 @@ msgid "Export type"
msgstr ""
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4297,7 +4247,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr ""
@@ -4614,14 +4563,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4636,7 +4583,6 @@ msgid "Format of imported file"
msgstr ""
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4646,7 +4592,7 @@ msgid "Column names in first row"
msgstr ""
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5636,7 +5582,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -5791,14 +5737,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -5884,21 +5828,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -5943,24 +5887,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6544,7 +6488,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6592,7 +6536,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -6655,11 +6599,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6674,32 +6618,32 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr ""
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr ""
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -6905,7 +6849,158 @@ msgstr ""
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr ""
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr ""
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr ""
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr ""
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr ""
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr ""
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr ""
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr ""
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr ""
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr ""
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr ""
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr ""
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr ""
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -6914,7 +7009,7 @@ msgid "Cannot connect: invalid settings."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -6939,49 +7034,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr ""
@@ -7012,92 +7107,92 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7114,37 +7209,37 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7152,33 +7247,33 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr ""
@@ -7190,139 +7285,139 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7338,8 +7433,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7356,109 +7451,100 @@ msgstr ""
msgid "Column names: "
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7576,7 +7662,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr ""
@@ -7645,7 +7731,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -7694,7 +7780,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -7718,8 +7804,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -7809,7 +7895,7 @@ msgstr ""
msgid "Event name"
msgstr ""
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8192,12 +8278,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8234,6 +8320,10 @@ msgstr ""
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr ""
@@ -8494,14 +8584,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8510,12 +8600,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -8573,16 +8663,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -8591,8 +8681,8 @@ msgid "User has been added."
msgstr ""
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -8608,12 +8698,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -8621,98 +8711,90 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr ""
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8721,11 +8803,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -8775,11 +8857,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -8881,8 +8963,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -8926,13 +9008,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -8945,20 +9027,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -8967,7 +9044,7 @@ msgstr ""
msgid "Manage your settings"
msgstr ""
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr ""
@@ -9009,7 +9086,7 @@ msgstr ""
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr ""
@@ -9162,133 +9239,133 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr ""
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr ""
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr ""
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr ""
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr ""
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr ""
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr ""
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr ""
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr ""
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr ""
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9296,7 +9373,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -9304,7 +9381,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ""
@@ -9312,11 +9389,11 @@ msgstr ""
msgid "Relation deleted"
msgstr ""
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr ""
@@ -9324,66 +9401,66 @@ msgstr ""
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9400,41 +9477,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -9516,17 +9593,17 @@ msgstr ""
msgid "disabled"
msgstr ""
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11082,32 +11159,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr ""
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11187,76 +11264,76 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr ""
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr ""
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr ""
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr ""
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr ""
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11279,254 +11356,160 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr ""
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr ""
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr ""
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "Şu bahany ulan"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr ""
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr ""
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -11699,7 +11682,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index db25d4f013..85f49be3f8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,11 +3,11 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-08-03 20:24+0200\n"
"Last-Translator: Burak Yavuz \n"
-"Language-Team: Turkish "
-" \n"
+"Language-Team: Turkish \n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Tümünü göster"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"olabilirsiniz ya da tarayıcınızın güvenlik ayarları pencereler arası "
"güncellemeleri engellemek için yapılandırılmıştır."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Ara"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Ara"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Git"
@@ -100,7 +101,7 @@ msgstr "Açıklama"
msgid "Use this value"
msgstr "Bu değeri kullan"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Veritabanı %1$s oluşturuldu."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Veritabanı yorumu: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tablo yorumları"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Sütun"
@@ -147,11 +148,11 @@ msgstr "Sütun"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Sütun"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Türü"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Boş"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Varsayılan"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Bağlantı verilen:"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Yorumlar"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Hayır"
@@ -243,27 +244,27 @@ msgstr "Hayır"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Evet"
@@ -285,88 +286,21 @@ msgstr "Tümünü Seç"
msgid "Unselect All"
msgstr "Tüm Seçimi Kaldır"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Veritabanı adı boş!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "%1$s veritabanı %2$s olarak yeniden adlandırıldı"
-#: db_operations.php:331
+#: db_operations.php:132
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "%1$s veritabanı %2$s veritabanına kopyalandı"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Veritabanını şuna yeniden adlandır"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Veritabanını kaldır"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s veritabanı kaldırıldı."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Veritabanını kaldır (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Veritabanını şuraya kopyala:"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Sadece yapı"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Yapı ve veri"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Sadece veri"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Kopyalamadan önce VERİTABANI OLUŞTUR"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s ekle"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT değeri ekle"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Kısıtlamaları ekle"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Kopyalanmış veritabanına geç"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Karşılaştırma"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -375,20 +309,16 @@ msgstr ""
"phpMyAdmin yapılandırma depolaması devre dışı bırakıldı. Nedenini öğrenmek "
"için %sburaya%s tıklayın."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Bağlantılı şemayı dışa aktar veya düzenle"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tablo"
@@ -396,41 +326,41 @@ msgstr "Tablo"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Satır"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Boyut"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "kullanımda"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Oluşturma"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Son güncellenme"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Son kontrol"
@@ -451,7 +381,7 @@ msgstr "%sGörsel yaratıcı'ya%s geç"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -466,17 +396,17 @@ msgstr "Veritabanında tablolar bulunamadı"
msgid "unknown"
msgstr "bilinmeyen"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s tablosu boşaltıldı"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s görünümü kaldırıldı"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s tablosu kaldırıldı"
@@ -489,7 +419,7 @@ msgstr "İzleme aktif."
msgid "Tracking is not active."
msgstr "İzleme aktif değil."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -497,12 +427,12 @@ msgid ""
msgstr ""
"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Görünüm"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -518,21 +448,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s bu MySQL sunucusundaki varsayılan depolama motorudur."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Seçilileri:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Tümünü Seç"
@@ -540,50 +470,51 @@ msgstr "Tümünü Seç"
msgid "Check tables having overhead"
msgstr "Ek yükü olan tabloları kontrol et"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Dışa Aktar"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Baskı görünümü"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Boşalt"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Kaldır"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Tabloyu kontrol et"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Tabloyu uyarla"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Tabloyu onar"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Tabloyu çözümle"
@@ -591,11 +522,11 @@ msgstr "Tabloyu çözümle"
msgid "Add prefix to table"
msgstr "Tabloya ön ek ekle"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Tablo ön ekini değiştir"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Tabloyu ön eki ile kopyala"
@@ -607,20 +538,20 @@ msgstr "Veri sözlüğü"
msgid "Tracked tables"
msgstr "İzlenen tablolar"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Veritabanı"
@@ -636,9 +567,9 @@ msgstr "Oluşturuldu"
msgid "Updated"
msgstr "Güncellendi"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Durum"
@@ -646,14 +577,14 @@ msgstr "Durum"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Eylem"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Göster"
@@ -686,7 +617,7 @@ msgstr "Yapı görüntüsü yakalama"
msgid "Untracked tables"
msgstr "İzlenmeyen tablolar"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Tabloyu izle"
@@ -738,7 +669,7 @@ msgstr "Geçersiz dışa aktarma türü"
msgid "Value for the column \"%s\""
msgstr "\"%s\" sütunu için değer"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Taban Katman olarak OpenStreetMaps kullan"
@@ -747,7 +678,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Geometri"
@@ -873,7 +804,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "İçe aktarma eklentileri yüklenemedi, lütfen kurulumunuzu kontrol edin!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "İşaretleme %s oluşturuldu"
@@ -900,10 +831,10 @@ msgstr ""
"sınırlarını arttırmadığınız sürece phpMyAdmin'in bu içe aktarmayı "
"biteremeyeceği anlamına gelir."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL sorgunuz başarılı olarak çalıştırıldı"
@@ -926,7 +857,7 @@ msgstr "\"DROP DATABASE\" ifadesi etkisizleştirildi."
msgid "Do you really want to execute \"%s\"?"
msgstr "\"%s\" sorgusunu çalıştırmak istediğinize emin misiniz?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Bütün bir veritabanını YOK ETMEK üzeresiniz!"
@@ -966,7 +897,7 @@ msgstr "İndeksi ekle"
msgid "Edit Index"
msgstr "İndeksi düzenle"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "İndekse %d sütun ekle"
@@ -996,8 +927,8 @@ msgstr "Parolalar birbiriyle aynı değil!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Kullanıcı ekle"
@@ -1017,9 +948,9 @@ msgstr "Kapat"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1045,7 +976,7 @@ msgstr "Sabit veri"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Toplam"
@@ -1245,7 +1176,7 @@ msgstr "Sorular"
msgid "Traffic"
msgstr "Trafik"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Ayarlar"
@@ -1265,12 +1196,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:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Yok"
@@ -1454,10 +1385,10 @@ msgid "Explain output"
msgstr "Çıktıyı açıkla"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Süre"
@@ -1552,10 +1483,10 @@ msgstr ""
"İçe aktarılan yapılandırma ile çizelge çizgilerinin oluşturulması başarısız. "
"Varsayılan yapılandırmaya sıfırlanıyor..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "İçe Aktar"
@@ -1603,9 +1534,9 @@ msgstr "Kullanılan değişken / formül"
msgid "Test"
msgstr "Deneme"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "İptal"
@@ -1633,9 +1564,9 @@ msgstr "Sütun Kaldırılıyor"
msgid "Adding Primary Key"
msgstr "Birincil Anahtar Ekleniyor"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "TAMAM"
@@ -1675,15 +1606,15 @@ msgstr "İndeksleri gizle"
msgid "Show indexes"
msgstr "İndeksleri göster"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr "Dış anahtar kontrolü:"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr "(Etkinleştirildi)"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
msgid "(Disabled)"
msgstr "(Etkisizleştirildi)"
@@ -1752,8 +1683,8 @@ msgstr "Sorgu kutusunu göster"
msgid "No rows selected"
msgstr "Satır seçilmedi"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Değiştir"
@@ -1761,8 +1692,8 @@ msgstr "Değiştir"
msgid "Query execution time"
msgstr "Sorgu yürütme süresi"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d geçerli bir satır sayısı değil."
@@ -1771,8 +1702,8 @@ msgstr "%d geçerli bir satır sayısı değil."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Kaydet"
@@ -1833,12 +1764,12 @@ msgstr "Sorgu sonuçları"
msgid "Data point content"
msgstr "Veri imleci içeriği"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Yoksay"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Kopyala"
@@ -1858,7 +1789,7 @@ msgstr "Dış Anahtarı seç"
msgid "Please select the primary key or a unique key"
msgstr "Lütfen birincil anahtarı veya benzersiz anahtarı seçin"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Göstermek için sütun seçin"
@@ -1951,7 +1882,7 @@ msgstr "Üret"
msgid "Change Password"
msgstr "Parola Değiştir"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Daha Fazla"
@@ -2326,13 +2257,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Hata"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL sorgusu"
@@ -2400,7 +2331,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Sıralı"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profil çıkart"
@@ -2425,153 +2356,154 @@ msgstr "%s gün, %s saat, %s dakika ve %s saniye"
msgid "Missing parameter:"
msgstr "Eksik parametreler:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Başlangıç"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Önceki"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Sonraki"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "Son"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""%s" veritabanına git."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s işlevselliği bilinen bir hata tarafından zarar görmüş, bakınız %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Değiştirmek için tıklayın"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Yapı"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Ekle"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Gözat"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "İşlemler"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Bilgisayarınıza gözat:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Web sunucusu gönderme dizininden %s seçin:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Gönderme işi için ayarladığınız dizine ulaşılamıyor"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Göndermek için hiç dosya yok"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Çalıştır"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Yazdır"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Mevcut yapılandırma dosyası (%s) okunabilir değil."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Yapılandırma dosyasında yanlış izinler, herkesçe yazılabilir olmamalıdır!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Yazı Tipi boyutu"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Küçükten Büyüğe"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Büyükten Küçüğe"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sırala"
@@ -2597,8 +2529,8 @@ msgid "Use Tables"
msgstr "Tabloları kullan"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Veya"
@@ -2661,13 +2593,13 @@ msgstr[0] "%2$s tablosu içerisinde %1$s eşleşme"
msgid "Delete the matches for the %s table?"
msgstr "%s tablosu için benzeşenler silinsin mi?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2697,130 +2629,130 @@ msgstr "Tablo içindekiler:"
msgid "Inside column:"
msgstr "İç sütun:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "Düzenlenen veriyi kaydet"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "Sütun düzenini geri yükle"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "Başlangıç satırı"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "Satır sayısı"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "Kip"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "yatay"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "yatay (döndürülmüş başlıklar)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "dikey"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr "Her %s satırda bir başlıklar"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Anahtara göre sırala"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Seçenekler"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "Kısmi metinler"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "Tam metinler"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Bağlantılı anahtar"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "Bağlantılı görüntü sütunu"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Binari içerikleri göster"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB içerikleri göster"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Binari içerikleri HEX olarak göster"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "Tarayıcı dönüşümünü gizle"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "Çok İyi Bilinen Metin"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "Çok İyi Bilinen Binari"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Satır silindi"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Sonlandır"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2828,44 +2760,44 @@ msgstr ""
"Yaklaşık olabilir. [a@./Documentation.html#faq3_11@Documentation]SSS 3.11[/"
"a]'e bakın"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "sorgu içerisinde"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Gösterilen satırlar"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "toplam"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Sorgu %01.4f san. sürdü"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Sorgu sonuçları işlemleri"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Baskı görünümü (tüm metinler ile)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "Çizelge göster"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "GIS verisini görselleştir"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "Görünüm oluştur"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Bağlantı bulunamadı"
@@ -2932,29 +2864,29 @@ msgid "Open new phpMyAdmin window"
msgstr "Yeni phpMyAdmin penceresi aç"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
"Bu kısmı geçmek için tanımlama bilgileri (cookies) etkinleştirilmiş "
"olmalıdır."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr "Bu kısmı geçmek için Javascript etkinleştirilmiş olmalıdır"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Tanımlı indeks yok!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "İndeksler"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Benzersiz"
@@ -2967,6 +2899,16 @@ msgstr "Paketlendi"
msgid "Cardinality"
msgstr "Önemlilik"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Karşılaştırma"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2991,93 +2933,93 @@ msgstr ""
"İndeks %1$s ve %2$s eşit görünüyor ve bunlardan birinin silinmesi mümkün "
"olabilir."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Veritabanları"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Sunucu"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "İzleme"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Tetikleyiciler"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Tablo boş olarak görünüyor!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Veritabanı boş olarak görünüyor!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Sorgu"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Yetkiler"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Yordamlar"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Olaylar"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Tasarımcı"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Kullanıcılar"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Eşitle"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binari günlüğü"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Değişkenler"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Karakter Grupları"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Eklentiler"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Motorlar"
@@ -3135,43 +3077,43 @@ msgstr "%s bu MySQL sunucusu için etkisizleştirildi."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Bu MySQL sunucusu %s depolama motorunu desteklemez."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "bilinmeyen tablo durumu: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr "Kaynak veritabanı `%s` bulunamadı!"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, php-format
msgid "Target database `%s` was not found!"
msgstr "Hedef veritabanı `%s` bulunamadı!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Geçersiz veritabanı"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Geçersiz tablo adı"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "%1$s tablo adını %2$s tablo adına değiştirme hatası"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "%1$s tablosu %2$s olarak yeniden adlandırıldı."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Tablo KA tercihleri kaydedilemedi"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3180,7 +3122,7 @@ msgstr ""
"Tablo KA tercihlerini temizleme başarısız ($cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s bakın)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3196,16 +3138,16 @@ msgstr ""
msgid "Function"
msgstr "İşlev"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "İşletici"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Değer"
@@ -3218,56 +3160,56 @@ msgstr "Tablo Arama"
msgid "Edit/Insert"
msgstr "Düzenle/Ekle"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "Sütunları seç (en az bir):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Arama koşulu ekle (\"where\" koşulu gövdesi):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Sayfa başına satır sayısı"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Görünüm düzeni:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "Bu sütunu her noktayı etiketlemek için kullan"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "Çizim için en fazla satır"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Dış değerlere gözat"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "İlave arama kriteri"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "İki farklı sütun için \"örnekle sorgulama\" (joker: \"%\") yap"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"Örnekle sorgulama\" yap. (joker: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "Noktalara gözat/düzenle"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "Nasıl kullanılır"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "Odaklamayı sıfırla"
@@ -3668,14 +3610,14 @@ msgstr "Tablolar"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Veri"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Ek Yük"
@@ -3700,11 +3642,11 @@ msgstr ""%s" veritabanı için yetkileri kontrol et."
msgid "Check Privileges"
msgstr "Yetkileri kontrol et"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Yapılandırma dosyasını okuma başarısız"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3712,12 +3654,12 @@ msgstr ""
"Bu genellikle bir sözdizimi hatası var anlamına gelir, lütfen aşağıda "
"gösterilen her hatayı kontrol edin."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Varsayılan yapılandırma bundan yüklenemedi: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
@@ -3725,36 +3667,36 @@ msgstr ""
"[code]$cfg['PmaAbsoluteUri'][/code] talimatı yapılandırma dosyanız içinde "
"AYARLANMAK zorundadır!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Geçersiz sunucu indeksi: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"%1$s sunucusu için geçersiz anamakine. Lütfen yapılandırma dosyanızı gözden "
"geçirin."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Yapılandırma içinde geçersiz kimlik doğrulama yöntemi ayarı:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s %s veya sonrasına yükseltmelisiniz."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS üzerine yazma girişimi"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "olası kötüye kullanma"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "sayısal tuş algılandı"
@@ -3785,37 +3727,37 @@ msgstr "Kapandı"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Etkisiz"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "yapı"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "veri"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "yapı ve veri"
@@ -3936,8 +3878,8 @@ msgid "Allow users to customize this value"
msgstr "Bu değeri özelleştirmek için kullanıcılara izin ver"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Sıfırla"
@@ -4220,7 +4162,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "En fazla yürütme süresi"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Dosya olarak kaydet"
@@ -4229,7 +4171,7 @@ msgid "Character set of the file"
msgstr "Dosyanın karakter grubu"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Biçim"
@@ -4242,27 +4184,25 @@ msgstr "Sıkıştırma"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "İlk satır içine sütun adlarını koy"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Sütunu kapatan:"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Sütunu dolduran:"
@@ -4280,14 +4220,12 @@ msgstr "Sütunlardaki CRLF karakterlerini kaldır"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Sütunu sonlandıran:"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Satırı sonlandıran:"
@@ -4313,7 +4251,7 @@ msgstr "Tablo adı şablonu"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Tabloyu dökümle"
@@ -4324,8 +4262,8 @@ msgid "Include table caption"
msgstr "Tablo başlığını dahil et"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tablo başlığı"
@@ -4334,20 +4272,20 @@ msgid "Continued table caption"
msgstr "Devam eden tablo başlığı"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Etiket anahtarı"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME türü"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Bağlantılar"
@@ -4368,6 +4306,11 @@ msgstr "Mevcut dosya(ların)nın üzerine yaz"
msgid "Remember file name template"
msgstr "Dosya adı şablonunu hatırla"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT değeri ekle"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Tablo ve sütun adlarını ters tırnaklarla kapattır"
@@ -4378,7 +4321,7 @@ msgid "SQL compatibility mode"
msgstr "SQL uyumluluk kipi"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE seçenekleri:"
@@ -4391,10 +4334,17 @@ msgid "Use delayed inserts"
msgstr "Gecikmiş eklemeleri kullan"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Dış anahtar kontrolünü etkisizleştir"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s ekle"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB için onaltılık düzen kullan"
@@ -4408,7 +4358,7 @@ msgid "Syntax to use when inserting data"
msgstr "Veri eklenirken kullanılacak sözdizimi"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Oluşturulan sorgunun azami uzunluğu"
@@ -4417,7 +4367,7 @@ msgid "Export type"
msgstr "Dışa aktarma türü"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "İşlem içinde dışa aktarmayı kapsa"
@@ -4472,7 +4422,6 @@ msgstr "Varsayılan seçenekleri özelleştirir"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4815,14 +4764,12 @@ msgid "Partial import: allow interrupt"
msgstr "Kısmi içe aktarma: yarıda kesmeye izin ver"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "EKLEME hatasında durdurma"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Tablo verisini dosya ile değiştir"
@@ -4839,7 +4786,6 @@ msgid "Format of imported file"
msgstr "İçe aktarılmış dosyanın biçimi"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "YEREL anahtar kelime kullan"
@@ -4849,7 +4795,7 @@ msgid "Column names in first row"
msgstr "İlk satır içindeki sütun adları"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Boş satırları içe aktarma"
@@ -5975,7 +5921,7 @@ msgstr "SQL Onaylayıcının etkinleştirilmesini gerektirir"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parola"
@@ -6146,14 +6092,12 @@ msgstr "Oturumu açma kimlik doğrulaması"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "VERİ YÜKLE kullanarak CSV"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Açık Kaynaklı Tablolama Belgesi"
@@ -6242,7 +6186,7 @@ msgstr "%s uzantısı eksik. Lütfen PHP yapılandırmanızı kontrol edin."
msgid "possible deep recursion attack"
msgstr "olası aşırı özyinelemeli saldırı"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
@@ -6250,15 +6194,15 @@ msgstr ""
"Sunucu yanıt vermiyor (ya da yerel MySQL sunucusunun soketi doğru olarak "
"yapılandırılmadı)."
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "Sunucu yanıt vermiyor."
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "Lütfen veritabanını içeren dizinin yetkilerini kontrol edin."
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Ayrıntılar..."
@@ -6305,24 +6249,24 @@ msgid "Create"
msgstr "Oluştur"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Yetkiniz yok"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Tablo oluştur"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Adı"
@@ -6974,7 +6918,7 @@ msgid "No data found for GIS visualization."
msgstr "GIS görselleştirmesi için bulunan veri yok."
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL boş bir sonuç kümesi döndürdü (yani sıfır satır)."
@@ -7024,7 +6968,7 @@ msgid "Go to view: %s"
msgstr "Şu görünüme git: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Gizle"
@@ -7089,11 +7033,11 @@ msgstr ""
"Değerden değere geçmek için TAB tuşunu veya herhangi bir yere gitmek için "
"CTRL+OK TUŞLARI'nı kullanın"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL sorgusu gösteriliyor"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Eklenen satır id: %1$d"
@@ -7108,32 +7052,32 @@ msgstr "Yok"
msgid "Convert to Kana"
msgstr "Kana'ya dönüştür"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "Buradan"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "Buraya"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Gönder"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "Tablo ön eki ekle"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "Ön ek ekle"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
msgid "Do you really want to execute the following query?"
msgstr "Aşağıdaki sorguya çalıştırmak istiyor musunuz?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Değişiklik yok"
@@ -7339,7 +7283,158 @@ msgstr "phpMyAdmin belgeleri"
msgid "Reload navigation frame"
msgstr "Rehber çerçeveyi yeniden yükle"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Veritabanını şuna yeniden adlandır"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s veritabanı kaldırıldı."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Veritabanını kaldır"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Veritabanını kaldır (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Sadece yapı"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Yapı ve veri"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Sadece veri"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Veritabanını şuraya kopyala:"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Kopyalamadan önce VERİTABANI OLUŞTUR"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Kısıtlamaları ekle"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Kopyalanmış veritabanına geç"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Bağlantılı şemayı dışa aktar veya düzenle"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Tablo sıralamasını şuna göre değiştir"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(birer birer)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Tabloyu şuna (veritabanı.tablo) taşı:"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tablo seçenekleri"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Tabloyu yeniden şuna adlandır"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Depolama Motoru"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Tabloyu şuna (veritabanı.tablo) kopyala:"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Kopyalanmış tabloya geç"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tablo bakımı"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Tabloyu birleştir"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "%s tablosu temizlendi"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "Tabloyu temizle (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "Tabloyu veya veriyi sil"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "Tabloyu boşalt (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Tabloyu sil (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Çözümle"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Seç"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Uyarla"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Yeniden Oluştur"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Onar"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "Bölüm bakımı"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "Bölüm %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Bölümlendirmeyi kaldır"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "İlgili bütünlük kontrolü:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "Bu biçim seçeneğe sahip değil"
@@ -7348,7 +7443,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Bağlanamıyor: geçersiz ayarlar."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7379,38 +7474,38 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "mcrypt'tan Blowfish kullanmak başarısız!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr "Oturumunuzun süresi doldu. Lütfen tekrar oturum açın."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Oturum aç"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"Anamakine adı/IP adresi ve bağlantı noktasını boşluk bırakarak ayrı "
"girebilirsiniz."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Sunucu:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Kullanıcı Adı:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parola:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Sunucu Seçimi"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7418,14 +7513,14 @@ msgstr ""
"Yapılandırma tarafından parolasız oturum açma yasaktır (AllowNoPassword'a "
"bakın)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "%s saniye içinde hiçbir işlem yapılmadı, lütfen yeniden oturum açın"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL sunucusuna oturum açılamıyor"
@@ -7456,92 +7551,92 @@ msgstr "Geçerli kimlik doğrulama anahtarı takılı değil"
msgid "Authenticating..."
msgstr "Kimlik doğrulanıyor..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "Sütunlar şununla ayrılmış:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "Sütunlar şununla kapatılmış:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "Sütunlar şununla atlatılmış:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "Satırlar şununla sonlandırılmış:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "NULL'u şununla değiştir:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "Sütunlardaki satır başı/satır atlama karakterlerini kaldır"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel yapısı:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "Veri dökümü seçenekleri"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Tablo döküm verisi"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Olay"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Tanım"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tablo için tablo yapısı"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Görünüm yapısı"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Görünüm yapısı durumu"
@@ -7558,37 +7653,37 @@ msgstr "(devam eden)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ tablosunun yapısı"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "Nesne oluşturma seçenekleri"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "Tablo başlığı (devamı)"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "Dış anahtar ilişkilerini göster"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "Yorumları göster"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "MIME türlerini göster"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7596,33 +7691,33 @@ msgstr "MIME türlerini göster"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Anamakine"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Üretim Zamanı"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Sunucu sürümü"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Sürümü"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
msgid "Export table names"
msgstr "Tablo adlarını dışa aktar"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
msgid "Export table headers"
msgstr "Tablo başlıklarını dışa aktar"
@@ -7634,7 +7729,7 @@ msgstr "(Tek bir tablonun verisini içeren bir rapor üretir)"
msgid "Report title:"
msgstr "Rapor başlığı:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
@@ -7642,11 +7737,11 @@ msgstr ""
"Yorumları göster (dışa aktarma zaman damgası, PHP sürümü ve sunucu sürümü "
"gibi bilgileri dahil et)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "İlave özel başlık yorumu (\\n satırları böler):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
@@ -7654,25 +7749,25 @@ msgstr ""
"Veritabanlarının oluşturulduğu, en son güncellendiği ve en son denetlendiği "
"zaman damgasını dahil et"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
"Şununla en fazla çıktı uyumluluğu için Veritabanı sistemi veya daha eski "
"MySQL sunucusu:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "%s ifadesi ekle"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "İfadeleri ekle:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
@@ -7680,38 +7775,37 @@ msgstr ""
"Tablo ve alan adlarını tırnak içine al (Özel karakterlerle ya da anahtar "
"kelimelerle şekillendirilmiş sütun ve tablo adlarını korur)"
-#: libraries/plugins/export/ExportSql.class.php:354
-#| msgid "Object creation options"
+#: libraries/plugins/export/ExportSql.class.php:295
msgid "Data creation options"
msgstr "Veri oluşturma seçenekleri"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr "Eklemeden önce tabloyu kes"
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "INSERT ifadeleri yerine şunu kullan:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED ifadeleri"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE ifadeleri"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "Veri dökümlenirken kullanılacak işlev:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "Veri eklenirken kullanılacak sözdizimi:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7721,7 +7815,7 @@ msgstr ""
" Örnek: INSERT INTO tbl_adı (sütun_A,sütun_B,sütun_C) "
"VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7731,7 +7825,7 @@ msgstr ""
" Örnek: INSERT INTO tbl_adı VALUES (1,2,3), (4,5,6), (7,8,9)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7739,7 +7833,7 @@ msgstr ""
"yukarıdakilerin ikisi birden
Örnek: INSERT "
"INTO tbl_adı (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7747,7 +7841,7 @@ msgstr ""
"yukarıdakilerin hiçbiri
Örnek: INSERT INTO "
"tbl_adı VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
@@ -7755,7 +7849,7 @@ msgstr ""
"Onaltılık düzende gösterimdeki binari sütunları dökümle (örneğin, \"abc"
"\", 0x616263 olur)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7764,33 +7858,33 @@ msgstr ""
"sunucular arasında TIMESTAMP sütunlarını dökümlemek ve yeniden yüklemek için "
"etkinleştirir)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Yordamlar"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "İşlevler"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Dökümü yapılmış tablolar için kısıtlamalar"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Tablo kısıtlamaları"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "TABLO MIME TÜRLERİ"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "TABLO BAĞLANTILARI"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "Veri okunması hatası:"
@@ -7806,8 +7900,8 @@ msgstr "Görünümler"
msgid "Export contents"
msgstr "İçerikleri dışa aktar"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7829,15 +7923,15 @@ msgstr ""
msgid "Column names: "
msgstr "Sütun adları: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV içe aktarma için geçersiz parametre: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7846,56 +7940,47 @@ msgstr ""
"Geçersiz sütun (%s) belirtilmiş! Sütun adlarının doğru olarak hecelenmesini, "
"virgüllerle ayrılmasını ve tırnaklarla kapanmamasını sağlayın."
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "%d. satırda CSV girdisinin geçersiz biçimi."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV girdisinde %d. satırda geçersiz sütun sayısı."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Tablo adı"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Sütun adları"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Bu eklenti sıkıştırılmış içe aktarım dosyalarını desteklemez!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MedyaViki Tablosu"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "Medyaviki girdisinin biçimi geçersiz olan satır:
%s."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "Yüzdeleri doğru ondalık olarak içe aktar (örn. %12.00'ı .12'ye)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Parasalları içe aktar (örn. $5.00'ı 5.00'a)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -7903,16 +7988,16 @@ msgstr ""
"Belirlenmiş XML dosyası ya kusurlu ya da tamamlanmamış. Lütfen sorunu "
"düzeltin ve tekrar deneyin."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI Şekil Dosyası"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "ESRI şekil dosyasının içe aktarılmasında hata var: \"%s\"."
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
@@ -7920,24 +8005,24 @@ msgstr ""
"Geçersiz bir dosyayı içe aktarmayı deniyorsunuz ya da içe aktarılan dosya "
"geçersiz veri içeriyor"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Uzaysal Uzantısı ESRI türü \"%s\" desteklemiyor."
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "İçe aktarılan dosya herhangi bir veri içermiyor"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL uyumluluk kipi:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Sıfır değerleri için AUTO_INCREMENT değeri kullanma"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8099,7 +8184,7 @@ msgid "Enabled"
msgstr "Etkin"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Genel bağlantı özellikleri"
@@ -8176,7 +8261,7 @@ msgstr ""
"Güncellenmiş yapılandırma dosyasını yüklemek için phpMyAdmin'e yeniden "
"oturum açın."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Açıklama yok"
@@ -8227,7 +8312,7 @@ msgstr "Slave durumu"
msgid "Variable"
msgstr "Değişken"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Sunucu ID"
@@ -8253,8 +8338,8 @@ msgstr "Herhangi kullanıcı"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Metin alanını kullan"
@@ -8346,7 +8431,7 @@ msgstr "Ayrıntılar"
msgid "Event name"
msgstr "Olay adı"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Olay türü"
@@ -8734,12 +8819,12 @@ msgstr "İçerik tablosu"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Öznitelikler"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Ekstra"
@@ -8776,6 +8861,10 @@ msgstr "Sayfa seç"
msgid "Select Tables"
msgstr "Tabloları seç"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Sütun adları"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Bağlantılı şemayı göster"
@@ -9049,14 +9138,14 @@ msgstr "Kullanıcının eşzamanlı bağlantı sayısını sınırlar."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Tabloya özgü yetkiler"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Not: MySQL yetki adları İngilizce olarak belirtilir"
@@ -9065,12 +9154,12 @@ msgid "Administration"
msgstr "Yönetim"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Genel yetkiler"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Veritabanına özgü yetkiler"
@@ -9130,16 +9219,16 @@ msgid "Users having access to "%s""
msgstr ""%s" veritabanına erişimi olan kullanıcılar"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Kullanıcı"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Onaylı"
@@ -9148,8 +9237,8 @@ msgid "User has been added."
msgstr "Kullanıcı eklendi."
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Herhangi"
@@ -9165,12 +9254,12 @@ msgstr "Veritabanına özgü"
msgid "wildcard"
msgstr "joker"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "Kullanıcı bulunamadı."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Yetkileri düzenle"
@@ -9178,24 +9267,20 @@ msgstr "Yetkileri düzenle"
msgid "Revoke"
msgstr "Geri al"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "Tümünü dışa Aktar"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... eski olanı sakla."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... eski olanı kullanıcı tablolarından sil."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... eski olandan bütün aktif yetkileri iptal et ve sonra da sil."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9203,75 +9288,71 @@ msgstr ""
"... eski olanı kullanıcı tablolarından sil ve sonra da yetkileri yeniden "
"yükle."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Otutum Açma Bilgisini değiştir / Kullanıcıyı kopyala"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
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:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Sütuna özgü yetkiler"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Aşağıdaki veritabanına yetkileri ekle"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Aşağıdaki tabloya yetkileri ekle"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Seçili kullanıcıları kaldır"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Silmek için kullanıcı seçilmedi!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Yetkiler yeniden yükleniyor"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Seçili kullanıcılar başarılı olarak silindi."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s için yetkileri güncellediniz."
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "Tüm kullanıcılar için yetkiler"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, php-format
msgid "Privileges for %s"
msgstr "%s için yetkiler"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "Kullanıcılara genel bakış"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9284,11 +9365,11 @@ msgstr ""
"sunucunun kullandığı yetkilerden farklı olabilir. Bu durumda devam etmeden "
"önce %syetkileri yeniden yüklemeniz%s gerekir."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Seçili kullanıcı yetki tablosunda bulunamadı."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Yeni bir kullanıcı eklediniz."
@@ -9338,11 +9419,11 @@ msgstr "Temizle"
msgid "Columns"
msgstr "Sütun"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Bu SQL sorgusunu işaretle"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Bütün kullanıcıların bu işaretlemeye erişimlerine izin ver"
@@ -9464,8 +9545,8 @@ msgstr ""
"değer girin, bu biçimi kullanarak: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "İndeks"
@@ -9515,13 +9596,13 @@ msgstr "Yok"
msgid "As defined:"
msgstr "Tanımlandığı gibi:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Birincil"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tam metin"
@@ -9534,20 +9615,15 @@ msgstr "ilk"
msgid "after %s"
msgstr "%s sonrasına"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "%s sütun ekle"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "En az bir sütun eklemek zorundasınız."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Depolama Motoru"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "PARTITION tanımı"
@@ -9556,7 +9632,7 @@ msgstr "PARTITION tanımı"
msgid "Manage your settings"
msgstr "Ayarlarınızı yönetin"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "Yapılandırma kaydedildi"
@@ -9602,7 +9678,7 @@ msgstr "Sunucu bağlantısı karşılaştırması"
msgid "Appearance Settings"
msgstr "Görünüm Ayarları"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "Daha fazla ayarlar"
@@ -9785,133 +9861,133 @@ msgstr "Sol menüyü Göster/Gizle"
msgid "Save position"
msgstr "Konumu kaydet"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Bağlantı oluştur"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Yeniden yükle"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Yardım"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Yönlendirmeli bağlantılar"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Doğrudan bağlantılar"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Kılavuza ayarla"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Tümü Küçük/Büyük"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Küçüğü/büyüğü değiştir"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "İlgili satırları değiştir"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "PDF şeması için düzenlemeleri içe/dışa aktar"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "Sorgu Yarat"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Menüyü taşı"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Tümünü Gizle/Göster"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Bağlantılı olmayan Tabloları Gizle/Göster"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Tablo sayısı"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Bağlantıyı sil"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "Bağlantı işletici"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "Hariç"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "alt sorgu"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Yeniden şuna adlandır"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Yeni ad"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Topla"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Aktif seçenekler"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Sayfa oluşturuldu"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Sayfa oluşturma başarısız"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Sayfa"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Seçili sayfadan içe aktar"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Seçili sayfaya aktar"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Yeni bir sayfa oluştur ve ona aktar"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Yeni sayfa adı: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Ölçeklemek için içe/dışa aktar"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "önerilir"
@@ -9919,7 +9995,7 @@ msgstr "önerilir"
msgid "Error: relation already exists."
msgstr "Hata: bağlantı zaten var."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Hata: Bağlantı eklenmedi."
@@ -9927,7 +10003,7 @@ msgstr "Hata: Bağlantı eklenmedi."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY bağlantısı eklendi"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Dahili bağlantı eklendi"
@@ -9935,11 +10011,11 @@ msgstr "Dahili bağlantı eklendi"
msgid "Relation deleted"
msgstr "Bağlantı silindi"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Tasarımcı düzenlemelerini kaydetme hatası."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Değişiklikler kaydedildi"
@@ -9947,47 +10023,47 @@ msgstr "Değişiklikler kaydedildi"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Ayarlar kaydedilemiyor, gönderilmiş form hatalar içeriyor"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Yapılandırma içe aktarılamadı"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Bazı alanlar için yapılandırma doğru olmayan veri içeriyor."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Kalan ayarları içe aktarmak istiyor musunuz?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Kaydedilme: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Dosyadan içe aktar"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Tarayıcının depolamasından içe aktar"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Ayarlar tarayıcınızın yerel depolamasından içe aktarılacaktır."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "Kaydedilmiş ayarlarınız yok!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Bu özellik web tarayıcınız tarafından desteklenmez"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Şu anki yapılandırma ile birleştir"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9996,19 +10072,19 @@ msgstr ""
"Config.inc.php dosyasını değiştirerek daha fazla ayar yapabilirsiniz, örn. "
"%sKur programcığı%s kullanarak."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Tarayıcının depolamasına kaydet"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Ayarlar tarayıcının yerel depolamasına kaydedilecektir."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Mevcut ayarlar üzerine yazılacak!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Tüm ayarlarınızı sıfırlayabilir ve varsayılan değerlere geri "
@@ -10027,41 +10103,41 @@ msgstr "Tümü"
msgid "%s table not found or not set in %s"
msgstr "%s tablosu bulunamadı veya %s içinde ayarlanmadı"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Dosya mevcut değil"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Görüntülemek için binari günlüğünü seçin"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Dosyalar"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Gösterilen Sorguları Kısalt"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Tüm Sorguları Göster"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Günlük adı"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Konum"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Orijinal konum"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Bilgi"
@@ -10144,17 +10220,17 @@ msgstr "Lisans"
msgid "disabled"
msgstr "etkisizleştirildi"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "%s kullanıcısı zaten var!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "%s siliniyor"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Yetkiler başarılı olarak yüklendi."
@@ -11949,32 +12025,32 @@ msgstr "Varsayılan gözatma sorgusu olarak \"%s\" yer imi kullanılıyor."
msgid "Do you really want to execute following query?"
msgstr "Aşağıdaki sorguya çalıştırmak istediğinize emin misiniz?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP kodu olarak gösteriliyor"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "Oanylı SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL sonucu"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Üreten:"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "`%s` tablosunun indeksleri ile ilgili sorunlar"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Etiket"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Tablo %1$s başarılı olarak değiştirldi"
@@ -12054,78 +12130,78 @@ msgstr "Tablo %1$s oluşturuldu."
msgid "View dump (schema) of table"
msgstr "Tablonun dökümünü (şemasını) göster"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "GIS görselleştirmesini görüntüle"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "Genişlik"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "Yükseklik"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "Etiket sütunu"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- Yok --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "Uzaysal sütun"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "Yeniden Çiz"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "Dosyaya kaydet"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "Dosya adı"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Birincil anahtarın adı \"PRIMARY\" olmalıdır!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "İndeks'i PRIMARY olarak yeniden adlandıramazsınız!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Tanımlı indeks kısımları yok!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "İndeks ekle"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "İndeksi düzenle"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "İndeks adı:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
"(\"PRIMARY\" sadece ve sadece bir birincil anahtarın adı olmalıdır!"
")"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "İndeks türü:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "İndekse %s sütun ekle"
@@ -12148,151 +12224,57 @@ msgstr "%s tablosu %s üzerine taşındı."
msgid "Table %s has been copied to %s."
msgstr "%s tablosu %s üzerine kopyalandı."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tablo adı boş!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Tablo sıralamasını şuna göre değiştir"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(birer birer)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Tabloyu şuna (veritabanı.tablo) taşı:"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tablo seçenekleri"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Tabloyu yeniden şuna adlandır"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Tabloyu şuna (veritabanı.tablo) kopyala:"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Kopyalanmış tabloya geç"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tablo bakımı"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Tabloyu birleştir"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "%s tablosu temizlendi"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "Tabloyu temizle (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "Tabloyu veya veriyi sil"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "Tabloyu boşalt (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Tabloyu sil (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "Bölüm bakımı"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "Bölüm %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Çözümle"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Seç"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Uyarla"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Yeniden Oluştur"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Onar"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Bölümlendirmeyi kaldır"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "İlgili bütünlük kontrolü:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "Tablolar gösteriliyor"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Alan kullanımı"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Etkili"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Satır İstatistikleri"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "sabit"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "değişken"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Satır uzunluğu"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Satır boyutu"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "Sonraki otoindeks"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"%1$s üzerinde dış anahtar oluşturma hatası (veri türlerini kontrol edin)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "Dahili bağlantı"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -12300,103 +12282,103 @@ msgstr ""
"FOREIGN KEY bağlantısının yerini tutan bir bağlantı varken dahili bağlantı "
"mümkün değildir."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "Dış anahtar kısıtlaması"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "Uzaysal"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
msgid "Distinct values"
msgstr "Belirgin değerler"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "Birincil anahtar ekle"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "Benzersiz indeks ekle"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "UZAYSAL indeks ekle"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "FULLTEXT indeks ekle"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "Yok"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "Sütun %s kaldırıldı"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "%s üzerinde birincil anahtar eklendi"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "%s üzerinde bir indeks eklendi"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "Daha fazla eylem göster"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
msgid "Move columns"
msgstr "Sütunları taşı"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr "Sütunları yukarı ve aşağı sürükleyerek taşıyın."
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "Düzenleme görünümü"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Bağlantı görünümü"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Tablo yapısı öner"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "Sütun ekle"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Tablonun Sonuna"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Tablonun Başına"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s Şunun Sonrasına"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr " %s sütunda indeks oluştur"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "bölüme ayrıldı"
@@ -12574,7 +12556,7 @@ msgstr "Burada bulunmak için yeterli izinlere sahip değilsiniz!"
msgid "The profile has been updated."
msgstr "Profil güncellendi."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "GÖRÜNÜM adı"
@@ -13827,6 +13809,15 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 0'a ayarlı"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "Tümünü dışa Aktar"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "Tüm kullanıcılar için yetkiler"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/tt.po b/po/tt.po
index cd5b424fd5..a28e251801 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:17+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: tatarish \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Barısın kürsät"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"bälki, yä browserneñ iminlek caylawında täräzä-ara yañartu tıyılğan bulıp "
"tora."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Ezläw"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Ezläw"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Äydä"
@@ -99,7 +100,7 @@ msgstr "Açıqlama"
msgid "Use this value"
msgstr "Bu bäyä belän"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -111,31 +112,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%s biremlege beterelde."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Biremlek açıqlaması: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Tüşämä açıqlaması"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -146,11 +147,11 @@ msgstr "Alan iseme"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Alan iseme"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Töre"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Buş"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Töpcay"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Bonı belän bäyläneş:"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Açıqlama"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Yuq"
@@ -242,27 +243,27 @@ msgstr "Yuq"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Äye"
@@ -284,93 +285,23 @@ msgstr "Saylap Beter"
msgid "Unselect All"
msgstr "Saylanunı Töşer"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Biremlek iseme buş!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "\"%s\" biremlege \"%s\" itep ataldı"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "\"%s\" biremlege \"%s\" itep ataldı"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Biremlekne bolay atap quy"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Biremlekne bolay atap quy"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "%s biremlege beterelde."
-
-#: db_operations.php:509
-#, fuzzy
-msgid "Drop the database (DROP)"
-msgstr "Biremleklär yuq"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Biremlekne boña kübäyt"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Tözeleşen genä"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Tözeleşen dä, eçtälegen dä"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Eçtälegen genä"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Kübäytü aldınnan CREATE DATABASE östise"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "%s östäw"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "\"AUTO_INCREMENT\" bäyäsen östise"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Çikläwlär östise"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Kübäytelgän biremlekkä küçäse"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Tezü cayı"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -382,22 +313,16 @@ 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_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Bäyläneşlär sxeme"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Tüşämä"
@@ -405,41 +330,41 @@ msgstr "Tüşämä"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Kerem"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Küläme"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "totıla"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Yasalışı"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Soñğı yañartılu"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Soñğı tikşerü"
@@ -462,7 +387,7 @@ msgstr "Kübäytelgän tüşämägä küçäse"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -479,17 +404,17 @@ msgstr "Bu biremlektä ber genä dä tüşämä yuq."
msgid "unknown"
msgstr "belgesez"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "\"%s\" atlı tüşämä buşatıldı"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "\"%s\" atlı Qaraş beterelgän buldı"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "\"%s\" atlı tüşämä beterelde"
@@ -502,19 +427,19 @@ msgstr ""
msgid "Tracking is not active."
msgstr ""
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Qaraş"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
#, fuzzy
@@ -531,21 +456,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "Bu MySQL-serverdä %s digän saqlaw ısulı töp bularaq saylanğan."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Saylanğannı:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Saylap Beter"
@@ -553,50 +478,51 @@ msgstr "Saylap Beter"
msgid "Check tables having overhead"
msgstr "Check overheaded"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Export"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Bastıru küreneşe"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Buşat"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Beter"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Tüşämä tikşerü"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr ""
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Tüşämä tözätü"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Tüşämä centekläw"
@@ -605,13 +531,13 @@ msgstr "Tüşämä centekläw"
msgid "Add prefix to table"
msgstr "Biremleklär yuq"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Tüşämä eçtälegen bu biremlektäge belän alamştırası"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -626,20 +552,20 @@ msgstr "Eçtälek Süzlege"
msgid "Tracked tables"
msgstr "Tüşämä tikşerü"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Biremlek"
@@ -657,9 +583,9 @@ msgstr "Yarat"
msgid "Updated"
msgstr ""
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Torış"
@@ -667,14 +593,14 @@ msgstr "Torış"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Eş"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Kürsät"
@@ -710,7 +636,7 @@ msgstr "Tözeleşen genä"
msgid "Untracked tables"
msgstr "Tüşämä tikşerü"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
#, fuzzy
msgid "Track table"
msgstr "Tüşämä tikşerü"
@@ -769,7 +695,7 @@ msgstr "Çığaru ısulı"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -778,7 +704,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -904,7 +830,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "Totaşmalar yökläp bulmadı, quyılışın tikşerep alası!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "%s digän bitbilge yaratıldı"
@@ -926,10 +852,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL-sorawıñ uñışlı eşkärtelde"
@@ -952,7 +878,7 @@ msgstr "\"DROP DATABASE\" cönläläre sünderelgän."
msgid "Do you really want to execute \"%s\"?"
msgstr "Sin çınlap ta bonı eşlärgä teliseñme: "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr ""
@@ -1002,7 +928,7 @@ msgstr "Tezeş"
msgid "Edit Index"
msgstr "Kiläse yazma üzgärtü"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %d column(s) to index"
@@ -1035,8 +961,8 @@ msgstr "Sersüzlär berbersenä kileşmi!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1062,9 +988,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1093,7 +1019,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Tulayım"
@@ -1314,7 +1240,7 @@ msgstr "Farsíça"
msgid "Traffic"
msgstr "Taşım"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1338,12 +1264,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Buş"
@@ -1531,10 +1457,10 @@ msgid "Explain output"
msgstr "SQL Centekläw"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Waqıt"
@@ -1641,10 +1567,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Yökläw"
@@ -1700,9 +1626,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr ""
@@ -1733,9 +1659,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1791,19 +1717,19 @@ msgstr "Tezeşlär"
msgid "Show indexes"
msgstr "Sırlı kürsät"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Yat tezeş tikşerüen sünderep"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Açıq"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1883,8 +1809,8 @@ msgstr "SQL-soraw"
msgid "No rows selected"
msgstr "Kertemnär sayladı"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Üzgärt"
@@ -1892,8 +1818,8 @@ msgstr "Üzgärt"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d digäne yazma sanı öçen kileşmi."
@@ -1902,8 +1828,8 @@ msgstr "%d digäne yazma sanı öçen kileşmi."
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Saqla"
@@ -1969,12 +1895,12 @@ msgstr "Soraw qaytarmasın eşkärtü"
msgid "Data point content"
msgstr "Data pointer olılığı"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Qarama"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1996,7 +1922,7 @@ msgstr ""
msgid "Please select the primary key or a unique key"
msgstr ""
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2090,7 +2016,7 @@ msgstr "Ürçet"
msgid "Change Password"
msgstr "Sersüz üzgärtü"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2520,13 +2446,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Xata"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-soraw"
@@ -2596,7 +2522,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Engine"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr ""
@@ -2621,161 +2547,162 @@ msgstr "%s kön, %s säğät, %s minut ta %s sekund"
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Başlawğa"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Uzğan"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Kiläse"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Azaq"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr ""%s" biremlegenä küç."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr ""
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Tözeleş"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Östäw"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Küzätü"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Eşkärtü"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "web-server'neñ yökläw törgäge"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Yökläw öçen bigelängän törgäkne uqıp bulmí"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Bastır"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr ""
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Artıp"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Kimep"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Tezü"
@@ -2805,8 +2732,8 @@ msgid "Use Tables"
msgstr "Tüşämä qullanıp"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Yä"
@@ -2872,13 +2799,13 @@ msgstr[0] "%s kileşü bar, %s atlı tüşämädä"
msgid "Delete the matches for the %s table?"
msgstr "Tüşämä eçtälegen çığaru"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2914,196 +2841,196 @@ msgstr "Kiläse tüşämä eçendä:"
msgid "Inside column:"
msgstr "Kiläse tüşämä eçendä:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
msgid "Save edited data"
msgstr "Biremnär törgäge"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Add/Delete Field Columns"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Şmb"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Alannar sanı"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Dşm"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "yatqırıp"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "yatqırıp (başlıqlar almaşıp)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "bastırıp"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Tamğalanğan soraw cibärü"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Qullanası tezeş"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
#, fuzzy
msgid "Options"
msgstr "Eşkärtü"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Partial Texts"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Tulı Mätennär"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
#, fuzzy
msgid "Relational key"
msgstr "Bäyläneşlär sxeme"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Bäyläneşlär sxeme"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Browser transformation"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Bu yazma salınğan buldı"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Üter"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr "Törle buluı bar. YBS 3.11 qarísı"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "sorawda"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Yazma sanı:"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "tulayım"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Soraw eşkärtü %01.4f sek aldı"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Soraw qaytarmasın eşkärtü"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Bastıru küreneşe (bar mätennär belän)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF schema kürsätü"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
msgid "Create view"
msgstr "Server söreme"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Bäyläneş tabılmadı"
@@ -3166,27 +3093,27 @@ msgid "Open new phpMyAdmin window"
msgstr "Yaña phpMyAdmin-täräzä açu"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr ""
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
msgid "Javascript must be enabled past this point"
msgstr ""
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Açqıç bilgelänmäde!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Tezeşlär"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Qabatsız"
@@ -3199,6 +3126,16 @@ msgstr ""
msgid "Cardinality"
msgstr "Qabatlanu sanı"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Tezü cayı"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3222,96 +3159,96 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Biremleklär"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Soraw"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Xoquqlar"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
#, fuzzy
msgid "Events"
msgstr "Cibärelde"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Qullanuçı"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Binar köndälek"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Üzgärmälär"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Bilgelämä"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Engine"
@@ -3379,52 +3316,52 @@ msgstr "Bu MySQL serverdä %s sünderelgän bulğan."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Bu MySQL server %s saqlaw enginen totmí."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
msgid "Source database `%s` was not found!"
msgstr "Biremlektä ezläw: "
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "%s digän tışlaw tabılmadı!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Yaraqsız biremlek"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Tüşämä adı yaraqsız"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "%1$s atlı tüşämä adın %2$s itep üzgärtep bulmadı"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "\"%s\" tüşämäse \"%s\" itep ataldı"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3437,16 +3374,16 @@ msgstr ""
msgid "Function"
msgstr "Funksí"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Bäyä"
@@ -3463,62 +3400,62 @@ msgstr "Ezläw"
msgid "Edit/Insert"
msgstr "Östäw"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Alannar saylísı (iñ kimendä ber):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Ezläw şartın östäw (\"WHERE\" eçtälege):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Bit sayın Kertem sanı"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Kürsätü tärtibe:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
msgid "Additional search criteria"
msgstr "SQL-soraw"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "\"Ürnäk buyınça soraw\" eşkärtü (almaştırma: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"Ürnäk buyınça soraw\" eşkärtü (almaştırma: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
msgid "How to use"
msgstr "PHP Söreme"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3864,14 +3801,14 @@ msgstr "Tüşämä"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Eçtälek"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Overhead"
@@ -3898,59 +3835,59 @@ msgstr "\"%s\" biremlege öçen xoquqlar tikşerü."
msgid "Check Privileges"
msgstr "Xoquqlar tikşerü"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Failed to read configuration file"
msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\""
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\""
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
msgid ""
"The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
"configuration file!"
msgstr ""
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Serverdäge \"%s\" digän tezeleş yaraqsız"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr ""
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3983,38 +3920,38 @@ msgstr "Yabılmağan cäyä"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Sünek"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
#, fuzzy
msgid "structure"
msgstr "Tözeleş"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4144,8 +4081,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Awdar"
@@ -4416,7 +4353,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Biremgä saqlıysı"
@@ -4426,7 +4363,7 @@ msgid "Character set of the file"
msgstr "Şul biremneñ bilgelämäse:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Tözeleş"
@@ -4439,13 +4376,13 @@ msgstr "Qısu"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4453,8 +4390,7 @@ msgstr "Berençe yulda alannarnıñ iseme çığarası"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4462,8 +4398,7 @@ msgstr "Alan yaptıruçı bilge"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4483,16 +4418,14 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Yul ara bilgese"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Yul ara bilgese"
@@ -4523,7 +4456,7 @@ msgstr "Birem adınıñ tözeleşe"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4536,8 +4469,8 @@ msgid "Include table caption"
msgstr "Tüşämä başlığın östise"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Tüşämä başlığı"
@@ -4546,20 +4479,20 @@ msgid "Continued table caption"
msgstr "Tüşämä dawamınıñ başlığı"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Açqıç yazması"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME-törläre"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Bäyläneşlär"
@@ -4583,6 +4516,11 @@ msgstr "Birem bar bulsa, östän yazdırası"
msgid "Remember file name template"
msgstr "Birem adınıñ tözeleşe"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "\"AUTO_INCREMENT\" bäyäsen östise"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4595,7 +4533,7 @@ msgid "SQL compatibility mode"
msgstr "SQL, kileşterü ısulı"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4608,10 +4546,17 @@ msgid "Use delayed inserts"
msgstr "Kötterep östise"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Yat tezeş tikşerüen sünderep"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "%s östäw"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4625,7 +4570,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Kilgän soraw külämeneñ öske küläme"
@@ -4635,7 +4580,7 @@ msgid "Export type"
msgstr "Çığaru ısulı"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Transaksi eçendä ütkärep"
@@ -4690,7 +4635,6 @@ msgstr "Biremlek saqlaw köyläneşe"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5039,14 +4983,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Tüşämä eçtälegen bu biremlektäge belän alamştırası"
@@ -5061,7 +5003,6 @@ msgid "Format of imported file"
msgstr "Yöklänğan birem tözeleşe"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "LOCAL digän süz qullanıp"
@@ -5073,7 +5014,7 @@ msgid "Column names in first row"
msgstr "Berençe yulda alannarnıñ iseme çığarası"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -6124,7 +6065,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Sersüz"
@@ -6284,14 +6225,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "LOAD DATA qullanıp CSV"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6377,7 +6316,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6385,17 +6324,17 @@ msgid ""
"configured)."
msgstr "(yä cirle MySQL-server soketı döres köylänmägän ide)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Bu server endäşmi"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6444,25 +6383,25 @@ msgid "Create"
msgstr "Yarat"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Xoquqsız"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
#, fuzzy
msgid "Create table"
msgstr "Yaña Bit yaratu"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Adı"
@@ -7113,7 +7052,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı."
@@ -7163,7 +7102,7 @@ msgid "Go to view: %s"
msgstr "Çığaru ısulı"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7230,12 +7169,12 @@ msgstr ""
"Ber bäyädän ikençegä küçü öçen TAB töymäsen qullanası, başqa cirgä küçü "
"öçen, CTRL+uq töymäläre bar"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
#, fuzzy
msgid "Showing SQL query"
msgstr "Tulı Sorawlar Kürsät"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7252,36 +7191,36 @@ msgstr "Buş"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Cmğ"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Künder"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Sin çınlap ta bonı eşlärgä teliseñme: "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Üzgäreşsez"
@@ -7487,7 +7426,171 @@ msgstr "phpMyAdmin qullanması"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Biremlekne bolay atap quy"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "%s biremlege beterelde."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Biremlekne bolay atap quy"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+msgid "Drop the database (DROP)"
+msgstr "Biremleklär yuq"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Tözeleşen genä"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Tözeleşen dä, eçtälegen dä"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Eçtälegen genä"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Biremlekne boña kübäyt"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Kübäytü aldınnan CREATE DATABASE östise"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Çikläwlär östise"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Kübäytelgän biremlekkä küçäse"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Bäyläneşlär sxeme"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Tüşämä eçtälegen bolay tezäse"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(sıñar)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Boña küçerü (biremlek.tüşämä):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Tüşämä köyläneşe"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Tüşämä adın üzgärtü"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Saqlaw Isulı"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Boña kübäyt (biremlek.tüşämä):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Kübäytelgän tüşämägä küçäse"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Tüşämä eşkärtü"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Tüşämä kisäklären berläşterü"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "\"%s\" atlı tüşämä awdarıldı"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Tüşäwne awdar (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Tüşämä eçtälegen çığaru"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+msgid "Delete the table (DROP)"
+msgstr "Biremleklär yuq"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+#, fuzzy
+msgid "Check"
+msgstr "Çexçä"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+#, fuzzy
+msgid "Repair"
+msgstr "Tüşämä tözätü"
+
+#: libraries/operations.lib.php:1304
+#, fuzzy
+msgid "Partition maintenance"
+msgstr "Tüşämä eşkärtü"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Bäyläneşlärne döreslekkä tikşerü:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7498,7 +7601,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Totaşa almím: yaraqsız köyläwlär."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7527,49 +7630,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Kereş"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Atama:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Sersüz:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Server Saylaw"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Kimendä %s sekund eşlämi tordıq, şuña kürä yañadan keräse"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL servergä totaşılıp bulmadı"
@@ -7600,83 +7703,83 @@ msgstr ""
msgid "Authenticating..."
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Yul ara bilgese"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Alan yaptıruçı bilge"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Alan uzdıru bilgese"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Yul ara bilgese"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL'nı almaştırası:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel söreme"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
msgid "Data dump options"
msgstr "Biremlek saqlaw köyläneşe"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Tüşämä eçtälegen çığaru"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
#, fuzzy
msgid "Event"
msgstr "Cibärelde"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7685,24 +7788,24 @@ msgstr "Cibärelde"
msgid "Definition"
msgstr "Açıqlama"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Tüşämä tözeleşe"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
#, fuzzy
msgid "Structure for view"
msgstr "Tözeleşen genä"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
#, fuzzy
msgid "Stand-in structure for view"
@@ -7720,47 +7823,47 @@ msgstr "(dawamlı)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ atlı tüşämä tözeleşe"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Transformation options"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Tüşämä başlığı"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Yat tezeş tikşerüen sünderep"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Buy Açıqlamasın Kürsätäse"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Barlıq MIME-törlär"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7768,34 +7871,34 @@ msgstr "Barlıq MIME-törlär"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Host"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Ürçäw Zamanı"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Server söreme"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP Söreme"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
msgid "Export table names"
msgstr "Çığaru ısulı"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7811,148 +7914,148 @@ msgstr ""
msgid "Report title:"
msgstr "Yomğaq başlığı"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Başlıqqa östämä açıqlama östäw (yullar \\n belän ayırıla)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Cömlä"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Cömlä"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Transformation options"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
#, fuzzy
msgid "Procedures"
msgstr "Proseslar"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
#, fuzzy
msgid "Functions"
msgstr "Funksí"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME TYPES FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7973,8 +8076,8 @@ msgstr "Qaraş"
msgid "Export contents"
msgstr "Çığaru ısulı"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7993,112 +8096,103 @@ msgstr ""
msgid "Column names: "
msgstr "Alan iseme"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV yökläweneñ yaraqsız köyläneşe: %s"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
#, fuzzy
msgid "Table name"
msgstr "tüşämä adı"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Alan iseme"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL, kileşterü ısulı"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8276,7 +8370,7 @@ msgid "Enabled"
msgstr "Açıq"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Bäyläneşlär buyınça töp mömkinleklär"
@@ -8345,7 +8439,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "Açıqlamasız"
@@ -8395,7 +8489,7 @@ msgstr ""
msgid "Variable"
msgstr "Üzgärmä"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server ID'e"
@@ -8419,8 +8513,8 @@ msgstr "Törle qullanuçı"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Bu mätennän"
@@ -8516,7 +8610,7 @@ msgstr ""
msgid "Event name"
msgstr "Buldıq töre"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Buldıq töre"
@@ -8954,12 +9048,12 @@ msgstr "Eçtälek isemlege"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Üzençälek"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Östämä"
@@ -9002,6 +9096,10 @@ msgstr "Tüşämä Saylaw"
msgid "Select Tables"
msgstr "Tüşämä Saylaw"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Alan iseme"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9277,14 +9375,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Berär tüşämä öçen xoquqlar"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Beläse: MySQL'da xoquq adı İnglizçä kertelä!"
@@ -9293,12 +9391,12 @@ msgid "Administration"
msgstr "İdärä"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Töp xoquq"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Berär biremlekkä qağılışlı xoquqlar"
@@ -9357,16 +9455,16 @@ msgid "Users having access to "%s""
msgstr "\"%s\" belän eşläw xoquqı bulğan qullanuçılar"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Qullanuçı"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Xoquq"
@@ -9377,8 +9475,8 @@ msgid "User has been added."
msgstr "\"%s\" atlı Qaraş beterelgän buldı"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Törle"
@@ -9394,14 +9492,14 @@ msgstr "berär biremlekkä qağılışlı"
msgid "wildcard"
msgstr "almaşbilge"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Qullanuçı yuq."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Xoquqlar Üzgärtü"
@@ -9409,106 +9507,94 @@ msgstr "Xoquqlar Üzgärtü"
msgid "Revoke"
msgstr "Töşer"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Export"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Berär bağana öçen xoquqlar"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Kiläse biremlek öçen xoquqlar östäw"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Kiläse tüşämä öçen xoquqlar östäw"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Saylanğan qullanuçı beterü"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Beteräse qullanuçılar saylanmağan!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Bu xoquqlarnı yöklä"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Saylanğan qullanuçını beterü uñışlı uzdı."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Xoquqlar"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Xoquqlar"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Qullanuçılar tezmäse"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9521,11 +9607,11 @@ msgstr ""
"alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı qabat "
"yökläp alası%s."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
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:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Yana qullanuçı östälände."
@@ -9580,11 +9666,11 @@ msgstr "Täqwim"
msgid "Columns"
msgstr "Alan iseme"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Bu SQL-sorawğa tamğa quy"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Bu tamğanı bar qullanuçığa da ireşüle itäse"
@@ -9699,8 +9785,8 @@ msgstr ""
"Bolayraq kertäse: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Tezeş"
@@ -9754,13 +9840,13 @@ msgstr "Buş"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Töp"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Tulımäten"
@@ -9774,23 +9860,18 @@ msgstr ""
msgid "after %s"
msgstr "%s artınnan"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add %s field(s)"
msgid "Add %s column(s)"
msgstr "%s alan östäw"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Kimendä berär alan kertäse."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Saqlaw Isulı"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9801,7 +9882,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Bäyläneşlär buyınça töp mömkinleklär"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9851,7 +9932,7 @@ msgstr "MySQL-totaşunıñ tezü cayı"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -10035,163 +10116,163 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
#, fuzzy
msgid "Create relation"
msgstr "Server söreme"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "Traditional Chinese"
msgid "Toggle relation lines"
msgstr "Ğädäti Çinçä"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Sorawnı Yulla"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
#, fuzzy
msgid "Hide/Show all"
msgstr "Barısın kürsät"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
#, fuzzy
msgid "Number of tables"
msgstr "Alannar sanı"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
msgid "Relation operator"
msgstr "Bäyläneşkä küzätü"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Export"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "sorawda"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
msgid "Rename to"
msgstr "Tüşämä adın üzgärtü"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "İreşü iseme"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Yarat"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Tüşämä köyläneşe"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
#, fuzzy
msgid "Page has been created"
msgstr "\"%s\" atlı tüşämä beterelde"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "bit"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Biremdän alu"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "No rows selected"
msgid "Export to selected page"
msgstr "Kertemnär sayladı"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Yaña tezeş yaratu"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "İreşü iseme"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -10199,7 +10280,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr ""
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr ""
@@ -10207,7 +10288,7 @@ msgstr ""
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
#, fuzzy
msgid "Internal relation added"
msgstr "Eçke bäyläneş"
@@ -10217,11 +10298,11 @@ msgstr "Eçke bäyläneş"
msgid "Relation deleted"
msgstr "Bäyläneşkä küzätü"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Üzgärtülär saqlandı"
@@ -10229,70 +10310,70 @@ msgstr "Üzgärtülär saqlandı"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Biremdän alu"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10309,44 +10390,44 @@ msgstr "Barısı"
msgid "%s table not found or not set in %s"
msgstr "%s atlı tüşämä yuq, yä ki \"%s\" tezmäsenä kermi"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "\"%s\" atlı tüşämä yuq äle!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Qaraw öçen binar köndälek saylaw"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
#, fuzzy
msgid "Files"
msgstr "Alan"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Sorawnı Qısqartıp Kürsätäse"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Tulı Sorawlar Kürsät"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Köndälek adı"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Urın"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Tärtip buyınça urın"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Beleşmä"
@@ -10433,17 +10514,17 @@ msgstr ""
msgid "disabled"
msgstr "Sünek"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "\"%s\" atlı qullanuçı bar inde!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "\"%s\" Beterü"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Bu xoquqlarnı yökläw uñışlı uzdı."
@@ -12076,34 +12157,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Sin çınlap ta bonı eşlärgä teliseñme: "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL'nı Tikşer"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL qaytarışı"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Ürçätkeç:"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "`%s` atlı tüşäw tezeşläre belän nidider tiskärlek bar"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Yarlıq"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, fuzzy, php-format
msgid "Table %1$s has been altered successfully"
msgstr "Saylanğan qullanuçını beterü uñışlı uzdı."
@@ -12200,85 +12281,85 @@ msgstr "\"%s\" atlı tüşämä beterelde"
msgid "View dump (schema) of table"
msgstr "Tüşämä eçtälegen (tözeleşen) çığaru"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "Add/Delete Field Columns"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Tulayım"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Biremgä saqlıysı"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
msgid "File name"
msgstr "tüşämä adı"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Bu töp açqıçnıñ adı \"PRIMARY\" bulırğa tieş!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Açqıçnı \"PRIMARY\" itep atap bulmí!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "Bastıru küreneşe"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Tezeş adı :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(Töp açqıçnıñ ğına adı \"PRIMARY\" bulırğa tieş!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Tezeş töre :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Açqıçqa tağın %s alan östise"
@@ -12301,277 +12382,175 @@ msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı."
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Tüşämä adı kertelmi qaldı!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Tüşämä eçtälegen bolay tezäse"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(sıñar)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Boña küçerü (biremlek.tüşämä):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Tüşämä köyläneşe"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Tüşämä adın üzgärtü"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Boña kübäyt (biremlek.tüşämä):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Kübäytelgän tüşämägä küçäse"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Tüşämä eşkärtü"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Tüşämä kisäklären berläşterü"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "\"%s\" atlı tüşämä awdarıldı"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Tüşäwne awdar (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Tüşämä eçtälegen çığaru"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-msgid "Delete the table (DROP)"
-msgstr "Biremleklär yuq"
-
-#: tbl_operations.php:778
-#, fuzzy
-msgid "Partition maintenance"
-msgstr "Tüşämä eşkärtü"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-#, fuzzy
-msgid "Check"
-msgstr "Çexçä"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-#, fuzzy
-msgid "Repair"
-msgstr "Tüşämä tözätü"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Bäyläneşlärne döreslekkä tikşerü:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Tüşämälär kürsätäse"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Totılğan Alan"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Uñışlı"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Kerem Nöfüse"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "üzgärüçän"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Kerem ozınlığı"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Kerem olılığı"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Eçke bäyläneş"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
msgid "Distinct values"
msgstr "Browse foreign values"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Buş"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "\"%s\" atlı tüşämä beterelde"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "\"%s\" öçen töp açqıç qorıldı"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "\"%s\" öçen ber açqıç qorıldı"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "PHP turında"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Move columns"
msgstr "%s alan östäw"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Bastıru küreneşe"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Bäyläneşkä küzätü"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Tüşämä tözeleşenä küzätü"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add %s field(s)"
msgid "Add column"
msgstr "%s alan östäw"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Tüşämä azağına"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Tüşämä Başına"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "%s artınnan"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "%s alannan tezeş yaratu"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12754,7 +12733,7 @@ msgstr "Bonda bulu öçen, xoquqlarıñ citmi!"
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13924,6 +13903,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Export"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Xoquqlar"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/ug.po b/po/ug.po
index 42f59d5cc4..23b9e8c045 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:16+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Uyghur \n"
@@ -18,12 +18,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "ھەممىسىنى كۆرسىتىش"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -41,24 +41,27 @@ msgstr ""
"كۆزنەكنى يىڭىلاشقا ئامالسىز،سىز بەلكەم باش كۆزنەكنى تاقىۋەتكەن بۇلىشىڭىز "
"ياكى تور كۆرەۈچىڭىزنىڭ بىخەتەرلىك تەڭشىكى تسقۇنلۇق قىلغان بۇلىشى مۇمكىن."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "ئىزدەش"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -70,18 +73,16 @@ msgstr "ئىزدەش"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "ئىجرا قىلىش"
@@ -101,7 +102,7 @@ msgstr "ئىزاھات"
msgid "Use this value"
msgstr "مۇشۇ قىممەتنى ئىشلىتىش"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -113,31 +114,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s ساندان غەلبىلىك قۇرۇلدى"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "ساندان ئىزاھاتى: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "جەدۋەل ئىزاھى"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "سۆزلەم"
@@ -146,11 +147,11 @@ msgstr "سۆزلەم"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "سۆزلەم"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "تۈرى"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "بوش"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "ئەندىز"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "ئۇلانما"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "ئىزاھلار"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "يوق"
@@ -242,27 +243,27 @@ msgstr "يوق"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "بولدى"
@@ -284,90 +285,23 @@ msgstr "ھەممىنى تاللاش"
msgid "Unselect All"
msgstr "تاللاشنى قالدۇرۇش"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "ساندان ئىسمىنى بوش قويماڭ!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "ساندان ئىسمى %s غا ئۆزگەرتىلدى %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "ساندان %s غا كۆچۈرۈلدى %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "ئۆزگەرتىلگەن ساندان ئىسمى"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "ئۆزگەرتىلگەن ساندان ئىسمى"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "ساندان %s ئۆچۈرۈلدى."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "كۆچۈرۈلگەن ساندان"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "كۆچۈرۈلگەن ساندان"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "تۈزىلىشىنىلا"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "تۈزۈلىشى ۋە ئۇچۇر"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "ئۇچۇرنىلا"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "ئاندىنقى سانداننى كۆپەيتىپ ساندان قۇرۇش"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "قوشۇلغىنى %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT قوشۇش"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "مەجبۇرى قوشۇش"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "تاسقاش"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -376,22 +310,16 @@ msgstr ""
"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن "
"%sبۇ يەرنى كۆرۈڭ%s."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Display PDF schema"
-msgid "Edit or export relational schema"
-msgstr "PDF تىزىىسىنى كۆرسىتىش"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "جەدۋەل"
@@ -399,41 +327,41 @@ msgstr "جەدۋەل"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "سەپ سانى"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "ھەجىم"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "ئىشلىتىلمەكتە"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "قۇرۇش"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "ئاخىرقى يېڭلىنىش"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "ئاخىرقى تەكشۈرۈش"
@@ -454,7 +382,7 @@ msgstr ""
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -471,17 +399,17 @@ msgstr "سانداندا جەدۋەل يوق"
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "%s جەدۋەل تازىلاندى"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "%s كۆرۈنمە ئۆچۈرۈلدى"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "%s جەدىۋەل ئۆچۈرۈلدى"
@@ -494,19 +422,19 @@ msgstr "ئاكتىپ ئىزلاش"
msgid "Tracking is not active."
msgstr "ئىزلاش ئاكتىپ ئەمەس"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "بۇ كۆرسەتمە كامىدا ئىگە بولغان سەپ، %sھۆججەت%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "قاراش"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -522,21 +450,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s بولسا MySQL مۇلازىمىتېرنىڭ ساقلاش ئەندىزە موتۇرى"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "تاللانغىنى:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "ھەممىنى تاللاش"
@@ -544,50 +472,51 @@ msgstr "ھەممىنى تاللاش"
msgid "Check tables having overhead"
msgstr "مەزمۇن بارلارنى تاللاش"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "چىقىرىش"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "بېسىپ كۆرسىتىش"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "تازىلاش"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "ئۆچۈرۈش"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "جەدۋەل تەكشۈرۈش"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "جەدۋەلنى ئەلالاش"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "جەدۋەلنى ئوڭشاش"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "جەدۋەل تەھلىلى"
@@ -595,13 +524,13 @@ msgstr "جەدۋەل تەھلىلى"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Repair table"
msgid "Replace table prefix"
msgstr "جەدۋەلنى ئوڭشاش"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr ""
@@ -613,20 +542,20 @@ msgstr "مەلۇمات لۇغىتى"
msgid "Tracked tables"
msgstr "ئىزلانغان جەدۋەل"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "ساندان"
@@ -642,9 +571,9 @@ msgstr "قۇرۇش"
msgid "Updated"
msgstr "يېڭلاش"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "ھالەت"
@@ -652,14 +581,14 @@ msgstr "ھالەت"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "ئامال"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "كۆرسىتىش"
@@ -692,7 +621,7 @@ msgstr "تۈزۈلمە رەسىمى"
msgid "Untracked tables"
msgstr "ئىزلانمىغان جەدۋەللەر"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "جەدۋەل ئىزلاش"
@@ -750,7 +679,7 @@ msgstr "چىقىرىش"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -759,7 +688,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -884,7 +813,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "قىستۇرمىلار كىرگۈزىشكە ئامالسىز، قاچىلانمىنى تەكشۈرۈپ بىقىڭ!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "قۇرۇلغان خەتكۈچ %s"
@@ -906,10 +835,10 @@ msgid ""
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL بۇيرىقى غەلبىلىك بىجىرىلدى"
@@ -932,7 +861,7 @@ msgstr "ساندان ئۆچۈرۈش بۇيرۇقى (\"DROP DATABASE\") چەكل
msgid "Do you really want to execute \"%s\"?"
msgstr "راستىنلا ئجرا قىلىمسىز"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "ساندان تولۇق ئۆچۈرۈلدى!"
@@ -982,7 +911,7 @@ msgstr "تېزىسلار"
msgid "Edit Index"
msgstr "قىستۇرۇش"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add/Delete columns"
msgid "Add %d column(s) to index"
@@ -1015,8 +944,8 @@ msgstr "كىرگۈزگەن پارولار ئوخشاش ئەمەس!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Add %s"
msgid "Add user"
@@ -1040,9 +969,9 @@ msgstr ""
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1072,7 +1001,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "يىغىندىسى"
@@ -1288,7 +1217,7 @@ msgstr "نەشىر"
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1312,12 +1241,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "يوق"
@@ -1507,10 +1436,10 @@ msgid "Explain output"
msgstr "SQL ئىزاھى"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "ۋاقىت"
@@ -1618,10 +1547,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "كىرگۈزۈش"
@@ -1681,9 +1610,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "بىكار قىلىش"
@@ -1711,9 +1640,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr ""
@@ -1767,15 +1696,15 @@ msgstr "تېزىسلار"
msgid "Show indexes"
msgstr "تېزىسلار"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
msgid "Foreign key check:"
msgstr ""
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
msgid "(Enabled)"
msgstr ""
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1855,8 +1784,8 @@ msgstr "SQL سورىقى"
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "ئۆزگەرتتىش"
@@ -1864,8 +1793,8 @@ msgstr "ئۆزگەرتتىش"
msgid "Query execution time"
msgstr ""
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس"
@@ -1874,8 +1803,8 @@ msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr ""
@@ -1941,12 +1870,12 @@ msgstr "SQL سورىقى"
msgid "Data point content"
msgstr "سانلىق مەلۇمات قوللانمىسىنىڭ چوڭ كىچىكلىكى"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr ""
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1969,7 +1898,7 @@ msgid "Please select the primary key or a unique key"
msgstr "ئاساسىي قىممەت ياكى بىردىنبىر قىمەتنى تاللاڭ"
# column نى سۆزلەم دەپ ئالساق مۇۋاپىق بولغىدەك
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "سۆزلەمنى كۆرسەتمەسلىك"
@@ -2060,7 +1989,7 @@ msgstr "ھاسىللاش"
msgid "Change Password"
msgstr "پارولنى ئۆزگەرتىش"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "تېخىمۇ كۆپ"
@@ -2446,13 +2375,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "خاتالىق"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL سورىقى"
@@ -2520,7 +2449,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "ئىچكى بىرلىشىش"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "ئاساسىي مەزمۇن"
@@ -2547,163 +2476,164 @@ msgstr "%s كۈن, %s سائەت, %s مىنىۇ ۋە %s سېكوند"
msgid "Missing parameter:"
msgstr "دائىملىق"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "باشلا"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "ئالدىنقىسى"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "كىيىنكى ئاي"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "ئاخىرقىسى"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "ساندان "%s" .غا ئۆتۈش"
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "بىر چىكىپ تاللاڭ"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "تۈزۈلىشى"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "قىستۇرۇش"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "كۆزەت"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "ئىشلەملەر"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "كۆرسىتىلگەن مۇندەرىجىگە يۈكلىيەلمىدى"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "يازدۇر"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "خەتنىڭ چوڭ-كىچىكلىكى"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "ئارتىش"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "كېمىيىش"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "تۈرلەش"
@@ -2729,8 +2659,8 @@ msgid "Use Tables"
msgstr "جەدۋەللەرنى ئىشلىتىش"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "ياكى"
@@ -2796,13 +2726,13 @@ msgstr[0] "%s ئۇيغۇنلۇق تىپىلدى، جەدۋىلى %s"
msgid "Delete the matches for the %s table?"
msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2836,138 +2766,138 @@ msgstr "تۆۋەندىكى جەدۋەل(لەر): "
msgid "Inside column:"
msgstr "ئىچىدىكى سۆزلەم:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Restore column order"
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of columns"
msgid "Number of rows"
msgstr "سۆزلەم سانى"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "More"
msgid "Mode"
msgstr "تېخىمۇ كۆپ"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial import"
msgid "Partial texts"
msgstr "بۆلۈپ كىرگۈزىش"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr ""
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -2975,48 +2905,48 @@ msgstr ""
"ئېنىقسىزلىك بولۇشى مۇمكىن. [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a] غا قاراڭ."
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "ئۇمۇمىي"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "بېسىپ چىقىرش كۈرۈلمىسى"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Table comments"
msgid "Display chart"
msgstr "جەدۋەل ئىزاھى"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create version"
msgid "Create view"
msgstr "نەشىرنى قۇىماق"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "ئۇلىنىشنى تاپالمىدى"
@@ -3080,29 +3010,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Cookies نى قوزغاتقاندىن كېيىن ئاندىن كېرىڭ."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Cookies نى قوزغاتقاندىن كېيىن ئاندىن كېرىڭ."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "index قىممىتى بەلگىلەنمىگەن!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "تېزىسلار"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "بىردىنبىر"
@@ -3115,6 +3045,16 @@ msgstr "ئىخچام"
msgid "Cardinality"
msgstr "تۈپ سان"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "تاسقاش"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3137,93 +3077,93 @@ msgid ""
"removed."
msgstr ""
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "ساندان"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "مۇلازىمىتېر"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "ئىز قۇغلاش"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "سانلىق مەلۇمات ئامبىرى قۇرۇق"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "تەكشۈرۈش"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "ھۇقۇقى"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "دائىملىق"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "ھادىسە"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "لايىھەلىگۈچ"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3287,52 +3227,52 @@ msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە ب
msgid "This MySQL server does not support the %s storage engine."
msgstr "بۇ MySQL مۇلازىمىتېرى %s نى قوللىمايدۇ."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "تېما %s تېپىلمىدى!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "ئۈنۈمسىز ساندان"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "ئۈنۈمسىز جەدۋەل ئىسمى"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىشتە خاتالىق كۆرۈلدى."
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىش غەلبىلىك بولدى."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3345,16 +3285,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3371,58 +3311,58 @@ msgstr "ئىزدەش"
msgid "Edit/Insert"
msgstr "قىستۇرۇش"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "SQL query"
msgid "Additional search criteria"
msgstr "SQL سورىقى"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr ""
@@ -3765,14 +3705,14 @@ msgstr ""
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "سانلىق مەلۇمات"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "ئېغىر يۈك"
@@ -3797,24 +3737,24 @@ msgstr ""
msgid "Check Privileges"
msgstr ""
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not load default configuration from: %1$s"
msgid "Failed to read configuration file"
msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى."
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى."
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3824,34 +3764,34 @@ msgid ""
"configuration file!"
msgstr "$cfg['PmaAbsoluteUri'] نى تەڭشەڭ !تەڭشەك ھۆججىتى ئىچىدىكى"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "ئۈنۈمسىز مۇلازىمىتېر :%s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "مۇلازىمىتېر %1$s ئۈنۈمسىز. تەڭشەك ھۆجقىتىنى تەشۈرۈڭ."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "تەڭشەك ھۆجىتى ئىچىدىكى دەلىللەش ئۇسۇلى ئۈنۈمسىز:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s %s ياكى ئۇنىڭدىنمۇ يۇقىرى نەشىرگە كۆتۈتىڭ."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3882,37 +3822,37 @@ msgstr ""
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "تاقالدى"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr ""
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4037,8 +3977,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr ""
@@ -4296,7 +4236,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr ""
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "ھۆججەتنى باشقا ساقلاش"
@@ -4305,7 +4245,7 @@ msgid "Character set of the file"
msgstr ""
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "فورماتلاش"
@@ -4318,27 +4258,25 @@ msgstr "پىرىسلاش"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr ""
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "مەزمۇن ئايرىش بەلگىسى"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "مەزمۇنئايلاندۇرۇش بەلگىسى"
@@ -4356,14 +4294,12 @@ msgstr ""
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "خەت ئايرىش بەلگىسى"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "قۇر ئالماشۇرۇش بەلگىسى"
@@ -4391,7 +4327,7 @@ msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table"
@@ -4405,8 +4341,8 @@ msgid "Include table caption"
msgstr "ئۆزئىچىگە ئالغان جەدېۋەلنىڭ تىمىسى"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "جەدېۋەلنىڭ تىمىسى"
@@ -4415,20 +4351,20 @@ msgid "Continued table caption"
msgstr "داۋاملاشتۇرىدىغان جەدېۋەلنىڭ تىمىسى"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "ئاچقۇچلۇق ئېمزا"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIMEشەكلى"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "مۇناسىۋىتى"
@@ -4451,6 +4387,11 @@ msgstr "مەۋجۇت ھۆججەت ئۈستىدىن يېزىش"
msgid "Remember file name template"
msgstr ""
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT قوشۇش"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr ""
@@ -4461,7 +4402,7 @@ msgid "SQL compatibility mode"
msgstr "SQLئۆز ئىچىگە ئالغان شەكلى"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4474,10 +4415,17 @@ msgid "Use delayed inserts"
msgstr ""
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr ""
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "قوشۇلغىنى %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr ""
@@ -4491,7 +4439,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr ""
@@ -4502,7 +4450,7 @@ msgid "Export type"
msgstr "چىقىرىش"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr ""
@@ -4555,7 +4503,6 @@ msgstr ""
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4886,14 +4833,12 @@ msgid "Partial import: allow interrupt"
msgstr ""
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr ""
@@ -4908,7 +4853,6 @@ msgid "Format of imported file"
msgstr "كىرگۈزگەن ھۆججەت شەكلى"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr ""
@@ -4920,7 +4864,7 @@ msgid "Column names in first row"
msgstr "خەت ئايرىش بەلگىسى"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr ""
@@ -5924,7 +5868,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "پارول"
@@ -6091,14 +6035,12 @@ msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ..."
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "OpenOffice جەدىۋېلى"
@@ -6184,7 +6126,7 @@ msgstr "%s كېڭەيتىلمە كەمكەن، PHP تەڭشەك ھۆججىتىن
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6192,17 +6134,17 @@ msgid ""
"configured)."
msgstr "(يەرلىك MySQL مۇلازىمىتېرى توغرا تەڭشەلمىگەن)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "مۇلازىمىتېردا ئىنكاس يوق"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "تەپسىلاتلار..."
@@ -6249,24 +6191,24 @@ msgid "Create"
msgstr "قۇرۇش"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "ھوقۇقسىز"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "ئىسمى"
@@ -6897,7 +6839,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -6947,7 +6889,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7010,11 +6952,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7029,36 +6971,36 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "جۈمە"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "راستىنلا ئجرا قىلىمسىز"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -7264,7 +7206,164 @@ msgstr "phpMyAdmin ھۆججىتى"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "ئۆزگەرتىلگەن ساندان ئىسمى"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "ساندان %s ئۆچۈرۈلدى."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "ئۆزگەرتىلگەن ساندان ئىسمى"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "كۆچۈرۈلگەن ساندان"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "تۈزىلىشىنىلا"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "تۈزۈلىشى ۋە ئۇچۇر"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "ئۇچۇرنىلا"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "كۆچۈرۈلگەن ساندان"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "ئاندىنقى سانداننى كۆپەيتىپ ساندان قۇرۇش"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "مەجبۇرى قوشۇش"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "كۆپەيتىلگەن ساندانغا كۆچۈش"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Display PDF schema"
+msgid "Edit or export relational schema"
+msgstr "PDF تىزىىسىنى كۆرسىتىش"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Drop the database (DROP)"
+msgid "Delete the table (DROP)"
+msgstr "كۆچۈرۈلگەن ساندان"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7273,7 +7372,7 @@ msgid "Cannot connect: invalid settings."
msgstr "ئۇلىنالمىدى: ئۈنۈمسىز تەڭشەك."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7298,49 +7397,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "كىرىش"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "مۇلازىمىتېر:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "ئابۇنىت ئىسمى:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "شىفىر"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "مۇلازىمىتېر تاللاش"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "پارولسىز كىرىش چەكلەنگەن (پارولسىز كىرىش ئىقازىتىنى كۆرۈڭ)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL مۇلازىمىتېرىغا ئۇلىنالمىدى."
@@ -7373,81 +7472,81 @@ msgstr ""
msgid "Authenticating..."
msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Columns terminated by"
msgid "Columns separated with:"
msgstr "خەت ئايرىش بەلگىسى"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Columns enclosed by"
msgid "Columns enclosed with:"
msgstr "مەزمۇن ئايرىش بەلگىسى"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Columns escaped by"
msgid "Columns escaped with:"
msgstr "مەزمۇنئايلاندۇرۇش بەلگىسى"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "قۇر ئالماشۇرۇش بەلگىسى"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "نى ئالماشتۇرۇش ئۈچۈنNULL "
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel نۇسخىسى"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "ئايلاندۇرۇپ ساقلاش جەدىۋېلىدىكى سانلىق مەلۇمات"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7456,23 +7555,23 @@ msgstr ""
msgid "Definition"
msgstr "ئىزاھات"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "جەدېۋەلنىڭ تۈزىلىشى"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7491,43 +7590,43 @@ msgstr "داۋاملاشتۇرلىدىغان"
msgid "Structure of table @TABLE@"
msgstr "تۈزىلىشىنىلا"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "جەدېۋەلنىڭ تىمىسى"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Table comments"
msgid "Display comments"
msgstr "جەدۋەل ئىزاھى"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "MIMEشەكلىنى ئىشلىتەلەيسىز"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7535,35 +7634,35 @@ msgstr "MIMEشەكلىنى ئىشلىتەلەيسىز"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "ئاساسىي ماشىنا"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "قۇرۇلغان ۋاقتى"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "مۇلازىمىتىر نۇسخىسى"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHPنۇسخىسى"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Invalid table name"
msgid "Export table names"
msgstr "ئۈنۈمسىز جەدۋەل ئىسمى"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export"
msgid "Export table headers"
@@ -7579,143 +7678,143 @@ msgstr ""
msgid "Report title:"
msgstr "دوكلات تېمىسى"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Add constraints"
msgid "Add statements:"
msgstr "مەجبۇرى قوشۇش"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Action"
msgid "Data creation options"
msgstr "ئامال"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7733,8 +7832,8 @@ msgstr "قاراش"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7753,113 +7852,104 @@ msgstr ""
msgid "Column names: "
msgstr "خەت ئايرىش بەلگىسى"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWikiكۈرۈنىشى"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "File %s does not contain any key id"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQLئۆز ئىچىگە ئالغان شەكلى"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -7977,7 +8067,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "ئاساسىي ئالاقە ۋاريانتلىرى"
@@ -8046,7 +8136,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -8095,7 +8185,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -8119,8 +8209,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8218,7 +8308,7 @@ msgstr "تەپسىلاتلار..."
msgid "Event name"
msgstr "قىممەت ئىسمى"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8653,12 +8743,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8697,6 +8787,10 @@ msgstr "ھەممىنى تاللاش"
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Display PDF schema"
@@ -8963,14 +9057,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -8979,12 +9073,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -9042,16 +9136,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -9062,8 +9156,8 @@ msgid "User has been added."
msgstr "%s كۆرۈنمە ئۆچۈرۈلدى"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -9079,12 +9173,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -9092,103 +9186,91 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "چىقىرىش"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "ھۇقۇقى"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "ھۇقۇقى"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9197,11 +9279,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -9251,11 +9333,11 @@ msgstr ""
msgid "Columns"
msgstr ""
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9358,8 +9440,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -9405,13 +9487,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -9424,20 +9506,15 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr ""
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9448,7 +9525,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "ئاساسىي ئالاقە ۋاريانتلىرى"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9498,7 +9575,7 @@ msgstr "PBMS ئۇلىنالمىدى:"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9670,153 +9747,153 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "تاپشۇرۇش"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr ".باغلانمىلار ئۆچۈرۈلدى"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "چىقىرىش"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "Query"
msgid "subquery"
msgstr "تەكشۈرۈش"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename database to"
msgid "Rename to"
msgstr "ئۆزگەرتىلگەن ساندان ئىسمى"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "Keyname"
msgid "New name"
msgstr "قىممەت ئىسمى"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "قۇرۇش"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Action"
msgid "Active options"
msgstr "ئامال"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "بەت سانى"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "Keyname"
msgid "New page name: "
msgstr "قىممەت ئىسمى"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9824,7 +9901,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr "!خاتالىق:بۇناسىۋەت ئاللىقاچان مەۋجۈت"
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "!خاتالىق:مۇناسىۋەت قۇشۇلمىغان"
@@ -9832,7 +9909,7 @@ msgstr "!خاتالىق:مۇناسىۋەت قۇشۇلمىغان"
msgid "FOREIGN KEY relation added"
msgstr "سىرتقى مۇناسىۋەتلىك ئۇلانما قۇشۇلدى"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr ".ئىچكى ئۇلىنىش مۇاسىۋىتى قۇشۇلدى"
@@ -9840,11 +9917,11 @@ msgstr ".ئىچكى ئۇلىنىش مۇاسىۋىتى قۇشۇلدى"
msgid "Relation deleted"
msgstr ".باغلانمىلار ئۆچۈرۈلدى"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "ساقلاشتا خاتالىق كۆرۈلدى."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "ئۆزگەرتىشلەر ساقلاندى"
@@ -9852,68 +9929,68 @@ msgstr "ئۆزگەرتىشلەر ساقلاندى"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: %1$s"
msgid "Could not import configuration"
msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى."
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9930,41 +10007,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -10048,17 +10125,17 @@ msgstr ""
msgid "disabled"
msgstr "تاقالدى"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11651,32 +11728,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "راستىنلا ئجرا قىلىمسىز"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11770,86 +11847,86 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Label column"
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "كۈندىلىك ھۆججەت ئۇمۇمىي سانى"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "ھۆججەتنى باشقا ساقلاش"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Keyname"
msgid "File name"
msgstr "قىممەت ئىسمى"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Print view"
msgid "Edit index"
msgstr "بېسىپ كۆرسىتىش"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11872,264 +11949,166 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Drop the database (DROP)"
-msgid "Delete the table (DROP)"
-msgstr "كۆچۈرۈلگەن ساندان"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show dimension of tables"
msgid "Showing tables"
msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "مۇشۇ قىممەتنى ئىشلىتىش"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr ""
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Move columns"
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "بېسىپ كۆرسىتىش"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr ""
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12310,7 +12289,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13464,6 +13443,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "چىقىرىش"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "ھۇقۇقى"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/uk.po b/po/uk.po
index 0c7fb22c82..50c176b326 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:22+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: ukrainian \n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Показати все"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -40,24 +40,27 @@ msgstr ""
"вікно, або налаштування безпеки Вашого оглядача блокують між-віконні "
"оновлення."
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Шукати"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -69,18 +72,16 @@ msgstr "Шукати"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "Вперед"
@@ -100,7 +101,7 @@ msgstr "Опис"
msgid "Use this value"
msgstr "Використовувати це значення"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -114,31 +115,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "Базу даних %1$s створено."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Коментар бази даних: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Коментарі таблиці"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "Стовпчик"
@@ -147,11 +148,11 @@ msgstr "Стовпчик"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -161,44 +162,44 @@ msgstr "Стовпчик"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Тип"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Нуль"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "По замовчуванню"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -208,9 +209,9 @@ msgstr "Лінки до"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -221,21 +222,21 @@ msgstr "Коментарі"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Ні"
@@ -243,27 +244,27 @@ msgstr "Ні"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Так"
@@ -285,90 +286,23 @@ msgstr "Відмітити все"
msgid "Unselect All"
msgstr "Зняти всі відмітки"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Ім'я бази даних порожнє!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "Базу даних %s перейменовано в %s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "Базу даних %s скопійовано в %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Перейменувати базу даних в"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "Видалити базу даних"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "Базу даних %s знищено."
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "Знищити базу даних (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Копіювати базу даних в"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Лише структуру"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Структуру і дані"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Лише дані"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Виконайте CREATE DATABASE перед копіюванням"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "Додати %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "Додати AUTO_INCREMENT значення"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Додати constraints"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Перейти до скопійованої бази даних"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Порівняння"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -377,20 +311,16 @@ msgstr ""
"Сховище конфігурації phpMyAdmin деактивовано. Для того, щоб довідатись чому, "
"натисніть %sтут%s."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "Редагувати або експортувати схему зв'язків"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Таблиця"
@@ -398,41 +328,41 @@ msgstr "Таблиця"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Рядки"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Розмір"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "використовується"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Створення"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Останнє оновлення"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Перевірено"
@@ -455,7 +385,7 @@ msgstr "Перемкнутись на %sвізуальний конструкт
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -470,17 +400,17 @@ msgstr "В БД не виявлено таблиць."
msgid "unknown"
msgstr "невідоме"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "Таблицю %s було очищено"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "Вигляд %s знищено"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "Таблицю %s було знищено"
@@ -493,7 +423,7 @@ msgstr "Трекінг є активним."
msgid "Tracking is not active."
msgstr "Трекінг не активний."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -502,12 +432,12 @@ msgstr ""
"Вигляд має щонайменше цю кількість рядків. Будь-ласка звернітся до "
"%sдокументації%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Вигляд"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -523,21 +453,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s механізм зберігання за замовчуванням на цьому MySQL сервері."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "З відміченими:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Відмітити все"
@@ -545,50 +475,51 @@ msgstr "Відмітити все"
msgid "Check tables having overhead"
msgstr "Перевірити чи мають таблиці накладні витрати"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Експорт"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Версія для друку"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Очистити"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Знищити"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Перевірити таблицю"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Оптимізувати таблицю"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Ремонтувати таблицю"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Аналіз таблиці"
@@ -596,11 +527,11 @@ msgstr "Аналіз таблиці"
msgid "Add prefix to table"
msgstr "Додати префікс до таблиці"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "Замінити префікс таблиці"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "Копіювати таблицю з префіксом"
@@ -612,20 +543,20 @@ msgstr "Словник даних"
msgid "Tracked tables"
msgstr "Відслідковувані таблиці"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "БД"
@@ -641,9 +572,9 @@ msgstr "Створено"
msgid "Updated"
msgstr "Оновлено"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Статус"
@@ -651,14 +582,14 @@ msgstr "Статус"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Дія"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Показати"
@@ -693,7 +624,7 @@ msgstr "Знімок структури"
msgid "Untracked tables"
msgstr "Невідслідковувані таблиці"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Відслідковувати таблицю"
@@ -745,7 +676,7 @@ msgstr "Невірний тип експорту"
msgid "Value for the column \"%s\""
msgstr "Значення для стовпчика \"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Використовуйте OpenStreetMaps як базовий пласт"
@@ -755,7 +686,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "Геометрія"
@@ -882,7 +813,7 @@ msgstr ""
"Неможливо завантажити імпортовані плагіни, будь ласка перевірте ваше "
"інсталювання!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "Закладка %s створена"
@@ -909,10 +840,10 @@ msgstr ""
"phpMyAdmin не зможе закінчити цей імпорт якщо Ви на збільшите час виконання "
"PHP скриптів."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "Ваш SQL-запит було успішно виконано"
@@ -935,7 +866,7 @@ msgstr "Оператори \"DROP DATABASE\" заборонені."
msgid "Do you really want to execute \"%s\"?"
msgstr "Ви насправді хочете "
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Ви збираєтесь здійснити ЗНИЩЕННЯ БД!"
@@ -975,7 +906,7 @@ msgstr "Додати Індекс"
msgid "Edit Index"
msgstr "Редагувати Індекс"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "Додати %d стовпчик(ів) до індексу"
@@ -1007,8 +938,8 @@ msgstr "Паролі не однакові!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "Додати користувача"
@@ -1028,9 +959,9 @@ msgstr "Закрити"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1056,7 +987,7 @@ msgstr "Статичні дані"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Разом"
@@ -1256,7 +1187,7 @@ msgstr "Questions"
msgid "Traffic"
msgstr "Трафік"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "Налаштування"
@@ -1276,12 +1207,12 @@ msgstr "Додати графік до сітки"
msgid "Please add at least one variable to the series"
msgstr "Будь ласка додайте щонайменше одну змінну до ряду"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Жодного"
@@ -1470,10 +1401,10 @@ msgid "Explain output"
msgstr "Тлумачити вихідні дані"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Час"
@@ -1576,10 +1507,10 @@ msgstr ""
"Неможливо побудувати сітку даних з імпортованою конфігурацією. Відновлення "
"конфігурації за замовчуванням..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Імпорт"
@@ -1631,9 +1562,9 @@ msgstr "Використана змінна / формула"
msgid "Test"
msgstr "Тест"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Скасувати"
@@ -1661,9 +1592,9 @@ msgstr "Видалення стовпчика"
msgid "Adding Primary Key"
msgstr "Додавання Головного Ключа"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1703,19 +1634,19 @@ msgstr "Сховати індекси"
msgid "Show indexes"
msgstr "Показати індекси"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Відключити перевірки зовнішніх ключів"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "дозволено"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1785,8 +1716,8 @@ msgstr "Показати блок запиту"
msgid "No rows selected"
msgstr "Рядків не вибрано"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Змінити"
@@ -1794,8 +1725,8 @@ msgstr "Змінити"
msgid "Query execution time"
msgstr "Час виконання запиту"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1804,8 +1735,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Зберегти"
@@ -1867,12 +1798,12 @@ msgstr "Результати запиту"
msgid "Data point content"
msgstr "Зміст"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Ігнорувати"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "Копіювати"
@@ -1892,7 +1823,7 @@ msgstr "Обрати зовнішній ключ"
msgid "Please select the primary key or a unique key"
msgstr "Будь ласка, оберіть первинний ключ або унікальний ключ"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "Виберіть колонку для відображення"
@@ -1989,7 +1920,7 @@ msgstr "Згенерувати"
msgid "Change Password"
msgstr "Змінити пароль"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "Більше"
@@ -2369,13 +2300,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Помилка"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL-запит"
@@ -2443,7 +2374,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "в рядок"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Профілювання"
@@ -2468,156 +2399,157 @@ msgstr "%s днів, %s годин, %s хвилин і %s секунд"
msgid "Missing parameter:"
msgstr "Пропущено параметр:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "Почати"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "Попередній"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "Вперед"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Кінець"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "Перейти до бази даних "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "На функціональність %s впливає відома помилка, див. %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "Клікніть, щоб змінити"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Структура"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Вставити"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Переглянути"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Операцій"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "Переглянути Ваш комп'ютер:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "Виберіть з каталога веб-сервера для завантаження файлів %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Встановлений Вами каталог для завантаження файлів недоступний"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "Немає файлів для завантаження"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "Виконати"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Друк"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "Існуючий файл конфігурації (%s) не читабельний."
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"Невірні права доступу до конфігураційного файлу, він не повинен бути "
"доступним для всіх!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Розмір шрифту"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Зростаючий"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Спадаючий"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Посортувати"
@@ -2643,8 +2575,8 @@ msgid "Use Tables"
msgstr "Використовувати таблиці"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Або"
@@ -2713,13 +2645,13 @@ msgstr[2] "%s співпадінь у таблиці %s"
msgid "Delete the matches for the %s table?"
msgstr "Видалити співпадіння для таблиці %s ?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2749,190 +2681,190 @@ msgstr "Всередині таблиць:"
msgid "Inside column:"
msgstr "Всередині стовпчика:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr ""
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows:"
msgid "Number of rows"
msgstr "Число рядків:"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "More"
msgid "Mode"
msgstr "Більше"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "горизонтальному"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "горизонтальному (повернуті заголовки)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "вертикальному"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute every"
msgid "Headers every %s rows"
msgstr "Виконати кожні"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Часткові тексти"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Повні тексти"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Схема зв'язків"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Показувати двійковий вміст як HEX"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Перетворення МІМЕ-типу бровзером"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Рядок видалено"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Вбити"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "по запиту"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Показано записи"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "всього"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Запит виконувався %01.4f сек"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Показати PDF схему"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create User"
msgid "Create view"
msgstr "Створити користувача"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Лінк не знайдено"
@@ -2998,29 +2930,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "З цього моменту Cookies повинні бути дозволені."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "З цього моменту Cookies повинні бути дозволені."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Індекс не визначено!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Індекси"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Унікальне"
@@ -3033,6 +2965,16 @@ msgstr "Запакований"
msgid "Cardinality"
msgstr "Кількість елементів"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Порівняння"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3057,93 +2999,93 @@ msgstr ""
"Схоже що індекси %1$s та %2$s ідентичні, тому один із них може бути "
"вилученим."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Бази Даних"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Сервер"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Запит згідно прикладу"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Привілеї"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "Користувачі"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Синхронізувати"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Бінарний журнал"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Змінні"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Кодування"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "Плагіни"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3207,45 +3149,45 @@ msgstr "%s було вимкнене для цього MySQL серверу."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Цей MySQL сервер не підтримує %s кодування."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "невідомий статус таблиці: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "Тема %s не знайдена!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Неправильна база даних"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Неправильна назва таблиці"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "Помилка зміни назви таблиці %1$s на %2$s"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "Таблицю %s було перейменовано в %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "Неможливо зберегти табличні налаштування UI"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3254,7 +3196,7 @@ msgstr ""
"Помилка очищення таблиичних налаштувань UI (див. $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3270,16 +3212,16 @@ msgstr ""
msgid "Function"
msgstr "Функція"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Значення"
@@ -3296,62 +3238,62 @@ msgstr "Шукати"
msgid "Edit/Insert"
msgstr "Вставити"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Вибрати поля (щонайменше одне):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Додати умови пошуку (тіло для умови \"where\"):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "записів на сторінці"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Порядок перегляду:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr ""
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "Сховати критерії пошуку"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "Виконати \"запит згідно прикладу\" (символ підставновки: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "Виконати \"запит згідно прикладу\" (символ підставновки: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr ""
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3698,14 +3640,14 @@ msgstr "Таблиць"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Дані"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Надмірні видатки"
@@ -3730,11 +3672,11 @@ msgstr "Перевірити права для бази даних "%s"
msgid "Check Privileges"
msgstr "Перевірити права"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "Неможливо прочитати конфігураційний файл."
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
@@ -3742,12 +3684,12 @@ msgstr ""
"Як правило, це означає, що в ньому є синтаксичні помилки, будь ласка, "
"перевірте будь-які помилки що показано нижче."
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "Неможливо завантажити стандартну функціональність із: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3759,36 +3701,36 @@ msgstr ""
"Змінна $cfg['PmaAbsoluteUri'] ПОВИННА бути встановлена у Вашому "
"конфігураційному файлі!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "Не вірний індекс сервера: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
"Не вірна назва хоста для сервера %1$s. Будь ласка перевірте Вашу "
"конфігурацію."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "Невірний метод аутентифікації встановленний в налаштуваннях:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "Вам необхідно оновити до %s %s або пізнішої."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "можливе використання"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "виявлено цифровий ключ"
@@ -3819,37 +3761,37 @@ msgstr "Закрито"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "заблоковано"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "структура"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "дані"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "структура і дані"
@@ -3971,8 +3913,8 @@ msgid "Allow users to customize this value"
msgstr "Дозволити користувачам налаштовувати це значення"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Перевстановити"
@@ -4252,7 +4194,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Максимальний час виконання"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Зберегти як файл"
@@ -4261,7 +4203,7 @@ msgid "Character set of the file"
msgstr "Кодування файлу"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Формат"
@@ -4274,27 +4216,25 @@ msgstr "Стискання"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "Помістити імена колонок в перший рядок"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "Колонки захищено"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "Колонки екрануються у"
@@ -4312,14 +4252,12 @@ msgstr "Вилучити CRLF символи у стовбцях"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "Колонки завершуються з"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Рядки розділено"
@@ -4345,7 +4283,7 @@ msgstr "Шаблон імені таблиці"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "Дамп таблиці"
@@ -4356,8 +4294,8 @@ msgid "Include table caption"
msgstr "Вставити заголовок таблиці"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Заголовок таблиці"
@@ -4366,20 +4304,20 @@ msgid "Continued table caption"
msgstr "Продовжений заголовок таблиці"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Ключ підпису"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME type"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Зв'язки"
@@ -4400,6 +4338,11 @@ msgstr "Перезаписати існуючий файл(и)"
msgid "Remember file name template"
msgstr "Запам'ятати шаблон імені файлу"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "Додати AUTO_INCREMENT значення"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "Візьміть таблицю та імена колонок у зворотні лапки"
@@ -4410,7 +4353,7 @@ msgid "SQL compatibility mode"
msgstr "Режим сумісності SQL"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE опції:"
@@ -4423,10 +4366,17 @@ msgid "Use delayed inserts"
msgstr "Використовувати вставки з затримкою"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Відключити перевірки зовнішніх ключів"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "Додати %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "Використовувати шістнадцядковий для BLOB"
@@ -4440,7 +4390,7 @@ msgid "Syntax to use when inserting data"
msgstr "Синтакс що використовується коли вставляють дані"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Максимальна довжина створеного запиту"
@@ -4449,7 +4399,7 @@ msgid "Export type"
msgstr "Тип експорту"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Помістити експорт у транзакцію"
@@ -4506,7 +4456,6 @@ msgstr "Налаштувати опції по замовчуванню"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4851,14 +4800,12 @@ msgid "Partial import: allow interrupt"
msgstr "Частковий імпорт: дозволити переривання"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "Не переривати коли виникла INSERT помилка"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Замінити дані таблиці даними з файлу"
@@ -4875,7 +4822,6 @@ msgid "Format of imported file"
msgstr "Формат імпортованих файлів"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "Використовуйте ключове слово LOCAL"
@@ -4885,7 +4831,7 @@ msgid "Column names in first row"
msgstr "Імена колонок у першому рядку"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Не імпортувати пусті рядки"
@@ -5920,7 +5866,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Пароль"
@@ -6075,14 +6021,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6168,21 +6112,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6229,24 +6173,24 @@ msgid "Create"
msgstr "Створити"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Без привілеїв"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Назва"
@@ -6846,7 +6790,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL повернула пустий результат (тобто нуль рядків)."
@@ -6897,7 +6841,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Приховати"
@@ -6962,11 +6906,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -6983,36 +6927,36 @@ msgstr "Немає"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "Пт"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Виконати"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Ви насправді хочете "
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Змін немає"
@@ -7218,7 +7162,162 @@ msgstr "Документація по phpMyAdmin"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Перейменувати базу даних в"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "Базу даних %s знищено."
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "Видалити базу даних"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "Знищити базу даних (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Лише структуру"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Структуру і дані"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Лише дані"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Копіювати базу даних в"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Виконайте CREATE DATABASE перед копіюванням"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Додати constraints"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Перейти до скопійованої бази даних"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "Редагувати або експортувати схему зв'язків"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Змінити порядок таблиці"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(окремо)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Перенести таблицю в (база даних.таблиця):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Налаштування таблиці"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Перейменувати таблицю в"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Скопіювати таблицю в (база даних.таблиця):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Перейти до скопійованої таблиці"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Обслговування таблиці"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "Було очищено кеш таблиці %s"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Очистити кеш таблиці (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Dumping data for table"
+msgid "Delete data or table"
+msgstr "Дамп даних таблиці"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "Видалити таюлицю (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Перевір цілісність даних на рівні посилань:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7229,7 +7328,7 @@ msgid "Cannot connect: invalid settings."
msgstr "З'єднання неможливе: невірні налаштування."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7260,49 +7359,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "Не вдалося використати Blowfish із Mcrypt!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Вхід в систему"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Ви можете ввести ім'я хоста / IP-адресу та порт через пробіл."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервер:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Ім'я користувача:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Пароль:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Вибір сервера"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "Авторизація без паролю заборонена в настройках (див. AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "Відсутня діяльність протягом %s секунд; будь ласка, увійдіть знову"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "Не можу зареєструватися на MySQL сервері"
@@ -7334,59 +7433,59 @@ msgstr "Не підключений валідний ключ аутентифі
msgid "Authenticating..."
msgstr "Авторизуємося..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Рядки розділено"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Поля взято в"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Поля екрануються"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Рядки розділено"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "Замінити NULL на"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Database export options"
@@ -7394,44 +7493,44 @@ msgid "Data dump options"
msgstr "Налаштування експорту бази даних"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Дамп даних таблиці"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Подія"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "Визначення"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Структура таблиці"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7448,45 +7547,45 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "Структура таблиці @TABLE@"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Опції перетворення"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table of contents"
msgid "Table caption (continued)"
msgstr "Зміст"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Показувати коментарі стовпців"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Доступні MIME-types"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7494,35 +7593,35 @@ msgstr "Доступні MIME-types"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Хост"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Час створення"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Версія сервера"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "Версія PHP"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Invalid table name"
msgid "Export table names"
msgstr "Неправильна назва таблиці"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7538,144 +7637,144 @@ msgstr ""
msgid "Report title:"
msgstr "Імпорт файлів"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Параметр"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Параметр"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Опції перетворення"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7693,8 +7792,8 @@ msgstr ""
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7713,109 +7812,100 @@ msgstr ""
msgid "Column names: "
msgstr "Назви колонок"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Назви колонок"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7972,7 +8062,7 @@ msgid "Enabled"
msgstr "дозволено"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Загальні можливості"
@@ -8045,7 +8135,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "без опису"
@@ -8094,7 +8184,7 @@ msgstr ""
msgid "Variable"
msgstr "Змінна"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "ID сервера"
@@ -8118,8 +8208,8 @@ msgstr "Довільний користувач"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Використовувати текстове поле"
@@ -8210,7 +8300,7 @@ msgstr "Деталі"
msgid "Event name"
msgstr "Назва події"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Тип події"
@@ -8599,12 +8689,12 @@ msgstr "Зміст"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибути"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Додатково"
@@ -8643,6 +8733,10 @@ msgstr "Вибрати сторінку"
msgid "Select Tables"
msgstr "Вибрати Таблиці"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Назви колонок"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "Відобразити схему зв'язків"
@@ -8918,14 +9012,14 @@ msgstr "Обмежити кількість одночасних підключ
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Права, які стосуються таблиці"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "Примітка: назви прав MySQL задаються по-англійськи"
@@ -8934,12 +9028,12 @@ msgid "Administration"
msgstr "Адміністрування"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобальні права"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Права, які стосуються бази даних"
@@ -8998,16 +9092,16 @@ msgid "Users having access to "%s""
msgstr "Користувачі, котрі мають доступ до "%s""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Користувач"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "Grant"
@@ -9018,8 +9112,8 @@ msgid "User has been added."
msgstr "Рядок видалено"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Довільний"
@@ -9035,14 +9129,14 @@ msgstr "специфічний для бази даних"
msgid "wildcard"
msgstr "шаблон"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Не знайдено користувача."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Редагування прав"
@@ -9050,28 +9144,22 @@ msgstr "Редагування прав"
msgid "Revoke"
msgstr "Відмінити"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Експорт"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... залишити старого."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... знищити старого з таблиці користувачів."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
" ... анулювати всі активні права старого користувача, знищивши його після "
"того."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9079,80 +9167,74 @@ msgstr ""
" ... знищити старого з таблиці користувачів та перевантажити права після "
"того."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Змінити реєстраційні дані / Копіювати користувача"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Створити нового користувача з такими ж правами і ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Права, які стосуються колонок таблиці"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Додати права для цієї бази даних"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Додати права для цієї таблиці"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Видалити вибраних користувачів"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Відмінити всі активні права користувачів та усунути їх після цього."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Усунути бази даних, які мають такі ж назви як імена користувачів."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Не вибрано користувачів для видалення!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Перезавантаження прав"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Вибраних користувачів успішно видалено."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ви оновили права для %s."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Привілеї"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привілеї"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Огляд користувачів"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9165,11 +9247,11 @@ msgstr ""
"сервером, якщо в цю таблицю вносилися зміни вручну. У цьому випадку Вам "
"необхідно %sперезавантажити права%s перед продовженням."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Вказаного користувача не знайдено в таблиці прав."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Ви додали нового користувача."
@@ -9219,11 +9301,11 @@ msgstr "Очистити"
msgid "Columns"
msgstr "Колонки"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Закладка на даний SQL запит"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Надати всім користувачам доступ до цієї закладки"
@@ -9347,8 +9429,8 @@ msgstr ""
"зворотніх слешів чи лапок, у такому форматі: a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Індекс"
@@ -9402,13 +9484,13 @@ msgstr "Немає"
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Первинний"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "ПовнТекст"
@@ -9422,22 +9504,17 @@ msgstr ""
msgid "after %s"
msgstr "Після %s"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "Додати %s стовпчик(ів)"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "Необхідно вибрати принаймі один Стовпчик для показу"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9448,7 +9525,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "Загальні можливості"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9496,7 +9573,7 @@ msgstr "Конфігурація сервера"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9678,138 +9755,138 @@ msgstr ""
msgid "Save position"
msgstr "Зберегти позицію"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Створити зв'язок"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Перезавантажити"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Допомога"
-#: pmd_general.php:107
+#: pmd_general.php:115
#, fuzzy
msgid "Angular links"
msgstr "Кутове посилання"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Пряме посилання"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Прив'язати до сітки"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Маленькі/Великі Всі"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Переключити маленькі/великі"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "Змінити лінії зв'язків"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "Імпортувати/Експортувати координати для PDF схеми"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Виконати запит"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Посунути меню"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Сховати/Показати все"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Сховати/Показати Таблиці які не мають зв'язків"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Число таблиць"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Видалити зв'язок"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation view"
msgid "Relation operator"
msgstr "Перегляд залежностей"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "За винятком"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "підзапит"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "Перейменувати у"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "Нове ім'я"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "Загальний"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "Активовані опції"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Сторінка була створена"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Створення сторінки обламалось"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "Сторінка"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "Імпорт з вибраної сторінки"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "Експорт у вибрану сторінку"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "Створити нову сторінку та експортувати в неї"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "Нова назва сторінки: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Експорт/Імпорт у масштабі"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "рекомендовано"
@@ -9817,7 +9894,7 @@ msgstr "рекомендовано"
msgid "Error: relation already exists."
msgstr "Помилка: зв'язок вже існує."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Помилка: Зв'язок не доданий."
@@ -9825,7 +9902,7 @@ msgstr "Помилка: Зв'язок не доданий."
msgid "FOREIGN KEY relation added"
msgstr "FOREIGN KEY зв'язок доданий"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Внутрішній зв'язок доданий"
@@ -9833,11 +9910,11 @@ msgstr "Внутрішній зв'язок доданий"
msgid "Relation deleted"
msgstr "Зв'язок видалений"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Помилка збереження координат Дизайнера."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Модифікації було збережено"
@@ -9845,47 +9922,47 @@ msgstr "Модифікації було збережено"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Неможливо зберегти налаштування, відправлена форма містить помилки"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "Не вдається імпортувати конфігурацію"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "Конфігурація містить некоректні дані для деяких полів."
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "Ви хочете імпортувати параметри які залишились?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "Збережено у: @DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "Імпорт з файлу"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "Імпортувати з браузера"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "Налаштування будуть імпортовані з локальних даних браузера."
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "У вас немає збережених налаштувань!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "Ця властивість не підтримується вашим веб-браузером"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "Злити з поточною конфігурацією"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9894,19 +9971,19 @@ msgstr ""
"Ви можете встановити більше налаштувань змінюючи файл config.inc.php, "
"наприклад використовуючи %sSetup script%s."
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "Зберегти у браузері"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "Налаштування будуть збережені у вашому браузері."
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "Існуючі налаштування будуть перезаписані!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
"Ви можете скинути всі ваші налаштування і відновити їх до значень по "
@@ -9925,41 +10002,41 @@ msgstr "Все"
msgid "%s table not found or not set in %s"
msgstr "Таблицю %s не знайдено або не визначено у %s"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "Файл не існує"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Вибрати двійковий журнал для перегляду"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Файли"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Обрізати показані запити"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Показати повні запити"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Назва журналу"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Позиція"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Початкова позиція"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Інформація"
@@ -10045,17 +10122,17 @@ msgstr "Ліцензія"
msgid "disabled"
msgstr "відключено"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "Користувач %s вже існує!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "Видалення %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Права успішно перезавантажено."
@@ -11669,34 +11746,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Ви насправді хочете "
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Перевірити SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL result"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Згенеровано"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Мітка"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11790,86 +11867,86 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr "Переглянути дамп (схему) таблиці"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr ""
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add into comments"
msgid "Label column"
msgstr "Додати коментар"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "Разом"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Зберегти як файл"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "User name"
msgid "File name"
msgstr "Ім'я користувача"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Ім'я первинного ключа повинно бути PRIMARY!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Неможливо перейменувати індекс в PRIMARY!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Не визначено частини індекса!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Режим редагування"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Назва індекса :"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" повинно бути іменем лише первинного ключа!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Тип індекса :"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "Додати до індексу %s колоноку(и)"
@@ -11892,274 +11969,176 @@ msgstr "Таблицю %s було перенесено в %s."
msgid "Table %s has been copied to %s."
msgstr "Таблицю %s було скопійовано в %s."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Порожня назва таблиці!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Змінити порядок таблиці"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(окремо)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Перенести таблицю в (база даних.таблиця):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Налаштування таблиці"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Перейменувати таблицю в"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Скопіювати таблицю в (база даних.таблиця):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Перейти до скопійованої таблиці"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Обслговування таблиці"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "Було очищено кеш таблиці %s"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Очистити кеш таблиці (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Dumping data for table"
-msgid "Delete data or table"
-msgstr "Дамп даних таблиці"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "Видалити таюлицю (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Перевір цілісність даних на рівні посилань:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Показати таблиці"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Простір, що використовується"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Ефективність"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Статистика рядка"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамічний"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Довжина рядка"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Розмір рядка"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "General relation features"
msgid "Internal relation"
msgstr "Загальні можливості"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Session value"
msgid "Distinct values"
msgstr "Значення сесії"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Немає"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Таблицю %s було знищено"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "Було додано первинний ключ до %s"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "Було додано індекс для %s"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show PHP information"
msgid "Show more actions"
msgstr "Показати інформацію про PHP"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add columns"
msgid "Move columns"
msgstr "Додати колонки"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Версія для друку"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Перегляд залежностей"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Запропонувати структуру таблиці"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add into comments"
msgid "Add column"
msgstr "Додати коментар"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "У кінці таблиці"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "На початку таблиці"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "Після %s"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Створити індекс на %s колонках"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12344,7 +12323,7 @@ msgstr "Ви для цього маєте недостатньо прав!"
msgid "The profile has been updated."
msgstr "Профіль було поновлено."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13518,6 +13497,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert встановлений у 0"
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Експорт"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Привілеї"
+
#~ msgid ""
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
diff --git a/po/ur.po b/po/ur.po
index bf6e7c1ba5..222d142447 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-07-20 00:33+0200\n"
"Last-Translator: dasatti \n"
"Language-Team: Urdu \n"
@@ -18,12 +18,12 @@ msgstr ""
"X-Generator: Weblate 1.1\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "تمام دکھائیں"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -41,24 +41,27 @@ msgstr ""
"مطلوبہ براؤزر دریچہ تازہ نہیں کیا جاسکتا۔ ہوسکتا ہے کہ آپ نے اصل دریچہ بند "
"کیا ہو یا آپ کے سلامتی ترتیبات پار دریچہ تازہ کاری میں رکاوٹ بن رہے ہوں۔"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "تلاش"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -70,18 +73,16 @@ msgstr "تلاش"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "جائیں"
@@ -102,7 +103,7 @@ msgid "Use this value"
msgstr "یہ قدر استعمال کریں"
# changelog.php:32 license.php:28
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -116,31 +117,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "ڈیٹا بیس %1$s بنا دیا گیا"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "کوائفیہ تبصرہ: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "جدول تبصرے"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Command"
@@ -151,11 +152,11 @@ msgstr "کالم"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -165,44 +166,44 @@ msgstr "کالم"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "قِسم"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "خالی"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "طے شدہ"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -212,9 +213,9 @@ msgstr "ربط بطرف"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -225,21 +226,21 @@ msgstr "تبصرہ"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "نہیں"
@@ -247,27 +248,27 @@ msgstr "نہیں"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "ہاں"
@@ -289,90 +290,23 @@ msgstr "تمام منتخب کریں"
msgid "Unselect All"
msgstr "تمام انتخاب ختم کریں"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "کوائفیہ نام خالی ہے!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "کوائفیہ %s() نام %s میں تبدیل ہوچکا ہے"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "کوائفیہ %s نام %s میں نقل کیا جاچکا ہے"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "کوائفیہ نام بدلیں"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "کوائفیہ ہٹائیں"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "کوائفیہ %s چھوڑ دیا گیا ہے۔"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "کوائفیہ چھوڑیں (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "کوائفیہ نقل کریں بطرف"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "صرف ساخت"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "ساخت اور کوائف"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "کوائف صرف"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "CREATE DATABASE نقل سے قبل"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "اضافہ کریں %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT قدر اضافہ کریں"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "پابندیاں لگائیں"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "نقل شدہ کوائفیہ پر جائیں"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "ترتیب"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
@@ -381,20 +315,16 @@ msgstr ""
"phpMyAdmin کی تشکیل زخیرہبند کر دی گئی ہے۔ اس بارے میں جاننے کے لیے %share%s "
"کلک کریں۔"
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "تعلق دار شجرہ کی تدوین یا برآمد کریں"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "جدول"
@@ -402,42 +332,42 @@ msgstr "جدول"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "صفیں"
# db_printview.php:107 libraries/db_structure.lib.php:58 tbl_indexes.php:188
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "ناپ"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "استعمال میں ہے"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "بنائیں"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "آخری دفعہ کی تازہ کاری"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "آخری دفعہ کی پڑتال"
@@ -460,7 +390,7 @@ msgstr "بصری تعمیر کنندہ"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -475,17 +405,17 @@ msgstr "کوائیفیہ میں کوئی جدول نہیں ملا"
msgid "unknown"
msgstr ""
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "جدول %s خالی ہوچکا ہے"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "جدول نقل %s چھوڑا جاچکا ہے۔"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "جدول %s چھوڑا جاچکا ہے"
@@ -498,7 +428,7 @@ msgstr "کھوج فعال ہے۔"
msgid "Tracking is not active."
msgstr "کھوج غیر فعال ہے۔"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -506,12 +436,12 @@ msgid ""
msgstr ""
"اس جدول نقل میں اتنے کم از کم صفیں ہیں۔ حوالہ کے لیے %sdocumentation%s."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "نقل جدول"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -527,21 +457,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%sاس MySQL سرور میں طے شدہ ذخیرہ انجن ہے۔"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "مع منتخب:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "تمام پڑتال کریں"
@@ -549,50 +479,51 @@ msgstr "تمام پڑتال کریں"
msgid "Check tables having overhead"
msgstr "اوور ہیڈ جداول کی پڑتال کریں"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "برآمد"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "چھپائی منظر"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "خالی"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "چھوڑیں"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "جدول پڑتال کریں"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "جدول احسن کریں"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "جدول مرمت کریں"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "جدول تجزیہ کریں"
@@ -600,13 +531,13 @@ msgstr "جدول تجزیہ کریں"
msgid "Add prefix to table"
msgstr ""
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "جدول کوائف کو مسل سے بدلیں"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -620,20 +551,20 @@ msgstr "کوائف لغت"
msgid "Tracked tables"
msgstr "کھوج شدہ جداول"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "کوائفیہ"
@@ -649,9 +580,9 @@ msgstr "بنایا"
msgid "Updated"
msgstr "تازہ کی گئی"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "حالت"
@@ -659,14 +590,14 @@ msgstr "حالت"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "عمل"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "دکھائیں"
@@ -699,7 +630,7 @@ msgstr "ساخت تصویر"
msgid "Untracked tables"
msgstr "بغیر کھوج جداول"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "جدول کھوج"
@@ -758,7 +689,7 @@ msgstr "برآمد قسم"
msgid "Value for the column \"%s\""
msgstr "کالم کی قدریں\"%s\""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -767,7 +698,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -899,7 +830,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "درآمد پلگ ان لوڈ نہیں ہوسکے، اپنی تنصیب کا پڑتال کریں!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "نشانی %s بنایا گیا"
@@ -925,10 +856,10 @@ msgstr ""
"بہرحال آخری دفعہ کوائف صرفی نہیں ہوا، اس کا مطلب ہے کہ phpMyAdmin اس درآمد "
"کو اس وقت تک مکمل نہیں کرسکتا جب تک کہ php وقت حد کو آپ بڑھاتے نہیں۔"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "آپ کی SQL طلب کامیابی سے چلائی جاچکی ہے۔"
@@ -951,7 +882,7 @@ msgstr "\"DROP DATABASE\" بیانات نااہل ہیں۔"
msgid "Do you really want to execute \"%s\"?"
msgstr "کیا آپ واقعی چاہتے ہیں"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "آپ ایک مکمل کوائفیہ کو DESTROY کررہے ہیں!"
@@ -999,7 +930,7 @@ msgstr "اشاریے"
msgid "Edit Index"
msgstr "تدوین موڈ"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add/Delete Field Columns"
msgid "Add %d column(s) to index"
@@ -1032,8 +963,8 @@ msgstr "پاس ورڈ ایک جیسے نہیں ہیں"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Add %s"
msgid "Add user"
@@ -1055,9 +986,9 @@ msgstr "بند کریں"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1087,7 +1018,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "میزان"
@@ -1303,7 +1234,7 @@ msgstr "نسخے"
msgid "Traffic"
msgstr ""
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "General relation features"
msgid "Settings"
@@ -1327,12 +1258,12 @@ msgstr ""
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr ""
@@ -1523,10 +1454,10 @@ msgid "Explain output"
msgstr "SQL کی تفصیل بتائیں"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "وقت"
@@ -1636,10 +1567,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "درآمد"
@@ -1697,9 +1628,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "منسوخ کریں"
@@ -1727,9 +1658,9 @@ msgstr "کالم چھوڑا جارہا ہے"
msgid "Adding Primary Key"
msgstr "بنیادی کلید شامل کررہا ہے"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "ٹھیک ہے"
@@ -1775,19 +1706,19 @@ msgstr "اشاریے"
msgid "Show indexes"
msgstr "گرِڈ دکھائیں"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "فارن کلید پڑتال غیر فعال کریں"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enable Ajax"
msgid "(Enabled)"
msgstr "AJAX فعال کریں"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1869,8 +1800,8 @@ msgstr "طلب خانہ دکھائیں"
msgid "No rows selected"
msgstr ""
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr ""
@@ -1880,8 +1811,8 @@ msgstr ""
msgid "Query execution time"
msgstr "چلنے کی حد اوقات"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1890,8 +1821,8 @@ msgstr ""
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr ""
@@ -1953,12 +1884,12 @@ msgstr "طلب نتائج"
msgid "Data point content"
msgstr ""
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "نظر انداز کریں"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -1980,7 +1911,7 @@ msgstr "فارن کلید منتخب کریں"
msgid "Please select the primary key or a unique key"
msgstr "ایک بنیادی یا منفرد کلید منتخب کریں"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "کالم دکھانے کے لیے انتخاب کریں"
@@ -2071,7 +2002,7 @@ msgstr "بنائیں"
msgid "Change Password"
msgstr "پاس ورڈ تبدیل کریں"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "مزید"
@@ -2456,13 +2387,13 @@ msgstr "انگریزی"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "نقص"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL طلب"
@@ -2530,7 +2461,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "ان لائن"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "تفصیلات"
@@ -2555,162 +2486,163 @@ msgstr "%s دن, %s گھنٹے, %s منٹ اور%s سیکنڈ"
msgid "Missing parameter:"
msgstr ""
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "شروع"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "پچھلا"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "اگلا"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "اختتام"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "کوائفیہ میں جائیں "%s"."
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s ایک نامعلوم نقص سے کام متاثر ہوا, دیکھیں %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "انتخاب کے لیے کلک کریں"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "ساخت"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "داخل کریں"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "براؤز"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "عملیات"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "اپنے کمپیوٹر کو براؤز کریں:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "ویب سرور اپ لوڈ پوشہ سے منتخب کریں %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "اپ لوڈ کام کے لیے سیٹ کیا گیا پوشہ قابل رسائی نہیں ہے"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "چھاپیں"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "فانٹ سائز"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "صعودی"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "نزولی"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "چھانٹیں"
@@ -2736,8 +2668,8 @@ msgid "Use Tables"
msgstr "جداول استعمال کریں"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "یا"
@@ -2804,13 +2736,13 @@ msgstr[1] "%sجدول کے ساتھ مشابہات%s"
msgid "Delete the matches for the %s table?"
msgstr "اس جدول کے مشابہات حذف %s کریں؟"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2844,187 +2776,187 @@ msgstr "جدول میں:"
msgid "Inside column:"
msgstr "کالم میں:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "پوشہ محفوظ کریں"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Startup"
msgid "Start row"
msgstr "ابتدائیہ"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of inserted rows"
msgid "Number of rows"
msgstr "داخل شدہ صفوں کی تعداد"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "More"
msgid "Mode"
msgstr "مزید"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr ""
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr ""
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr ""
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr ""
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "ثنائی مشمولات بطور HEX دکھائیں"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr ""
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr ""
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr ""
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr ""
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Table comments"
msgid "Display chart"
msgstr "ٹیبل کمنٹس"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Created"
msgid "Create view"
msgstr "تخلیق کیا گیا"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr ""
@@ -3089,29 +3021,29 @@ msgid "Open new phpMyAdmin window"
msgstr ""
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "اس جگہ کوکی لازمی اہل ہوں۔"
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "اس جگہ کوکی لازمی اہل ہوں۔"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "کوئی اشاریہ موجود نہیں!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "اشاریے"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "منفرد"
@@ -3124,6 +3056,16 @@ msgstr "باندھنا"
msgid "Cardinality"
msgstr "درجہ تعلق داری"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "ترتیب"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3148,93 +3090,93 @@ msgstr ""
"اشاریے %1$s اور %2$s مساوی نظر آتے ہیں اور ان میں ایک ممکنہ طور پر ہٹا دیا "
"جائے گا۔"
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "کوائفیے"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "سرور"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr ""
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr ""
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr ""
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr ""
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr ""
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr ""
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr ""
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr ""
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr ""
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr ""
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr ""
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr ""
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr ""
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr ""
@@ -3301,52 +3243,52 @@ msgstr "%s اس MySQL سرور کے لیے نااہل ہے۔"
msgid "This MySQL server does not support the %s storage engine."
msgstr "یہMySQL سرور میں %s اس ذخیرہ انجن کی معاونت نہیں ہے۔"
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr ""
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, php-format
msgid "Source database `%s` was not found!"
msgstr ""
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "خیالیہ %s نیہں ملا!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "غلط کوائفیہ"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "غلط جدول نام"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "جدول %1$s کو %2$s نام تبدیل کرتے ہوئے نقص ہے"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "جدول%s نام %s میں تبدیل ہوچکا ہے"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3359,16 +3301,16 @@ msgstr ""
msgid "Function"
msgstr ""
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr ""
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr ""
@@ -3385,62 +3327,62 @@ msgstr "تلاش"
msgid "Edit/Insert"
msgstr "داخل کریں"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr ""
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr ""
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr ""
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr ""
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "دکھانے کے لیے صفوں کی زیادہ سے زیادہ تعداد"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr ""
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "تلاش کسوٹی چھپائیں"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr ""
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "صارف کو کنٹرول کریں"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3787,14 +3729,14 @@ msgstr "جداول"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "کوائف"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "مجموعی"
@@ -3819,24 +3761,24 @@ msgstr "کوائفیہ استحقاق کی پڑتال کریں "%s"."
msgid "Check Privileges"
msgstr "استحقاق پڑتال کریں"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Configuration file"
msgid "Failed to read configuration file"
msgstr "تشکیلی مسل"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "طے شدہ تشکیلات کو لوڈ نہیں کرسکا: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3848,34 +3790,34 @@ msgstr ""
"$cfg['PmaAbsoluteUri'] ہدایات آپ کے تشکیل مسل میں لازمی موجود "
"ہوں!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "غلط سرور اشاریہ: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "سرور کے لیے ہوسٹ نام غلط ہے %1$s. اپنے تشکیل کا جائزہ لیں۔"
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "غلط توثیقی طریقہ تشکیل میں دیا گیا ہے:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "آپ اس سے درجہ فزوں کریں %s %s یا بعد۔"
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3906,37 +3848,37 @@ msgstr "بند ہوا"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "غیر فعال"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "ساخت"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "کوائف"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "ساخت اور کوائف"
@@ -4057,8 +3999,8 @@ msgid "Allow users to customize this value"
msgstr "صارفین کو اس قدر کے مخصوص کرنے کی اجازت دیں"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "دوبارہ سیٹ کریں"
@@ -4334,7 +4276,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "چلنے کی حد اوقات"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "بطور مسل محفوظ کریں"
@@ -4343,7 +4285,7 @@ msgid "Character set of the file"
msgstr "مسل کے لیے حروف کی سیٹ"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "وضع"
@@ -4356,27 +4298,25 @@ msgstr "سکڑاؤ"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "کالم نام پہلے صف میں ڈالیں"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "کالم بند کیا گئے ہیں"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "کالم جداجدا ہیں"
@@ -4394,14 +4334,12 @@ msgstr "کالم کے اندر CRLF حروف ہٹائیں"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "کالم کا خاتمہ"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "سطریں کے آخر میں"
@@ -4427,7 +4365,7 @@ msgstr "جدول نام سانچا"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "جدول ڈ٘مپ کریں"
@@ -4438,8 +4376,8 @@ msgid "Include table caption"
msgstr "جدول عنوان شامل کریں"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "جدول عنوان"
@@ -4448,20 +4386,20 @@ msgid "Continued table caption"
msgstr "جاری شدہ جدول عنوان"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "سرنامہ کلید"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME قسم"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "تعلقات"
@@ -4482,6 +4420,11 @@ msgstr "موجودہ مسل پر تحریر کریں"
msgid "Remember file name template"
msgstr "مسل نام سانچا یاد رکھیں"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT قدر اضافہ کریں"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "جدول اور کالم نام کو الٹے کوٹ سے بند کریں"
@@ -4492,7 +4435,7 @@ msgid "SQL compatibility mode"
msgstr "SQL موازنت موڈ"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4505,10 +4448,17 @@ msgid "Use delayed inserts"
msgstr "تاخیر سے داخلے کا طریقہ استعمال کریں"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "فارن کلید پڑتال غیر فعال کریں"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "اضافہ کریں %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB کے لیے شش اعشاری نظام استعمال کریں"
@@ -4522,7 +4472,7 @@ msgid "Syntax to use when inserting data"
msgstr "کوائف داخل کرنے کا طریقہ کار"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "تخلیق شدہ طلب کی لمبائی کی حد"
@@ -4531,7 +4481,7 @@ msgid "Export type"
msgstr "برآمد قسم"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "ایک ٹرانزیکشن میں برآمد بند کریں"
@@ -4586,7 +4536,6 @@ msgstr "طے شدہ اختیارات کی تخصیص کریں"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4927,14 +4876,12 @@ msgid "Partial import: allow interrupt"
msgstr "جزوی درآمد: مداخلت کی اجازت دیں"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "INSERT نقص پر مت ساقط کریں"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "جدول کوائف کو مسل سے بدلیں"
@@ -4951,7 +4898,6 @@ msgid "Format of imported file"
msgstr "درآمد مسل کی وضع"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "LOCAL کلید الفاظ استعمال کریں"
@@ -4961,7 +4907,7 @@ msgid "Column names in first row"
msgstr "کالم نام پہلے صف میں ہوں"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "خالی صفیں درآمد مت کریں"
@@ -6032,7 +5978,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr ""
@@ -6191,14 +6137,12 @@ msgstr ""
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr ""
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr ""
@@ -6286,21 +6230,21 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr ""
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr ""
@@ -6347,24 +6291,24 @@ msgid "Create"
msgstr ""
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr ""
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr ""
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr ""
@@ -6968,7 +6912,7 @@ msgid "No data found for GIS visualization."
msgstr "چارٹ سے متعلق کوئی کوائف نہیں ملا۔"
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr ""
@@ -7020,7 +6964,7 @@ msgid "Go to view: %s"
msgstr ""
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr ""
@@ -7083,11 +7027,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr ""
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr ""
@@ -7102,36 +7046,36 @@ msgstr ""
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fr"
msgid "From"
msgstr "جمعہ"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr ""
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "کیا آپ واقعی چاہتے ہیں"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr ""
@@ -7337,7 +7281,162 @@ msgstr "phpMyAdmin دستاویز"
msgid "Reload navigation frame"
msgstr ""
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "کوائفیہ نام بدلیں"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "کوائفیہ %s چھوڑ دیا گیا ہے۔"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "کوائفیہ ہٹائیں"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "کوائفیہ چھوڑیں (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "صرف ساخت"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "ساخت اور کوائف"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "کوائف صرف"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "کوائفیہ نقل کریں بطرف"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "CREATE DATABASE نقل سے قبل"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "پابندیاں لگائیں"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "نقل شدہ کوائفیہ پر جائیں"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "تعلق دار شجرہ کی تدوین یا برآمد کریں"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr ""
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr ""
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr ""
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr ""
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr ""
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr ""
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr ""
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr ""
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr ""
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr ""
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "اس ٹیبل کیلئے ٹریکنگ ڈیٹا حذف کریں "
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Copy database to"
+msgid "Delete the table (DROP)"
+msgstr "ڈیٹا بیس کاپی کریں"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr ""
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr ""
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr ""
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr ""
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr ""
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr ""
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr ""
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr ""
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr ""
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr ""
@@ -7346,7 +7445,7 @@ msgid "Cannot connect: invalid settings."
msgstr "جڑ نہیں سکتا: غلط ترتیبات۔"
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7376,49 +7475,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "لاگ ان"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "آپ ہوسٹ نام یا IP پتا اور دہانہ وقفوں سے جدا کرکے داخل کرسکتے ہیں۔"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "سرور:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "صارف نام:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "پاس ورڈ:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "سرور انتخاب"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "پاس ورڈ کے بغیر لاگ ان تشکیل میں ممنوع ہے (دیکھیں AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "%s سیکنڈ میں کوئی سرگرمی نہیں ہوئی، دوبارہ لاگ ان کریں۔"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL سرور میں لاگ ان نہیں کرسکتا"
@@ -7449,69 +7548,69 @@ msgstr "جائز توثیقی کلید پلگ نہیں ہے"
msgid "Authenticating..."
msgstr "توثیق کررہا ہے..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr ""
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr ""
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr ""
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7520,23 +7619,23 @@ msgstr ""
msgid "Definition"
msgstr "وضاحت"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr ""
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr ""
@@ -7555,39 +7654,39 @@ msgstr ""
msgid "Structure of table @TABLE@"
msgstr "سٹرکچر صرف"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr ""
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Table comments"
msgid "Display comments"
msgstr "ٹیبل کمنٹس"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7595,35 +7694,35 @@ msgstr ""
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr ""
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr ""
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Invalid table name"
msgid "Export table names"
msgstr "غلط جدول نام"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "Export method"
msgid "Export table headers"
@@ -7637,143 +7736,143 @@ msgstr ""
msgid "Report title:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Add constraints"
msgid "Add statements:"
msgstr "Add constraints"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Action"
msgid "Data creation options"
msgstr "عمل"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr ""
@@ -7791,8 +7890,8 @@ msgstr "ویو"
msgid "Export contents"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7811,111 +7910,102 @@ msgstr ""
msgid "Column names: "
msgstr "آراء-رائے"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr ""
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr ""
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr ""
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr ""
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr ""
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, php-format
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr ""
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "مسل %s کلید آئی ڈی کا حامل نہیں ہے"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr ""
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr ""
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr ""
@@ -8035,7 +8125,7 @@ msgid "Enabled"
msgstr ""
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "جنرل ریلیشن فیچرز"
@@ -8106,7 +8196,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr ""
@@ -8155,7 +8245,7 @@ msgstr ""
msgid "Variable"
msgstr ""
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr ""
@@ -8179,8 +8269,8 @@ msgstr ""
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr ""
@@ -8278,7 +8368,7 @@ msgstr ""
msgid "Event name"
msgstr "صفحہ نمبر"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr ""
@@ -8715,12 +8805,12 @@ msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr ""
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr ""
@@ -8761,6 +8851,10 @@ msgstr "سارا منتخب کریں"
msgid "Select Tables"
msgstr ""
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr ""
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Display PDF schema"
@@ -9025,14 +9119,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr ""
@@ -9041,12 +9135,12 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr ""
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr ""
@@ -9104,16 +9198,16 @@ msgid "Users having access to "%s""
msgstr ""
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr ""
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr ""
@@ -9124,8 +9218,8 @@ msgid "User has been added."
msgstr "جدول نقل %s چھوڑا جاچکا ہے۔"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr ""
@@ -9141,12 +9235,12 @@ msgstr ""
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr ""
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr ""
@@ -9154,103 +9248,91 @@ msgstr ""
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "برآمد"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr ""
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr ""
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr ""
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Check Privileges"
-msgid "Privileges for all users"
-msgstr "استحقاق پڑتال کریں"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Check Privileges"
msgid "Privileges for %s"
msgstr "استحقاق پڑتال کریں"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9259,11 +9341,11 @@ msgid ""
"%sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr ""
@@ -9315,11 +9397,11 @@ msgstr ""
msgid "Columns"
msgstr "آراء-رائے"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr ""
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr ""
@@ -9422,8 +9504,8 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr ""
@@ -9469,13 +9551,13 @@ msgstr ""
msgid "As defined:"
msgstr ""
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr ""
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr ""
@@ -9488,22 +9570,17 @@ msgstr ""
msgid "after %s"
msgstr ""
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr ""
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to choose at least one column to display"
msgid "You have to add at least one column."
msgstr "آپ کو کم از کم ایک کالم چننا ہو گا ڈسپے کیلئے۔"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr ""
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr ""
@@ -9514,7 +9591,7 @@ msgstr ""
msgid "Manage your settings"
msgstr "جنرل ریلیشن فیچرز"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -9562,7 +9639,7 @@ msgstr "سرور کی تشکیل"
msgid "Appearance Settings"
msgstr ""
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "General relation features"
msgid "More settings"
@@ -9734,153 +9811,153 @@ msgstr ""
msgid "Save position"
msgstr ""
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr ""
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr ""
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr ""
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr ""
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr ""
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr ""
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr ""
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr ""
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr ""
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "Submit Query"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr ""
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr ""
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr ""
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr ""
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr ""
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "ریلیشن حذف ہو گیا"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "برآمد"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "Submit Query"
msgid "subquery"
msgstr "Submit Query"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename database to"
msgid "Rename to"
msgstr "ڈیٹا بیس کا نام بدلیں"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "Page number:"
msgid "New name"
msgstr "صفحہ نمبر"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Created"
msgid "Aggregate"
msgstr "تخلیق کیا گیا"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Action"
msgid "Active options"
msgstr "عمل"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr ""
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr ""
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "Page number:"
msgid "Page"
msgstr "صفحہ نمبر"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr ""
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr ""
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr ""
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "Page number:"
msgid "New page name: "
msgstr "صفحہ نمبر"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr ""
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr ""
@@ -9888,7 +9965,7 @@ msgstr ""
msgid "Error: relation already exists."
msgstr "غلطی : ریلیشن پہلے سے موجود ہے"
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "غلطی:ریلیشن شامل نہیں ہوا"
@@ -9896,7 +9973,7 @@ msgstr "غلطی:ریلیشن شامل نہیں ہوا"
msgid "FOREIGN KEY relation added"
msgstr ""
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "اندرونی ریلیشن شامل ہو گیا"
@@ -9904,11 +9981,11 @@ msgstr "اندرونی ریلیشن شامل ہو گیا"
msgid "Relation deleted"
msgstr "ریلیشن حذف ہو گیا"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr ""
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "تبدیلیاں محفوظ ہو چکی ہیں"
@@ -9916,66 +9993,66 @@ msgstr "تبدیلیاں محفوظ ہو چکی ہیں"
msgid "Cannot save settings, submitted form contains errors"
msgstr ""
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr ""
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr ""
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr ""
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr ""
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -9992,41 +10069,41 @@ msgstr ""
msgid "%s table not found or not set in %s"
msgstr ""
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr ""
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr ""
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr ""
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr ""
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr ""
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr ""
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr ""
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr ""
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr ""
@@ -10111,17 +10188,17 @@ msgstr ""
msgid "disabled"
msgstr "غیر فعال"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr ""
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr ""
@@ -11730,32 +11807,32 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "کیا آپ واقعی چاہتے ہیں"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr ""
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr ""
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr ""
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr ""
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr ""
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr ""
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr ""
@@ -11849,88 +11926,88 @@ msgstr ""
msgid "View dump (schema) of table"
msgstr ""
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "سرور انتخاب دکھائیں"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Label column"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr ""
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total"
msgid "Spatial column"
msgstr "میزان"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "بطور مسل محفوظ کریں"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Page number:"
msgid "File name"
msgstr "صفحہ نمبر"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr ""
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr ""
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr ""
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr ""
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "تدوین موڈ"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr ""
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr ""
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr ""
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr ""
@@ -11953,267 +12030,169 @@ msgstr ""
msgid "Table %s has been copied to %s."
msgstr ""
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr ""
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr ""
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr ""
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr ""
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr ""
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr ""
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr ""
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr ""
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr ""
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr ""
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr ""
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "اس ٹیبل کیلئے ٹریکنگ ڈیٹا حذف کریں "
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Copy database to"
-msgid "Delete the table (DROP)"
-msgstr "ڈیٹا بیس کاپی کریں"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr ""
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr ""
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr ""
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr ""
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr ""
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr ""
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr ""
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr ""
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr ""
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Count tables"
msgid "Showing tables"
msgstr "حداول کی گنتی کریں"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr ""
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr ""
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr ""
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr ""
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr ""
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr ""
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr ""
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr ""
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr ""
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Use this value"
msgid "Distinct values"
msgstr "یہ قدر استعمال کریں"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr ""
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr ""
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Table %s has been dropped"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr ""
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr ""
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr ""
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Move columns"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "چھپائی منظر"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr ""
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr ""
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Add column"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr ""
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr ""
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr ""
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr ""
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr ""
@@ -12397,7 +12376,7 @@ msgstr ""
msgid "The profile has been updated."
msgstr ""
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr ""
@@ -13556,6 +13535,16 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "برآمد"
+
+#, fuzzy
+#~| msgid "Check Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "استحقاق پڑتال کریں"
+
#~ msgid "rows"
#~ msgstr "براؤز"
diff --git a/po/uz.po b/po/uz.po
index 453842d598..1fce31c8b4 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-05-17 15:09+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: uzbek_cyrillic \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 1.0\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Барчасини кўрсатиш"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +38,27 @@ msgstr ""
"Браузернинг нишондаги ойнасини янгилаб бўлмади. Эҳтимол, бош ойна ёпилган "
"ёки браузер хавфсизлик юзасидан ойналараро янгилашни блокировка қилмоқда"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Қидириш"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +70,16 @@ msgstr "Қидириш"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "OK"
@@ -98,7 +99,7 @@ msgstr "Тавсифи"
msgid "Use this value"
msgstr "Ушбу қийматни ишлатиш"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,31 +111,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s маълумотлар базаси тузилди."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Маълумотлар базасига изоҳ: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Жадвал изоҳи"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -145,11 +146,11 @@ msgstr "Майдон номлари"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -159,44 +160,44 @@ msgstr "Майдон номлари"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Тур"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Андоза"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -206,9 +207,9 @@ msgstr "Алоқалар"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -219,21 +220,21 @@ msgstr "Изоҳлар"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Йўқ"
@@ -241,27 +242,27 @@ msgstr "Йўқ"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ҳа"
@@ -283,94 +284,23 @@ msgstr "Барчасини белгилаш"
msgid "Unselect All"
msgstr "Белгилашни бекор қилиш"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Маълумотлар базаси номи бўш!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "`\"%s\"` маълумотлар базасининг номи `\"%s\"` деб ўзгартирилди."
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "\"%s\" маълумотлар базасидан \"%s\" га нусха кўчирилди."
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "\"%s\" маълумотлар омбори ўчирилди."
-
-#: db_operations.php:509
-#, fuzzy
-#| msgid "Go to database"
-msgid "Drop the database (DROP)"
-msgstr "Ушбу базага ўтиш"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Маълумотлар базасидан қуйидагига нусха олиш"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Фақат тузилиши"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Тузилиши ва маълумотлари"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Фақат маълумотлар"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Нусха кўчиришдан олдин маълумотлар базаси тузинг (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "\"%s\" қўшиш"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT қўшиш"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Чекловлар қўшиш"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Нусха олинган маълумотлар базасига ўтиш"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Таққослаш"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -382,22 +312,16 @@ msgstr ""
"Алоқадор жадваллар билан ишлаш учун қўшимча имкониятлар мавжуд эмас. "
"Сабабларини аниқлаш учун %sбу ерга%s босинг."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Алоқалар схемаси"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Жадвал"
@@ -405,41 +329,41 @@ msgstr "Жадвал"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Қаторларсони"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Ҳажми"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "ишлатилмоқда"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Тузиш"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Охирги янгиланиш"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Охирги текширув"
@@ -463,7 +387,7 @@ msgstr "Нусха олинган жадвалга ўтиш"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -480,17 +404,17 @@ msgstr "Маълумотлар базасида биронта ҳам жадва
msgid "unknown"
msgstr "номаълум"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "\"%s\" жадвали тозаланди"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "\"%s\" намойиши ўчирилди"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "\"%s\" жадвали ўчирилди"
@@ -503,7 +427,7 @@ msgstr "Кузатиш фаол."
msgid "Tracking is not active."
msgstr "Кузатиш фаол эмас."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -512,12 +436,12 @@ msgstr ""
"Ушбу намойиш камида кўрсатилган миқдорда қаторларга эга. Батафсил маълумот "
"учун %sдокументацияга%s қаранг."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Намойиш"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -533,21 +457,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "\"%s\" - MySQL серверидаги андозавий маълумотлар жадвали тури."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Белгиланганларни:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Барчасини белгилаш"
@@ -555,50 +479,51 @@ msgstr "Барчасини белгилаш"
msgid "Check tables having overhead"
msgstr "Оптималлаштириш лозим бўлгн жадвалларни белгилаш"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Экспорт"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Чоп этиш версияси"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Тозалаш"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "Ўчириш"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Жадвални текшириш"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Жадвални оптималлаштириш"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Жадвални тиклаш"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Жадвал таҳлили"
@@ -608,13 +533,13 @@ msgstr "Жадвал таҳлили"
msgid "Add prefix to table"
msgstr "Ушбу жадвалга ўтиш"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Жадвал маълумотларини файл маълумотлари билан алмаштириш"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -628,20 +553,20 @@ msgstr "Маълумотлар луғати"
msgid "Tracked tables"
msgstr "Кузатилган жадваллар"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Маълумотлар базаси"
@@ -657,9 +582,9 @@ msgstr "Тузилди"
msgid "Updated"
msgstr "Янгиланди"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Ҳолат"
@@ -667,14 +592,14 @@ msgstr "Ҳолат"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Амал"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Кўрсатиш"
@@ -707,7 +632,7 @@ msgstr "Тузилма расми"
msgid "Untracked tables"
msgstr "Кузатилмаган жадваллар"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Жадвални кузатиш"
@@ -765,7 +690,7 @@ msgstr "Жадвалларни экспорт қилиш"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -774,7 +699,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -912,7 +837,7 @@ msgstr ""
"Импорт модуллари мавжуд эмас! Ўрнатилган phpMyAdmin нусхасининг libraries/"
"export каталогини текширинг."
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "\"%s\" хатчўпи тузилди"
@@ -940,10 +865,10 @@ msgstr ""
"Одатда, бу ҳол, php-сценарийлар учун ажратилган вақт оширилмагунча "
"phpMyAdmin дастури импорт жараёнини якунла олмаслигини билдиради."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL сўрови муваффақиятли бажарилди"
@@ -967,7 +892,7 @@ msgstr "\"DROP DATABASE\" (маълумотлар базасини ўчириш)
msgid "Do you really want to execute \"%s\"?"
msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Маълумотлар базаси тўлиқ ЎЧИРИЛАДИ!"
@@ -1017,7 +942,7 @@ msgstr "Индекс(лар)ни сақлаш"
msgid "Edit Index"
msgstr "Таҳрирлаш усули"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add column(s)"
msgid "Add %d column(s) to index"
@@ -1050,8 +975,8 @@ msgstr "Киритилган пароллар бир хил эмас!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1077,9 +1002,9 @@ msgstr "Ёпиш"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1109,7 +1034,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Жами"
@@ -1332,7 +1257,7 @@ msgstr "Версиялар"
msgid "Traffic"
msgstr "Трафик"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "settings"
msgid "Settings"
@@ -1358,12 +1283,12 @@ msgstr "Тўрга боғлаб қўйиш"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Йўқ"
@@ -1557,10 +1482,10 @@ msgid "Explain output"
msgstr "Сўров таҳлили"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Вақт"
@@ -1670,10 +1595,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Импорт"
@@ -1733,9 +1658,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Бекор қилиш"
@@ -1767,9 +1692,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1825,19 +1750,19 @@ msgstr "Индекс(лар)ни сақлаш"
msgid "Show indexes"
msgstr "Тўрни кўрсатиш"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Ташқи калитларни текширишни ўчириш"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Фаоллаштирилган"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1922,8 +1847,8 @@ msgstr "SQL сўровлари қутиси"
msgid "No rows selected"
msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак."
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "Ўзгартириш"
@@ -1933,8 +1858,8 @@ msgstr "Ўзгартириш"
msgid "Query execution time"
msgstr "Максимум бажарилиш вақти"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d сони тўғри қатор рақами эмас!"
@@ -1943,8 +1868,8 @@ msgstr "%d сони тўғри қатор рақами эмас!"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Сақлаш"
@@ -2012,12 +1937,12 @@ msgstr "Сўров натижаларини ишлатиш"
msgid "Data point content"
msgstr "Маълумотлар файли кўрсатгичи ҳажми"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "Эътибор бермаслик"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -2039,7 +1964,7 @@ msgstr "Ташқи калитни танланг"
msgid "Please select the primary key or a unique key"
msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2136,7 +2061,7 @@ msgstr "Генерация қилиш"
msgid "Change Password"
msgstr "Паролни ўзгартириш"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2575,13 +2500,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Хатолик"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL сўрови"
@@ -2653,7 +2578,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Жадвал турлари"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Профиллаштириш"
@@ -2680,165 +2605,166 @@ msgstr "\"%s\" кун, \"%s\" соат, \"%s\" минут ва \"%s\" секун
msgid "Missing parameter:"
msgstr "Муолажалар"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Боши"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Орқага"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Кейинги"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Охири"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "\"%s\" маълумотлар базасига ўтиш"
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
" \"%s\" параметрининг иши маълум хатоликка олиб келиши мумкин, батафсил "
"маълумот учун қаранг \"%s\""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "Танлаш учун сичқонча тугмасини босинг"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Тузилиши"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Қўйиш"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Кўриб чиқиш"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Операциялар"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "Юклаш каталогидан"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Кўрсатилган каталокка юклаб бўлмади"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Чоп этиш"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Шрифт ўлчами"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "Ўсиш тартибида"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Камайиш тартибида"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Сортировка қилиш"
@@ -2868,8 +2794,8 @@ msgid "Use Tables"
msgstr "Жадвалларни ишлатиш"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Ёки"
@@ -2937,13 +2863,13 @@ msgstr[1] "\"%s\" жадвалида ўхшашликлар сони \"%s
msgid "Delete the matches for the %s table?"
msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2979,149 +2905,149 @@ msgstr "Қуйидаги жадвал(лар)да қидириш:"
msgid "Inside column:"
msgstr "Қуйидаги майдон(лар)да қидириш: "
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "Сақлаш директорияси"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Restore column order"
msgstr "CHAR майдонидаги устунлар сони"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Бошлаш"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Майдонлар сони "
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Душ"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "горизонтал"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "горизонтал (айлантирилган сарлавҳалар)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "вертикал"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Белгиланган сўровни бажариш"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Индекс бўйича сортировка қилиш"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Параметрлар"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Маълумотларни қисқартириб кўрсатиш"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Маълумотларни кенгайтирилган ҳолда кўрсатиш"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Алоқадор калит"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Алоқадор майдон қиймати"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Иккилик маълумотларни кўрсатиш"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB туридаги маълумотларни кўрсатиш"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Иккилик маълумотларни ўн олтилик шаклда кўрсатиш"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Ўгириш"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Ёзув ўчирилди"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Тугатиш"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -3129,48 +3055,48 @@ msgstr ""
"Тахминий бўлиши мумкин. [a@./Documentation.html#faq3_11@Documentation]\"FAQ "
"3.11\"[/a]га қаранг"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "сўров бўйича"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Ёзувларни кўрсатиш"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "жами"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "Сўров %01.4f секунд вақт олди"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "Сўров натижаларини ишлатиш"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Чоп этиш версияси (тўла)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF-схемани кўрсатиш"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create version"
msgid "Create view"
msgstr "Версиясини тузиш"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Алоқа топилмади"
@@ -3238,29 +3164,29 @@ msgid "Open new phpMyAdmin window"
msgstr "phpMyAdmin дастурини янги ойнада очиш"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Браузерда \"cookies\" фаоллаштирилган бўлиши шарт."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Браузерда \"cookies\" фаоллаштирилган бўлиши шарт."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Индекс белгиланмаган!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Индекслар"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Уникал"
@@ -3273,6 +3199,16 @@ msgstr "Қисилган"
msgid "Cardinality"
msgstr "Элементлар сони"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Таққослаш"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3295,95 +3231,95 @@ msgid ""
"removed."
msgstr "%1$s ва %2$s индекслари бир хил, улардан бирини ўчириш мумкин."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Маълумотлар базалари"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Сервер"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Кузатиш"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Триггерлар"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Жадвал - бўш!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Маълумотлар базаси бўш!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "Сўров"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Привилегиялар"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Муолажалар"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Ҳодисалар"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Дизайнер"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Фойдаланувчи"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Синхронизация қилиш"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Иккилик журнал"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "Ўзгарувчилар"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Кодировкалар"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Жадвал турлари"
@@ -3455,55 +3391,55 @@ msgstr "\"%s\" туридаги жадваллар ушбу MySQL серверд
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ушбу MySQL сервери \"%s\" турдаги жадваллар билан ишлай олмайди."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Репликация сервери аҳволи ҳақида маълумот"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Манба база"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "\"%s\" мавзуси топилмади!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Нотўғри маълумотлар базаси"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Жадвал номи нотўғри"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "%1$s жадвалини %2$s деб қайта номлашда хатолик"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "`\"%s\"` жадвалининг номи `\"%s\"` деб ўзгартирилди."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3516,16 +3452,16 @@ msgstr ""
msgid "Function"
msgstr "Функция"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Оператор"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Қиймати"
@@ -3542,66 +3478,66 @@ msgstr "Қидириш"
msgid "Edit/Insert"
msgstr "Қўйиш"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Майдонни танланг (камида битта):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Қидириш шартини кўшиш (яъни \"where\" жумласи):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Саҳифадаги қаторлар сони"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Сортировка:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "Кўрсатиладиган қаторларнинг максимал сони"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Ташқи қийматларни кўриб чиқиш"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "SQL Query box"
msgid "Additional search criteria"
msgstr "SQL сўровлари қутиси"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "\"Намунадаги сўровни бажариш\" (ўрнига қўйиш белгиси: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"Намунадаги сўровни бажариш\" (ўрнига қўйиш белгиси: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "Назорат фойдаланувчиси"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3948,14 +3884,14 @@ msgstr "Жадваллар"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Маълумотлар"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Фрагментланган"
@@ -3986,25 +3922,25 @@ msgstr "\"%s\" маълумотлар базасининг привилегия
msgid "Check Privileges"
msgstr "Привилегияларни текшириш"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Failed to read configuration file"
msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "\"%1$s\" файлидан андоза конфигурацияни юклаб бўлмади."
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -4016,38 +3952,38 @@ msgstr ""
"$cfg[\"PmaAbsoluteUrl\"] директиваси конфигурацион файлда "
"созланиши ШАРТ!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Сервер рақами нотўғри: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
" %1$s сервери учун нотўғри хост номи кўрсатилган. phpMyAdmin конфигурацион "
"файлида белгиланган созлашларни тўғирланг."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
"phpMyAdmin конфигурацион файлида нотўғри аутентификация усули белгиланган:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "\"%s\" ни \"%s\" версияга ёки каттароқ версияга янгилаш зарур."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4080,37 +4016,37 @@ msgstr "Ёпиш"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Фаолсизлантирилган"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "тузилиш"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4242,8 +4178,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Тозалаш"
@@ -4545,7 +4481,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Максимум бажарилиш вақти"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Файл каби сақлаш"
@@ -4554,7 +4490,7 @@ msgid "Character set of the file"
msgstr "Файл кодировкаси"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Формат"
@@ -4567,13 +4503,13 @@ msgstr "Сиқиш"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4581,8 +4517,7 @@ msgstr "Майдон номларини биринчи қаторга жойла
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4590,8 +4525,7 @@ msgstr "Майдон қийматлари қуйидаги белги ичига
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4613,16 +4547,14 @@ msgstr "Майдонлар ичидаги сатрдан-сатрга кўчир
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Қаторлар бўлувчиси"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Қаторлар бўлувчиси"
@@ -4650,7 +4582,7 @@ msgstr "Жадвал номи шаблони"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4663,8 +4595,8 @@ msgid "Include table caption"
msgstr "Жадвалга сарлавҳа қўшиш"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Жадвал сарлавҳаси"
@@ -4673,20 +4605,20 @@ msgid "Continued table caption"
msgstr "Жадвал сарлавҳаси (давоми)"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Белги идентификатори"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME тури"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Алоқалар"
@@ -4709,6 +4641,11 @@ msgstr "Мавжуд файл(лар) устидан ёзиш"
msgid "Remember file name template"
msgstr "Файл номи шаблонини ёдда сақлаш"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT қўшиш"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4721,7 +4658,7 @@ msgid "SQL compatibility mode"
msgstr "SQL билан мослик режими"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4734,10 +4671,17 @@ msgid "Use delayed inserts"
msgstr "Кечиктирилган қўйиш (DELAYED INSERTS) дан фойдаланиш"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Ташқи калитларни текширишни ўчириш"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "\"%s\" қўшиш"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB туридаги маълумотларни ўн олтилик шаклда намойиш этиш"
@@ -4751,7 +4695,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Тузилаёган сўровнинг максимал узунлиги"
@@ -4762,7 +4706,7 @@ msgid "Export type"
msgstr "Жадвалларни экспорт қилиш"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Транзакцияга экспортни қўшиш"
@@ -4819,7 +4763,6 @@ msgstr "Экспорт афзалликларини созлаш"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5182,14 +5125,12 @@ msgid "Partial import: allow interrupt"
msgstr "Қисман импорт: узишга рухсат бериш"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Жадвал маълумотларини файл маълумотлари билан алмаштириш"
@@ -5206,7 +5147,6 @@ msgid "Format of imported file"
msgstr "Импорт қилинаётган файл формати"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "\"LOCAL\" калит сўзини ишлатиш"
@@ -5216,7 +5156,7 @@ msgid "Column names in first row"
msgstr "Биринчи қаторга устун номлари"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Бўш қаторларни импорт қилмаслик"
@@ -6400,7 +6340,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Парол"
@@ -6576,14 +6516,12 @@ msgstr "Аутентификация тартиби"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "\"LOAD DATA\" ишлатилган CSV"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document жадвали"
@@ -6683,7 +6621,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6691,17 +6629,17 @@ msgid ""
"configured)."
msgstr "(ёки локал MySQL сервернинг сокети нотўғри созланган)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Сервер жавоб бермаяпти"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Тафсилотлар..."
@@ -6752,24 +6690,24 @@ msgid "Create"
msgstr "Тузиш"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Привилегиялар йўқ"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Жадвал тузиш"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Номи"
@@ -7481,7 +7419,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL бўш натижа берди (яъни нольта сатр)."
@@ -7540,7 +7478,7 @@ msgid "Go to view: %s"
msgstr "Ушбу кўринишга ўтиш"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Яшириш"
@@ -7607,11 +7545,11 @@ msgid ""
msgstr ""
"Майдонлараро ўтиш учун TAB тугмаси ёки CTRL+стрелка тугмаларидан фойдаланинг"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL-сўровни кўрсатиш"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Киритилган қатор идентификатори: %1$d"
@@ -7628,38 +7566,38 @@ msgstr "Йўқ"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Жум"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Бажариш"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add prefix"
msgstr "Индекс(лар)ни сақлаш"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "Ўзгариш йўқ"
@@ -7865,7 +7803,170 @@ msgstr "phpMyAdmin документацияси"
msgid "Reload navigation frame"
msgstr "Навигация ойнасини қайта юклаш"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "\"%s\" маълумотлар омбори ўчирилди."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+#| msgid "Go to database"
+msgid "Drop the database (DROP)"
+msgstr "Ушбу базага ўтиш"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Фақат тузилиши"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Тузилиши ва маълумотлари"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Фақат маълумотлар"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Маълумотлар базасидан қуйидагига нусха олиш"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Нусха кўчиришдан олдин маълумотлар базаси тузинг (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Чекловлар қўшиш"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Нусха олинган маълумотлар базасига ўтиш"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Алоқалар схемаси"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Жадвал сортировкасини ўзгартириш"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(устун)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Жадвални (маълумотлар базаси.жадвал) га кўчириш:"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Жадвал параметрлари"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Жадвал номини ўзгартириш"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Жадвал тури"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Жадвалдан (маълумотлар омбори.жадвал) га нусха кўчириш:"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Нусха олинган жадвалга ўтиш"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Жадвалга хизмат кўрсатиш"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Жадвални дефрагментациялаш"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "\"%s\" жадвали кеши янгиланди"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Жадвал кешини янгилаш (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Go to database"
+msgid "Delete the table (DROP)"
+msgstr "Ушбу базага ўтиш"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Таҳлил"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Текшириш"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Оптимизация"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Қайта қуриш"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Тиклаш"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "бўлакларга хизмат кўрсатиш"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "\"%s\" бўлаги"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Бўлакларни (PARTITIONS) ўчириш"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Маълумотлар яхлитлигини текшириш:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7876,7 +7977,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Уланиб бўлмади: нотўғри созланган."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7906,36 +8007,36 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Авторизация"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Сиз хост/IP адрес ва бўш жой қолдириб портни киритишингиз мумкин."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Сервер"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Фойдаланувчи:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Парол:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Серверни танланг"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7943,7 +8044,7 @@ msgstr ""
"Паролсиз аутентификация конфигурация томонидан ўчирилган (қаранг "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7951,8 +8052,8 @@ msgstr ""
"\"%s\" сония давомида фаоллик кузатилмади, илтимос, қайта авторизациядан "
"ўтинг"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL серверига уланиб бўлмади"
@@ -7985,63 +8086,63 @@ msgstr "Тўғри аутентификация калити уланмаган"
msgid "Authenticating..."
msgstr "Aутентификация..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Қаторлар бўлувчиси"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Майдон қийматлари қуйидаги белги ичига олинган "
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Белги олдида қуйидаги белги мавжуд "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Қаторлар бўлувчиси"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL қийматни қуйидагига алмаштириш"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
#, fuzzy
#| msgid "Remove CRLF characters within fields"
msgid "Remove carriage return/line feed characters within columns"
msgstr "Майдонлар ичидаги сатрдан-сатрга кўчириш белгиларини олиб ташлаш"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel-версияси"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Databases display options"
@@ -8049,21 +8150,21 @@ msgid "Data dump options"
msgstr "Маълумотлар базаларини кўрсатиш афзалликлари"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Жадвал маълумотларини дамп қилиш"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Ҳодиса"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -8072,23 +8173,23 @@ msgstr "Ҳодиса"
msgid "Definition"
msgstr "Тавсифи"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Жадвал тузилиши"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Намойиш этиш учун тузилма"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Намойиш этиш учун тузилма"
@@ -8105,47 +8206,47 @@ msgstr "(давоми)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ жадвалининг тузилиши"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "Ўгиришлар параметрлари"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Жадвал сарлавҳаси"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Ташқи калитларни текширишни ўчириш"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Майдон изоҳларини кўрсатиш"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Мавжуд MIME турлари"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -8153,35 +8254,35 @@ msgstr "Мавжуд MIME турлари"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Хост"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Тузилган сана"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Сервер версияси"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP версиясм"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Таркибини экспорт қилиш"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -8197,146 +8298,146 @@ msgstr "(Маълум бир жадвал маълумотларини ўз ич
msgid "Report title:"
msgstr "Ҳисобот сарлавҳаси"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr "Сарлавҳага ўз изоҳингизни қўшиш (\\n белгиси сатрдан сатрга ўтказади)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Тавсиф"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Тавсиф"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "Ўгиришлар параметрлари"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Муолажалар"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Функциялар"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Сақланган жадвалларнинг ташқи калитида чекловлар"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Жадвалларнинг ташқи калитида чекловлар"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "ЖАДВАЛ УЧУН MIME ТУРЛАРИ"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "Жадвал алоқалари"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8356,8 +8457,8 @@ msgstr "Намойиш"
msgid "Export contents"
msgstr "Таркибини экспорт қилиш"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8376,81 +8477,72 @@ msgstr ""
msgid "Column names: "
msgstr "Майдон номлари"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV импортидаги парамерт нотўғри: \"%s\""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
"Киритилаётган CSV маълумотларнинг %d қаторидаги маълумотлар формати нотўғри."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr ""
"Киритилаётган CSV маълумотларнинг %d қаторидаги майдонлар сони нотўғри."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Жадвал номи"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Майдон номлари"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ушбу модул қисилган маълумотларни импорт қила олмайди!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki жадвали"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr ""
"Киритилаётган CSV маълумотларнинг %d қаторидаги маълумотлар формати нотўғри."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
#, fuzzy
#| msgid "Import percentages as proper decimals (12.00% to .12)"
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Фоизларни мос ўнли касрлар каби импорт қилиш (масалан, 12.00% ўрнига 0.12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
#, fuzzy
#| msgid "Import currencies ($5.00 to 5.00)"
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Пул бирликларини импорт қилиш (масалан, $5.00 ни 5.00 га)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -8458,45 +8550,45 @@ msgstr ""
"Кўрсатилган XML файл ё нотўғри тузилган ё чала. Уни тўғирлаб, қайта ҳаракат "
"қилиб кўринг."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "\"%s\" файлида калит идентификатори мавжуд эмас"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL билан мослик режими"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
#, fuzzy
#| msgid "Do not use AUTO_INCREMENT for zero values"
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Ноль қийматлари учун \"AUTO_INCREMENT\" ишлатмаслик"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8699,7 +8791,7 @@ msgid "Enabled"
msgstr "Фаоллаштирилган"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Алоқаларнинг асосий имкониятлари"
@@ -8778,7 +8870,7 @@ msgstr ""
"Янгиланган конфигурация файли ишга тушиши учун, phpMyAdmin дастуридан чиқиб, "
"қайта киринг."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "тавсиф мавжуд эмас"
@@ -8830,7 +8922,7 @@ msgstr "Тобе сервер статуси"
msgid "Variable"
msgstr "Ўзгарувчи"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Сервер ID си"
@@ -8856,8 +8948,8 @@ msgstr "Ҳар қайси фойдаланувчи"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Матнмайдонини ишлатиш"
@@ -8960,7 +9052,7 @@ msgstr "Тафсилотлар..."
msgid "Event name"
msgstr "Ҳодиса тури"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Ҳодиса тури"
@@ -9419,12 +9511,12 @@ msgstr "Мундарижа"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Атрибутлар"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Қўшимча"
@@ -9467,6 +9559,10 @@ msgstr "Жадвалларни танланг"
msgid "Select Tables"
msgstr "Жадвалларни танланг"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Майдон номлари"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9753,14 +9849,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Жадвал даражасижаги привилегиялар"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "ИЗОҲ: MySQL привилегиялари турлари инглиз тилида кўрсатилади."
@@ -9769,12 +9865,12 @@ msgid "Administration"
msgstr "Администрация"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Глобал привилегиялар"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Маълумотлар базаси привилегиялари"
@@ -9838,16 +9934,16 @@ msgid "Users having access to "%s""
msgstr "\"%s\"га рухсати бўлган фойдаланувчилар"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Фойдаланувчи"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "GRANT"
@@ -9858,8 +9954,8 @@ msgid "User has been added."
msgstr "\"%s\" намойиши ўчирилди"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Ҳар қайси"
@@ -9875,14 +9971,14 @@ msgstr "Маълумотлар базаси даражасида"
msgid "wildcard"
msgstr "Гуруҳлаш белгиси"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Биронта ҳам фойдаланувчи топилмади."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Привилегияларни таҳрирлаш"
@@ -9890,110 +9986,98 @@ msgstr "Привилегияларни таҳрирлаш"
msgid "Revoke"
msgstr "Бекор қилиш"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Экспорт"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "ва эскисини сақлаш."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "ва фойдаланувчилар жадвалидан эскисини ўчириш."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr ", эскисининг барча фаол привилегияларини бекор қилиб ўчириш."
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
", фойдаланувчилар жадвалидан эскисини ўчириб привилегияларни қайта юклаш."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Фойдаланувчининг логинини ўзгартириш / Фойдаланувчидан нусха олиш"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Худди шундай привилегияли янги фойдаланувчи киритиш..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Майдон привилегиялари"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Қуйидаги маълумотлар омборига привилегия қўшиш"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Маълумотлар базалари номларида пастки чизиқ (_) ва фоиз (%) белгилари "
"ишлатилганда улар олдига тескари эгри чизиқ (\\) қўйиш керак."
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Қуйидаги жадвалга привилегия қўшиш"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Белгиланган фойдаланувчиларни ўчириш"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Фойдаланувчиларнинг барча фаол привилегияларини бекор қилиш, сўнг уларни "
"ўчириш."
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "Фойдаланувчилар номлари билан аталган маълумотлар базаларини ўчириш."
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "Ўчириш лозим бўлган фойдаланувчилар танланмаган!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Привилегиялар қайта юкланмоқда"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Белгиланган фойдаланувчилар муваффақиятли ўчирилди."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "\"%s\" учун привилегиялар ўзгартирилди."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Привилегиялар"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привилегиялар"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Фойдаланувчилар ҳисобини кўриб чиқиш"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -10006,11 +10090,11 @@ msgstr ""
"маълумотлар сервер томонидан ишлатилаётган привилегиялардан фарқ қилиши "
"мумкин. Бу ҳолда %sпривилегияларни қайта юклаш%s керак."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Белгиланган фойдаланувчи привилегиялар жадвалида топилмади."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Сиз янги фойдаланувчи қўшдингиз."
@@ -10062,11 +10146,11 @@ msgstr "Тозалаш"
msgid "Columns"
msgstr "Майдон номлари"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Ушбу SQL сўровига хатчўп тузиш"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Барча фойдаланувчиларга рухсат бериш"
@@ -10194,8 +10278,8 @@ msgstr ""
"ишлатманг."
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Индекс"
@@ -10249,13 +10333,13 @@ msgstr "Йўқ"
msgid "As defined:"
msgstr "Қоидага кўра:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Бирламчи"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Матн тўлалигича"
@@ -10269,23 +10353,18 @@ msgstr ""
msgid "after %s"
msgstr "\"%s\" дан кейин"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add column(s)"
msgid "Add %s column(s)"
msgstr "Устун(лар) қўшиш"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Ҳеч бўлмаганда битта майдон киритиш шарт."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Жадвал тури"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Бўлакларни (PARTITIONS) белгилаш"
@@ -10296,7 +10375,7 @@ msgstr "Бўлакларни (PARTITIONS) белгилаш"
msgid "Manage your settings"
msgstr "Бошқа созланишлар"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -10348,7 +10427,7 @@ msgstr "MySQL билан уланишни чоғиштириш"
msgid "Appearance Settings"
msgstr "Бошқа созланишлар"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "settings"
msgid "More settings"
@@ -10562,161 +10641,161 @@ msgstr "Чап менюни кўрсатиш/яшириш"
msgid "Save position"
msgstr "Жадваллар жойлашишини сақлаш"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Боғлиқлик ўрнатиш"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Қайта юклаш"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Ёрдам"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Бурчакли боғланишлар"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "Тўғридан-тўғри боғланишлар"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "Тўрга боғлаб қўйиш"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Барча жадваллар кўрсатилишини Тахлаш/Тиклаш"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Тескари кўрсатиш"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "Алоқани танлаш учун расмда кўрсатилганикаби уланиш нуқтасига босинг:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "PDF-схемага/схемадан жадвал координаталарини импорт/экспорт қилиш"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "сўровни бажариш"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Менюни кўчириш"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Барча жадвалларни яшириш/кўрсатиш"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Алоқа мавжуд бўлмаган жадвалларни яшириш/кўрсатиш"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Жадваллар сони"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Боғлиқликни ўчириш"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Алоқа ўчирилди"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Экспорт"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "сўров бўйича"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename view to"
msgid "Rename to"
msgstr "Кўриниш номини ўзгартириш"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Фойдаланувчи номи"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Тузиш"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Жадвал параметрлари"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Саҳифа тузилди"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Саҳифа тузиб бўлмади"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "саҳифалар сони "
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Файлларни импорт қилиш"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Масштаб"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Янги индекс тузиш"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Фойдаланувчи номи"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Масштаб"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "тавсия этилган"
@@ -10724,7 +10803,7 @@ msgstr "тавсия этилган"
msgid "Error: relation already exists."
msgstr "Хатолик: Боғлиқлик аллақачон мавжуд."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Хатолик: Боғлиқлик ўрнатилмади."
@@ -10732,7 +10811,7 @@ msgstr "Хатолик: Боғлиқлик ўрнатилмади."
msgid "FOREIGN KEY relation added"
msgstr "Ташқи калитга (FOREIGN KEY) алоқа ўрнатилди"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Ички алоқа ўрнатилди"
@@ -10740,11 +10819,11 @@ msgstr "Ички алоқа ўрнатилди"
msgid "Relation deleted"
msgstr "Алоқа ўчирилди"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Координаталарни сақлашда хатолик."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "Ўзгариришлар сақланди"
@@ -10754,74 +10833,74 @@ msgstr "Ўзгариришлар сақланди"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Берилган формада хатолар мавжуд"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "\"%1$s\" файлидан андоза конфигурацияни юклаб бўлмади."
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Файлларни импорт қилиш"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
#, fuzzy
#| msgid "Other core settings"
msgid "You have no saved settings!"
msgstr "Бошқа созланишлар"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
msgstr "Сервер конфигурацияси"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10838,43 +10917,43 @@ msgstr "Барча"
msgid "%s table not found or not set in %s"
msgstr "\"%s\" жадвали топилмади ёки \"%s\"да ўрнатилмаган"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "\"%s\" жадвали мавжуд эмас!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Кўриш учун бинар журнални танланг"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Файллар сони"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "Сўровларни қисқартириб кўрсатиш"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "Сўровларнинг кенгайтирилган кўриниши"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Журнал файли"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Позиция"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Асл позиция"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Маълумот"
@@ -10960,17 +11039,17 @@ msgstr ""
msgid "disabled"
msgstr "Фаолсизлантирилган"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "\"%s\" номли фойдаланувчи мавжуд!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "\"%s\" ўчирилмоқда"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Привилегиялар муваффақиятли қайта юкланди."
@@ -12869,34 +12948,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP-код сифатида кўрсатиш"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL тўғрилигини текшириш"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL сўрови натижаси"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Тузилган"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "`\"%s\"` жадвалидаги индексларда муаммо мавжуд"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Хатчўп белгиси"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "%1$s жадвали муваффақиятли ўзгартирилди"
@@ -12996,92 +13075,92 @@ msgstr "%1$s жадвали тузилди."
msgid "View dump (schema) of table"
msgstr "Жадвал дампини (схемасини) намойиш этиш"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "Сервер танловини кўрсатиш"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Label column"
msgstr "CHAR майдонидаги устунлар сони"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- йўқ -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Журнал файллари сони"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Файл каби сақлаш"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Жадвал номи"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Бирламчи индекс номи \"PRIMARY\" бўлиши керак!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Индексни \"PRIMARY\"га қайта номлаб бўлмади!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Индекс қисмлари белгиланмаган!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add index"
msgstr "Индекс(лар)ни сақлаш"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Таҳрирлаш усули"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Индекс номи:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" номи фақат бирламчи индексгаэга бўлиши шарт!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Индекс тури:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "\"%s\" майдон(лар)ини индексга қўшиш"
@@ -13104,162 +13183,62 @@ msgstr "\"%s\" жадвали \"%s\" га кўчирилди."
msgid "Table %s has been copied to %s."
msgstr "\"%s\" жадвалидан \"%s\" га нусха кўчирилди."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Жадвал номи кўрсатилмаган!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Жадвал сортировкасини ўзгартириш"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(устун)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Жадвални (маълумотлар базаси.жадвал) га кўчириш:"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Жадвал параметрлари"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Жадвал номини ўзгартириш"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Жадвалдан (маълумотлар омбори.жадвал) га нусха кўчириш:"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Нусха олинган жадвалга ўтиш"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Жадвалга хизмат кўрсатиш"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Жадвални дефрагментациялаш"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "\"%s\" жадвали кеши янгиланди"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Жадвал кешини янгилаш (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Go to database"
-msgid "Delete the table (DROP)"
-msgstr "Ушбу базага ўтиш"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "бўлакларга хизмат кўрсатиш"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "\"%s\" бўлаги"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Таҳлил"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Текшириш"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Оптимизация"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Қайта қуриш"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Тиклаш"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Бўлакларни (PARTITIONS) ўчириш"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Маълумотлар яхлитлигини текшириш:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Жадвалларни кўрсатиш"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Фойдаланилаётган жой"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Эффективлик"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Қаторлар статистикаси"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "статик"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "динамик"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Қатор узунлиги"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Қатор ҳажми"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
" %1$s да ташқи калит (FOREIGN KEY) тузишда хатолик (маълумот турини "
"текширинг)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Ички алоқалар"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -13267,121 +13246,121 @@ msgstr ""
"Агар ташқи калит (FOREIGN KEY) орқали алоқа мавжуд бўлса, ички алоқа ўрнатиш "
"шарт эмас."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
#, fuzzy
#| msgid "Foreign key limit"
msgid "Foreign key constraint"
msgstr "Ташқи калит чегаралари"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Турли қийматларни кўриб чиқиш"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add SPATIAL index"
msgstr "Индекс(лар)ни сақлаш"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Йўқ"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "\"%s\" жадвали ўчирилди"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "\"%s\" га бирламчи калит қўшилди"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "\"%s\" учун индекс қўшилди"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
msgstr "Версияларни кўрсатиш"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Устун(лар)ни олиб ташлаш"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Чоп этиш версияси"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Алоқаларни кўриш"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Жадвал тузилиши таҳлили"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add column(s)"
msgid "Add column"
msgstr "Устун(лар) қўшиш"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Жадвал охирига"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Жадвал бошига"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "\"%s\" дан кейин"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "\"%s\" майдон учун индекс тузиш"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "бўлакларга бўлинган"
@@ -13575,7 +13554,7 @@ msgstr "Ушбу саҳифага кириш учун Сизда етарли ҳ
msgid "The profile has been updated."
msgstr "Профил янгиланди."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Ном кўриниши"
@@ -14778,6 +14757,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Максимал уланишлар сони "
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Экспорт"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Привилегиялар"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/uz@latin.po b/po/uz@latin.po
index 303149bf2c..b40cd06737 100644
--- a/po/uz@latin.po
+++ b/po/uz@latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-03-14 14:57+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: uzbek_latin \n"
@@ -15,12 +15,12 @@ msgstr ""
"X-Generator: Weblate 0.6\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "Barchasini ko‘rsatish"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"yopilgan yoki brauzer xavfsizlik yuzasidan oynalararo yangilashni blokirovka "
"qilmoqda"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "Qidirish"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "Qidirish"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "OK"
@@ -99,7 +100,7 @@ msgstr "Tavsifi"
msgid "Use this value"
msgstr "Ushbu qiymatni ishlatish"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -111,31 +112,31 @@ msgstr ""
msgid "Database %1$s has been created."
msgstr "%1$s ma`lumotlar bazasi tuzildi."
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "Ma`lumotlar bazasiga izoh: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "Jadval izohi"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
#, fuzzy
#| msgid "Column names"
@@ -146,11 +147,11 @@ msgstr "Maydon nomlari"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -160,44 +161,44 @@ msgstr "Maydon nomlari"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "Tur"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "Null"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "Andoza"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -207,9 +208,9 @@ msgstr "Aloqalar"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -220,21 +221,21 @@ msgstr "Izohlar"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "Yo‘q"
@@ -242,27 +243,27 @@ msgstr "Yo‘q"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "Ha"
@@ -284,94 +285,23 @@ msgstr "Barchasini belgilash"
msgid "Unselect All"
msgstr "Belgilashni bekor qilish"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "Ma`lumotlar bazasi nomi bo‘sh!"
-#: db_operations.php:327
+#: db_operations.php:128
#, fuzzy, php-format
#| msgid "Database %s has been renamed to %s"
msgid "Database %1$s has been renamed to %2$s"
msgstr "`\"%s\"` ma`lumotlar bazasining nomi `\"%s\"` deb o‘zgartirildi."
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "\"%s\" ma`lumotlar bazasidan \"%s\" ga nusxa ko‘chirildi."
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish"
-
-#: db_operations.php:492
-#, fuzzy
-#| msgid "Rename database to"
-msgid "Remove database"
-msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "\"%s\" ma`lumotlar ombori o‘chirildi."
-
-#: db_operations.php:509
-#, fuzzy
-#| msgid "Go to database"
-msgid "Drop the database (DROP)"
-msgstr "Ushbu bazaga o‘tish"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "Ma`lumotlar bazasidan quyidagiga nusxa olish"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "Faqat tuzilishi"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "Tuzilishi va ma`lumotlari"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "Faqat ma`lumotlar"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "Nusxa ko‘chirishdan oldin ma`lumotlar bazasi tuzing (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "\"%s\" qo‘shish"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "AUTO_INCREMENT qo‘shish"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "Cheklovlar qo‘shish"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "Nusxa olingan ma`lumotlar bazasiga o‘tish"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "Taqqoslash"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, fuzzy, php-format
#| msgid ""
#| " additional features for working with linked tables have been ctivated. "
@@ -383,22 +313,16 @@ msgstr ""
"Aloqador jadvallar bilan ishlash uchun qo‘shimcha imkoniyatlar mavjud emas. "
"Sabablarini aniqlash uchun %sbu yerga%s bosing."
-#: db_operations.php:658
-#, fuzzy
-#| msgid "Relational schema"
-msgid "Edit or export relational schema"
-msgstr "Aloqalar sxemasi"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "Jadval"
@@ -406,41 +330,41 @@ msgstr "Jadval"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "Qatorlarsoni"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "Hajmi"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "ishlatilmoqda"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "Tuzish"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "Oxirgi yangilanish"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "Oxirgi tekshiruv"
@@ -464,7 +388,7 @@ msgstr "Nusxa olingan jadvalga o‘tish"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -481,17 +405,17 @@ msgstr "Ma`lumotlar bazasida bironta ham jadval mavjud emas."
msgid "unknown"
msgstr "noma`lum"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "\"%s\" jadvali tozalandi"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "\"%s\" namoyishi o‘chirildi"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "\"%s\" jadvali o‘chirildi"
@@ -504,7 +428,7 @@ msgstr "Kuzatish faol."
msgid "Tracking is not active."
msgstr "Kuzatish faol emas."
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
@@ -513,12 +437,12 @@ msgstr ""
"Ushbu namoyish kamida ko‘rsatilgan miqdorda qatorlarga ega. Batafsil "
"ma`lumot uchun %sdokumentatsiyaga%s qarang."
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "Namoyish"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -534,21 +458,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "\"%s\" - MySQL serveridagi andozaviy ma`lumotlar jadvali turi."
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "Belgilanganlarni:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "Barchasini belgilash"
@@ -556,50 +480,51 @@ msgstr "Barchasini belgilash"
msgid "Check tables having overhead"
msgstr "Optimallashtirish lozim bo‘lgn jadvallarni belgilash"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Eksport"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "Chop etish versiyasi"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "Tozalash"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "O‘chirish"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "Jadvalni tekshirish"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "Jadvalni optimallashtirish"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "Jadvalni tiklash"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "Jadval tahlili"
@@ -609,13 +534,13 @@ msgstr "Jadval tahlili"
msgid "Add prefix to table"
msgstr "Ushbu jadvalga o‘tish"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Jadval ma`lumotlarini fayl ma`lumotlari bilan almashtirish"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
#, fuzzy
#| msgid "Replace table data with file"
msgid "Copy table with prefix"
@@ -629,20 +554,20 @@ msgstr "Ma`lumotlar lug‘ati"
msgid "Tracked tables"
msgstr "Kuzatilgan jadvallar"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "Ma`lumotlar bazasi"
@@ -658,9 +583,9 @@ msgstr "Tuzildi"
msgid "Updated"
msgstr "Yangilandi"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "Holat"
@@ -668,14 +593,14 @@ msgstr "Holat"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "Amal"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "Ko‘rsatish"
@@ -708,7 +633,7 @@ msgstr "Tuzilma rasmi"
msgid "Untracked tables"
msgstr "Kuzatilmagan jadvallar"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "Jadvalni kuzatish"
@@ -766,7 +691,7 @@ msgstr "Jadvallarni eksport qilish"
msgid "Value for the column \"%s\""
msgstr ""
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
@@ -775,7 +700,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -913,7 +838,7 @@ msgstr ""
"Import modullari mavjud emas! O‘rnatilgan phpMyAdmin nusxasining libraries/"
"export katalogini tekshiring."
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "\"%s\" xatcho‘pi tuzildi"
@@ -941,10 +866,10 @@ msgstr ""
"Odatda, bu hol, php-ssenariylar uchun ajratilgan vaqt oshirilmaguncha "
"phpMyAdmin dasturi import jarayonini yakunla olmasligini bildiradi."
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "SQL so‘rovi muvaffaqiyatli bajarildi"
@@ -970,7 +895,7 @@ msgstr ""
msgid "Do you really want to execute \"%s\"?"
msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "Ma`lumotlar bazasi to‘liq O‘CHIRILADI!"
@@ -1021,7 +946,7 @@ msgstr "Indеks(lar)ni saqlash"
msgid "Edit Index"
msgstr "Tahrirlash usuli"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add column(s)"
msgid "Add %d column(s) to index"
@@ -1054,8 +979,8 @@ msgstr "Kiritilgan parollar bir xil emas!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -1081,9 +1006,9 @@ msgstr "Yopish"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1113,7 +1038,7 @@ msgstr ""
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "Jami"
@@ -1336,7 +1261,7 @@ msgstr "Vеrsiyalar"
msgid "Traffic"
msgstr "Trafik"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
#, fuzzy
#| msgid "settings"
msgid "Settings"
@@ -1362,12 +1287,12 @@ msgstr "To‘rga bog‘lab qo‘yish"
msgid "Please add at least one variable to the series"
msgstr ""
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "Yo‘q"
@@ -1561,10 +1486,10 @@ msgid "Explain output"
msgstr "So‘rov tahlili"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "Vaqt"
@@ -1674,10 +1599,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "Import"
@@ -1738,9 +1663,9 @@ msgstr ""
msgid "Test"
msgstr ""
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "Bekor qilish"
@@ -1772,9 +1697,9 @@ msgstr ""
msgid "Adding Primary Key"
msgstr ""
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "OK"
@@ -1830,19 +1755,19 @@ msgstr "Indеks(lar)ni saqlash"
msgid "Show indexes"
msgstr "To‘rni ko‘rsatish"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "Tashqi kalitlarni tekshirishni o‘chirish"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "Faollashtirilgan"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1928,8 +1853,8 @@ msgid "No rows selected"
msgstr ""
"Amalni amalga oshirish uchun bitta yoki bir nechta qatorni tanlash kerak."
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "O‘zgartirish"
@@ -1939,8 +1864,8 @@ msgstr "O‘zgartirish"
msgid "Query execution time"
msgstr "Maksimum bajarilish vaqti"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d soni to‘g‘ri qator raqami emas!"
@@ -1949,8 +1874,8 @@ msgstr "%d soni to‘g‘ri qator raqami emas!"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "Saqlash"
@@ -2018,12 +1943,12 @@ msgstr "So‘rov natijalarini ishlatish"
msgid "Data point content"
msgstr "Ma`lumotlar fayli ko‘rsatgichi hajmi"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "E`tibor bermaslik"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr ""
@@ -2046,7 +1971,7 @@ msgid "Please select the primary key or a unique key"
msgstr ""
"Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
#, fuzzy
#| msgid "Choose field to display"
msgid "Choose column to display"
@@ -2143,7 +2068,7 @@ msgstr "Generatsiya qilish"
msgid "Change Password"
msgstr "Parolni o‘zgartirish"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
#, fuzzy
#| msgid "Mon"
msgid "More"
@@ -2583,13 +2508,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "Xatolik"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL so‘rovi"
@@ -2661,7 +2586,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "Jadval turlari"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "Profillashtirish"
@@ -2688,165 +2613,166 @@ msgstr "\"%s\" kun, \"%s\" soat, \"%s\" minut va \"%s\" sekund"
msgid "Missing parameter:"
msgstr "Muolajalar"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "Boshi"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
msgid "Previous"
msgstr "Orqaga"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "Keyingi"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "Oxiri"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "\"%s\" ma`lumotlar bazasiga o‘tish"
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr ""
" \"%s\" parametrining ishi ma`lum xatolikka olib kelishi mumkin, batafsil "
"ma`lumot uchun qarang \"%s\""
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "Tanlash uchun sichqoncha tugmasini bosing"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "Tuzilishi"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "Qo‘yish"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "Ko‘rib chiqish"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "Operatsiyalar"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr ""
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, fuzzy, php-format
#| msgid "web server upload directory"
msgid "Select from the web server upload directory %s:"
msgstr "Yuklash katalogidan"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "Ko‘rsatilgan katalokka yuklab bo‘lmadi"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr ""
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr ""
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "Chop etish"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "Shrift o‘lchami"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "O‘sish tartibida"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "Kamayish tartibida"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "Sortirovka qilish"
@@ -2876,8 +2802,8 @@ msgid "Use Tables"
msgstr "Jadvallarni ishlatish"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "Yoki"
@@ -2945,13 +2871,13 @@ msgstr[1] "\"%s\" jadvalida o‘xshashliklar soni \"%s\" ta"
msgid "Delete the matches for the %s table?"
msgstr "Ushbu jadval uchun kuzatuv ma’lumotlari o‘chirish"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2988,149 +2914,149 @@ msgstr "Quyidagi jadval(lar)da qidirish:"
msgid "Inside column:"
msgstr "Quyidagi maydon(lar)da qidirish: "
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "Saqlash direktoriyasi"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Restore column order"
msgstr "CHAR maydonidagi ustunlar soni"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Start"
msgid "Start row"
msgstr "Boshlash"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows"
msgstr "Maydonlar soni "
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "Mon"
msgid "Mode"
msgstr "Dush"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "gorizontal"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "gorizontal (aylantirilgan sarlavhalar)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "vertikal"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Execute bookmarked query"
msgid "Headers every %s rows"
msgstr "Belgilangan so‘rovni bajarish"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "Indeks bo‘yicha sortirovka qilish"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "Parametrlar"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Ma`lumotlarni qisqartirib ko‘rsatish"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Ma`lumotlarni kengaytirilgan holda ko‘rsatish"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "Aloqador kalit"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Aloqador maydon qiymati"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "Ikkilik ma`lumotlarni ko‘rsatish"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "BLOB turidagi ma`lumotlarni ko‘rsatish"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "Ikkilik ma’lumotlarni o‘n oltilik shaklda ko‘rsatish"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "O‘girish"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "Yozuv o‘chirildi"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "Tugatish"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
@@ -3138,48 +3064,48 @@ msgstr ""
"Taxminiy bo‘lishi mumkin. [a@./Documentation."
"html#faq3_11@Documentation]\"FAQ 3.11\"[/a]ga qarang"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "so‘rov bo‘yicha"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "Yozuvlarni ko‘rsatish"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "jami"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "So‘rov %01.4f sekund vaqt oldi"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "So‘rov natijalarini ishlatish"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "Chop etish versiyasi (to‘la)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF-sxemani ko‘rsatish"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
#, fuzzy
#| msgid "Create version"
msgid "Create view"
msgstr "Vеrsiyasini tuzish"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "Aloqa topilmadi"
@@ -3247,29 +3173,29 @@ msgid "Open new phpMyAdmin window"
msgstr "phpMyAdmin dasturini yangi oynada ochish"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "Brauzerda \"cookies\" faollashtirilgan bo‘lishi shart."
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "Brauzerda \"cookies\" faollashtirilgan bo‘lishi shart."
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "Indeks belgilanmagan!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "Indekslar"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "Unikal"
@@ -3282,6 +3208,16 @@ msgstr "Qisilgan"
msgid "Cardinality"
msgstr "Elementlar soni"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "Taqqoslash"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3304,95 +3240,95 @@ msgid ""
"removed."
msgstr "%1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin."
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "Ma`lumotlar bazalari"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "Server"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "Kuzatish"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "Triggerlar"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "Jadval - bo‘sh!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "Ma`lumotlar bazasi bo‘sh!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "So‘rov"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "Privilegiyalar"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "Muolajalar"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "Hodisalar"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "Dizayner"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "Foydalanuvchi"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "Sinxronizatsiya qilish"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "Ikkilik jurnal"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "O‘zgaruvchilar"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "Kodirovkalar"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "Jadval turlari"
@@ -3464,55 +3400,55 @@ msgstr "\"%s\" turidagi jadvallar ushbu MySQL serverda faolsizlantirilgan."
msgid "This MySQL server does not support the %s storage engine."
msgstr "Ushbu MySQL serveri \"%s\" turdagi jadvallar bilan ishlay olmaydi."
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "Replikatsiya serveri ahvoli haqida ma`lumot"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "Manba baza"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "\"%s\" mavzusi topilmadi!"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "Noto‘g‘ri ma`lumotlar bazasi"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "Jadval nomi noto‘g‘ri"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "%1$s jadvalini %2$s deb qayta nomlashda xatolik"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "`\"%s\"` jadvalining nomi `\"%s\"` deb o‘zgartirildi."
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr ""
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3525,16 +3461,16 @@ msgstr ""
msgid "Function"
msgstr "Funksiya"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "Operator"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "Qiymati"
@@ -3551,66 +3487,66 @@ msgstr "Qidirish"
msgid "Edit/Insert"
msgstr "Qo‘yish"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
#, fuzzy
#| msgid "Select fields (at least one):"
msgid "Select columns (at least one):"
msgstr "Maydonni tanlang (kamida bitta):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "Qidirish shartini ko‘shish (ya`ni \"where\" jumlasi):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "Sahifadagi qatorlar soni"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "Sortirovka:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "Ko‘rsatiladigan qatorlarning maksimal soni"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "Tashqi qiymatlarni ko‘rib chiqish"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "SQL Query box"
msgid "Additional search criteria"
msgstr "SQL so‘rovlari qutisi"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "\"Namunadagi so‘rovni bajarish\" (o‘rniga qo‘yish belgisi: \"%\")"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "\"Namunadagi so‘rovni bajarish\" (o‘rniga qo‘yish belgisi: \"%\")"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "Nazorat foydalanuvchisi"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3957,14 +3893,14 @@ msgstr "Jadvallar"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "Ma`lumotlar"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "Fragmentlangan"
@@ -3995,25 +3931,25 @@ msgstr "\"%s\" ma`lumotlar bazasining privilegiyalarni tekshirish"
msgid "Check Privileges"
msgstr "Privilegiyalarni tekshirish"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Failed to read configuration file"
msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, fuzzy, php-format
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not load default configuration from: %1$s"
msgstr "\"%1$s\" faylidan andoza konfiguratsiyani yuklab bo‘lmadi."
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -4025,39 +3961,39 @@ msgstr ""
"$cfg[\"PmaAbsoluteUrl\"] direktivasi konfiguratsion faylda "
"sozlanishi SHART!"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, fuzzy, php-format
#| msgid "Invalid server index: \"%s\""
msgid "Invalid server index: %s"
msgstr "Server raqami noto‘g‘ri: \"%s\""
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr ""
" %1$s serveri uchun noto‘g‘ri xost nomi ko‘rsatilgan. phpMyAdmin "
"konfiguratsion faylida belgilangan sozlashlarni to‘g‘irlang."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr ""
"phpMyAdmin konfiguratsion faylida noto‘g‘ri autentifikatsiya usuli "
"belgilangan:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "\"%s\" ni \"%s\" versiyaga yoki kattaroq versiyaga yangilash zarur."
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -4090,37 +4026,37 @@ msgstr "Yopish"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "Faolsizlantirilgan"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "tuzilish"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr ""
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
#, fuzzy
#| msgid "Structure and data"
msgid "structure and data"
@@ -4252,8 +4188,8 @@ msgid "Allow users to customize this value"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "Tozalash"
@@ -4556,7 +4492,7 @@ msgstr ""
msgid "Maximum execution time"
msgstr "Maksimum bajarilish vaqti"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "Fayl kabi saqlash"
@@ -4565,7 +4501,7 @@ msgid "Character set of the file"
msgstr "Fayl kodirovkasi"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "Format"
@@ -4578,13 +4514,13 @@ msgstr "Siqish"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
@@ -4592,8 +4528,7 @@ msgstr "Maydon nomlarini birinchi qatorga joylashtirish"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed by"
@@ -4601,8 +4536,7 @@ msgstr "Maydon qiymatlari quyidagi belgi ichiga olingan "
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped by"
@@ -4624,16 +4558,14 @@ msgstr "Maydonlar ichidagi satrdan-satrga ko‘chirish belgilarini olib tashlash
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns terminated by"
msgstr "Qatorlar bo‘luvchisi"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "Qatorlar bo‘luvchisi"
@@ -4661,7 +4593,7 @@ msgstr "Jadval nomi shabloni"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
#, fuzzy
#| msgid "%s table(s)"
@@ -4674,8 +4606,8 @@ msgid "Include table caption"
msgstr "Jadvalga sarlavha qo‘shish"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "Jadval sarlavhasi"
@@ -4684,20 +4616,20 @@ msgid "Continued table caption"
msgstr "Jadval sarlavhasi (davomi)"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "Belgi identifikatori"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME turi"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "Aloqalar"
@@ -4720,6 +4652,11 @@ msgstr "Mavjud fayl(lar) ustidan yozish"
msgid "Remember file name template"
msgstr "Fayl nomi shablonini yodda saqlash"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "AUTO_INCREMENT qo‘shish"
+
#: libraries/config/messages.inc.php:124
#, fuzzy
#| msgid "Enclose table and field names with backquotes"
@@ -4732,7 +4669,7 @@ msgid "SQL compatibility mode"
msgstr "SQL bilan moslik rejimi"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr ""
@@ -4745,10 +4682,17 @@ msgid "Use delayed inserts"
msgstr "Kechiktirilgan qo‘yish (DELAYED INSERTS) dan foydalanish"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "Tashqi kalitlarni tekshirishni o‘chirish"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "\"%s\" qo‘shish"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "BLOB turidagi ma`lumotlarni o‘n oltilik shaklda namoyish etish"
@@ -4762,7 +4706,7 @@ msgid "Syntax to use when inserting data"
msgstr ""
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "Tuzilayogan so‘rovning maksimal uzunligi"
@@ -4773,7 +4717,7 @@ msgid "Export type"
msgstr "Jadvallarni eksport qilish"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "Tranzaksiyaga eksportni qo‘shish"
@@ -4830,7 +4774,6 @@ msgstr "Eksport afzalliklarini sozlash"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -5193,14 +5136,12 @@ msgid "Partial import: allow interrupt"
msgstr "Qisman import: uzishga ruxsat berish"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr ""
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "Jadval ma`lumotlarini fayl ma`lumotlari bilan almashtirish"
@@ -5217,7 +5158,6 @@ msgid "Format of imported file"
msgstr "Import qilinayotgan fayl formati"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "\"LOCAL\" kalit so‘zini ishlatish"
@@ -5227,7 +5167,7 @@ msgid "Column names in first row"
msgstr "Birinchi qatorga ustun nomlari"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "Bo‘sh qatorlarni import qilmaslik"
@@ -6420,7 +6360,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "Parol"
@@ -6598,14 +6538,12 @@ msgstr "Autentifikatsiya tartibi"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "\"LOAD DATA\" ishlatilgan CSV"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "Open Document jadvali"
@@ -6705,7 +6643,7 @@ msgstr ""
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6713,17 +6651,17 @@ msgid ""
"configured)."
msgstr "(yoki lokal MySQL serverning soketi noto‘g‘ri sozlangan)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "Server javob bermayapti"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "Tafsilotlar..."
@@ -6774,24 +6712,24 @@ msgid "Create"
msgstr "Tuzish"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "Privilegiyalar yo‘q"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "Jadval tuzish"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "Nomi"
@@ -7507,7 +7445,7 @@ msgid "No data found for GIS visualization."
msgstr ""
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL bo‘sh natija berdi (ya`ni nolta satr)."
@@ -7566,7 +7504,7 @@ msgid "Go to view: %s"
msgstr "Ushbu ko‘rinishga o‘tish"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "Yashirish"
@@ -7634,11 +7572,11 @@ msgstr ""
"Maydonlararo o‘tish uchun TAB tugmasi yoki CTRL+strelka tugmalaridan "
"foydalaning"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "SQL-so‘rovni ko‘rsatish"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "Kiritilgan qator identifikatori: %1$d"
@@ -7655,38 +7593,38 @@ msgstr "Yo‘q"
msgid "Convert to Kana"
msgstr ""
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Jum"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "Bajarish"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add prefix"
msgstr "Indеks(lar)ni saqlash"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "O‘zgarish yo‘q"
@@ -7892,7 +7830,170 @@ msgstr "phpMyAdmin dokumentatsiyasi"
msgid "Reload navigation frame"
msgstr "Navigatsiya oynasini qayta yuklash"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "\"%s\" ma`lumotlar ombori o‘chirildi."
+
+#: libraries/operations.lib.php:121
+#, fuzzy
+#| msgid "Rename database to"
+msgid "Remove database"
+msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish"
+
+#: libraries/operations.lib.php:127
+#, fuzzy
+#| msgid "Go to database"
+msgid "Drop the database (DROP)"
+msgstr "Ushbu bazaga o‘tish"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "Faqat tuzilishi"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "Tuzilishi va ma`lumotlari"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "Faqat ma`lumotlar"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "Ma`lumotlar bazasidan quyidagiga nusxa olish"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "Nusxa ko‘chirishdan oldin ma`lumotlar bazasi tuzing (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "Cheklovlar qo‘shish"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "Nusxa olingan ma`lumotlar bazasiga o‘tish"
+
+#: libraries/operations.lib.php:282
+#, fuzzy
+#| msgid "Relational schema"
+msgid "Edit or export relational schema"
+msgstr "Aloqalar sxemasi"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "Jadval sortirovkasini o‘zgartirish"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(ustun)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "Jadvalni (ma`lumotlar bazasi.jadval) ga ko‘chirish:"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "Jadval parametrlari"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "Jadval nomini o‘zgartirish"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "Jadval turi"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "Jadvaldan (ma`lumotlar ombori.jadval) ga nusxa ko‘chirish:"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "Nusxa olingan jadvalga o‘tish"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "Jadvalga xizmat ko‘rsatish"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "Jadvalni defragmentatsiyalash"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "\"%s\" jadvali keshi yangilandi"
+
+#: libraries/operations.lib.php:1183
+#, fuzzy
+#| msgid "Flush the table (\"FLUSH\")"
+msgid "Flush the table (FLUSH)"
+msgstr "Jadval keshini yangilash (\"FLUSH\")"
+
+#: libraries/operations.lib.php:1231
+#, fuzzy
+#| msgid "Delete tracking data for this table"
+msgid "Delete data or table"
+msgstr "Ushbu jadval uchun kuzatuv ma’lumotlari o‘chirish"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr ""
+
+#: libraries/operations.lib.php:1247
+#, fuzzy
+#| msgid "Go to database"
+msgid "Delete the table (DROP)"
+msgstr "Ushbu bazaga o‘tish"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "Tahlil"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "Tekshirish"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "Optimizatsiya"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "Qayta qurish"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "Tiklash"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "bo‘laklarga xizmat ko‘rsatish"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "\"%s\" bo‘lagi"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "Bo‘laklarni (PARTITIONS) o‘chirish"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "Ma`lumotlar yaxlitligini tekshirish:"
+
+#: libraries/plugin_interface.lib.php:481
#, fuzzy
#| msgid "This format has no options"
msgid "This format has no options"
@@ -7903,7 +8004,7 @@ msgid "Cannot connect: invalid settings."
msgstr "Ulanib bo‘lmadi: noto‘g‘ri sozlangan."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7933,36 +8034,36 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "Avtorizatsiya"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "Siz xost/IP adres va bo‘sh joy qoldirib portni kiritishingiz mumkin."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "Server"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "Foydalanuvchi:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "Parol:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "Serverni tanlang"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
@@ -7970,7 +8071,7 @@ msgstr ""
"Parolsiz autentifikatsiya konfiguratsiya tomonidan o‘chirilgan (qarang "
"AllowNoPassword)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
@@ -7978,8 +8079,8 @@ msgstr ""
"\"%s\" soniya davomida faollik kuzatilmadi, iltimos, qayta avtorizatsiyadan "
"o‘ting."
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "MySQL serveriga ulanib bo‘lmadi"
@@ -8012,63 +8113,63 @@ msgstr "To‘g‘ri autentifikatsiya kaliti ulanmagan"
msgid "Authenticating..."
msgstr "Autentifikatsiya..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
#, fuzzy
#| msgid "Lines terminated by"
msgid "Columns separated with:"
msgstr "Qatorlar bo‘luvchisi"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
#, fuzzy
#| msgid "Fields enclosed by"
msgid "Columns enclosed with:"
msgstr "Maydon qiymatlari quyidagi belgi ichiga olingan "
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
#, fuzzy
#| msgid "Fields escaped by"
msgid "Columns escaped with:"
msgstr "Belgi oldida quyidagi belgi mavjud "
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
#, fuzzy
#| msgid "Lines terminated by"
msgid "Lines terminated with:"
msgstr "Qatorlar bo‘luvchisi"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
#, fuzzy
#| msgid "Replace NULL by"
msgid "Replace NULL with:"
msgstr "NULL qiymatni quyidagiga almashtirish"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
#, fuzzy
#| msgid "Remove CRLF characters within fields"
msgid "Remove carriage return/line feed characters within columns"
msgstr "Maydonlar ichidagi satrdan-satrga ko‘chirish belgilarini olib tashlash"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition:"
msgstr "Excel-versiyasi"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
#, fuzzy
#| msgid "Databases display options"
@@ -8076,21 +8177,21 @@ msgid "Data dump options"
msgstr "Ma`lumotlar bazalarini ko‘rsatish afzalliklari"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "Jadval ma`lumotlarini damp qilish"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "Hodisa"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -8099,23 +8200,23 @@ msgstr "Hodisa"
msgid "Definition"
msgstr "Tavsifi"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "Jadval tuzilishi"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "Namoyish etish uchun tuzilma"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "Namoyish etish uchun tuzilma"
@@ -8132,47 +8233,47 @@ msgstr "(davomi)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ jadvalining tuzilishi"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
msgstr "O‘girishlar parametrlari"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
#, fuzzy
#| msgid "Table caption"
msgid "Table caption (continued)"
msgstr "Jadval sarlavhasi"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Display foreign key relationships"
msgstr "Tashqi kalitlarni tekshirishni o‘chirish"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display comments"
msgstr "Maydon izohlarini ko‘rsatish"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
#, fuzzy
#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Mavjud MIME turlari"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -8180,35 +8281,35 @@ msgstr "Mavjud MIME turlari"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "Xost"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "Tuzilgan sana"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "Server versiyasi"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP versiyasm"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "Tarkibini eksport qilish"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -8224,147 +8325,147 @@ msgstr "(Ma`lum bir jadval ma`lumotlarini o‘z ichiga olgan hisobot tuzish)"
msgid "Report title:"
msgstr "Hisobot sarlavhasi"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
#, fuzzy
#| msgid "Add custom comment into header (\\n splits lines)"
msgid "Additional custom header comment (\\n splits lines):"
msgstr ""
"Sarlavhaga o‘z izohingizni qo‘shish (\\n belgisi satrdan satrga o‘tkazadi)"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr ""
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, fuzzy, php-format
#| msgid "Statements"
msgid "Add %s statement"
msgstr "Tavsif"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
#, fuzzy
#| msgid "Statements"
msgid "Add statements:"
msgstr "Tavsif"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Transformation options"
msgid "Data creation options"
msgstr "O‘girishlar parametrlari"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Muolajalar"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "Funksiyalar"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "Saqlangan jadvallarning tashqi kalitida cheklovlar"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "Jadvallarning tashqi kalitida cheklovlar"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "JADVAL UCHUN MIME TURLARI"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "Jadval aloqalari"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -8384,8 +8485,8 @@ msgstr "Namoyish"
msgid "Export contents"
msgstr "Tarkibini eksport qilish"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -8404,60 +8505,51 @@ msgstr ""
msgid "Column names: "
msgstr "Maydon nomlari"
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV importidagi paramert noto‘g‘ri: \"%s\""
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr ""
"Kiritilayotgan CSV ma`lumotlarning %d qatoridagi ma`lumotlar formati "
"noto‘g‘ri."
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, fuzzy, php-format
#| msgid "Invalid field count in CSV input on line %d."
msgid "Invalid column count in CSV input on line %d."
msgstr ""
"Kiritilayotgan CSV ma`lumotlarning %d qatoridagi maydonlar soni noto‘g‘ri."
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "Jadval nomi"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "Maydon nomlari"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "Ushbu modul qisilgan ma`lumotlarni import qila olmaydi!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki jadvali"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
@@ -8465,22 +8557,22 @@ msgstr ""
"Kiritilayotgan CSV ma`lumotlarning %d qatoridagi ma`lumotlar formati "
"noto‘g‘ri."
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
#, fuzzy
#| msgid "Import percentages as proper decimals (12.00% to .12)"
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr ""
"Foizlarni mos o‘nli kasrlar kabi import qilish (masalan, 12.00% o‘rniga 0.12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
#, fuzzy
#| msgid "Import currencies ($5.00 to 5.00)"
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "Pul birliklarini import qilish (masalan, $5.00 ni 5.00 ga)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
@@ -8488,45 +8580,45 @@ msgstr ""
"Ko‘rsatilgan XML fayl yo noto‘g‘ri tuzilgan yo chala. Uni to‘g‘irlab, qayta "
"harakat qilib ko‘ring."
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "File %s does not contain any key id"
msgid "The imported file does not contain any data"
msgstr "\"%s\" faylida kalit identifikatori mavjud emas"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
#, fuzzy
#| msgid "SQL compatibility mode"
msgid "SQL compatibility mode:"
msgstr "SQL bilan moslik rejimi"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
#, fuzzy
#| msgid "Do not use AUTO_INCREMENT for zero values"
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "Nol qiymatlari uchun \"AUTO_INCREMENT\" ishlatmaslik"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8732,7 +8824,7 @@ msgid "Enabled"
msgstr "Faollashtirilgan"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "Aloqalarning asosiy imkoniyatlari"
@@ -8812,7 +8904,7 @@ msgstr ""
"Yangilangan konfiguratsiya fayli ishga tushishi uchun, phpMyAdmin dasturidan "
"chiqib, qayta kiring."
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "tavsif mavjud emas"
@@ -8864,7 +8956,7 @@ msgstr "Tobе rеplikatsiya sеrvеri statusi"
msgid "Variable"
msgstr "O‘zgaruvchi"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "Server ID si"
@@ -8890,8 +8982,8 @@ msgstr "Har qaysi foydalanuvchi"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "Matnmaydonini ishlatish"
@@ -8994,7 +9086,7 @@ msgstr "Tafsilotlar..."
msgid "Event name"
msgstr "Hodisa turi"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "Hodisa turi"
@@ -9453,12 +9545,12 @@ msgstr "Mundarija"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "Atributlar"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "Qo‘shimcha"
@@ -9501,6 +9593,10 @@ msgstr "Jadvallarni tanlang"
msgid "Select Tables"
msgstr "Jadvallarni tanlang"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "Maydon nomlari"
+
#: libraries/schema/User_Schema.class.php:403
#, fuzzy
#| msgid "Relational schema"
@@ -9792,14 +9888,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "Jadval darajasijagi privilegiyalar"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "IZOH: MySQL privilegiyalari turlari ingliz tilida ko‘rsatiladi."
@@ -9808,12 +9904,12 @@ msgid "Administration"
msgstr "Administratsiya"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "Global privilegiyalar"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "Ma`lumotlar bazasi privilegiyalari"
@@ -9877,16 +9973,16 @@ msgid "Users having access to "%s""
msgstr "\"%s\"ga ruxsati bo‘lgan foydalanuvchilar"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "Foydalanuvchi"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "GRANT"
@@ -9897,8 +9993,8 @@ msgid "User has been added."
msgstr "\"%s\" namoyishi o‘chirildi"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "Har qaysi"
@@ -9914,14 +10010,14 @@ msgstr "Ma`lumotlar bazasi darajasida"
msgid "wildcard"
msgstr "Guruhlash belgisi"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Bironta ham foydalanuvchi topilmadi."
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "Privilegiyalarni tahrirlash"
@@ -9929,26 +10025,20 @@ msgstr "Privilegiyalarni tahrirlash"
msgid "Revoke"
msgstr "Bekor qilish"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "Eksport"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "va eskisini saqlash."
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "va foydalanuvchilar jadvalidan eskisini o‘chirish."
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
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:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -9956,85 +10046,79 @@ msgstr ""
", foydalanuvchilar jadvalidan eskisini o‘chirib privilegiyalarni qayta "
"yuklash."
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "Foydalanuvchining loginini o‘zgartirish / Foydalanuvchidan nusxa olish"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "Xuddi shunday privilegiyali yangi foydalanuvchi kiritish..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "Maydon privilegiyalari"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "Quyidagi ma`lumotlar omboriga privilegiya qo‘shish"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
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:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "Quyidagi jadvalga privilegiya qo‘shish"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "Belgilangan foydalanuvchilarni o‘chirish"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
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:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
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:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "O‘chirish lozim bo‘lgan foydalanuvchilar tanlanmagan!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "Privilegiyalar qayta yuklanmoqda"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "Belgilangan foydalanuvchilar muvaffaqiyatli o‘chirildi."
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "\"%s\" uchun privilegiyalar o‘zgartirildi."
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "Privilegiyalar"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegiyalar"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Foydalanuvchilar hisobini ko‘rib chiqish"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -10047,11 +10131,11 @@ msgstr ""
"ma`lumotlar server tomonidan ishlatilayotgan privilegiyalardan farq qilishi "
"mumkin. Bu holda %sprivilegiyalarni qayta yuklash%s kerak."
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "Belgilangan foydalanuvchi privilegiyalar jadvalida topilmadi."
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "Siz yangi foydalanuvchi qo‘shdingiz."
@@ -10103,11 +10187,11 @@ msgstr "Tozalash"
msgid "Columns"
msgstr "Maydon nomlari"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "Ushbu SQL so‘roviga xatcho‘p tuzish"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "Barcha foydalanuvchilarga ruxsat berish"
@@ -10237,8 +10321,8 @@ msgstr ""
"ishlatmang."
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "Indeks"
@@ -10292,13 +10376,13 @@ msgstr "Yo‘q"
msgid "As defined:"
msgstr "Qoidaga ko‘ra:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "Birlamchi"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "Matn to‘laligicha"
@@ -10312,23 +10396,18 @@ msgstr ""
msgid "after %s"
msgstr "\"%s\" dan keyin"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, fuzzy, php-format
#| msgid "Add column(s)"
msgid "Add %s column(s)"
msgstr "Ustun(lar) qo‘shish"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
#, fuzzy
#| msgid "You have to add at least one field."
msgid "You have to add at least one column."
msgstr "Hech bo‘lmaganda bitta maydon kiritish shart."
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "Jadval turi"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "Bo‘laklarni (PARTITIONS) belgilash"
@@ -10339,7 +10418,7 @@ msgstr "Bo‘laklarni (PARTITIONS) belgilash"
msgid "Manage your settings"
msgstr "Boshqa sozlanishlar"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
@@ -10391,7 +10470,7 @@ msgstr "MySQL bilan ulanishni chog‘ishtirish"
msgid "Appearance Settings"
msgstr "Boshqa sozlanishlar"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
#, fuzzy
#| msgid "settings"
msgid "More settings"
@@ -10606,162 +10685,162 @@ msgstr "Chap menyuni ko‘rsatish/yashirish"
msgid "Save position"
msgstr "Jadvallar joylashishini saqlash"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "Bog‘liqlik o‘rnatish"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "Qayta yuklash"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "Yordam"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "Burchakli bog‘lanishlar"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "To‘g‘ridan-to‘g‘ri bog‘lanishlar"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "To‘rga bog‘lab qo‘yish"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "Barcha jadvallar ko‘rsatilishini Taxlash/Tiklash"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "Teskari ko‘rsatish"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr ""
"Aloqani tanlash uchun rasmda ko‘rsatilganikabi ulanish nuqtasiga bosing:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "PDF-sxemaga/sxemadan jadval koordinatalarini import/eksport qilish"
-#: pmd_general.php:135
+#: pmd_general.php:146
#, fuzzy
#| msgid "Submit Query"
msgid "Build Query"
msgstr "so‘rovni bajarish"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "Menyuni ko‘chirish"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "Barcha jadvallarni yashirish/ko‘rsatish"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "Aloqa mavjud bo‘lmagan jadvallarni yashirish/ko‘rsatish"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "Jadvallar soni"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "Bog‘liqlikni o‘chirish"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
#, fuzzy
#| msgid "Relation deleted"
msgid "Relation operator"
msgstr "Aloqa o‘chirildi"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
#, fuzzy
#| msgid "Export"
msgid "Except"
msgstr "Eksport"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
#, fuzzy
#| msgid "in query"
msgid "subquery"
msgstr "so‘rov bo‘yicha"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
#, fuzzy
#| msgid "Rename view to"
msgid "Rename to"
msgstr "Ko‘rinish nomini o‘zgartirish"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
#, fuzzy
#| msgid "User name"
msgid "New name"
msgstr "Foydalanuvchi nomi"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
#, fuzzy
#| msgid "Create"
msgid "Aggregate"
msgstr "Tuzish"
-#: pmd_general.php:839
+#: pmd_general.php:851
#, fuzzy
#| msgid "Table options"
msgid "Active options"
msgstr "Jadval parametrlari"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "Sahifa tuzildi"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "Sahifa tuzib bo‘lmadi"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
#, fuzzy
#| msgid "pages"
msgid "Page"
msgstr "sahifalar soni "
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
#, fuzzy
#| msgid "Import files"
msgid "Import from selected page"
msgstr "Fayllarni import qilish"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
#, fuzzy
#| msgid "Export/Import to scale"
msgid "Export to selected page"
msgstr "Masshtab"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
#, fuzzy
#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr "Yangi indeks tuzish"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
#, fuzzy
#| msgid "User name"
msgid "New page name: "
msgstr "Foydalanuvchi nomi"
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "Masshtab"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "tavsiya etilgan"
@@ -10769,7 +10848,7 @@ msgstr "tavsiya etilgan"
msgid "Error: relation already exists."
msgstr "Xatolik: Bog‘liqlik allaqachon mavjud."
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "Xatolik: Bog‘liqlik o‘rnatilmadi."
@@ -10777,7 +10856,7 @@ msgstr "Xatolik: Bog‘liqlik o‘rnatilmadi."
msgid "FOREIGN KEY relation added"
msgstr "Tashqi kalitga (FOREIGN KEY) aloqa o‘rnatildi"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "Ichki aloqa o‘rnatildi"
@@ -10785,11 +10864,11 @@ msgstr "Ichki aloqa o‘rnatildi"
msgid "Relation deleted"
msgstr "Aloqa o‘chirildi"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "Koordinatalarni saqlashda xatolik."
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "O‘zgaririshlar saqlandi"
@@ -10799,74 +10878,74 @@ msgstr "O‘zgaririshlar saqlandi"
msgid "Cannot save settings, submitted form contains errors"
msgstr "Berilgan formada xatolar mavjud"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not import configuration"
msgstr "\"%1$s\" faylidan andoza konfiguratsiyani yuklab bo‘lmadi."
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr ""
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr ""
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr ""
-#: prefs_manage.php:243
+#: prefs_manage.php:248
#, fuzzy
#| msgid "Import files"
msgid "Import from file"
msgstr "Fayllarni import qilish"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr ""
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr ""
-#: prefs_manage.php:258
+#: prefs_manage.php:263
#, fuzzy
#| msgid "Other core settings"
msgid "You have no saved settings!"
msgstr "Boshqa sozlanishlar"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr ""
-#: prefs_manage.php:267
+#: prefs_manage.php:272
#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
msgstr "Server konfiguratsiyasi"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr ""
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr ""
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr ""
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr ""
@@ -10883,43 +10962,43 @@ msgstr "Barcha"
msgid "%s table not found or not set in %s"
msgstr "\"%s\" jadvali topilmadi yoki \"%s\"da o‘rnatilmagan"
-#: schema_export.php:59
+#: schema_export.php:62
#, fuzzy
#| msgid "The \"%s\" table doesn't exist!"
msgid "File doesn't exist"
msgstr "\"%s\" jadvali mavjud emas!"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "Ko‘rish uchun binar jurnalni tanlang"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "Fayllar soni"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "So‘rovlarni qisqartirib ko‘rsatish"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "So‘rovlarning kengaytirilgan ko‘rinishi"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "Jurnal fayli"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "Pozitsiya"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "Asl pozitsiya"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "Ma`lumot"
@@ -11005,17 +11084,17 @@ msgstr ""
msgid "disabled"
msgstr "Faolsizlantirilgan"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "\"%s\" nomli foydalanuvchi mavjud!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "\"%s\" o‘chirilmoqda"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "Privilegiyalar muvaffaqiyatli qayta yuklandi."
@@ -12932,34 +13011,34 @@ msgstr ""
msgid "Do you really want to execute following query?"
msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "PHP-kod sifatida ko‘rsatish"
-#: sql.php:807
+#: sql.php:835
#, fuzzy
#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "SQL to‘g‘riligini tekshirish"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL so‘rovi natijasi"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "Tuzilgan"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "`\"%s\"` jadvalidagi indekslarda muammo mavjud"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "Xatcho‘p belgisi"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "%1$s jadvali muvaffaqiyatli o‘zgartirildi"
@@ -13059,92 +13138,92 @@ msgstr "%1$s jadvali tuzildi."
msgid "View dump (schema) of table"
msgstr "Jadval dampini (sxemasini) namoyish etish"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "Server tanlovini ko‘rsatish"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr ""
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr ""
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Label column"
msgstr "CHAR maydonidagi ustunlar soni"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- yo‘q -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Log file count"
msgid "Spatial column"
msgstr "Jurnal fayllari soni"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr ""
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "Fayl kabi saqlash"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "Jadval nomi"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "Birlamchi indeks nomi \"PRIMARY\" bo‘lishi kerak!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "Indeksni \"PRIMARY\"ga qayta nomlab bo‘lmadi!"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "Indeks qismlari belgilanmagan!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add index"
msgstr "Indеks(lar)ni saqlash"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "Tahrirlash usuli"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "Indeks nomi:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(\"PRIMARY\" nomi faqat birlamchi indeksgaega bo‘lishi shart!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "Indeks turi:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "\"%s\" maydon(lar)ini indeksga qo‘shish"
@@ -13167,162 +13246,62 @@ msgstr "\"%s\" jadvali \"%s\" ga ko‘chirildi."
msgid "Table %s has been copied to %s."
msgstr "\"%s\" jadvalidan \"%s\" ga nusxa ko‘chirildi."
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "Jadval nomi ko‘rsatilmagan!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "Jadval sortirovkasini o‘zgartirish"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(ustun)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "Jadvalni (ma`lumotlar bazasi.jadval) ga ko‘chirish:"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "Jadval parametrlari"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "Jadval nomini o‘zgartirish"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "Jadvaldan (ma`lumotlar ombori.jadval) ga nusxa ko‘chirish:"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "Nusxa olingan jadvalga o‘tish"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "Jadvalga xizmat ko‘rsatish"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "Jadvalni defragmentatsiyalash"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "\"%s\" jadvali keshi yangilandi"
-
-#: tbl_operations.php:708
-#, fuzzy
-#| msgid "Flush the table (\"FLUSH\")"
-msgid "Flush the table (FLUSH)"
-msgstr "Jadval keshini yangilash (\"FLUSH\")"
-
-#: tbl_operations.php:717
-#, fuzzy
-#| msgid "Delete tracking data for this table"
-msgid "Delete data or table"
-msgstr "Ushbu jadval uchun kuzatuv ma’lumotlari o‘chirish"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr ""
-
-#: tbl_operations.php:756
-#, fuzzy
-#| msgid "Go to database"
-msgid "Delete the table (DROP)"
-msgstr "Ushbu bazaga o‘tish"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "bo‘laklarga xizmat ko‘rsatish"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "\"%s\" bo‘lagi"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "Tahlil"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "Tekshirish"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "Optimizatsiya"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "Qayta qurish"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "Tiklash"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "Bo‘laklarni (PARTITIONS) o‘chirish"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "Ma`lumotlar yaxlitligini tekshirish:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "Jadvallarni ko‘rsatish"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "Foydalanilayotgan joy"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "Effektivlik"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "Qatorlar statistikasi"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "statik"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "dinamik"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "Qator uzunligi"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "Qator hajmi"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
" %1$s da tashqi kalit (FOREIGN KEY) tuzishda xatolik (ma`lumot turini "
"tekshiring)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Ichki aloqalar"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
@@ -13330,121 +13309,121 @@ msgstr ""
"Agar tashqi kalit (FOREIGN KEY) orqali aloqa mavjud bo‘lsa, ichki aloqa "
"o‘rnatish shart emas."
-#: tbl_relation.php:420
+#: tbl_relation.php:431
#, fuzzy
#| msgid "Foreign key limit"
msgid "Foreign key constraint"
msgstr "Tashqi kalit chegaralari"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "Turli qiymatlarni ko‘rib chiqish"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr ""
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr ""
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Apply index(s)"
msgid "Add SPATIAL index"
msgstr "Indеks(lar)ni saqlash"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr ""
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
#, fuzzy
#| msgid "None"
msgctxt "None for default"
msgid "None"
msgstr "Yo‘q"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, fuzzy, php-format
#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "\"%s\" jadvali o‘chirildi"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "\"%s\" ga birlamchi kalit qo‘shildi"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "\"%s\" uchun indeks qo‘shildi"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
msgstr "Vеrsiyalarni ko‘rsatish"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "Ustun(lar)ni olib tashlash"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "Chop etish versiyasi"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "Aloqalarni ko‘rish"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "Jadval tuzilishi tahlili"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
#, fuzzy
#| msgid "Add column(s)"
msgid "Add column"
msgstr "Ustun(lar) qo‘shish"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "Jadval oxiriga"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "Jadval boshiga"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "\"%s\" dan keyin"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, fuzzy, php-format
#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "\"%s\" maydon uchun indeks tuzish"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "bo‘laklarga bo‘lingan"
@@ -13638,7 +13617,7 @@ msgstr "Ushbu sahifaga kirish uchun Sizda yetarli huquq mavjud emas!"
msgid "The profile has been updated."
msgstr "Profil yangilandi."
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "Nom ko‘rinishi"
@@ -14842,6 +14821,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Maksimal ulanishlar soni "
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "Eksport"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "Privilegiyalar"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index a6ad4c27a6..086163c645 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,11 +3,11 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
"PO-Revision-Date: 2012-08-04 06:39+0200\n"
"Last-Translator: shanyan baishui \n"
-"Language-Team: Chinese (China) "
-" \n"
+"Language-Team: Chinese (China) \n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -16,12 +16,12 @@ msgstr ""
"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "全部显示"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -39,24 +39,27 @@ msgstr ""
"无法更新目标浏览窗口。可能你已经关闭了父窗口或您浏览器的安全设置阻止了跨窗口"
"更新。"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "搜索"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -68,18 +71,16 @@ msgstr "搜索"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "执行"
@@ -99,7 +100,7 @@ msgstr "说明"
msgid "Use this value"
msgstr "使用此值"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -111,31 +112,31 @@ msgstr "该系统不支持 %s 文件,请访问 www.phpmyadmin.net 查询更多
msgid "Database %1$s has been created."
msgstr "创建数据库 %1$s 成功。"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "数据库注释: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "表注释"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "字段"
@@ -144,11 +145,11 @@ msgstr "字段"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -158,44 +159,44 @@ msgstr "字段"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "类型"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "空"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "默认"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -205,9 +206,9 @@ msgstr "链接到"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -218,21 +219,21 @@ msgstr "注释"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "否"
@@ -240,27 +241,27 @@ msgstr "否"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "是"
@@ -282,109 +283,38 @@ msgstr "全选"
msgid "Unselect All"
msgstr "全不选"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "数据库名不能为空!"
-#: db_operations.php:327
+#: db_operations.php:128
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "已将数据库 %1$s 改名为 %2$s"
-#: db_operations.php:331
+#: db_operations.php:132
#, fuzzy, php-format
#| msgid "Database %s has been copied to %s"
msgid "Database %1$s has been copied to %2$s"
msgstr "已将数据库 %s 复制为 %s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "将数据库改名为"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "删除数据库"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "已被删除数据库 %s 。"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "删除数据库 (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "复制数据库到"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "仅结构"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "结构和数据"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "仅数据"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "复制前创建数据库 (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "添加 %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "添加自增 (AUTO_INCREMENT) 值"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "强制添加"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "切换到复制的数据库"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "整理"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr "phpMyAdmin 高级功能尚未激活。要查出原因,请点击%s此处%s。"
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "编辑或导出关系大纲"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "表"
@@ -392,41 +322,41 @@ msgstr "表"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "行数"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "大小"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "使用中"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "创建时间"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "最后更新"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "最后检查"
@@ -447,7 +377,7 @@ msgstr "切换到 %s可视化查询生成器%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -462,17 +392,17 @@ msgstr "没有在数据库中找到表"
msgid "unknown"
msgstr "未知"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "已清空表 %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "已删除视图 %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "已删除表 %s"
@@ -485,19 +415,19 @@ msgstr "追踪已启用。"
msgid "Tracking is not active."
msgstr "追踪已禁用。"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "该视图最少包含的行数,参见%s文档%s。"
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "视图"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -513,21 +443,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s 是此 MySQL 服务器的默认存储引擎。"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "选中项:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "全选"
@@ -535,50 +465,51 @@ msgstr "全选"
msgid "Check tables having overhead"
msgstr "仅选择多余"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "导出"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "打印预览"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "清空"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "删除"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "检查表"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "优化表"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "修复表"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "分析表"
@@ -586,11 +517,11 @@ msgstr "分析表"
msgid "Add prefix to table"
msgstr "添加表前缀"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "修改表前缀"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "复制表为新前缀"
@@ -602,20 +533,20 @@ msgstr "数据字典"
msgid "Tracked tables"
msgstr "已追踪的表"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "数据库"
@@ -631,9 +562,9 @@ msgstr "创建"
msgid "Updated"
msgstr "更新"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "状态"
@@ -641,14 +572,14 @@ msgstr "状态"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "操作"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "显示"
@@ -681,7 +612,7 @@ msgstr "结构快照"
msgid "Untracked tables"
msgstr "未追踪的表"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "追踪表"
@@ -731,7 +662,7 @@ msgstr "导出类型无效"
msgid "Value for the column \"%s\""
msgstr "字段 %s 的值"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "以 OpenStreetMaps 为背景"
@@ -741,7 +672,7 @@ msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr "几何体"
@@ -859,7 +790,7 @@ msgstr "没有字符集转换库,无法转换文件字符集"
msgid "Could not load import plugins, please check your installation!"
msgstr "无法加载导入插件,请检查你的安装!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "已创建书签 %s"
@@ -883,10 +814,10 @@ msgstr ""
"在最后一次执行时没有数据被解析,建议您增加 PHP 运行时间限制,否则 phpMyAdmin "
"将无法完成导入操作。"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "您的 SQL 语句已成功运行"
@@ -909,7 +840,7 @@ msgstr "已经禁用删除数据库 (“DROP DATABASE”) 语句。"
msgid "Do you really want to execute \"%s\"?"
msgstr "您真的要"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "您将要删除一个完整的数据库!"
@@ -949,7 +880,7 @@ msgstr "添加索引"
msgid "Edit Index"
msgstr "编辑索引"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, php-format
msgid "Add %d column(s) to index"
msgstr "添加 %d 个字段至索引"
@@ -979,8 +910,8 @@ msgstr "两次密码不一致!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "添加用户"
@@ -1000,9 +931,9 @@ msgstr "关闭"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1028,7 +959,7 @@ msgstr "静态数据"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "总计"
@@ -1226,7 +1157,7 @@ msgstr "内部查询"
msgid "Traffic"
msgstr "流量"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "设置"
@@ -1246,12 +1177,12 @@ msgstr "添加图表"
msgid "Please add at least one variable to the series"
msgstr "请至少添加一个数据"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "无"
@@ -1424,10 +1355,10 @@ msgid "Explain output"
msgstr "分析输出"
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "时间"
@@ -1521,10 +1452,10 @@ msgid ""
"config..."
msgstr "导入配置失败。正在重设为默认设置..."
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "导入"
@@ -1574,9 +1505,9 @@ msgstr "已使用的 变量/公式"
msgid "Test"
msgstr "测试"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "取消"
@@ -1604,9 +1535,9 @@ msgstr "正在删除字段"
msgid "Adding Primary Key"
msgstr "正在添加主键"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "确定"
@@ -1646,19 +1577,19 @@ msgstr "隐藏索引"
msgid "Show indexes"
msgstr "显示索引"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "禁止选定不相关的主键"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "已启用"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1727,8 +1658,8 @@ msgstr "显示查询框"
msgid "No rows selected"
msgstr "没有选中任何行"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "修改"
@@ -1736,8 +1667,8 @@ msgstr "修改"
msgid "Query execution time"
msgstr "查询执行时间"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d 不是有效行数。"
@@ -1746,8 +1677,8 @@ msgstr "%d 不是有效行数。"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "保存"
@@ -1805,12 +1736,12 @@ msgstr "查询结果"
msgid "Data point content"
msgstr "数据点内容"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "忽略"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "复制"
@@ -1830,7 +1761,7 @@ msgstr "选择外键"
msgid "Please select the primary key or a unique key"
msgstr "请选择主键或唯一键"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "选择要显示的字段"
@@ -1878,7 +1809,9 @@ msgstr "点击下箭头以设置显示的字段"
msgid ""
"This table does not contain a unique column. Features related to the grid "
"edit, checkbox, Edit, Copy and Delete links may not work after saving."
-msgstr "该表没有唯一字段。单元格编辑、复选框、编辑、复制和删除链接相关功能可能无法正常使用。"
+msgstr ""
+"该表没有唯一字段。单元格编辑、复选框、编辑、复制和删除链接相关功能可能无法正"
+"常使用。"
#: js/messages.php:356
msgid ""
@@ -1917,7 +1850,7 @@ msgstr "生成"
msgid "Change Password"
msgstr "修改密码"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "更多"
@@ -2291,13 +2224,13 @@ msgstr "en"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "错误"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL 查询"
@@ -2365,7 +2298,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "快速编辑"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "概要"
@@ -2390,152 +2323,153 @@ msgstr "%s 天 %s 小时,%s 分 %s 秒"
msgid "Missing parameter:"
msgstr "缺少参数:"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
msgctxt "First page"
msgid "Begin"
msgstr "首页"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
msgctxt "Previous page"
msgid "Previous"
msgstr "上一页"
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
msgctxt "Next page"
msgid "Next"
msgstr "下一页"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
msgctxt "Last page"
msgid "End"
msgstr "尾页"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "跳转到数据库“%s”。"
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s 功能受到一个已知的缺陷 (bug) 影响,参见 %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
msgid "Click to toggle"
msgstr "点击切换"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "结构"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "插入"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "浏览"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "操作"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "从计算机中上传:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "从网站服务器上传文件夹 %s 中选择:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "用于上传的文件夹出错,无法使用"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "没有可上传的文件"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "执行"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "打印"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "已存在的配置文件(%s)是不可读的。"
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr "配置文件权限错误,无法写入!"
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "字号"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "递增"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "递减"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "排序"
@@ -2561,8 +2495,8 @@ msgid "Use Tables"
msgstr "使用表"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "或"
@@ -2627,13 +2561,13 @@ msgstr[0] "在表 %2$s 中找到 %1$s 个匹配"
msgid "Delete the matches for the %s table?"
msgstr "删除 %s 表中所有匹配的记录?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2663,175 +2597,175 @@ msgstr "于下列表:"
msgid "Inside column:"
msgstr "包含字段:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
msgid "Save edited data"
msgstr "保存已编辑的数据"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
msgid "Restore column order"
msgstr "恢复字段顺序"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
msgid "Start row"
msgstr "起始行"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
msgid "Number of rows"
msgstr "行数"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
msgid "Mode"
msgstr "模式"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "水平"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "水平 (旋转表头)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "垂直"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, fuzzy, php-format
#| msgid "Headers every %s rows"
msgid "Headers every %s rows"
msgstr "每 %s 行重复表头"
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "主键排序"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "选项"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "部分内容"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "完整内容"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "关联键"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "关联显示字段"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "显示二进制内容"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "显示 BLOB 内容"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "以十六进制显示二进制内容"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
msgid "Hide browser transformation"
msgstr "隐藏浏览器转换"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr "文本表达式 (WKT)"
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr "二进制表达式 (WKB)"
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "已删除该行"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "杀死"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
"可能接近。参见 [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "查询中"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "显示行"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "总计"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "查询花费 %01.4f 秒"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "查询结果选项"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "打印预览 (全文显示)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "显示图表"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr "可视化 GIS 数据"
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "新建视图"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "找不到链接"
@@ -2895,29 +2829,29 @@ msgid "Open new phpMyAdmin window"
msgstr "打开新 phpMyAdmin 窗口"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "必须启用 Cookies 才能登录。"
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "必须启用 Cookies 才能登录。"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "没有已定义的索引!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "索引"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "唯一"
@@ -2930,6 +2864,16 @@ msgstr "紧凑"
msgid "Cardinality"
msgstr "基数"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "整理"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -2952,93 +2896,93 @@ msgid ""
"removed."
msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除。"
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "数据库"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "服务器"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "追踪"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "触发器"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "数据表是空的!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "数据库是空的!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "查询"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "权限"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "程序"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "事件"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "设计器"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
msgid "Users"
msgstr "用户"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "同步"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "二进制日志"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "变量"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "字符集"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr "插件"
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "引擎"
@@ -3096,46 +3040,46 @@ msgstr "%s 在此 MySQL 服务器上被禁止了。"
msgid "This MySQL server does not support the %s storage engine."
msgstr "此 MySQL 服务器不支持 %s 存储引擎。"
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
msgid "unknown table status: "
msgstr "未知表状态: "
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "源数据库"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "未找到主题 %s !"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "无效的数据库"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "无效的数据表名"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "将表 %1$s 改名为 %2$s 时发生错误"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "已将数据表 %s 改名为 %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "无法保存表界面设置"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
@@ -3143,7 +3087,7 @@ msgid ""
msgstr ""
"清除表用户界面设置失败(查看$cfg['Servers'][$i]['MaxTableUiprefs'] %s)"
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3157,16 +3101,16 @@ msgstr ""
msgid "Function"
msgstr "函数"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "运算符"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "值"
@@ -3179,56 +3123,56 @@ msgstr "普通搜索"
msgid "Edit/Insert"
msgstr "编辑/插入"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "选择字段 (至少一个):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "添加搜索条件 (“where”语句的主体):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "每页行数"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "显示顺序:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr "使用该字段标记每个点"
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
msgid "Maximum rows to plot"
msgstr "显示的最多行数"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "浏览不相关的值"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
msgid "Additional search criteria"
msgstr "附加搜索条件"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "在两个不同的字段中执行 “依例查询” (通配符:“%”)"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "执行“依例查询”(通配符:“%”)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr "浏览/编辑点"
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
msgid "How to use"
msgstr "如何使用"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
msgid "Reset zoom"
msgstr "重置缩放"
@@ -3573,14 +3517,14 @@ msgstr "数据表"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "数据"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "多余"
@@ -3605,22 +3549,22 @@ msgstr "检查数据库“%s”的权限。"
msgid "Check Privileges"
msgstr "检查权限"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
msgid "Failed to read configuration file"
msgstr "读取配置文件失败"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr "这通常意味着文件中有语法错误,请检查下面显示出的错误。"
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "无法加载默认配置: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3630,34 +3574,34 @@ msgid ""
"configuration file!"
msgstr "必须在您的配置文件中设置 $cfg['PmaAbsoluteUri'] !"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "无效的服务器索引: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "无效的主机名 %1$s,请检查配置文件。"
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "配置文件中设置的认证方式无效:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "您应升级到 %s %s 或更高版本。"
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr "企图覆盖 GLOBALS"
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr "可利用"
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr "监测到数值型键"
@@ -3688,37 +3632,37 @@ msgstr "关闭"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "已禁用"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "结构"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "数据"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "结构和数据"
@@ -3839,8 +3783,8 @@ msgid "Allow users to customize this value"
msgstr "允许用户自定义该值"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "重置"
@@ -4104,7 +4048,7 @@ msgstr "设置脚本最大运行时间 (单位:秒,[kbd]0[/kbd] 为不限制
msgid "Maximum execution time"
msgstr "最长执行时间"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "另存为文件"
@@ -4113,7 +4057,7 @@ msgid "Character set of the file"
msgstr "文件字符集"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "格式"
@@ -4126,27 +4070,25 @@ msgstr "压缩"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "首行保存字段名"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "内容分隔符"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "内容转义符"
@@ -4164,14 +4106,12 @@ msgstr "删除字段中的回车换行符"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "字段分隔符"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "换行符"
@@ -4197,7 +4137,7 @@ msgstr "数据表名模板"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "转储数据表"
@@ -4208,8 +4148,8 @@ msgid "Include table caption"
msgstr "包含表的标题"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "表的标题"
@@ -4218,20 +4158,20 @@ msgid "Continued table caption"
msgstr "延续的表的标题"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "关键标签"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME 类型"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "关系"
@@ -4252,6 +4192,11 @@ msgstr "覆盖已有文件"
msgid "Remember file name template"
msgstr "记住文件名模板"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "添加自增 (AUTO_INCREMENT) 值"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "给数据表名及字段名加上反引号"
@@ -4262,7 +4207,7 @@ msgid "SQL compatibility mode"
msgstr "SQL 兼容模式"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE 选项:"
@@ -4275,10 +4220,17 @@ msgid "Use delayed inserts"
msgstr "使用延迟插入"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "禁止选定不相关的主键"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "添加 %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "为 BLOB 字段使用16进制 (HEX)"
@@ -4292,7 +4244,7 @@ msgid "Syntax to use when inserting data"
msgstr "在插入数据时使用的语法"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "创建查询的最大长度"
@@ -4301,7 +4253,7 @@ msgid "Export type"
msgstr "导出类型"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "处理事务中封装输出"
@@ -4356,7 +4308,6 @@ msgstr "自定义默认选项"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4690,14 +4641,12 @@ msgid "Partial import: allow interrupt"
msgstr "部分导入:允许中断"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "不在发生插入错误时中断"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "将表的数据用此文件替换"
@@ -4713,7 +4662,6 @@ msgid "Format of imported file"
msgstr "导入文件的格式"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "使用本地 (LOCAL) 关键词"
@@ -4723,7 +4671,7 @@ msgid "Column names in first row"
msgstr "忽略首行 (首行为字段名)"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "不导入空行"
@@ -5755,7 +5703,7 @@ msgstr "需要启用 SQL 校验器"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "密码"
@@ -5920,14 +5868,12 @@ msgstr "Signon 认证"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV 使用 LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "OpenOffice 表格"
@@ -6013,21 +5959,21 @@ msgstr "缺少 %s 扩展。请检查 PHP 配置。"
msgid "possible deep recursion attack"
msgstr "可能的深度递归攻击"
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr "服务器无响应(或者本地 MySQL 服务器的套接字没有正确配置)。"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
msgid "The server is not responding."
msgstr "服务器没有响应。"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr "请检查数据库目录的权限。"
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "详细..."
@@ -6072,24 +6018,24 @@ msgid "Create"
msgstr "创建"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "无权限"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "新建数据表"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "名字"
@@ -6702,7 +6648,7 @@ msgid "No data found for GIS visualization."
msgstr "未找到用于 GIS 可视化的数据。"
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL 返回的查询结果为空 (即零行)。"
@@ -6750,7 +6696,7 @@ msgid "Go to view: %s"
msgstr "转到视图: %s"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "隐藏"
@@ -6813,11 +6759,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr "按 TAB 键跳到下一个数值,或 CTRL+方向键 作随意移动"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "显示 SQL 查询"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "插入的行 id: %1$d"
@@ -6832,34 +6778,34 @@ msgstr "无"
msgid "Convert to Kana"
msgstr "转换为假名"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
msgid "From"
msgstr "从"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr "到"
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "提交"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr "添加表前缀"
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr "添加前缀"
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "您真的要"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "无更改"
@@ -7065,7 +7011,158 @@ msgstr "phpMyAdmin 文档"
msgid "Reload navigation frame"
msgstr "刷新导航框架"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "将数据库改名为"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "已被删除数据库 %s 。"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "删除数据库"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "删除数据库 (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "仅结构"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "结构和数据"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "仅数据"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "复制数据库到"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "复制前创建数据库 (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "强制添加"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "切换到复制的数据库"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "编辑或导出关系大纲"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "更改表的排序,根据"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(逐一)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "将数据表移动到(数据库名.数据表名):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "表选项"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "将表改名为"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "存储引擎"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "将数据表复制到(数据库名.数据表名):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "切换到复制的数据表"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "表维护"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "整理表碎片"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "已强制更新表 %s"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "刷新表 (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "删除数据或数据表"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "清空数据表 (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "删除数据表 (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "分析"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "检查"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "优化"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "重建"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "修复"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "分区维护"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "分区 %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "删除分区"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "检查引用完整性:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "该格式没有选项"
@@ -7074,7 +7171,7 @@ msgid "Cannot connect: invalid settings."
msgstr "无法连接:无效的设置。"
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7102,49 +7199,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr "使用 mcrypt 进行 Blowfish 失败!"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "登录"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "您可以输入以空格分隔的主机名/IP地址和端口号。"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "服务器:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "用户名:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "密码:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "选择服务器"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "空密码登录被禁止 (参见 允许空密码)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "登录超时 (%s 秒未活动),请重新登录"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "无法登录 MySQL 服务器"
@@ -7175,92 +7272,92 @@ msgstr "没有可用的密钥插入"
msgid "Authenticating..."
msgstr "正在认证..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "字段分隔符:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "内容分隔符:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "内容转义符:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "换行符:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "将 NULL 替换为:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "删除字段中的回车换行符"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel 版本:"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "数据转储选项"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "转存表中的数据"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "事件"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
msgid "Definition"
msgstr "定义"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "表的结构"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "视图结构"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "替换视图以便查看"
@@ -7277,37 +7374,37 @@ msgstr "(延续的)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ 表的结构"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "对象创建选项"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "表的副标题"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "显示外键的关系"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "显示注释"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "显示 MIME 类型"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7315,35 +7412,35 @@ msgstr "显示 MIME 类型"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "主机"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "生成日期"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "服务器版本"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP 版本"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "导出内容"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7357,78 +7454,78 @@ msgstr "(根据一张表的数据生成报告)"
msgid "Report title:"
msgstr "报告标题:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr "显示注释 (包括导出时间、PHP 版本和服务器版本等信息)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "在文件头添加自定义注释 (\\n 为换行):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr "包含数据库创建、最后更新和最后检查的时间"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr "最大程度兼容数据库系统或旧版本的 MySQL 服务器:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "添加 %s 语句"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "添加语句:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
msgid ""
"Enclose table and column names with backquotes (Protects column and table "
"names formed with special characters or keywords)"
msgstr ""
"给表和字段名加上反引号 (保护名称中含有特殊字符或保留字的字段和表)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "对象创建选项"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "代替 INSERT (插入) 语句,使用:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED (延迟插入) 语句"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE (忽略插入) 语句"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "转储数据时所使用的函数:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "插入数据时所使用的语法:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7437,7 +7534,7 @@ msgstr ""
"给每个 INSERT (插入) 语句加上字段名
"
"如:INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7446,7 +7543,7 @@ msgstr ""
"在每个 INSERT(插入) 语句中插入多行
"
"如:INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7454,7 +7551,7 @@ msgstr ""
"以上兼有
如:INSERT INTO tbl_name (col_A,"
"col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7462,13 +7559,13 @@ msgstr ""
"以上均不
如:INSERT INTO tbl_name VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr "转储二进制字段时用十六进制标记 (例如,“abc”将用 0x616263 表示)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7476,33 +7573,33 @@ msgstr ""
"转储 TIMESTAMP 字段时用 UTC 时区 (允许在不同时区的服务器间转储和重新载入 "
"TIMESTAMP 字段)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "存储过程"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "函数"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "限制导出的表"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "限制表"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME 类型表"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "表的关联"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
msgid "Error reading data:"
msgstr "读取数据时发生错误:"
@@ -7518,8 +7615,8 @@ msgstr "视图"
msgid "Export contents"
msgstr "导出内容"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7538,15 +7635,15 @@ msgstr ""
msgid "Column names: "
msgstr "字段名: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "导入 CSV 文件 %s 时有无效参数"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7555,95 +7652,86 @@ msgstr ""
"无效字段 (%s)!请检查字段名是否拼写正确,使用半角逗号分隔,并且不要用引号括"
"起。"
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV 输入的第 %d 行格式有错。"
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV 输入的第 %d 行字段数有错。"
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "数据表名"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "字段名"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "该插件不支持导入文件!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki 表"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "CSV 输入的第 %d 行格式有错。"
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "导入百分数为小数 (如: 12.00% 将被导入为 .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "导入货币 (如: $5.00 将被导入为 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr "该 XML 文件有错误或者不完整。请修复错误后重试。"
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr "ESRI 图形文件"
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "导入 ESRI 图形文件时出错: \"%s\"。"
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr "您要导入的文件无效或文件中含有无效数据"
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL Spatial 扩展不支持 ESRI 类型 \"%s\"。"
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
msgid "The imported file does not contain any data"
msgstr "导入的文件没有任何数据"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL 兼容模式:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "不要给零值使用自增 (AUTO_INCREMENT)"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -7796,7 +7884,7 @@ msgid "Enabled"
msgstr "已启用"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "基本功能"
@@ -7867,7 +7955,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "请重新登录 phpMyAdmin 以加载新配置并使其生效。"
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "无说明"
@@ -7918,7 +8006,7 @@ msgstr "从服务器状态"
msgid "Variable"
msgstr "变量"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "服务器ID"
@@ -7942,8 +8030,8 @@ msgstr "任意用户"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "使用文本域"
@@ -8033,7 +8121,7 @@ msgstr "详细"
msgid "Event name"
msgstr "事件名称"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "事件类型"
@@ -8422,12 +8510,12 @@ msgstr "目录"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "属性"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "额外"
@@ -8464,6 +8552,10 @@ msgstr "选择页"
msgid "Select Tables"
msgstr "选择表"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "字段名"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "显示关系大纲"
@@ -8726,14 +8818,14 @@ msgstr "限制该用户的并发连接数。"
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "按表指定权限"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "注意:MySQL 权限名称会以英文显示"
@@ -8742,12 +8834,12 @@ msgid "Administration"
msgstr "管理"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "全局权限"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "按数据库指定权限"
@@ -8805,16 +8897,16 @@ msgid "Users having access to "%s""
msgstr "用户可以访问“%s”"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "用户"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "授权"
@@ -8823,8 +8915,8 @@ msgid "User has been added."
msgstr "用户已添加。"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "任意"
@@ -8840,12 +8932,12 @@ msgstr "按数据库指定"
msgid "wildcard"
msgstr "通配符"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "未找到用户。"
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "编辑权限"
@@ -8853,99 +8945,91 @@ msgstr "编辑权限"
msgid "Revoke"
msgstr "撤销"
-#: libraries/server_privileges.lib.php:1729
-msgid "Export all"
-msgstr "全部导出"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... 保留旧用户。"
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... 从用户表中删除旧用户。"
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... 撤销旧用户的所有权限,然后删除旧用户。"
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "... 从用户表中删除旧用户,然后重新载入权限。"
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "修改登录信息/复制用户"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "创建具有相同权限的新用户然后 ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "按字段指定权限"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "在下列数据库添加权限"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "要使用通配符 _ 和 % 本身,应使用用 \\ 转义"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "在下列数据表添加权限"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "删除选中的用户"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "撤销用户所有权限,然后删除用户。"
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "删除与用户同名的数据库。"
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "没有选择要删除的用户!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "重新载入权限"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "已成功删除选中的用户。"
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "您已更新了 %s 的权限。"
-#: libraries/server_privileges.lib.php:2695
-msgid "Privileges for all users"
-msgstr "所有用户的权限"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "权限"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
msgid "Users overview"
msgstr "用户概况"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -8957,11 +9041,11 @@ msgstr ""
"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权"
"限%s。"
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "在权限表内找不到选中的用户。"
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "您已添加了一个新用户。"
@@ -9011,11 +9095,11 @@ msgstr "清除"
msgid "Columns"
msgstr "字段"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "将此 SQL 查询加为书签"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "让所有用户均可访问此书签"
@@ -9129,8 +9213,8 @@ msgid ""
msgstr "对于默认值,请只输入单个值,不要加反斜杠或引号,请用此格式:a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "索引"
@@ -9178,13 +9262,13 @@ msgstr "无"
msgid "As defined:"
msgstr "定义:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "主键"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "全文搜索"
@@ -9198,20 +9282,15 @@ msgstr ""
msgid "after %s"
msgstr "于 %s 之后"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "添加 %s 个字段"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "至少要添加一个字段。"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "存储引擎"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "分区定义"
@@ -9220,7 +9299,7 @@ msgstr "分区定义"
msgid "Manage your settings"
msgstr "管理我的设置"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "设置已保存"
@@ -9262,7 +9341,7 @@ msgstr "服务器连接校对"
msgid "Appearance Settings"
msgstr "外观设置"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "更多设置"
@@ -9435,133 +9514,133 @@ msgstr "显示/隐藏左侧菜单"
msgid "Save position"
msgstr "保存位置"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "创建关系"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "重新载入"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "帮助"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "规则连接"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "直接连接"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "对齐网格"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "全部收缩/展开"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "反向收缩/展开"
-#: pmd_general.php:122
+#: pmd_general.php:133
msgid "Toggle relation lines"
msgstr "显示/隐藏关系线"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "为 PDF 大纲导入/导出坐标"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "生成查询"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "移动菜单"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "全部隐藏/显示"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "隐藏/显示没有关联的表"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "数据表数量"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "删除关系"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "关系运算符"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "EXCEPT"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "子查询"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "改名为"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "新名称"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "聚合"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "当前选项"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "已创建页面"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "页面创建失败"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "页面"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "从所选页导入"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "导出至所选页"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "导出至新页"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "新页面名: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "按比例导出/导入"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "推荐"
@@ -9569,7 +9648,7 @@ msgstr "推荐"
msgid "Error: relation already exists."
msgstr "错误:关系已存在。"
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "错误:关系未添加。"
@@ -9577,7 +9656,7 @@ msgstr "错误:关系未添加。"
msgid "FOREIGN KEY relation added"
msgstr "已添加外键关联"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "已添加内联关系"
@@ -9585,11 +9664,11 @@ msgstr "已添加内联关系"
msgid "Relation deleted"
msgstr "已删除关系"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "保存设计器坐标时出错。"
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "已保存修改"
@@ -9597,47 +9676,47 @@ msgstr "已保存修改"
msgid "Cannot save settings, submitted form contains errors"
msgstr "无法保存设置,提交的表单中有错误"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "无法导入设置"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "部分设置含有错误的数据。"
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "是否导入其余的设置?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "保存于:@DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "从文件导入"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "从浏览器存储中导入"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "设置将从浏览器的本地存储中导入。"
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "你没有已保存的设置!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "你所使用的浏览器不支持此功能"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "与当前设置合并"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
@@ -9645,19 +9724,19 @@ msgid ""
msgstr ""
"你可以通过修改 config.inc.php 文件进行更多设置,如通过使用%s安装脚本%s。"
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "保存到浏览器存储"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "设置将保存到浏览器的本地存储。"
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "现有设置将被覆盖!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "你可以重置并将所有设置恢复为默认值。"
@@ -9674,41 +9753,41 @@ msgstr "全部"
msgid "%s table not found or not set in %s"
msgstr "找不到 %s 表或还未在 %s 设置"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "文件不存在"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "选择要查看的二进制日志"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "文件"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "截断显示的查询"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "显示完整查询"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "日志文件名"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "位置"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "初始位置"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "信息"
@@ -9791,17 +9870,17 @@ msgstr "授权"
msgid "disabled"
msgstr "已禁用"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "用户 %s 己存在!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "正在删除 %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "已成功重新载入权限。"
@@ -11475,32 +11554,32 @@ msgstr "使用书签 \"%s\" 作为默认的查询。"
msgid "Do you really want to execute following query?"
msgstr "您真的要"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "显示为 PHP 代码"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "已校验的 SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL 查询结果"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "生成者"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "数据表 `%s` 的索引存在问题"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "标签"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "已成功修改表 %1$s"
@@ -11582,76 +11661,76 @@ msgstr "创建数据表 %1$s 成功。"
msgid "View dump (schema) of table"
msgstr "查看数据表的转储(大纲)"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
msgid "Display GIS Visualization"
msgstr "显示可视化 GIS"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "宽"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "高"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
msgid "Label column"
msgstr "名称字段"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
msgid "-- None --"
msgstr "-- 无 --"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
msgid "Spatial column"
msgstr "空间字段"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "重绘"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
msgid "Save to file"
msgstr "保存文件"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
msgid "File name"
msgstr "文件名"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "主键的名称必须称为 “PRIMARY”!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "无法将索引改为主键 (PRIMARY) !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "没有定义的索引部分!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "添加索引"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
msgid "Edit index"
msgstr "编辑索引"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "索引名称:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(“PRIMARY”必须而且只能作为主键的名称!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "索引类型:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "添加 %s 个索引字段"
@@ -11674,256 +11753,162 @@ msgstr "已将数据表 %s 移动到 %s。"
msgid "Table %s has been copied to %s."
msgstr "已将数据表 %s 复制为 %s。"
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "表名不能为空!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "更改表的排序,根据"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(逐一)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "将数据表移动到(数据库名.数据表名):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "表选项"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "将表改名为"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "将数据表复制到(数据库名.数据表名):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "切换到复制的数据表"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "表维护"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "整理表碎片"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "已强制更新表 %s"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "刷新表 (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "删除数据或数据表"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "清空数据表 (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "删除数据表 (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "分区维护"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "分区 %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "分析"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "检查"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "优化"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "重建"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "修复"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "删除分区"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "检查引用完整性:"
-
#: tbl_printview.php:66
msgid "Showing tables"
msgstr "正在显示表"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "已用空间"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "有效"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "行统计"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "静态"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "动态"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "行长度"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "行大小"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr "下一个自增值"
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "在 %1$s 创建外键时发生错误 (检查数据类型)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "内联"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr "不需要一个和外键关系一致的内联关系。"
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "外键约束"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr "空间"
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "浏览非重复值 (DISTINCT)"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "添加主键"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "添加唯一键"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
msgid "Add SPATIAL index"
msgstr "添加空间索引"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "添加全文索引"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "无"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "已删除字段 %s"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "已将 %s 设为主键"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "已将 %s 设为索引"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "显示更多操作"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "删除字段"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
msgid "Edit view"
msgstr "编辑视图"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "关系查看"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "规划表结构"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "添加字段"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "于表结尾"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "于表开头"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "于 %s 之后"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "在第 %s 个字段创建索引"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "已分区"
@@ -12103,7 +12088,7 @@ msgstr "权限不足!"
msgid "The profile has been updated."
msgstr "配置文件己更新。"
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "视图名"
@@ -12365,7 +12350,6 @@ msgid "Query caching method"
msgstr "查询缓存模式"
#: libraries/advisory_rules.txt:156
-#| msgid "Query caching method"
msgid "Suboptimal caching method."
msgstr "最佳缓存模式。"
@@ -12449,10 +12433,11 @@ msgid ""
"using this formula: (query_cache_size - qcache_free_memory) / "
"qcache_queries_in_cache"
msgstr ""
-"大量碎片很可能会增加 Qcache_lowmem_prunes 。这可能由 {query_cache_size} "
-"过小而导致大量查询缓存低内存清理。刷新查询缓存 (可能锁住查询缓存很长时间) 可以临时解决这个问题。仔细调整 "
-"{query_cache_min_res_unit} 到一个更小的值将会有所帮助,如您可以使用下列公式来计算并设置您查询缓存大小平均值: (查询缓存大小 "
-"- 查询缓存剩余大小) / 查询缓存中的查询数量"
+"大量碎片很可能会增加 Qcache_lowmem_prunes 。这可能由 {query_cache_size} 过小"
+"而导致大量查询缓存低内存清理。刷新查询缓存 (可能锁住查询缓存很长时间) 可以临"
+"时解决这个问题。仔细调整 {query_cache_min_res_unit} 到一个更小的值将会有所帮"
+"助,如您可以使用下列公式来计算并设置您查询缓存大小平均值: (查询缓存大小 - 查"
+"询缓存剩余大小) / 查询缓存中的查询数量"
#: libraries/advisory_rules.txt:179
#, php-format
@@ -12463,12 +12448,10 @@ msgid ""
msgstr ""
#: libraries/advisory_rules.txt:181
-#| msgid "Query cache used"
msgid "Query cache low memory prunes"
msgstr "查询缓存低内存清理"
#: libraries/advisory_rules.txt:184
-#| msgid "The amount of free memory for query cache."
msgid ""
"Cached queries are removed due to low query cache memory from the query "
"cache."
@@ -12479,7 +12462,9 @@ msgid ""
"You might want to increase {query_cache_size}, however keep in mind that the "
"overhead of maintaining the cache is likely to increase with its size, so do "
"this in small increments and monitor the results."
-msgstr "您可能需要增加 {query_cache_size},但请注意增加它可能会导致的维护开销,所以请慢慢增加并观察结果。"
+msgstr ""
+"您可能需要增加 {query_cache_size},但请注意增加它可能会导致的维护开销,所以请"
+"慢慢增加并观察结果。"
#: libraries/advisory_rules.txt:186
#, php-format
@@ -12529,9 +12514,10 @@ msgid ""
"(often invalidated due to table updates) increasing {query_cache_limit} "
"might reduce efficiency."
msgstr ""
-"修改 {query_cache_limit} (通常是增加) 可能提升效率。该变量决定可能要插入到查询缓存中查询结果的最大大小。若多数超过 1 MB "
-"的查询结果能很好的缓存 (多读、少写) 则增加 {query_cache_limit} 将会提升效率。若多数超过 1 MB 的查询结果不能很好的缓存 "
-"(通常因为表更新而失效) 增加 {query_cache_limit} 将会降低效率。"
+"修改 {query_cache_limit} (通常是增加) 可能提升效率。该变量决定可能要插入到查"
+"询缓存中查询结果的最大大小。若多数超过 1 MB 的查询结果能很好的缓存 (多读、少"
+"写) 则增加 {query_cache_limit} 将会提升效率。若多数超过 1 MB 的查询结果不能很"
+"好的缓存 (通常因为表更新而失效) 增加 {query_cache_limit} 将会降低效率。"
#: libraries/advisory_rules.txt:200
msgid "query_cache_limit is set to 1 MiB"
@@ -12677,9 +12663,6 @@ msgstr "这说明很多查询都需要全表扫描。请在合适的地方添加
#: libraries/advisory_rules.txt:252
#, php-format
-#| msgid ""
-#| "Rate of reading fixed position average: %s, this value should be less "
-#| "than 1 per hour"
msgid ""
"Rate of reading next table row: %s, this value should be less than 1 per hour"
msgstr "下一行读取率: %s,该值应低于 1 每小时"
@@ -12698,7 +12681,9 @@ msgid ""
"value of either to determine the maximum size of in-memory tables. So if you "
"wish to increase the in-memory table limit you will have to increase the "
"other value as well."
-msgstr "若您故意改变了其中一个值: 服务器使用较低的值来确定内存表的最大大小。如果您想增加内存表的大小您应该同时修改另一个值。"
+msgstr ""
+"若您故意改变了其中一个值: 服务器使用较低的值来确定内存表的最大大小。如果您想"
+"增加内存表的大小您应该同时修改另一个值。"
#: libraries/advisory_rules.txt:260
#, php-format
@@ -12725,10 +12710,11 @@ msgid ""
"mentioned in the beginning of an Article by the Pythian Group"
msgstr ""
-"增加 {max_heap_table_size} 和 {tmp_table_size} "
-"可能会有帮助。但有些临时表总是会写入硬盘,和这些变量无关。要避免这些,您需要重写您的查询来避免 Pythian "
-"小组的文章开头所提到的这些条件 (临时表内: 具有 BLOB 或 TEXT 字段或具有大于 512 字节的字段)"
+"增加 {max_heap_table_size} 和 {tmp_table_size} 可能会有帮助。但有些临时表总是"
+"会写入硬盘,和这些变量无关。要避免这些,您需要重写您的查询来避免 Pythian 小组的文章开头所提到的这些条件 (临时表内: 具有 BLOB 或 TEXT 字"
+"段或具有大于 512 字节的字段)"
#: libraries/advisory_rules.txt:267
#, php-format
@@ -12751,15 +12737,14 @@ msgid ""
"mentioned in the MySQL Documentation"
msgstr ""
-"增加 {max_heap_table_size} 和 {tmp_table_size} "
-"可能会有帮助。但有些临时表总是会写入硬盘,和这些变量无关。要避免这些,您需要重写您的查询来避免 MySQL 文档中所提到的这些条件 (临时表内: 具有 BLOB 或 TEXT 字段或具有大于 512 字节的字段)"
+"增加 {max_heap_table_size} 和 {tmp_table_size} 可能会有帮助。但有些临时表总是"
+"会写入硬盘,和这些变量无关。要避免这些,您需要重写您的查询来避免 MySQL 文档中所提到的这些条件 (临时表内: 具有 BLOB 或 TEXT 字段或具有大"
+"于 512 字节的字段)"
#: libraries/advisory_rules.txt:274
#, php-format
-#| msgid ""
-#| "Temporary tables average: %s, this value should be less than 1 per hour."
msgid ""
"Rate of temporary tables being written to disk: %s, this value should be "
"less than 1 per hour"
@@ -12785,13 +12770,11 @@ msgstr "key_buffer_size 为 0"
#: libraries/advisory_rules.txt:296
#, php-format
-#| msgid "Sort buffer size"
msgid "Max %% MyISAM key buffer ever used"
msgstr "最大 %% MyISAM 索引缓存从未使用"
#: libraries/advisory_rules.txt:299 libraries/advisory_rules.txt:307
#, php-format
-#| msgid "Sort buffer size"
msgid "MyISAM key buffer (index cache) %% used is low."
msgstr "MyISAM 索引缓存 %% 使用率低。"
@@ -12800,17 +12783,17 @@ msgid ""
"You may need to decrease the size of {key_buffer_size}, re-examine your "
"tables to see if indexes have been removed, or examine queries and "
"expectations about what indexes are being used."
-msgstr "您可能需要减小 {key_buffer_size} 的大小,重新检查您的表是否删除了索引或检查查询期望使用的索引。"
+msgstr ""
+"您可能需要减小 {key_buffer_size} 的大小,重新检查您的表是否删除了索引或检查查"
+"询期望使用的索引。"
#: libraries/advisory_rules.txt:301
#, php-format
-#| msgid "Sort buffer size"
msgid ""
"max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
msgstr "最大 %% MyISAM 索引缓存从未使用: %s%%,该值应高于 95%%"
#: libraries/advisory_rules.txt:304
-#| msgid "Sort buffer size"
msgid "Percentage of MyISAM key buffer used"
msgstr "MyISAM 索引缓存使用百分比"
@@ -13034,8 +13017,9 @@ msgid ""
"source-of-aborted_connects/\">This article might help you track down the "
"source."
msgstr ""
-"连接通常因为无法被授权而中止。这篇文章对您追踪来源可能有所帮助。"
+"连接通常因为无法被授权而中止。这篇文章"
+"a>对您追踪来源可能有所帮助。"
#: libraries/advisory_rules.txt:397
#, php-format
@@ -13048,8 +13032,6 @@ msgstr "已中止连接的比例"
#: libraries/advisory_rules.txt:404
#, php-format
-#| msgid ""
-#| "Aborted client rate is at %s, this value should be less than 1 per hour"
msgid ""
"Aborted connections rate is at %s, this value should be less than 1 per hour"
msgstr "已中止连接率为 %s,该值应低于 1 每小时"
@@ -13113,16 +13095,6 @@ msgstr "InnoDB 日志文件大小不合适,此关系到 InnoDB 缓冲池。"
#: libraries/advisory_rules.txt:433
#, php-format
-#| msgid ""
-#| "It is usually sufficient to set innodb_log_file_size to 25%% of the size "
-#| "of {innodb_buffer_pool_size}. A very big innodb_log_file_size slows down "
-#| "the recovery time after a database crash considerably. See also this Article. You need to shutdown the "
-#| "server, remove the InnoDB log files, set the new value in my.cnf, start "
-#| "the server, then check the error logs if everything went fine. See also "
-#| "this blog entry"
msgid ""
"Especially on a system with a lot of writes to InnoDB tables you should set "
"innodb_log_file_size to 25%% of {innodb_buffer_pool_size}. However the "
@@ -13134,11 +13106,12 @@ msgid ""
"fine. See also this blog entry"
msgstr ""
-"在一个 InnoDB 表写入很多的系统上您应该将 innodb_log_file_size 设为 {innodb_buffer_pool_size} 的 "
-"25%% 。因为该值越大,当数据库崩溃时恢复的时间就越长,所以该值不应高于 256 MB 。请注意您不能简单的修改该变量的值。您需要关闭服务器,删除 "
-"InnoDB 日志文件,在 my.cnf 中设置新的值,启动服务器,一切正常后再检查错误日志。参见这篇博客"
+"在一个 InnoDB 表写入很多的系统上您应该将 innodb_log_file_size 设为 "
+"{innodb_buffer_pool_size} 的 25%% 。因为该值越大,当数据库崩溃时恢复的时间就"
+"越长,所以该值不应高于 256 MB 。请注意您不能简单的修改该变量的值。您需要关闭"
+"服务器,删除 InnoDB 日志文件,在 my.cnf 中设置新的值,启动服务器,一切正常后"
+"再检查错误日志。参见这篇博客"
#: libraries/advisory_rules.txt:434
#, php-format
@@ -13212,8 +13185,9 @@ msgid ""
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
-"您当前的 InnoDB 缓冲池使用了内存的 %s%% 。此规则在您分配少于 60%% 时被触发,然而这也可能因为您没有太多 InnoDB "
-"表所以这样足够或者服务器上还运行了其它服务。"
+"您当前的 InnoDB 缓冲池使用了内存的 %s%% 。此规则在您分配少于 60%% 时被触发,"
+"然而这也可能因为您没有太多 InnoDB 表所以这样足够或者服务器上还运行了其它服"
+"务。"
#: libraries/advisory_rules.txt:452
msgid "MyISAM concurrent inserts"
@@ -13230,13 +13204,22 @@ msgid ""
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation"
msgstr ""
"设置 {concurrent_insert} 为 1 可以减少在相同表上的读取和写入冲突。参见 MySQL "
-"文档"
+"href=\"http://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html"
+"\">MySQL 文档"
#: libraries/advisory_rules.txt:457
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 被设为 0"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#~ msgid "Export all"
+#~ msgstr "全部导出"
+
+#~ msgid "Privileges for all users"
+#~ msgstr "所有用户的权限"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index fea090ff97..f82fa06dc9 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,24 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-07-27 10:40+0200\n"
-"PO-Revision-Date: 2012-05-23 10:16+0200\n"
-"Last-Translator: MoA Chung \n"
-"Language-Team: chinese_traditional \n"
+"POT-Creation-Date: 2012-08-10 12:59+0200\n"
+"PO-Revision-Date: 2012-08-10 09:38+0200\n"
+"Last-Translator: Nathan Wu \n"
+"Language-Team: Chinese (Taiwan) \n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 1.0\n"
+"X-Generator: Weblate 1.2\n"
#: browse_foreigners.php:36 browse_foreigners.php:60 js/messages.php:354
-#: libraries/DisplayResults.class.php:794
-#: libraries/server_privileges.lib.php:2520
+#: libraries/DisplayResults.class.php:816
+#: libraries/server_privileges.lib.php:2494
msgid "Show all"
msgstr "全部顯示"
-#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2617
+#: browse_foreigners.php:77 libraries/CommonFunctions.class.php:2621
#: libraries/PDF.class.php:50
#: libraries/schema/Pdf_Relation_Schema.class.php:1220
#: libraries/schema/Pdf_Relation_Schema.class.php:1244
@@ -38,24 +39,27 @@ msgstr ""
"無法更新目標瀏覽視窗。可能您已經關閉了父視窗或您瀏覽器的安全設定阻止了跨視窗"
"更新"
-#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3387
-#: libraries/CommonFunctions.class.php:3394
-#: libraries/CommonFunctions.class.php:3593
-#: libraries/CommonFunctions.class.php:3594 libraries/Menu.class.php:274
-#: libraries/Menu.class.php:368
+#: browse_foreigners.php:168 libraries/CommonFunctions.class.php:3391
+#: libraries/CommonFunctions.class.php:3398
+#: libraries/CommonFunctions.class.php:3597
+#: libraries/CommonFunctions.class.php:3598 libraries/Menu.class.php:264
+#: libraries/Menu.class.php:353
msgid "Search"
msgstr "搜尋"
-#: browse_foreigners.php:171 db_operations.php:431 db_operations.php:471
-#: db_operations.php:586 db_operations.php:615 gis_data_editor.php:304
-#: js/messages.php:231 libraries/DbSearch.class.php:479
-#: libraries/DisplayResults.class.php:1640
-#: libraries/TableSearch.class.php:1166 libraries/core.lib.php:534
+#: browse_foreigners.php:171 gis_data_editor.php:304 js/messages.php:231
+#: libraries/DbSearch.class.php:479 libraries/DisplayResults.class.php:1665
+#: libraries/TableSearch.class.php:1154 libraries/core.lib.php:534
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:377 libraries/display_import.lib.php:334
#: libraries/insert_edit.lib.php:1567 libraries/insert_edit.lib.php:1602
-#: libraries/plugins/auth/AuthenticationCookie.class.php:224
+#: libraries/operations.lib.php:39 libraries/operations.lib.php:82
+#: libraries/operations.lib.php:212 libraries/operations.lib.php:259
+#: libraries/operations.lib.php:629 libraries/operations.lib.php:681
+#: libraries/operations.lib.php:726 libraries/operations.lib.php:1044
+#: libraries/operations.lib.php:1337
+#: libraries/plugins/auth/AuthenticationCookie.class.php:229
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:387
#: libraries/rte/rte_events.lib.php:501
#: libraries/rte/rte_routines.lib.php:1030
@@ -67,18 +71,16 @@ msgstr "搜尋"
#: libraries/schema/User_Schema.class.php:507
#: libraries/server_privileges.lib.php:473
#: libraries/server_privileges.lib.php:1417
-#: libraries/server_privileges.lib.php:1874
-#: libraries/server_privileges.lib.php:2466
-#: libraries/server_privileges.lib.php:2977
+#: libraries/server_privileges.lib.php:1864
+#: libraries/server_privileges.lib.php:2440
+#: libraries/server_privileges.lib.php:2943
#: libraries/sql_query_form.lib.php:381 libraries/sql_query_form.lib.php:438
#: libraries/sql_query_form.lib.php:503 libraries/tbl_properties.inc.php:734
-#: pmd_pdf.php:148 prefs_manage.php:269 prefs_manage.php:319
-#: server_binlog.php:114 server_replication.php:265 server_replication.php:348
-#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:318
-#: tbl_operations.php:296 tbl_operations.php:333 tbl_operations.php:544
-#: tbl_operations.php:607 tbl_operations.php:810 tbl_structure.php:719
-#: tbl_structure.php:752 tbl_tracking.php:497 tbl_tracking.php:639
-#: view_create.php:191 view_operations.php:96
+#: pmd_pdf.php:155 prefs_manage.php:274 prefs_manage.php:324
+#: server_binlog.php:116 server_replication.php:265 server_replication.php:348
+#: server_replication.php:379 server_synchronize.php:1483 tbl_indexes.php:321
+#: tbl_structure.php:720 tbl_structure.php:753 tbl_tracking.php:497
+#: tbl_tracking.php:639 view_create.php:221 view_operations.php:96
msgid "Go"
msgstr "執行"
@@ -98,7 +100,7 @@ msgstr "說明"
msgid "Use this value"
msgstr "使用此值"
-#: changelog.php:32 license.php:28
+#: changelog.php:34 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
@@ -110,31 +112,31 @@ msgstr "本系統不支援 %s 格式,詳情請參考 www.phpmyadmin.net"
msgid "Database %1$s has been created."
msgstr "建立資料庫 %1$s 成功"
-#: db_datadict.php:49 db_operations.php:423
+#: db_datadict.php:49 libraries/operations.lib.php:32
msgid "Database comment: "
msgstr "資料庫註釋: "
-#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1365
-#: libraries/tbl_properties.inc.php:828 tbl_operations.php:378
-#: tbl_printview.php:120
+#: db_datadict.php:154 libraries/operations.lib.php:771
+#: libraries/schema/Pdf_Relation_Schema.class.php:1365
+#: libraries/tbl_properties.inc.php:828 tbl_printview.php:120
msgid "Table comments"
msgstr "表註釋"
#: db_datadict.php:163 libraries/DBQbe.class.php:354
#: libraries/Index.class.php:467 libraries/TableSearch.class.php:198
-#: libraries/TableSearch.class.php:1219 libraries/insert_edit.lib.php:1586
+#: libraries/TableSearch.class.php:1202 libraries/insert_edit.lib.php:1586
#: libraries/plugins/export/ExportHtmlword.class.php:275
-#: libraries/plugins/export/ExportHtmlword.class.php:391
-#: libraries/plugins/export/ExportLatex.class.php:500
-#: libraries/plugins/export/ExportOdt.class.php:353
-#: libraries/plugins/export/ExportOdt.class.php:452
-#: libraries/plugins/export/ExportTexytext.class.php:267
+#: libraries/plugins/export/ExportHtmlword.class.php:390
+#: libraries/plugins/export/ExportLatex.class.php:498
+#: libraries/plugins/export/ExportOdt.class.php:357
+#: libraries/plugins/export/ExportOdt.class.php:455
+#: libraries/plugins/export/ExportTexytext.class.php:268
#: libraries/plugins/export/ExportTexytext.class.php:368
#: libraries/plugins/export/ExportTexytext.class.php:431
#: libraries/schema/Pdf_Relation_Schema.class.php:1391
#: libraries/schema/Pdf_Relation_Schema.class.php:1412
-#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:234
-#: tbl_printview.php:133 tbl_relation.php:409 tbl_tracking.php:310
+#: libraries/tbl_properties.inc.php:323 tbl_indexes.php:237
+#: tbl_printview.php:133 tbl_relation.php:420 tbl_tracking.php:310
#: tbl_tracking.php:377
msgid "Column"
msgstr "欄位"
@@ -143,11 +145,11 @@ msgstr "欄位"
#: libraries/TableSearch.class.php:199 libraries/db_structure.lib.php:48
#: libraries/insert_edit.lib.php:263 libraries/insert_edit.lib.php:267
#: libraries/plugins/export/ExportHtmlword.class.php:278
-#: libraries/plugins/export/ExportHtmlword.class.php:394
-#: libraries/plugins/export/ExportLatex.class.php:501
-#: libraries/plugins/export/ExportOdt.class.php:356
-#: libraries/plugins/export/ExportOdt.class.php:455
-#: libraries/plugins/export/ExportTexytext.class.php:268
+#: libraries/plugins/export/ExportHtmlword.class.php:393
+#: libraries/plugins/export/ExportLatex.class.php:499
+#: libraries/plugins/export/ExportOdt.class.php:360
+#: libraries/plugins/export/ExportOdt.class.php:458
+#: libraries/plugins/export/ExportTexytext.class.php:269
#: libraries/plugins/export/ExportTexytext.class.php:369
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:895
@@ -157,44 +159,44 @@ msgstr "欄位"
#: libraries/schema/Pdf_Relation_Schema.class.php:1413
#: libraries/server_privileges.lib.php:1511
#: libraries/tbl_properties.inc.php:87 tbl_printview.php:134
-#: tbl_structure.php:204 tbl_tracking.php:311 tbl_tracking.php:374
+#: tbl_structure.php:205 tbl_tracking.php:311 tbl_tracking.php:374
msgid "Type"
msgstr "類型"
#: db_datadict.php:166 libraries/Index.class.php:470
-#: libraries/TableSearch.class.php:1220 libraries/insert_edit.lib.php:1595
+#: libraries/TableSearch.class.php:1203 libraries/insert_edit.lib.php:1595
#: libraries/plugins/export/ExportHtmlword.class.php:281
-#: libraries/plugins/export/ExportHtmlword.class.php:397
-#: libraries/plugins/export/ExportLatex.class.php:502
-#: libraries/plugins/export/ExportOdt.class.php:359
-#: libraries/plugins/export/ExportOdt.class.php:458
-#: libraries/plugins/export/ExportTexytext.class.php:269
+#: libraries/plugins/export/ExportHtmlword.class.php:396
+#: libraries/plugins/export/ExportLatex.class.php:500
+#: libraries/plugins/export/ExportOdt.class.php:363
+#: libraries/plugins/export/ExportOdt.class.php:461
+#: libraries/plugins/export/ExportTexytext.class.php:270
#: libraries/plugins/export/ExportTexytext.class.php:370
#: libraries/schema/Pdf_Relation_Schema.class.php:1394
#: libraries/schema/Pdf_Relation_Schema.class.php:1415
#: libraries/tbl_properties.inc.php:94 tbl_printview.php:135
-#: tbl_structure.php:207 tbl_tracking.php:313 tbl_tracking.php:380
+#: tbl_structure.php:208 tbl_tracking.php:313 tbl_tracking.php:380
msgid "Null"
msgstr "空"
#: db_datadict.php:167 db_structure.php:644
#: libraries/plugins/export/ExportHtmlword.class.php:284
-#: libraries/plugins/export/ExportHtmlword.class.php:400
-#: libraries/plugins/export/ExportLatex.class.php:503
-#: libraries/plugins/export/ExportOdt.class.php:362
-#: libraries/plugins/export/ExportOdt.class.php:461
-#: libraries/plugins/export/ExportTexytext.class.php:270
+#: libraries/plugins/export/ExportHtmlword.class.php:399
+#: libraries/plugins/export/ExportLatex.class.php:501
+#: libraries/plugins/export/ExportOdt.class.php:366
+#: libraries/plugins/export/ExportOdt.class.php:464
+#: libraries/plugins/export/ExportTexytext.class.php:271
#: libraries/plugins/export/ExportTexytext.class.php:371
#: libraries/schema/Pdf_Relation_Schema.class.php:1395
#: libraries/schema/Pdf_Relation_Schema.class.php:1416
#: libraries/tbl_properties.inc.php:91 tbl_printview.php:136
-#: tbl_structure.php:208 tbl_tracking.php:314
+#: tbl_structure.php:209 tbl_tracking.php:314
msgid "Default"
msgstr "預設"
-#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:404
-#: libraries/plugins/export/ExportLatex.class.php:505
-#: libraries/plugins/export/ExportOdt.class.php:465
+#: db_datadict.php:171 libraries/plugins/export/ExportHtmlword.class.php:403
+#: libraries/plugins/export/ExportLatex.class.php:503
+#: libraries/plugins/export/ExportOdt.class.php:468
#: libraries/plugins/export/ExportTexytext.class.php:373
#: libraries/schema/Pdf_Relation_Schema.class.php:1397
#: libraries/schema/Pdf_Relation_Schema.class.php:1418 tbl_printview.php:139
@@ -204,9 +206,9 @@ msgstr "連結到"
#: db_datadict.php:173 db_printview.php:108
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135
-#: libraries/plugins/export/ExportHtmlword.class.php:409
-#: libraries/plugins/export/ExportLatex.class.php:508
-#: libraries/plugins/export/ExportOdt.class.php:470
+#: libraries/plugins/export/ExportHtmlword.class.php:408
+#: libraries/plugins/export/ExportLatex.class.php:506
+#: libraries/plugins/export/ExportOdt.class.php:473
#: libraries/plugins/export/ExportTexytext.class.php:376
#: libraries/schema/Pdf_Relation_Schema.class.php:1408
#: libraries/schema/Pdf_Relation_Schema.class.php:1419
@@ -217,21 +219,21 @@ msgstr "註釋"
#: db_datadict.php:237 js/messages.php:251 libraries/Index.class.php:360
#: libraries/Index.class.php:387 libraries/Index.class.php:740
#: libraries/config.values.php:52 libraries/config.values.php:67
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:325
-#: libraries/plugins/export/ExportHtmlword.class.php:631
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:328
+#: libraries/plugins/export/ExportHtmlword.class.php:630
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:720
+#: libraries/plugins/export/ExportOdt.class.php:723
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1774
-#: libraries/server_privileges.lib.php:1787
-#: libraries/server_privileges.lib.php:2058
-#: libraries/server_privileges.lib.php:2064
-#: libraries/server_privileges.lib.php:2388
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:309 prefs_manage.php:128 sql.php:373
-#: sql.php:440 tbl_printview.php:192 tbl_structure.php:347
+#: libraries/server_privileges.lib.php:1764
+#: libraries/server_privileges.lib.php:1777
+#: libraries/server_privileges.lib.php:2048
+#: libraries/server_privileges.lib.php:2054
+#: libraries/server_privileges.lib.php:2366
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:309 prefs_manage.php:131 sql.php:373
+#: sql.php:440 tbl_printview.php:192 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:390 tbl_tracking.php:395
msgid "No"
msgstr "否"
@@ -239,27 +241,27 @@ msgstr "否"
#: db_datadict.php:237 js/messages.php:250 libraries/Index.class.php:361
#: libraries/Index.class.php:386 libraries/Index.class.php:740
#: libraries/config.values.php:51 libraries/config.values.php:66
-#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:69
-#: libraries/mult_submits.inc.php:101 libraries/mult_submits.inc.php:110
-#: libraries/mult_submits.inc.php:115 libraries/mult_submits.inc.php:120
-#: libraries/mult_submits.inc.php:125 libraries/mult_submits.inc.php:287
-#: libraries/mult_submits.inc.php:300 libraries/mult_submits.inc.php:324
-#: libraries/mult_submits.inc.php:331
-#: libraries/plugins/export/ExportHtmlword.class.php:632
+#: libraries/config/FormDisplay.tpl.php:256 libraries/mult_submits.inc.php:71
+#: libraries/mult_submits.inc.php:103 libraries/mult_submits.inc.php:112
+#: libraries/mult_submits.inc.php:117 libraries/mult_submits.inc.php:122
+#: libraries/mult_submits.inc.php:127 libraries/mult_submits.inc.php:290
+#: libraries/mult_submits.inc.php:303 libraries/mult_submits.inc.php:327
+#: libraries/mult_submits.inc.php:335
+#: libraries/plugins/export/ExportHtmlword.class.php:631
#: libraries/plugins/export/ExportLatex.class.php:572
-#: libraries/plugins/export/ExportOdt.class.php:721
+#: libraries/plugins/export/ExportOdt.class.php:724
#: libraries/plugins/export/ExportTexytext.class.php:565
#: libraries/schema/Pdf_Relation_Schema.class.php:1444
#: libraries/server_privileges.lib.php:1644
-#: libraries/server_privileges.lib.php:1771
-#: libraries/server_privileges.lib.php:1785
-#: libraries/server_privileges.lib.php:2057
-#: libraries/server_privileges.lib.php:2062
-#: libraries/server_privileges.lib.php:2385
-#: libraries/server_privileges.lib.php:2401
-#: libraries/user_preferences.lib.php:307 prefs_manage.php:127
+#: libraries/server_privileges.lib.php:1761
+#: libraries/server_privileges.lib.php:1775
+#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:2363
+#: libraries/server_privileges.lib.php:2379
+#: libraries/user_preferences.lib.php:307 prefs_manage.php:130
#: server_databases.php:104 server_databases.php:111 sql.php:439
-#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:347
+#: tbl_printview.php:193 tbl_structure.php:45 tbl_structure.php:348
#: tbl_tracking.php:334 tbl_tracking.php:388 tbl_tracking.php:393
msgid "Yes"
msgstr "是"
@@ -271,7 +273,7 @@ msgstr "查看資料庫的轉存(大綱)"
#: db_export.php:33 db_printview.php:93 db_tracking.php:52 export.php:415
#: libraries/DBQbe.class.php:267 navigation.php:280
msgid "No tables found in database."
-msgstr "資料庫中沒有表"
+msgstr "資料庫中沒有資料。"
#: db_export.php:42 libraries/DbSearch.class.php:459 server_export.php:26
msgid "Select All"
@@ -281,110 +283,37 @@ msgstr "全選"
msgid "Unselect All"
msgstr "全不選"
-#: db_operations.php:63 tbl_create.php:22
+#: db_operations.php:45 tbl_create.php:22
msgid "The database name is empty!"
msgstr "資料庫名不能爲空!"
-#: db_operations.php:327
-#, fuzzy, php-format
-#| msgid "Database %s has been renamed to %s"
+#: db_operations.php:128
+#, php-format
msgid "Database %1$s has been renamed to %2$s"
-msgstr "資料庫 %s 已變更名稱為 %s"
+msgstr "資料庫 %1$s 已變更名稱為 %2$s"
-#: db_operations.php:331
-#, fuzzy, php-format
-#| msgid "Database %s has been copied to %s"
+#: db_operations.php:132
+#, php-format
msgid "Database %1$s has been copied to %2$s"
-msgstr "已將資料庫 %s 複製爲 %s"
+msgstr "資料庫 %1$s 已複製爲 %2$s"
-#: db_operations.php:465
-msgid "Rename database to"
-msgstr "將資料庫改名為"
-
-#: db_operations.php:492
-msgid "Remove database"
-msgstr "刪除資料庫"
-
-#: db_operations.php:504
-#, php-format
-msgid "Database %s has been dropped."
-msgstr "已被刪除資料庫 %s"
-
-#: db_operations.php:509
-msgid "Drop the database (DROP)"
-msgstr "刪除資料庫 (DROP)"
-
-#: db_operations.php:538
-msgid "Copy database to"
-msgstr "複製資料庫到"
-
-#: db_operations.php:545 tbl_operations.php:573 tbl_tracking.php:490
-msgid "Structure only"
-msgstr "僅結構"
-
-#: db_operations.php:546 tbl_operations.php:574 tbl_tracking.php:492
-msgid "Structure and data"
-msgstr "結構和資料"
-
-#: db_operations.php:547 tbl_operations.php:575 tbl_tracking.php:491
-msgid "Data only"
-msgstr "僅資料"
-
-#: db_operations.php:557
-msgid "CREATE DATABASE before copying"
-msgstr "複製前建立資料庫 (CREATE DATABASE)"
-
-#: db_operations.php:560 libraries/config/messages.inc.php:130
-#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
-#: libraries/config/messages.inc.php:139 tbl_operations.php:581
-#, php-format
-msgid "Add %s"
-msgstr "新增 %s"
-
-#: db_operations.php:564 libraries/config/messages.inc.php:123
-#: tbl_operations.php:330 tbl_operations.php:583
-msgid "Add AUTO_INCREMENT value"
-msgstr "新增自動遞增(AUTO_INCREMENT)數值"
-
-#: db_operations.php:568 tbl_operations.php:590
-msgid "Add constraints"
-msgstr "新增 constraints"
-
-#: db_operations.php:583
-msgid "Switch to copied database"
-msgstr "切換到複製的資料庫"
-
-#: db_operations.php:606 libraries/Index.class.php:469
-#: libraries/TableSearch.class.php:200 libraries/build_html_for_db.lib.php:20
-#: libraries/db_structure.lib.php:50 libraries/mysql_charsets.lib.php:115
-#: libraries/tbl_properties.inc.php:92 libraries/tbl_properties.inc.php:834
-#: server_collations.php:38 server_collations.php:50 tbl_operations.php:394
-#: tbl_structure.php:205 tbl_structure.php:929 tbl_tracking.php:312
-#: tbl_tracking.php:379
-msgid "Collation"
-msgstr "排序規則"
-
-#: db_operations.php:623
+#: db_operations.php:255
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr "phpMyAdmin 設定儲存功能未能啟動, %s請按此%s 查出問題原因."
-#: db_operations.php:658
-msgid "Edit or export relational schema"
-msgstr "編輯或匯出關聯大綱"
-
#: db_printview.php:100 db_tracking.php:82 db_tracking.php:190
-#: libraries/Menu.class.php:201 libraries/config/messages.inc.php:514
+#: libraries/Menu.class.php:191 libraries/config/messages.inc.php:514
#: libraries/db_structure.lib.php:32
-#: libraries/plugins/export/ExportXml.class.php:458
+#: libraries/plugins/export/ExportXml.class.php:456
#: libraries/plugins/export/PMA_ExportPdf.class.php:96
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:318
#: libraries/schema/User_Schema.class.php:293
-#: libraries/server_privileges.lib.php:1902
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2778 server_synchronize.php:522
+#: libraries/server_privileges.lib.php:1892
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2745 server_synchronize.php:522
#: server_synchronize.php:1042 tbl_tracking.php:719
msgid "Table"
msgstr "表"
@@ -392,41 +321,41 @@ msgstr "表"
#: db_printview.php:101 db_tables_search.php:26 db_tables_search.php:58
#: libraries/Table.class.php:301 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/import.lib.php:179
-#: navigation.php:633 navigation.php:672 sql.php:975 tbl_printview.php:370
-#: tbl_structure.php:465 tbl_structure.php:539 tbl_structure.php:939
+#: navigation.php:633 navigation.php:672 sql.php:1003 tbl_printview.php:370
+#: tbl_structure.php:466 tbl_structure.php:540 tbl_structure.php:940
msgid "Rows"
msgstr "行數"
-#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:235
+#: db_printview.php:105 libraries/db_structure.lib.php:55 tbl_indexes.php:238
msgid "Size"
msgstr "大小"
#: db_printview.php:160 db_structure.php:597
-#: libraries/plugins/export/ExportSql.class.php:1060
+#: libraries/plugins/export/ExportSql.class.php:1010
msgid "in use"
msgstr "使用中"
#: db_printview.php:186 libraries/db_info.inc.php:81
#: libraries/db_structure.lib.php:62
-#: libraries/plugins/export/ExportSql.class.php:988
+#: libraries/plugins/export/ExportSql.class.php:936
#: libraries/schema/Pdf_Relation_Schema.class.php:1370 tbl_printview.php:418
-#: tbl_structure.php:971
+#: tbl_structure.php:972
msgid "Creation"
msgstr "建立時間"
#: db_printview.php:195 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:67
-#: libraries/plugins/export/ExportSql.class.php:1001
+#: libraries/plugins/export/ExportSql.class.php:949
#: libraries/schema/Pdf_Relation_Schema.class.php:1375 tbl_printview.php:432
-#: tbl_structure.php:979
+#: tbl_structure.php:980
msgid "Last update"
msgstr "最後更新"
#: db_printview.php:204 libraries/db_info.inc.php:93
#: libraries/db_structure.lib.php:72
-#: libraries/plugins/export/ExportSql.class.php:1014
+#: libraries/plugins/export/ExportSql.class.php:962
#: libraries/schema/Pdf_Relation_Schema.class.php:1380 tbl_printview.php:446
-#: tbl_structure.php:987
+#: tbl_structure.php:988
msgid "Last check"
msgstr "最後檢查"
@@ -447,7 +376,7 @@ msgstr "切換至 %svisual builder%s"
#: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:80
#: libraries/plugins/auth/AuthenticationConfig.class.php:95
-#: libraries/plugins/auth/AuthenticationCookie.class.php:575
+#: libraries/plugins/auth/AuthenticationCookie.class.php:580
#: libraries/plugins/auth/AuthenticationHttp.class.php:65
#: libraries/plugins/auth/AuthenticationSignon.class.php:253
msgid "Access denied"
@@ -462,17 +391,17 @@ msgstr "沒有在資料庫中找到表"
msgid "unknown"
msgstr "未知"
-#: db_structure.php:372 tbl_operations.php:729
+#: db_structure.php:372 tbl_operations.php:308
#, php-format
msgid "Table %s has been emptied"
msgstr "已清空表 %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:326
#, php-format
msgid "View %s has been dropped"
msgstr "已刪除 view %s"
-#: db_structure.php:389 tbl_operations.php:748
+#: db_structure.php:389 tbl_operations.php:327
#, php-format
msgid "Table %s has been dropped"
msgstr "已刪除表 %s"
@@ -485,19 +414,19 @@ msgstr "追蹤已啓用"
msgid "Tracking is not active."
msgstr "追蹤已停用"
-#: db_structure.php:530 libraries/DisplayResults.class.php:4720
+#: db_structure.php:530 libraries/DisplayResults.class.php:4912
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr "這個檢視至少需包含這個數目的資料,請參考%sdocumentation%s。"
-#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:201
-#: libraries/tbl_info.inc.php:59 tbl_structure.php:211
+#: db_structure.php:548 db_structure.php:582 libraries/Menu.class.php:191
+#: libraries/tbl_info.inc.php:59 tbl_structure.php:212
msgid "View"
msgstr "view"
-#: db_structure.php:627 libraries/Menu.class.php:502
+#: db_structure.php:627 libraries/Menu.class.php:496
#: libraries/db_structure.lib.php:35 server_replication.php:34
#: server_replication.php:192 server_status.php:624
msgid "Replication"
@@ -513,21 +442,21 @@ msgid "%s is the default storage engine on this MySQL server."
msgstr "%s 是此 MySQL 伺服器的預設儲存引擎"
#: db_structure.php:686 db_structure.php:698 db_structure.php:699
-#: libraries/DisplayResults.class.php:4851
-#: libraries/DisplayResults.class.php:4857 libraries/mult_submits.inc.php:40
-#: libraries/server_privileges.lib.php:2316
-#: libraries/server_privileges.lib.php:2319 server_databases.php:298
-#: server_databases.php:301 tbl_structure.php:562 tbl_structure.php:566
+#: libraries/DisplayResults.class.php:5043
+#: libraries/DisplayResults.class.php:5049 libraries/mult_submits.inc.php:42
+#: libraries/server_privileges.lib.php:2304
+#: libraries/server_privileges.lib.php:2307 server_databases.php:298
+#: server_databases.php:301 tbl_structure.php:563 tbl_structure.php:567
msgid "With selected:"
msgstr "選中項:"
#: db_structure.php:687 db_structure.php:688
-#: libraries/DisplayResults.class.php:4855
-#: libraries/DisplayResults.class.php:4856
+#: libraries/DisplayResults.class.php:5047
+#: libraries/DisplayResults.class.php:5048
#: libraries/server_privileges.lib.php:754
-#: libraries/server_privileges.lib.php:2317
-#: libraries/server_privileges.lib.php:2318 server_databases.php:299
-#: server_databases.php:300 tbl_structure.php:563 tbl_structure.php:564
+#: libraries/server_privileges.lib.php:2305
+#: libraries/server_privileges.lib.php:2306 server_databases.php:299
+#: server_databases.php:300 tbl_structure.php:564 tbl_structure.php:565
msgid "Check All"
msgstr "全選"
@@ -535,50 +464,51 @@ msgstr "全選"
msgid "Check tables having overhead"
msgstr "僅選擇多餘"
-#: db_structure.php:701 libraries/CommonFunctions.class.php:3604
-#: libraries/CommonFunctions.class.php:3605
-#: libraries/DisplayResults.class.php:4874
-#: libraries/DisplayResults.class.php:5071 libraries/Menu.class.php:286
-#: libraries/Menu.class.php:376 libraries/Menu.class.php:475
+#: db_structure.php:701 libraries/CommonFunctions.class.php:3608
+#: libraries/CommonFunctions.class.php:3609
+#: libraries/DisplayResults.class.php:5066
+#: libraries/DisplayResults.class.php:5263 libraries/Menu.class.php:280
+#: libraries/Menu.class.php:367 libraries/Menu.class.php:469
#: libraries/config/messages.inc.php:168 libraries/display_export.lib.php:92
#: libraries/server_privileges.lib.php:1719
-#: libraries/server_privileges.lib.php:2323 prefs_manage.php:292
+#: libraries/server_privileges.lib.php:2311 prefs_manage.php:297
#: server_status.php:1679 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "匯出"
#: db_structure.php:703 db_structure.php:751
-#: libraries/DisplayResults.class.php:4995 libraries/Header.class.php:261
-#: tbl_structure.php:652
+#: libraries/DisplayResults.class.php:5187 libraries/Header.class.php:261
+#: tbl_structure.php:653
msgid "Print view"
msgstr "列印預覽"
-#: db_structure.php:707 libraries/CommonFunctions.class.php:3600
-#: libraries/CommonFunctions.class.php:3601
+#: db_structure.php:707 libraries/CommonFunctions.class.php:3604
+#: libraries/CommonFunctions.class.php:3605
msgid "Empty"
msgstr "清空"
#: db_structure.php:709 db_tracking.php:103
-#: libraries/CommonFunctions.class.php:3598
-#: libraries/CommonFunctions.class.php:3599 libraries/Index.class.php:528
-#: server_databases.php:302 tbl_structure.php:149 tbl_structure.php:150
-#: tbl_structure.php:581
+#: libraries/CommonFunctions.class.php:3602
+#: libraries/CommonFunctions.class.php:3603 libraries/Index.class.php:528
+#: server_databases.php:302 tbl_structure.php:150 tbl_structure.php:151
+#: tbl_structure.php:582
msgid "Drop"
msgstr "刪除"
-#: db_structure.php:711 tbl_operations.php:632
+#: db_structure.php:711 libraries/operations.lib.php:1109
msgid "Check table"
msgstr "檢查表"
-#: db_structure.php:714 tbl_operations.php:689 tbl_structure.php:879
+#: db_structure.php:714 libraries/operations.lib.php:1164
+#: tbl_structure.php:880
msgid "Optimize table"
msgstr "最佳化表"
-#: db_structure.php:716 tbl_operations.php:674
+#: db_structure.php:716 libraries/operations.lib.php:1149
msgid "Repair table"
msgstr "修復表"
-#: db_structure.php:719 tbl_operations.php:659
+#: db_structure.php:719 libraries/operations.lib.php:1136
msgid "Analyze table"
msgstr "分析表"
@@ -586,11 +516,11 @@ msgstr "分析表"
msgid "Add prefix to table"
msgstr "資料表名稱增加前綴文字"
-#: db_structure.php:723 libraries/mult_submits.inc.php:276
+#: db_structure.php:723 libraries/mult_submits.inc.php:279
msgid "Replace table prefix"
msgstr "覆蓋資料表名稱的前綴文字"
-#: db_structure.php:725 libraries/mult_submits.inc.php:276
+#: db_structure.php:725 libraries/mult_submits.inc.php:279
msgid "Copy table with prefix"
msgstr "複製資料表名稱的前綴文字"
@@ -602,20 +532,20 @@ msgstr "資料字典"
msgid "Tracked tables"
msgstr "已追蹤的表"
-#: db_tracking.php:81 libraries/Menu.class.php:178
+#: db_tracking.php:81 libraries/Menu.class.php:168
#: libraries/config/messages.inc.php:508
-#: libraries/plugins/export/ExportHtmlword.class.php:156
+#: libraries/plugins/export/ExportHtmlword.class.php:157
#: libraries/plugins/export/ExportLatex.class.php:250
-#: libraries/plugins/export/ExportOdt.class.php:197
-#: libraries/plugins/export/ExportSql.class.php:805
-#: libraries/plugins/export/ExportTexytext.class.php:139
-#: libraries/plugins/export/ExportXml.class.php:391
+#: libraries/plugins/export/ExportOdt.class.php:202
+#: libraries/plugins/export/ExportSql.class.php:752
+#: libraries/plugins/export/ExportTexytext.class.php:141
+#: libraries/plugins/export/ExportXml.class.php:389
#: libraries/plugins/export/PMA_ExportPdf.class.php:95
-#: libraries/server_privileges.lib.php:1892
-#: libraries/server_privileges.lib.php:2127
-#: libraries/server_privileges.lib.php:2769 server_databases.php:194
+#: libraries/server_privileges.lib.php:1882
+#: libraries/server_privileges.lib.php:2117
+#: libraries/server_privileges.lib.php:2736 server_databases.php:194
#: server_status.php:1290 server_synchronize.php:1451
-#: server_synchronize.php:1455 sql.php:969 tbl_tracking.php:718
+#: server_synchronize.php:1455 sql.php:997 tbl_tracking.php:718
msgid "Database"
msgstr "資料庫"
@@ -631,9 +561,9 @@ msgstr "建立"
msgid "Updated"
msgstr "更新"
-#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:465
+#: db_tracking.php:86 js/messages.php:185 libraries/Menu.class.php:459
#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_list.lib.php:78
-#: server_status.php:1293 sql.php:1043 tbl_tracking.php:723
+#: server_status.php:1293 sql.php:1071 tbl_tracking.php:723
msgid "Status"
msgstr "狀態"
@@ -641,14 +571,14 @@ msgstr "狀態"
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_privileges.lib.php:1514
-#: libraries/server_privileges.lib.php:2137
-#: libraries/server_privileges.lib.php:2300 server_databases.php:229
-#: tbl_structure.php:221
+#: libraries/server_privileges.lib.php:2127
+#: libraries/server_privileges.lib.php:2289 server_databases.php:229
+#: tbl_structure.php:222
msgid "Action"
msgstr "動作"
#: db_tracking.php:88 libraries/DBQbe.class.php:448
-#: libraries/DisplayResults.class.php:888 tbl_change.php:218
+#: libraries/DisplayResults.class.php:910 tbl_change.php:218
#: tbl_tracking.php:724
msgid "Show"
msgstr "顯示"
@@ -681,7 +611,7 @@ msgstr "結構快照"
msgid "Untracked tables"
msgstr "未追蹤的表"
-#: db_tracking.php:204 tbl_structure.php:680
+#: db_tracking.php:204 tbl_structure.php:681
msgid "Track table"
msgstr "追蹤資料表"
@@ -732,7 +662,7 @@ msgstr "無效的輸出類型"
msgid "Value for the column \"%s\""
msgstr "%s 欄位的值"
-#: gis_data_editor.php:104 tbl_gis_visualization.php:168
+#: gis_data_editor.php:104 tbl_gis_visualization.php:171
msgid "Use OpenStreetMaps as Base Layer"
msgstr "使用OpenStreetMaps"
@@ -741,7 +671,7 @@ msgid "SRID"
msgstr ""
#: gis_data_editor.php:141 js/messages.php:326
-#: libraries/DisplayResults.class.php:1624
+#: libraries/DisplayResults.class.php:1649
msgid "Geometry"
msgstr ""
@@ -872,7 +802,7 @@ msgstr ""
msgid "Could not load import plugins, please check your installation!"
msgstr "無法載入匯入插件,請檢查您的安裝!"
-#: import.php:488 sql.php:1081
+#: import.php:488 sql.php:1109
#, php-format
msgid "Bookmark %s created"
msgstr "已建立書籤 %s"
@@ -897,10 +827,10 @@ msgstr ""
"在最後一次執行時沒有資料被解析,建議您增加 PHP 運行時間限制,否則 phpMyAdmin "
"將無法完成匯入操作"
-#: import.php:541 libraries/DisplayResults.class.php:4341
+#: import.php:541 libraries/DisplayResults.class.php:4533
#: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1335
-#: libraries/sql_query_form.lib.php:116 tbl_operations.php:232
-#: tbl_relation.php:294 tbl_row_action.php:122 view_operations.php:55
+#: libraries/sql_query_form.lib.php:116 tbl_operations.php:184
+#: tbl_relation.php:299 tbl_row_action.php:122 view_operations.php:55
msgid "Your SQL query has been executed successfully"
msgstr "您的 SQL 語法已順利執行"
@@ -923,7 +853,7 @@ msgstr "已經停用刪除資料庫 (“DROP DATABASE”) 指令"
msgid "Do you really want to execute \"%s\"?"
msgstr "您真的要"
-#: js/messages.php:31 libraries/mult_submits.inc.php:307 sql.php:418
+#: js/messages.php:31 libraries/mult_submits.inc.php:310 sql.php:418
msgid "You are about to DESTROY a complete database!"
msgstr "您將要刪除一個完整的資料庫!"
@@ -967,7 +897,7 @@ msgstr "新增索引"
msgid "Edit Index"
msgstr "編輯模式"
-#: js/messages.php:44 tbl_indexes.php:323
+#: js/messages.php:44 tbl_indexes.php:326
#, fuzzy, php-format
#| msgid "Add %s column(s)"
msgid "Add %d column(s) to index"
@@ -998,8 +928,8 @@ msgstr "兩次密碼不一致!"
#: js/messages.php:55 libraries/server_privileges.lib.php:1380
#: libraries/server_privileges.lib.php:1565
-#: libraries/server_privileges.lib.php:2441
-#: libraries/server_privileges.lib.php:2741
+#: libraries/server_privileges.lib.php:2415
+#: libraries/server_privileges.lib.php:2708
msgid "Add user"
msgstr "新增使用者"
@@ -1019,9 +949,9 @@ msgstr "關閉"
#: js/messages.php:61 js/messages.php:284
#: libraries/CommonFunctions.class.php:712
#: libraries/CommonFunctions.class.php:1290
-#: libraries/CommonFunctions.class.php:3602
-#: libraries/CommonFunctions.class.php:3603
-#: libraries/DisplayResults.class.php:3113 libraries/Index.class.php:491
+#: libraries/CommonFunctions.class.php:3606
+#: libraries/CommonFunctions.class.php:3607
+#: libraries/DisplayResults.class.php:3299 libraries/Index.class.php:491
#: libraries/config/messages.inc.php:490
#: libraries/schema/User_Schema.class.php:215 setup/frames/index.inc.php:147
msgid "Edit"
@@ -1047,7 +977,7 @@ msgstr "靜態資料"
#: js/messages.php:68 libraries/build_html_for_db.lib.php:46
#: libraries/engines/innodb.lib.php:172 server_databases.php:257
#: server_status.php:1168 server_status.php:1237 tbl_printview.php:331
-#: tbl_structure.php:867
+#: tbl_structure.php:868
msgid "Total"
msgstr "總計"
@@ -1263,7 +1193,7 @@ msgstr "版本"
msgid "Traffic"
msgstr "流量"
-#: js/messages.php:133 libraries/Menu.class.php:483 server_status.php:1630
+#: js/messages.php:133 libraries/Menu.class.php:477 server_status.php:1630
msgid "Settings"
msgstr "設定"
@@ -1285,12 +1215,12 @@ msgstr "對齊網格"
msgid "Please add at least one variable to the series"
msgstr "請至少增加一個變數"
-#: js/messages.php:139 libraries/DisplayResults.class.php:1272
-#: libraries/TableSearch.class.php:858 libraries/TableSearch.class.php:1002
+#: js/messages.php:139 libraries/DisplayResults.class.php:1294
+#: libraries/TableSearch.class.php:853 libraries/TableSearch.class.php:997
#: libraries/display_export.lib.php:333
-#: libraries/plugins/export/ExportSql.class.php:1479
-#: libraries/server_privileges.lib.php:2036
-#: libraries/tbl_properties.inc.php:652 pmd_general.php:539
+#: libraries/plugins/export/ExportSql.class.php:1434
+#: libraries/server_privileges.lib.php:2026
+#: libraries/tbl_properties.inc.php:652 pmd_general.php:551
#: server_status.php:1321 server_status.php:1778
msgid "None"
msgstr "無"
@@ -1481,10 +1411,10 @@ msgid "Explain output"
msgstr "SQL說明 "
#: js/messages.php:186 js/messages.php:516
-#: libraries/plugins/export/ExportHtmlword.class.php:484
-#: libraries/plugins/export/ExportOdt.class.php:558
+#: libraries/plugins/export/ExportHtmlword.class.php:483
+#: libraries/plugins/export/ExportOdt.class.php:561
#: libraries/plugins/export/ExportTexytext.class.php:434
-#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1044
+#: libraries/rte/rte_list.lib.php:68 server_status.php:1292 sql.php:1072
msgid "Time"
msgstr "時間"
@@ -1593,10 +1523,10 @@ msgid ""
"config..."
msgstr ""
-#: js/messages.php:212 libraries/Menu.class.php:295
-#: libraries/Menu.class.php:382 libraries/Menu.class.php:479
+#: js/messages.php:212 libraries/Menu.class.php:289
+#: libraries/Menu.class.php:376 libraries/Menu.class.php:473
#: libraries/config/messages.inc.php:174 libraries/display_import.lib.php:184
-#: prefs_manage.php:235 server_status.php:1679 setup/frames/menu.inc.php:21
+#: prefs_manage.php:240 server_status.php:1679 setup/frames/menu.inc.php:21
msgid "Import"
msgstr "輸入"
@@ -1656,9 +1586,9 @@ msgstr ""
msgid "Test"
msgstr "測試"
-#: js/messages.php:232 pmd_general.php:417 pmd_general.php:454
-#: pmd_general.php:574 pmd_general.php:622 pmd_general.php:698
-#: pmd_general.php:752 pmd_general.php:815 pmd_general.php:846
+#: js/messages.php:232 pmd_general.php:429 pmd_general.php:466
+#: pmd_general.php:586 pmd_general.php:634 pmd_general.php:710
+#: pmd_general.php:764 pmd_general.php:827 pmd_general.php:858
msgid "Cancel"
msgstr "取消"
@@ -1686,9 +1616,9 @@ msgstr "刪除欄位"
msgid "Adding Primary Key"
msgstr "正在新增主鍵"
-#: js/messages.php:241 pmd_general.php:415 pmd_general.php:572
-#: pmd_general.php:620 pmd_general.php:696 pmd_general.php:750
-#: pmd_general.php:813
+#: js/messages.php:241 pmd_general.php:427 pmd_general.php:584
+#: pmd_general.php:632 pmd_general.php:708 pmd_general.php:762
+#: pmd_general.php:825
msgid "OK"
msgstr "確定"
@@ -1732,19 +1662,19 @@ msgstr "新增索引"
msgid "Show indexes"
msgstr "顯示網格"
-#: js/messages.php:257 libraries/mult_submits.inc.php:317
+#: js/messages.php:257 libraries/mult_submits.inc.php:320
#, fuzzy
#| msgid "Disable foreign key checks"
msgid "Foreign key check:"
msgstr "關閉外鍵 (Foreign Key) 檢查"
-#: js/messages.php:258 libraries/mult_submits.inc.php:321
+#: js/messages.php:258 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Enabled"
msgid "(Enabled)"
msgstr "已啓用"
-#: js/messages.php:259 libraries/mult_submits.inc.php:321
+#: js/messages.php:259 libraries/mult_submits.inc.php:324
#, fuzzy
#| msgid "Disabled"
msgid "(Disabled)"
@@ -1819,8 +1749,8 @@ msgstr "顯示查詢框"
msgid "No rows selected"
msgstr "沒有選中任何行"
-#: js/messages.php:286 libraries/DisplayResults.class.php:4861
-#: querywindow.php:84 tbl_structure.php:148 tbl_structure.php:577
+#: js/messages.php:286 libraries/DisplayResults.class.php:5053
+#: querywindow.php:84 tbl_structure.php:149 tbl_structure.php:578
msgid "Change"
msgstr "修改"
@@ -1830,8 +1760,8 @@ msgstr "修改"
msgid "Query execution time"
msgstr "最長執行時間"
-#: js/messages.php:288 libraries/DisplayResults.class.php:706
-#: libraries/DisplayResults.class.php:714
+#: js/messages.php:288 libraries/DisplayResults.class.php:728
+#: libraries/DisplayResults.class.php:736
#, php-format
msgid "%d is not valid row number."
msgstr "%d 不是有效行數"
@@ -1840,8 +1770,8 @@ msgstr "%d 不是有效行數"
#: libraries/insert_edit.lib.php:1483
#: libraries/schema/User_Schema.class.php:373
#: libraries/tbl_properties.inc.php:896 setup/frames/config.inc.php:39
-#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:189
-#: tbl_indexes.php:310 tbl_relation.php:577
+#: setup/frames/index.inc.php:246 tbl_gis_visualization.php:192
+#: tbl_indexes.php:313 tbl_relation.php:588
msgid "Save"
msgstr "儲存"
@@ -1905,12 +1835,12 @@ msgstr "查詢結果選項"
msgid "Data point content"
msgstr "資料指標大小"
-#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:249
-#: tbl_indexes.php:284
+#: js/messages.php:318 tbl_change.php:244 tbl_indexes.php:252
+#: tbl_indexes.php:287
msgid "Ignore"
msgstr "忽略"
-#: js/messages.php:319 libraries/DisplayResults.class.php:3116
+#: js/messages.php:319 libraries/DisplayResults.class.php:3302
msgid "Copy"
msgstr "複製"
@@ -1932,7 +1862,7 @@ msgstr "選擇外部鍵"
msgid "Please select the primary key or a unique key"
msgstr "請選擇主鍵或唯一鍵"
-#: js/messages.php:340 pmd_general.php:97 tbl_relation.php:559
+#: js/messages.php:340 pmd_general.php:101 tbl_relation.php:570
msgid "Choose column to display"
msgstr "選擇要顯示的欄位"
@@ -2023,7 +1953,7 @@ msgstr "產生"
msgid "Change Password"
msgstr "修改密碼"
-#: js/messages.php:368 tbl_structure.php:470
+#: js/messages.php:368 tbl_structure.php:471
msgid "More"
msgstr "更多"
@@ -2403,13 +2333,13 @@ msgstr "zh"
#: libraries/CommonFunctions.class.php:674 libraries/Message.class.php:199
#: libraries/core.lib.php:217 libraries/import.lib.php:169
-#: libraries/insert_edit.lib.php:1202 tbl_operations.php:232
-#: tbl_relation.php:292 view_operations.php:55
+#: libraries/insert_edit.lib.php:1202 tbl_operations.php:186
+#: tbl_relation.php:297 view_operations.php:55
msgid "Error"
msgstr "錯誤"
#: libraries/CommonFunctions.class.php:687 server_status.php:613
-#: server_status.php:1295 sql.php:972
+#: server_status.php:1295 sql.php:1000
msgid "SQL query"
msgstr "SQL 查詢"
@@ -2477,7 +2407,7 @@ msgctxt "Inline edit query"
msgid "Inline"
msgstr "行間"
-#: libraries/CommonFunctions.class.php:1480 sql.php:1039
+#: libraries/CommonFunctions.class.php:1480 sql.php:1067
msgid "Profiling"
msgstr "概要"
@@ -2504,19 +2434,19 @@ msgstr "%s 天 %s 小時,%s 分 %s 秒"
msgid "Missing parameter:"
msgstr "一般"
-#: libraries/CommonFunctions.class.php:2628
#: libraries/CommonFunctions.class.php:2632
-#: libraries/DisplayResults.class.php:760
+#: libraries/CommonFunctions.class.php:2636
+#: libraries/DisplayResults.class.php:782
#, fuzzy
#| msgid "Begin"
msgctxt "First page"
msgid "Begin"
msgstr "開始"
-#: libraries/CommonFunctions.class.php:2630
-#: libraries/CommonFunctions.class.php:2633
-#: libraries/DisplayResults.class.php:763 server_binlog.php:140
-#: server_binlog.php:142
+#: libraries/CommonFunctions.class.php:2634
+#: libraries/CommonFunctions.class.php:2637
+#: libraries/DisplayResults.class.php:785 server_binlog.php:142
+#: server_binlog.php:144
#, fuzzy
#| msgid "Previous"
msgctxt "Previous page"
@@ -2524,143 +2454,144 @@ msgid "Previous"
msgstr "上一個"
# 這應該使用於選擇日期的小月曆
-#: libraries/CommonFunctions.class.php:2665
-#: libraries/CommonFunctions.class.php:2668
-#: libraries/DisplayResults.class.php:820 server_binlog.php:175
-#: server_binlog.php:177
+#: libraries/CommonFunctions.class.php:2669
+#: libraries/CommonFunctions.class.php:2672
+#: libraries/DisplayResults.class.php:842 server_binlog.php:177
+#: server_binlog.php:179
#, fuzzy
#| msgid "Next"
msgctxt "Next page"
msgid "Next"
msgstr "下個月"
-#: libraries/CommonFunctions.class.php:2666
-#: libraries/CommonFunctions.class.php:2669
-#: libraries/DisplayResults.class.php:848
+#: libraries/CommonFunctions.class.php:2670
+#: libraries/CommonFunctions.class.php:2673
+#: libraries/DisplayResults.class.php:870
#, fuzzy
#| msgid "End"
msgctxt "Last page"
msgid "End"
msgstr "結束"
-#: libraries/CommonFunctions.class.php:2745
+#: libraries/CommonFunctions.class.php:2749
#, php-format
msgid "Jump to database "%s"."
msgstr "跳轉到資料庫“%s”"
-#: libraries/CommonFunctions.class.php:2770
+#: libraries/CommonFunctions.class.php:2774
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s 功能受到一個已知的缺陷 (bug) 影響,參見 %s"
-#: libraries/CommonFunctions.class.php:2954
+#: libraries/CommonFunctions.class.php:2958
#, fuzzy
#| msgid "Click to select"
msgid "Click to toggle"
msgstr "點擊選取"
-#: libraries/CommonFunctions.class.php:3385
-#: libraries/CommonFunctions.class.php:3392
-#: libraries/CommonFunctions.class.php:3597 libraries/Menu.class.php:267
-#: libraries/Menu.class.php:360 libraries/config/setup.forms.php:295
+#: libraries/CommonFunctions.class.php:3389
+#: libraries/CommonFunctions.class.php:3396
+#: libraries/CommonFunctions.class.php:3601 libraries/Menu.class.php:257
+#: libraries/Menu.class.php:345 libraries/config/setup.forms.php:295
#: libraries/config/setup.forms.php:332 libraries/config/setup.forms.php:358
#: libraries/config/user_preferences.forms.php:196
#: libraries/config/user_preferences.forms.php:233
#: libraries/config/user_preferences.forms.php:259
#: libraries/import.lib.php:1223
-#: libraries/plugins/export/ExportLatex.class.php:477
+#: libraries/plugins/export/ExportLatex.class.php:475
#: libraries/server_privileges.lib.php:723
-#: libraries/tbl_properties.inc.php:756 pmd_general.php:167
+#: libraries/tbl_properties.inc.php:756 pmd_general.php:179
#: server_replication.php:345 tbl_tracking.php:306
msgid "Structure"
msgstr "結構"
-#: libraries/CommonFunctions.class.php:3386
-#: libraries/CommonFunctions.class.php:3393 libraries/Menu.class.php:271
-#: libraries/Menu.class.php:365 libraries/Menu.class.php:461
-#: libraries/config/messages.inc.php:218
-#: libraries/plugins/import/ImportSql.class.php:40 querywindow.php:61
+#: libraries/CommonFunctions.class.php:3390
+#: libraries/CommonFunctions.class.php:3397 libraries/Menu.class.php:261
+#: libraries/Menu.class.php:350 libraries/Menu.class.php:455
+#: libraries/config/messages.inc.php:218 querywindow.php:61
msgid "SQL"
msgstr "SQL"
-#: libraries/CommonFunctions.class.php:3388
-#: libraries/CommonFunctions.class.php:3595
-#: libraries/CommonFunctions.class.php:3596 libraries/Menu.class.php:280
+#: libraries/CommonFunctions.class.php:3392
+#: libraries/CommonFunctions.class.php:3599
+#: libraries/CommonFunctions.class.php:3600 libraries/Menu.class.php:274
#: libraries/sql_query_form.lib.php:307 libraries/sql_query_form.lib.php:310
msgid "Insert"
msgstr "插入"
-#: libraries/CommonFunctions.class.php:3389
-#: libraries/CommonFunctions.class.php:3591
-#: libraries/CommonFunctions.class.php:3592 libraries/DbSearch.class.php:366
-#: libraries/Menu.class.php:261 tbl_structure.php:571
+#: libraries/CommonFunctions.class.php:3393
+#: libraries/CommonFunctions.class.php:3595
+#: libraries/CommonFunctions.class.php:3596 libraries/DbSearch.class.php:366
+#: libraries/Menu.class.php:251 tbl_structure.php:572
msgid "Browse"
msgstr "瀏覽"
-#: libraries/CommonFunctions.class.php:3395 libraries/Menu.class.php:299
-#: libraries/Menu.class.php:322 libraries/Menu.class.php:386
+#: libraries/CommonFunctions.class.php:3399 libraries/Menu.class.php:293
+#: libraries/Menu.class.php:316 libraries/Menu.class.php:380
#: view_operations.php:84
msgid "Operations"
msgstr "操作"
-#: libraries/CommonFunctions.class.php:3506
-#: libraries/sql_query_form.lib.php:473 prefs_manage.php:245
+#: libraries/CommonFunctions.class.php:3510
+#: libraries/sql_query_form.lib.php:473 prefs_manage.php:250
msgid "Browse your computer:"
msgstr "從計算機中上傳:"
-#: libraries/CommonFunctions.class.php:3534
+#: libraries/CommonFunctions.class.php:3538
#, php-format
msgid "Select from the web server upload directory %s:"
msgstr "選擇 Web 伺服器上傳目錄 %s:"
-#: libraries/CommonFunctions.class.php:3563 libraries/insert_edit.lib.php:1203
+#: libraries/CommonFunctions.class.php:3567 libraries/insert_edit.lib.php:1203
#: libraries/sql_query_form.lib.php:482
msgid "The directory you set for upload work cannot be reached"
msgstr "設定之上傳目錄錯誤,無法使用"
-#: libraries/CommonFunctions.class.php:3574
+#: libraries/CommonFunctions.class.php:3578
msgid "There are no files to upload"
msgstr "沒有可上傳的檔案"
-#: libraries/CommonFunctions.class.php:3606
-#: libraries/CommonFunctions.class.php:3607
+#: libraries/CommonFunctions.class.php:3610
+#: libraries/CommonFunctions.class.php:3611
msgid "Execute"
msgstr "執行"
-#: libraries/CommonFunctions.class.php:4150
+#: libraries/CommonFunctions.class.php:4154
msgid "Print"
msgstr "列印"
-#: libraries/Config.class.php:915
+#: libraries/Config.class.php:913
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr ""
-#: libraries/Config.class.php:945
+#: libraries/Config.class.php:943
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
-#: libraries/Config.class.php:1521
+#: libraries/Config.class.php:1519
msgid "Font size"
msgstr "字體大小"
-#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1256
-#: libraries/DisplayResults.class.php:1994
-#: libraries/DisplayResults.class.php:2002 libraries/TableSearch.class.php:829
+#: libraries/DBQbe.class.php:337 libraries/DisplayResults.class.php:1278
+#: libraries/DisplayResults.class.php:2019
+#: libraries/DisplayResults.class.php:2027 libraries/TableSearch.class.php:824
#: libraries/db_structure.lib.php:117 libraries/db_structure.lib.php:126
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:291
+#: libraries/operations.lib.php:624 server_databases.php:195
+#: server_databases.php:212
msgid "Ascending"
msgstr "遞增"
-#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1268
-#: libraries/DisplayResults.class.php:1989
-#: libraries/DisplayResults.class.php:2007 libraries/TableSearch.class.php:830
+#: libraries/DBQbe.class.php:339 libraries/DisplayResults.class.php:1290
+#: libraries/DisplayResults.class.php:2014
+#: libraries/DisplayResults.class.php:2032 libraries/TableSearch.class.php:825
#: libraries/db_structure.lib.php:118 libraries/db_structure.lib.php:127
-#: server_databases.php:195 server_databases.php:212 tbl_operations.php:292
+#: libraries/operations.lib.php:625 server_databases.php:195
+#: server_databases.php:212
msgid "Descending"
msgstr "遞減"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2062
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:2087
#: libraries/db_structure.lib.php:110
msgid "Sort"
msgstr "排序"
@@ -2686,8 +2617,8 @@ msgid "Use Tables"
msgstr "使用表"
#: libraries/DBQbe.class.php:623 libraries/DBQbe.class.php:718
-#: libraries/TableSearch.class.php:797 libraries/insert_edit.lib.php:1206
-#: libraries/server_privileges.lib.php:320 tbl_indexes.php:313
+#: libraries/TableSearch.class.php:792 libraries/insert_edit.lib.php:1206
+#: libraries/server_privileges.lib.php:320 tbl_indexes.php:316
msgid "Or"
msgstr "或"
@@ -2752,13 +2683,13 @@ msgstr[0] "%s 筆資料符合 - 於資料表 %s"
msgid "Delete the matches for the %s table?"
msgstr "刪除 %s 資料表中符合的資料?"
-#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3184
-#: libraries/DisplayResults.class.php:4837
+#: libraries/DbSearch.class.php:377 libraries/DisplayResults.class.php:3370
+#: libraries/DisplayResults.class.php:5029
#: libraries/schema/User_Schema.class.php:216
#: libraries/schema/User_Schema.class.php:294
#: libraries/schema/User_Schema.class.php:329
#: libraries/schema/User_Schema.class.php:359
-#: libraries/sql_query_form.lib.php:431 pmd_general.php:452
+#: libraries/sql_query_form.lib.php:431 pmd_general.php:464
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:254
#: tbl_tracking.php:507 tbl_tracking.php:528 tbl_tracking.php:587
msgid "Delete"
@@ -2790,186 +2721,186 @@ msgstr "於以下表:"
msgid "Inside column:"
msgstr "於以下欄位:"
-#: libraries/DisplayResults.class.php:683
+#: libraries/DisplayResults.class.php:705
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "保存文件夾"
-#: libraries/DisplayResults.class.php:689
+#: libraries/DisplayResults.class.php:711
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "文字框列"
-#: libraries/DisplayResults.class.php:889
+#: libraries/DisplayResults.class.php:911
#, fuzzy
#| msgid "Textarea rows"
msgid "Start row"
msgstr "文字框行"
-#: libraries/DisplayResults.class.php:893
+#: libraries/DisplayResults.class.php:915
#, fuzzy
#| msgid "Number of rows:"
msgid "Number of rows"
msgstr "記錄數:"
-#: libraries/DisplayResults.class.php:902
+#: libraries/DisplayResults.class.php:924
#, fuzzy
#| msgid "More"
msgid "Mode"
msgstr "更多"
-#: libraries/DisplayResults.class.php:904
+#: libraries/DisplayResults.class.php:926
msgid "horizontal"
msgstr "水平"
-#: libraries/DisplayResults.class.php:905
+#: libraries/DisplayResults.class.php:927
msgid "horizontal (rotated headers)"
msgstr "水平 (旋轉標題)"
-#: libraries/DisplayResults.class.php:906
+#: libraries/DisplayResults.class.php:928
msgid "vertical"
msgstr "垂直"
-#: libraries/DisplayResults.class.php:918
+#: libraries/DisplayResults.class.php:940
#, php-format
msgid "Headers every %s rows"
msgstr ""
-#: libraries/DisplayResults.class.php:1214
+#: libraries/DisplayResults.class.php:1236
msgid "Sort by key"
msgstr "主鍵排序"
-#: libraries/DisplayResults.class.php:1561 libraries/TableSearch.class.php:771
+#: libraries/DisplayResults.class.php:1586 libraries/TableSearch.class.php:766
#: libraries/import.lib.php:1197 libraries/import.lib.php:1223
#: libraries/plugins/export/ExportCodegen.class.php:89
-#: libraries/plugins/export/ExportCsv.class.php:98
+#: libraries/plugins/export/ExportCsv.class.php:79
#: libraries/plugins/export/ExportExcel.class.php:43
#: libraries/plugins/export/ExportHtmlword.class.php:51
#: libraries/plugins/export/ExportJson.class.php:48
#: libraries/plugins/export/ExportLatex.class.php:74
#: libraries/plugins/export/ExportMediawiki.class.php:51
-#: libraries/plugins/export/ExportOds.class.php:54
-#: libraries/plugins/export/ExportOdt.class.php:62
+#: libraries/plugins/export/ExportOds.class.php:56
+#: libraries/plugins/export/ExportOdt.class.php:65
#: libraries/plugins/export/ExportPdf.class.php:81
#: libraries/plugins/export/ExportPhparray.class.php:48
-#: libraries/plugins/export/ExportSql.class.php:148
+#: libraries/plugins/export/ExportSql.class.php:71
#: libraries/plugins/export/ExportTexytext.class.php:50
#: libraries/plugins/export/ExportXml.class.php:79
#: libraries/plugins/export/ExportYaml.class.php:49
-#: libraries/plugins/import/ImportCsv.class.php:57
-#: libraries/plugins/import/ImportDocsql.class.php:65
-#: libraries/plugins/import/ImportLdi.class.php:65
-#: libraries/plugins/import/ImportMediawiki.class.php:56
-#: libraries/plugins/import/ImportOds.class.php:52
-#: libraries/plugins/import/ImportShp.class.php:52
-#: libraries/plugins/import/ImportSql.class.php:43
-#: libraries/plugins/import/ImportXml.class.php:53
-#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:915
+#: libraries/plugins/import/ImportCsv.class.php:63
+#: libraries/plugins/import/ImportDocsql.class.php:70
+#: libraries/plugins/import/ImportLdi.class.php:69
+#: libraries/plugins/import/ImportMediawiki.class.php:59
+#: libraries/plugins/import/ImportOds.class.php:57
+#: libraries/plugins/import/ImportShp.class.php:55
+#: libraries/plugins/import/ImportSql.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:56
+#: libraries/rte/rte_routines.lib.php:922 tbl_structure.php:916
msgid "Options"
msgstr "選項"
-#: libraries/DisplayResults.class.php:1567
-#: libraries/DisplayResults.class.php:1673
+#: libraries/DisplayResults.class.php:1592
+#: libraries/DisplayResults.class.php:1698
msgid "Partial texts"
msgstr "部分內容"
-#: libraries/DisplayResults.class.php:1568
-#: libraries/DisplayResults.class.php:1677
+#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1702
msgid "Full texts"
msgstr "完整內容"
-#: libraries/DisplayResults.class.php:1582
+#: libraries/DisplayResults.class.php:1607
msgid "Relational key"
msgstr "關聯鍵"
-#: libraries/DisplayResults.class.php:1583
+#: libraries/DisplayResults.class.php:1608
msgid "Relational display column"
msgstr "關聯顯示字段"
-#: libraries/DisplayResults.class.php:1595
+#: libraries/DisplayResults.class.php:1620
msgid "Show binary contents"
msgstr "顯示二進制內容"
-#: libraries/DisplayResults.class.php:1600
+#: libraries/DisplayResults.class.php:1625
msgid "Show BLOB contents"
msgstr "顯示 BLOB 內容"
-#: libraries/DisplayResults.class.php:1605
+#: libraries/DisplayResults.class.php:1630
#: libraries/config/messages.inc.php:61
msgid "Show binary contents as HEX"
msgstr "以十六進制顯示二進制內容"
-#: libraries/DisplayResults.class.php:1616
+#: libraries/DisplayResults.class.php:1641
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "瀏覽器轉換"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1650
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1626
+#: libraries/DisplayResults.class.php:1651
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3157
-#: libraries/DisplayResults.class.php:3173
+#: libraries/DisplayResults.class.php:3343
+#: libraries/DisplayResults.class.php:3359
msgid "The row has been deleted"
msgstr "已刪除該行"
-#: libraries/DisplayResults.class.php:3211
-#: libraries/DisplayResults.class.php:4837 server_status.php:1317
+#: libraries/DisplayResults.class.php:3397
+#: libraries/DisplayResults.class.php:5029 server_status.php:1317
msgid "Kill"
msgstr "中止"
-#: libraries/DisplayResults.class.php:4287 libraries/db_structure.lib.php:44
+#: libraries/DisplayResults.class.php:4479 libraries/db_structure.lib.php:44
msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
"可能接近。參見 [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]"
-#: libraries/DisplayResults.class.php:4683
+#: libraries/DisplayResults.class.php:4875
msgid "in query"
msgstr "查詢中"
-#: libraries/DisplayResults.class.php:4733
+#: libraries/DisplayResults.class.php:4925
msgid "Showing rows"
msgstr "顯示行"
-#: libraries/DisplayResults.class.php:4749
+#: libraries/DisplayResults.class.php:4941
msgid "total"
msgstr "總計"
-#: libraries/DisplayResults.class.php:4760 sql.php:813
+#: libraries/DisplayResults.class.php:4952 sql.php:841
#, php-format
msgid "Query took %01.4f sec"
msgstr "查詢花費 %01.4f 秒"
-#: libraries/DisplayResults.class.php:4971
+#: libraries/DisplayResults.class.php:5163
msgid "Query results operations"
msgstr "查詢結果選項"
-#: libraries/DisplayResults.class.php:5013
+#: libraries/DisplayResults.class.php:5205
msgid "Print view (with full texts)"
msgstr "列印預覽 (全文顯示)"
-#: libraries/DisplayResults.class.php:5084 tbl_chart.php:80
+#: libraries/DisplayResults.class.php:5276 tbl_chart.php:80
msgid "Display chart"
msgstr "顯示圖表"
-#: libraries/DisplayResults.class.php:5109
+#: libraries/DisplayResults.class.php:5301
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5142 view_create.php:122
+#: libraries/DisplayResults.class.php:5334 view_create.php:152
msgid "Create view"
msgstr "新建視圖"
-#: libraries/DisplayResults.class.php:5335
+#: libraries/DisplayResults.class.php:5527
msgid "Link not found"
msgstr "找不到連結"
@@ -3033,29 +2964,29 @@ msgid "Open new phpMyAdmin window"
msgstr "開啟新 phpMyAdmin 視窗"
#: libraries/Header.class.php:495
-#: libraries/plugins/auth/AuthenticationCookie.class.php:248
+#: libraries/plugins/auth/AuthenticationCookie.class.php:253
msgid "Cookies must be enabled past this point."
msgstr "必須啟用 Cookies 才能登入。"
#: libraries/Header.class.php:500
-#: libraries/plugins/auth/AuthenticationCookie.class.php:152
+#: libraries/plugins/auth/AuthenticationCookie.class.php:157
#, fuzzy
#| msgid "Cookies must be enabled past this point."
msgid "Javascript must be enabled past this point"
msgstr "必須啟用 Cookies 才能登入。"
-#: libraries/Index.class.php:433 tbl_relation.php:540
+#: libraries/Index.class.php:433 tbl_relation.php:551
msgid "No index defined!"
msgstr "沒有已定義的索引!"
#: libraries/Index.class.php:438 libraries/Index.class.php:451
-#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:735
+#: libraries/build_html_for_db.lib.php:41 tbl_structure.php:736
#: tbl_tracking.php:369
msgid "Indexes"
msgstr "索引"
#: libraries/Index.class.php:465 libraries/tbl_properties.inc.php:538
-#: tbl_structure.php:153 tbl_structure.php:158 tbl_structure.php:590
+#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:591
#: tbl_tracking.php:375
msgid "Unique"
msgstr "唯一"
@@ -3068,6 +2999,16 @@ msgstr "緊湊"
msgid "Cardinality"
msgstr "基數"
+#: libraries/Index.class.php:469 libraries/TableSearch.class.php:200
+#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:50
+#: libraries/mysql_charsets.lib.php:115 libraries/operations.lib.php:244
+#: libraries/operations.lib.php:793 libraries/tbl_properties.inc.php:92
+#: libraries/tbl_properties.inc.php:834 server_collations.php:38
+#: server_collations.php:50 tbl_structure.php:206 tbl_structure.php:930
+#: tbl_tracking.php:312 tbl_tracking.php:379
+msgid "Collation"
+msgstr "排序規則"
+
#: libraries/Index.class.php:471 libraries/rte/rte_events.lib.php:488
#: libraries/rte/rte_routines.lib.php:1017 tbl_tracking.php:316
#: tbl_tracking.php:381
@@ -3090,95 +3031,95 @@ msgid ""
"removed."
msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一個將可能被刪除"
-#: libraries/List_Database.class.php:404 libraries/Menu.class.php:457
+#: libraries/List_Database.class.php:404 libraries/Menu.class.php:451
#: libraries/config/messages.inc.php:181
-#: libraries/server_privileges.lib.php:2769 server_databases.php:133
+#: libraries/server_privileges.lib.php:2736 server_databases.php:133
msgid "Databases"
msgstr "資料庫"
-#: libraries/Menu.class.php:161 libraries/common.inc.php:648
+#: libraries/Menu.class.php:151 libraries/common.inc.php:650
#: libraries/config/messages.inc.php:512 main.php:196 server_status.php:802
#: server_synchronize.php:1431
msgid "Server"
msgstr "伺服器"
-#: libraries/Menu.class.php:303 libraries/Menu.class.php:420
+#: libraries/Menu.class.php:297 libraries/Menu.class.php:414
#: libraries/relation.lib.php:238
msgid "Tracking"
msgstr "追蹤"
-#: libraries/Menu.class.php:312 libraries/Menu.class.php:414
-#: libraries/plugins/export/ExportHtmlword.class.php:563
-#: libraries/plugins/export/ExportOdt.class.php:651
-#: libraries/plugins/export/ExportSql.class.php:1405
+#: libraries/Menu.class.php:306 libraries/Menu.class.php:408
+#: libraries/plugins/export/ExportHtmlword.class.php:562
+#: libraries/plugins/export/ExportOdt.class.php:654
+#: libraries/plugins/export/ExportSql.class.php:1362
#: libraries/plugins/export/ExportTexytext.class.php:505
#: libraries/plugins/export/ExportXml.class.php:119
#: libraries/rte/rte_words.lib.php:41
msgid "Triggers"
msgstr "觸發器"
-#: libraries/Menu.class.php:326 libraries/Menu.class.php:327
+#: libraries/Menu.class.php:320 libraries/Menu.class.php:321
msgid "Table seems to be empty!"
msgstr "資料表是空的!"
-#: libraries/Menu.class.php:354 libraries/Menu.class.php:355
-#: libraries/Menu.class.php:356
+#: libraries/Menu.class.php:357 libraries/Menu.class.php:364
+#: libraries/Menu.class.php:371
msgid "Database seems to be empty!"
msgstr "資料庫是空的!"
-#: libraries/Menu.class.php:372
+#: libraries/Menu.class.php:360
msgid "Query"
msgstr "查詢"
-#: libraries/Menu.class.php:394 libraries/server_privileges.lib.php:1512
-#: libraries/server_privileges.lib.php:2129
-#: libraries/server_privileges.lib.php:2702 server_privileges.php:147
+#: libraries/Menu.class.php:388 libraries/server_privileges.lib.php:1512
+#: libraries/server_privileges.lib.php:2119
+#: libraries/server_privileges.lib.php:2669 server_privileges.php:148
msgid "Privileges"
msgstr "權限"
-#: libraries/Menu.class.php:399 libraries/rte/rte_words.lib.php:29
+#: libraries/Menu.class.php:393 libraries/rte/rte_words.lib.php:29
msgid "Routines"
msgstr "一般"
-#: libraries/Menu.class.php:407
-#: libraries/plugins/export/ExportSql.class.php:856
+#: libraries/Menu.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:803
#: libraries/rte/rte_words.lib.php:53
msgid "Events"
msgstr "事件"
-#: libraries/Menu.class.php:426 libraries/relation.lib.php:205
+#: libraries/Menu.class.php:420 libraries/relation.lib.php:205
msgid "Designer"
msgstr "設計器"
-#: libraries/Menu.class.php:470
+#: libraries/Menu.class.php:464
#, fuzzy
#| msgid "User"
msgid "Users"
msgstr "使用者"
-#: libraries/Menu.class.php:491 server_synchronize.php:1320
+#: libraries/Menu.class.php:485 server_synchronize.php:1320
#: server_synchronize.php:1327
msgid "Synchronize"
msgstr "同步"
-#: libraries/Menu.class.php:496 server_binlog.php:73 server_status.php:619
+#: libraries/Menu.class.php:490 server_binlog.php:75 server_status.php:619
msgid "Binary log"
msgstr "二進制日誌"
-#: libraries/Menu.class.php:507 server_engines.php:96 server_engines.php:100
+#: libraries/Menu.class.php:501 server_engines.php:96 server_engines.php:100
#: server_status.php:672
msgid "Variables"
msgstr "變數"
-#: libraries/Menu.class.php:511
+#: libraries/Menu.class.php:505
msgid "Charsets"
msgstr "字集"
-#: libraries/Menu.class.php:516 server_plugins.php:33 server_plugins.php:66
+#: libraries/Menu.class.php:510 server_plugins.php:33 server_plugins.php:66
msgid "Plugins"
msgstr ""
-#: libraries/Menu.class.php:520
+#: libraries/Menu.class.php:514
msgid "Engines"
msgstr "引擎"
@@ -3238,55 +3179,55 @@ msgstr "%s 在此 MySQL 伺服器上被禁止了"
msgid "This MySQL server does not support the %s storage engine."
msgstr "此 MySQL 伺服器不支援 %s 儲存引擎"
-#: libraries/Table.class.php:346
+#: libraries/Table.class.php:345
#, fuzzy
#| msgid "Show slave status"
msgid "unknown table status: "
msgstr "顯示從伺服器狀態"
-#: libraries/Table.class.php:757
+#: libraries/Table.class.php:756
#, fuzzy, php-format
#| msgid "Source database"
msgid "Source database `%s` was not found!"
msgstr "來源資料庫"
-#: libraries/Table.class.php:765
+#: libraries/Table.class.php:764
#, fuzzy, php-format
#| msgid "Theme %s not found!"
msgid "Target database `%s` was not found!"
msgstr "未找到主題 %s !"
-#: libraries/Table.class.php:1192
+#: libraries/Table.class.php:1191
msgid "Invalid database"
msgstr "無效的資料庫"
-#: libraries/Table.class.php:1206 tbl_get_field.php:31
+#: libraries/Table.class.php:1205 tbl_get_field.php:31
msgid "Invalid table name"
msgstr "無效的資料資料表名稱"
-#: libraries/Table.class.php:1238
+#: libraries/Table.class.php:1237
#, php-format
msgid "Error renaming table %1$s to %2$s"
msgstr "將表 %1$s 改名爲 %2$s 時發生錯誤"
-#: libraries/Table.class.php:1257
+#: libraries/Table.class.php:1256
#, fuzzy, php-format
#| msgid "Table %s has been renamed to %s"
msgid "Table %1$s has been renamed to %2$s."
msgstr "已將資料表 %s 改名爲 %s"
-#: libraries/Table.class.php:1401
+#: libraries/Table.class.php:1400
msgid "Could not save table UI preferences"
msgstr "無法儲存表格介面使用者喜好設定"
-#: libraries/Table.class.php:1425
+#: libraries/Table.class.php:1424
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-#: libraries/Table.class.php:1563
+#: libraries/Table.class.php:1562
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
@@ -3299,16 +3240,16 @@ msgstr ""
msgid "Function"
msgstr "函數"
-#: libraries/TableSearch.class.php:201 pmd_general.php:516 pmd_general.php:536
-#: pmd_general.php:658 pmd_general.php:671 pmd_general.php:734
-#: pmd_general.php:788
+#: libraries/TableSearch.class.php:201 pmd_general.php:528 pmd_general.php:548
+#: pmd_general.php:670 pmd_general.php:683 pmd_general.php:746
+#: pmd_general.php:800
msgid "Operator"
msgstr "運算符"
-#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1221
+#: libraries/TableSearch.class.php:202 libraries/TableSearch.class.php:1204
#: libraries/insert_edit.lib.php:1596 libraries/replication_gui.lib.php:119
-#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:505
-#: pmd_general.php:564 pmd_general.php:687 pmd_general.php:804
+#: libraries/rte/rte_routines.lib.php:1490 pmd_general.php:517
+#: pmd_general.php:576 pmd_general.php:699 pmd_general.php:816
#: server_status.php:1540
msgid "Value"
msgstr "值"
@@ -3325,64 +3266,64 @@ msgstr "搜尋"
msgid "Edit/Insert"
msgstr "插入"
-#: libraries/TableSearch.class.php:778
+#: libraries/TableSearch.class.php:773
msgid "Select columns (at least one):"
msgstr "選擇欄位 (至少一個):"
-#: libraries/TableSearch.class.php:798
+#: libraries/TableSearch.class.php:793
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "新增搜尋條件 (“where”指令的主體):"
-#: libraries/TableSearch.class.php:810
+#: libraries/TableSearch.class.php:805
msgid "Number of rows per page"
msgstr "每頁行數"
-#: libraries/TableSearch.class.php:820
+#: libraries/TableSearch.class.php:815
msgid "Display order:"
msgstr "顯示順序:"
-#: libraries/TableSearch.class.php:856
+#: libraries/TableSearch.class.php:851
msgid "Use this column to label each point"
msgstr ""
-#: libraries/TableSearch.class.php:877
+#: libraries/TableSearch.class.php:872
#, fuzzy
#| msgid "Maximum number of rows to display"
msgid "Maximum rows to plot"
msgstr "顯示的最多行數"
-#: libraries/TableSearch.class.php:905 libraries/TableSearch.class.php:1189
+#: libraries/TableSearch.class.php:900 libraries/TableSearch.class.php:1172
#: sql.php:150 tbl_change.php:213
msgid "Browse foreign values"
msgstr "瀏覽不相關的值"
-#: libraries/TableSearch.class.php:994
+#: libraries/TableSearch.class.php:989
#, fuzzy
#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "隱藏搜尋條件"
-#: libraries/TableSearch.class.php:1134
+#: libraries/TableSearch.class.php:1127
#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "執行“依例查詢”(萬用字元:“%”)"
-#: libraries/TableSearch.class.php:1138
+#: libraries/TableSearch.class.php:1137
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "執行“依例查詢”(萬用字元:“%”)"
-#: libraries/TableSearch.class.php:1198
+#: libraries/TableSearch.class.php:1181
msgid "Browse/Edit the points"
msgstr ""
-#: libraries/TableSearch.class.php:1205
+#: libraries/TableSearch.class.php:1188
#, fuzzy
#| msgid "Control user"
msgid "How to use"
msgstr "控制使用者"
-#: libraries/TableSearch.class.php:1210
+#: libraries/TableSearch.class.php:1193
#, fuzzy
#| msgid "Reset"
msgid "Reset zoom"
@@ -3729,14 +3670,14 @@ msgstr "資料表"
#: libraries/config/user_preferences.forms.php:264
#: libraries/config/user_preferences.forms.php:269
#: libraries/plugins/export/ExportLatex.class.php:301
-#: libraries/plugins/export/ExportSql.class.php:1479
+#: libraries/plugins/export/ExportSql.class.php:1434
#: libraries/server_privileges.lib.php:722 server_replication.php:346
-#: tbl_printview.php:297 tbl_structure.php:836
+#: tbl_printview.php:297 tbl_structure.php:837
msgid "Data"
msgstr "資料"
#: libraries/build_html_for_db.lib.php:51 libraries/db_structure.lib.php:57
-#: tbl_printview.php:316 tbl_structure.php:853
+#: tbl_printview.php:316 tbl_structure.php:854
msgid "Overhead"
msgstr "多餘"
@@ -3761,24 +3702,24 @@ msgstr "檢查資料庫 「%s」 之權限."
msgid "Check Privileges"
msgstr "檢查權限"
-#: libraries/common.inc.php:572
+#: libraries/common.inc.php:574
#, fuzzy
#| msgid "Could not save configuration"
msgid "Failed to read configuration file"
msgstr "無法儲存設定"
-#: libraries/common.inc.php:574
+#: libraries/common.inc.php:576
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
-#: libraries/common.inc.php:581
+#: libraries/common.inc.php:583
#, php-format
msgid "Could not load default configuration from: %1$s"
msgstr "無法載入預設設定: %1$s"
-#: libraries/common.inc.php:588
+#: libraries/common.inc.php:590
#, fuzzy
#| msgid ""
#| "The $cfg['PmaAbsoluteUri'] directive MUST be set in your "
@@ -3788,34 +3729,34 @@ msgid ""
"configuration file!"
msgstr "必須在您的設定檔案中設定 $cfg['PmaAbsoluteUri'] !"
-#: libraries/common.inc.php:621
+#: libraries/common.inc.php:623
#, php-format
msgid "Invalid server index: %s"
msgstr "無效的伺服器索引: %s"
-#: libraries/common.inc.php:632
+#: libraries/common.inc.php:634
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
msgstr "伺服器 %1$s 主機名稱錯誤, 請檢查設定檔案."
-#: libraries/common.inc.php:849
+#: libraries/common.inc.php:851
msgid "Invalid authentication method set in configuration:"
msgstr "設定檔案中設定的認證方式無效:"
-#: libraries/common.inc.php:971
+#: libraries/common.inc.php:973
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "您應升級到 %s %s 或更高版本。"
-#: libraries/common.inc.php:1076
+#: libraries/common.inc.php:1078
msgid "GLOBALS overwrite attempt"
msgstr ""
-#: libraries/common.inc.php:1083
+#: libraries/common.inc.php:1085
msgid "possible exploit"
msgstr ""
-#: libraries/common.inc.php:1092
+#: libraries/common.inc.php:1094
msgid "numeric key detected"
msgstr ""
@@ -3846,37 +3787,37 @@ msgstr "關閉"
#: libraries/config.values.php:100 libraries/config/FormDisplay.tpl.php:222
#: libraries/relation.lib.php:98 libraries/relation.lib.php:105
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "Disabled"
msgstr "已關閉"
#: libraries/config.values.php:129
-#: libraries/plugins/export/ExportHtmlword.class.php:67
-#: libraries/plugins/export/ExportLatex.class.php:101
-#: libraries/plugins/export/ExportMediawiki.class.php:71
-#: libraries/plugins/export/ExportOdt.class.php:78
-#: libraries/plugins/export/ExportSql.class.php:261
-#: libraries/plugins/export/ExportTexytext.class.php:66
+#: libraries/plugins/export/ExportHtmlword.class.php:68
+#: libraries/plugins/export/ExportLatex.class.php:102
+#: libraries/plugins/export/ExportMediawiki.class.php:72
+#: libraries/plugins/export/ExportOdt.class.php:82
+#: libraries/plugins/export/ExportSql.class.php:197
+#: libraries/plugins/export/ExportTexytext.class.php:67
msgid "structure"
msgstr "結構"
#: libraries/config.values.php:130
-#: libraries/plugins/export/ExportHtmlword.class.php:68
-#: libraries/plugins/export/ExportLatex.class.php:102
-#: libraries/plugins/export/ExportMediawiki.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:79
-#: libraries/plugins/export/ExportSql.class.php:262
-#: libraries/plugins/export/ExportTexytext.class.php:67
+#: libraries/plugins/export/ExportHtmlword.class.php:69
+#: libraries/plugins/export/ExportLatex.class.php:103
+#: libraries/plugins/export/ExportMediawiki.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:83
+#: libraries/plugins/export/ExportSql.class.php:198
+#: libraries/plugins/export/ExportTexytext.class.php:68
msgid "data"
msgstr "資料"
#: libraries/config.values.php:131
-#: libraries/plugins/export/ExportHtmlword.class.php:69
-#: libraries/plugins/export/ExportLatex.class.php:103
-#: libraries/plugins/export/ExportMediawiki.class.php:73
-#: libraries/plugins/export/ExportOdt.class.php:80
-#: libraries/plugins/export/ExportSql.class.php:263
-#: libraries/plugins/export/ExportTexytext.class.php:68
+#: libraries/plugins/export/ExportHtmlword.class.php:70
+#: libraries/plugins/export/ExportLatex.class.php:104
+#: libraries/plugins/export/ExportMediawiki.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:84
+#: libraries/plugins/export/ExportSql.class.php:199
+#: libraries/plugins/export/ExportTexytext.class.php:69
msgid "structure and data"
msgstr "結構和資料"
@@ -3997,8 +3938,8 @@ msgid "Allow users to customize this value"
msgstr "允許使用者自訂該值"
#: libraries/config/FormDisplay.tpl.php:388 libraries/insert_edit.lib.php:1569
-#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:323
-#: prefs_manage.php:328
+#: libraries/schema/User_Schema.class.php:528 prefs_manage.php:328
+#: prefs_manage.php:333
msgid "Reset"
msgstr "重置"
@@ -4268,7 +4209,7 @@ msgstr "設定指令最大運行時間 (單位:秒,[kbd]0[/kbd] 爲不限制
msgid "Maximum execution time"
msgstr "最長執行時間"
-#: libraries/config/messages.inc.php:74 prefs_manage.php:302
+#: libraries/config/messages.inc.php:74 prefs_manage.php:307
msgid "Save as file"
msgstr "另存檔案"
@@ -4277,7 +4218,7 @@ msgid "Character set of the file"
msgstr "檔案字集"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:92
-#: tbl_gis_visualization.php:177 tbl_printview.php:352 tbl_structure.php:899
+#: tbl_gis_visualization.php:180 tbl_printview.php:352 tbl_structure.php:900
msgid "Format"
msgstr "格式"
@@ -4290,27 +4231,25 @@ msgstr "壓縮"
#: libraries/config/messages.inc.php:110 libraries/config/messages.inc.php:112
#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:148
#: libraries/config/messages.inc.php:150
-#: libraries/plugins/export/ExportCsv.class.php:137
+#: libraries/plugins/export/ExportCsv.class.php:118
#: libraries/plugins/export/ExportExcel.class.php:66
-#: libraries/plugins/export/ExportHtmlword.class.php:87
-#: libraries/plugins/export/ExportLatex.class.php:159
-#: libraries/plugins/export/ExportOds.class.php:72
-#: libraries/plugins/export/ExportOdt.class.php:122
-#: libraries/plugins/export/ExportTexytext.class.php:86
+#: libraries/plugins/export/ExportHtmlword.class.php:89
+#: libraries/plugins/export/ExportLatex.class.php:161
+#: libraries/plugins/export/ExportOds.class.php:74
+#: libraries/plugins/export/ExportOdt.class.php:127
+#: libraries/plugins/export/ExportTexytext.class.php:84
msgid "Put columns names in the first row"
msgstr "首行儲存欄位名稱"
#: libraries/config/messages.inc.php:79 libraries/config/messages.inc.php:249
#: libraries/config/messages.inc.php:256
-#: libraries/plugins/import/ImportCsv.class.php:188
-#: libraries/plugins/import/ImportLdi.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:194
msgid "Columns enclosed by"
msgstr "「欄位」分隔字元:"
#: libraries/config/messages.inc.php:80 libraries/config/messages.inc.php:250
#: libraries/config/messages.inc.php:257
-#: libraries/plugins/import/ImportCsv.class.php:195
-#: libraries/plugins/import/ImportLdi.class.php:100
+#: libraries/plugins/import/ImportCsv.class.php:201
msgid "Columns escaped by"
msgstr "跳脫字元使用:"
@@ -4328,14 +4267,12 @@ msgstr "刪除欄位中的回車換行符號"
#: libraries/config/messages.inc.php:83 libraries/config/messages.inc.php:253
#: libraries/config/messages.inc.php:261
-#: libraries/plugins/import/ImportCsv.class.php:173
-#: libraries/plugins/import/ImportLdi.class.php:86
+#: libraries/plugins/import/ImportCsv.class.php:179
msgid "Columns terminated by"
msgstr "欄位內容換行使用字元:"
#: libraries/config/messages.inc.php:84 libraries/config/messages.inc.php:248
-#: libraries/plugins/import/ImportCsv.class.php:202
-#: libraries/plugins/import/ImportLdi.class.php:107
+#: libraries/plugins/import/ImportCsv.class.php:208
msgid "Lines terminated by"
msgstr "資料分行使用字元:"
@@ -4361,7 +4298,7 @@ msgstr "資料表名稱樣式"
#: libraries/plugins/export/ExportHtmlword.class.php:62
#: libraries/plugins/export/ExportLatex.class.php:96
#: libraries/plugins/export/ExportMediawiki.class.php:62
-#: libraries/plugins/export/ExportOdt.class.php:73
+#: libraries/plugins/export/ExportOdt.class.php:76
#: libraries/plugins/export/ExportTexytext.class.php:61
msgid "Dump table"
msgstr "轉存資料表"
@@ -4372,8 +4309,8 @@ msgid "Include table caption"
msgstr "包含表的標題"
#: libraries/config/messages.inc.php:99 libraries/config/messages.inc.php:105
-#: libraries/plugins/export/ExportLatex.class.php:118
-#: libraries/plugins/export/ExportLatex.class.php:163
+#: libraries/plugins/export/ExportLatex.class.php:120
+#: libraries/plugins/export/ExportLatex.class.php:165
msgid "Table caption"
msgstr "表的標題"
@@ -4382,20 +4319,20 @@ msgid "Continued table caption"
msgstr "換頁時延續資料表標題"
#: libraries/config/messages.inc.php:101 libraries/config/messages.inc.php:107
-#: libraries/plugins/export/ExportLatex.class.php:128
-#: libraries/plugins/export/ExportLatex.class.php:173
+#: libraries/plugins/export/ExportLatex.class.php:130
+#: libraries/plugins/export/ExportLatex.class.php:175
msgid "Label key"
msgstr "關鍵標籤"
#: libraries/config/messages.inc.php:102 libraries/config/messages.inc.php:114
#: libraries/config/messages.inc.php:138
-#: libraries/plugins/export/ExportOdt.class.php:476
+#: libraries/plugins/export/ExportOdt.class.php:479
#: libraries/tbl_properties.inc.php:142
msgid "MIME type"
msgstr "MIME 類型"
#: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:116
-#: libraries/config/messages.inc.php:140 tbl_relation.php:406
+#: libraries/config/messages.inc.php:140 tbl_relation.php:417
msgid "Relations"
msgstr "關聯"
@@ -4416,6 +4353,11 @@ msgstr "覆蓋已有檔案"
msgid "Remember file name template"
msgstr "記錄樣板檔案名稱"
+#: libraries/config/messages.inc.php:123 libraries/operations.lib.php:197
+#: libraries/operations.lib.php:676 libraries/operations.lib.php:1017
+msgid "Add AUTO_INCREMENT value"
+msgstr "新增自動遞增(AUTO_INCREMENT)數值"
+
#: libraries/config/messages.inc.php:124
msgid "Enclose table and column names with backquotes"
msgstr "在資料表名稱及欄位名稱使用反引號(`)"
@@ -4426,7 +4368,7 @@ msgid "SQL compatibility mode"
msgstr "SQL 相容模式"
#: libraries/config/messages.inc.php:126
-#: libraries/plugins/export/ExportSql.class.php:323
+#: libraries/plugins/export/ExportSql.class.php:262
msgid "CREATE TABLE options:"
msgstr "CREATE TABLE 選項:"
@@ -4439,10 +4381,17 @@ msgid "Use delayed inserts"
msgstr "使用延遲插入"
#: libraries/config/messages.inc.php:129
-#: libraries/plugins/export/ExportSql.class.php:212
+#: libraries/plugins/export/ExportSql.class.php:141
msgid "Disable foreign key checks"
msgstr "關閉外鍵 (Foreign Key) 檢查"
+#: libraries/config/messages.inc.php:130 libraries/config/messages.inc.php:131
+#: libraries/config/messages.inc.php:133 libraries/config/messages.inc.php:139
+#: libraries/operations.lib.php:192 libraries/operations.lib.php:1013
+#, php-format
+msgid "Add %s"
+msgstr "新增 %s"
+
#: libraries/config/messages.inc.php:132
msgid "Use hexadecimal for BLOB"
msgstr "爲 BLOB 欄位使用16進制 (HEX)"
@@ -4456,7 +4405,7 @@ msgid "Syntax to use when inserting data"
msgstr "在插入資料時使用的語法"
#: libraries/config/messages.inc.php:137
-#: libraries/plugins/export/ExportSql.class.php:433
+#: libraries/plugins/export/ExportSql.class.php:382
msgid "Maximal length of created query"
msgstr "建立查詢指令最大長度"
@@ -4465,7 +4414,7 @@ msgid "Export type"
msgstr "輸出類型"
#: libraries/config/messages.inc.php:143
-#: libraries/plugins/export/ExportSql.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:128
msgid "Enclose export in a transaction"
msgstr "使用封裝輸出方式"
@@ -4520,7 +4469,6 @@ msgstr "自定預設選項"
#: libraries/config/setup.forms.php:315
#: libraries/config/user_preferences.forms.php:145
#: libraries/config/user_preferences.forms.php:216
-#: libraries/plugins/import/ImportCsv.class.php:54
msgid "CSV"
msgstr "CSV"
@@ -4853,14 +4801,12 @@ msgid "Partial import: allow interrupt"
msgstr "部分匯入:允許中斷"
#: libraries/config/messages.inc.php:251 libraries/config/messages.inc.php:258
-#: libraries/plugins/import/ImportCsv.class.php:73
-#: libraries/plugins/import/ImportLdi.class.php:81
msgid "Do not abort on INSERT error"
msgstr "不在發生插入錯誤時中斷"
#: libraries/config/messages.inc.php:252 libraries/config/messages.inc.php:260
-#: libraries/plugins/import/ImportCsv.class.php:68
-#: libraries/plugins/import/ImportLdi.class.php:76
+#: libraries/plugins/import/ImportCsv.class.php:77
+#: libraries/plugins/import/ImportLdi.class.php:83
msgid "Replace table data with file"
msgstr "將表的資料用此檔案替換"
@@ -4876,7 +4822,6 @@ msgid "Format of imported file"
msgstr "匯入檔案的格式"
#: libraries/config/messages.inc.php:259
-#: libraries/plugins/import/ImportLdi.class.php:118
msgid "Use LOCAL keyword"
msgstr "使用本地(LOCAL)關鍵字"
@@ -4886,7 +4831,7 @@ msgid "Column names in first row"
msgstr "首行資料為欄位名稱"
#: libraries/config/messages.inc.php:263
-#: libraries/plugins/import/ImportOds.class.php:68
+#: libraries/plugins/import/ImportOds.class.php:80
msgid "Do not import empty rows"
msgstr "不匯入空行"
@@ -5940,7 +5885,7 @@ msgstr "需要啓用 SQL 檢驗器"
#: libraries/server_privileges.lib.php:1145
#: libraries/server_privileges.lib.php:1149
#: libraries/server_privileges.lib.php:1173
-#: libraries/server_privileges.lib.php:2293 server_synchronize.php:1447
+#: libraries/server_privileges.lib.php:2282 server_synchronize.php:1447
msgid "Password"
msgstr "密碼"
@@ -6104,14 +6049,12 @@ msgstr "Signon 認證"
#: libraries/config/setup.forms.php:250
#: libraries/config/user_preferences.forms.php:153
-#: libraries/plugins/import/ImportLdi.class.php:60
msgid "CSV using LOAD DATA"
msgstr "CSV 使用 LOAD DATA"
#: libraries/config/setup.forms.php:259 libraries/config/setup.forms.php:352
#: libraries/config/user_preferences.forms.php:161
#: libraries/config/user_preferences.forms.php:253
-#: libraries/plugins/import/ImportOds.class.php:49
msgid "Open Document Spreadsheet"
msgstr "OpenOffice 表格"
@@ -6199,7 +6142,7 @@ msgstr "缺少 %s 外掛。請檢查 PHP 設定"
msgid "possible deep recursion attack"
msgstr ""
-#: libraries/database_interface.lib.php:1989
+#: libraries/database_interface.lib.php:2016
#, fuzzy
#| msgid "(or the local MySQL server's socket is not correctly configured)"
msgid ""
@@ -6207,17 +6150,17 @@ msgid ""
"configured)."
msgstr "(或者本地 MySQL 伺服器的連線埠沒有正確設定)"
-#: libraries/database_interface.lib.php:1992
+#: libraries/database_interface.lib.php:2019
#, fuzzy
#| msgid "The server is not responding"
msgid "The server is not responding."
msgstr "伺服器沒有響應"
-#: libraries/database_interface.lib.php:1997
+#: libraries/database_interface.lib.php:2024
msgid "Please check privileges of directory containing database."
msgstr ""
-#: libraries/database_interface.lib.php:2006
+#: libraries/database_interface.lib.php:2033
msgid "Details..."
msgstr "詳細..."
@@ -6264,24 +6207,24 @@ msgid "Create"
msgstr "建立"
#: libraries/display_create_database.lib.php:43
-#: libraries/server_privileges.lib.php:2834 server_privileges.php:149
+#: libraries/server_privileges.lib.php:2800 server_privileges.php:150
#: server_replication.php:36
msgid "No Privileges"
msgstr "無權限"
-#: libraries/display_create_table.lib.php:46 pmd_general.php:91
+#: libraries/display_create_table.lib.php:46 pmd_general.php:92
#: server_synchronize.php:528 server_synchronize.php:1048
msgid "Create table"
msgstr "建立資料表"
#: libraries/display_create_table.lib.php:51
-#: libraries/plugins/export/ExportHtmlword.class.php:483
-#: libraries/plugins/export/ExportOdt.class.php:555
+#: libraries/plugins/export/ExportHtmlword.class.php:482
+#: libraries/plugins/export/ExportOdt.class.php:558
#: libraries/plugins/export/ExportTexytext.class.php:433
#: libraries/rte/rte_list.lib.php:52 libraries/rte/rte_list.lib.php:63
#: libraries/rte/rte_list.lib.php:77 libraries/rte/rte_routines.lib.php:919
#: libraries/rte/rte_routines.lib.php:1485 libraries/tbl_properties.inc.php:86
-#: setup/frames/index.inc.php:135 tbl_structure.php:203
+#: setup/frames/index.inc.php:135 tbl_structure.php:204
msgid "Name"
msgstr "名字"
@@ -6896,7 +6839,7 @@ msgid "No data found for GIS visualization."
msgstr "未找到圖表所需資料"
#: libraries/import.lib.php:185 libraries/insert_edit.lib.php:148
-#: libraries/rte/rte_routines.lib.php:1353 sql.php:809 tbl_get_field.php:40
+#: libraries/rte/rte_routines.lib.php:1353 sql.php:837 tbl_get_field.php:42
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "MySQL 返回的查詢結果爲空 (即零行)"
@@ -6953,7 +6896,7 @@ msgid "Go to view: %s"
msgstr "轉到 view"
#: libraries/insert_edit.lib.php:236 libraries/insert_edit.lib.php:267
-#: pmd_general.php:174
+#: pmd_general.php:186
msgid "Hide"
msgstr "隱藏"
@@ -7016,11 +6959,11 @@ msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr "按 TAB 鍵跳到下一個數值,或 CTRL+方向鍵 作隨意移動"
-#: libraries/insert_edit.lib.php:1935 sql.php:805
+#: libraries/insert_edit.lib.php:1935 sql.php:833
msgid "Showing SQL query"
msgstr "顯示 SQL 查詢"
-#: libraries/insert_edit.lib.php:1960 sql.php:785
+#: libraries/insert_edit.lib.php:1960 sql.php:813
#, php-format
msgid "Inserted row id: %1$d"
msgstr "插入的行 id: %1$d"
@@ -7035,36 +6978,36 @@ msgstr "無"
msgid "Convert to Kana"
msgstr "轉換爲假名"
-#: libraries/mult_submits.inc.php:279
+#: libraries/mult_submits.inc.php:282
#, fuzzy
#| msgid "Fri"
msgid "From"
msgstr "Fri"
-#: libraries/mult_submits.inc.php:282
+#: libraries/mult_submits.inc.php:285
msgid "To"
msgstr ""
-#: libraries/mult_submits.inc.php:287 libraries/mult_submits.inc.php:300
+#: libraries/mult_submits.inc.php:290 libraries/mult_submits.inc.php:303
#: libraries/sql_query_form.lib.php:423
msgid "Submit"
msgstr "送出"
-#: libraries/mult_submits.inc.php:292
+#: libraries/mult_submits.inc.php:295
msgid "Add table prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:295
+#: libraries/mult_submits.inc.php:298
msgid "Add prefix"
msgstr ""
-#: libraries/mult_submits.inc.php:309
+#: libraries/mult_submits.inc.php:312
#, fuzzy
#| msgid "Do you really want to "
msgid "Do you really want to execute the following query?"
msgstr "您真的要"
-#: libraries/mult_submits.inc.php:533 tbl_replace.php:243
+#: libraries/mult_submits.inc.php:546 tbl_replace.php:243
msgid "No change"
msgstr "無更改"
@@ -7270,7 +7213,158 @@ msgstr "phpMyAdmin 檔案"
msgid "Reload navigation frame"
msgstr "重新整理導覽框架"
-#: libraries/plugin_interface.lib.php:466
+#: libraries/operations.lib.php:75
+msgid "Rename database to"
+msgstr "將資料庫改名為"
+
+#: libraries/operations.lib.php:109
+#, php-format
+msgid "Database %s has been dropped."
+msgstr "資料庫 %s 已被刪除。"
+
+#: libraries/operations.lib.php:121
+msgid "Remove database"
+msgstr "刪除資料庫"
+
+#: libraries/operations.lib.php:127
+msgid "Drop the database (DROP)"
+msgstr "刪除資料庫 (DROP)"
+
+#: libraries/operations.lib.php:147 libraries/operations.lib.php:1002
+#: tbl_tracking.php:490
+msgid "Structure only"
+msgstr "僅結構"
+
+#: libraries/operations.lib.php:148 libraries/operations.lib.php:1003
+#: tbl_tracking.php:492
+msgid "Structure and data"
+msgstr "結構和資料"
+
+#: libraries/operations.lib.php:149 libraries/operations.lib.php:1004
+#: tbl_tracking.php:491
+msgid "Data only"
+msgstr "僅資料"
+
+#: libraries/operations.lib.php:177
+msgid "Copy database to"
+msgstr "複製資料庫到"
+
+#: libraries/operations.lib.php:188
+msgid "CREATE DATABASE before copying"
+msgstr "複製前建立資料庫 (CREATE DATABASE)"
+
+#: libraries/operations.lib.php:201 libraries/operations.lib.php:1025
+msgid "Add constraints"
+msgstr "新增 constraints"
+
+#: libraries/operations.lib.php:209
+msgid "Switch to copied database"
+msgstr "切換到複製的資料庫"
+
+#: libraries/operations.lib.php:282
+msgid "Edit or export relational schema"
+msgstr "編輯或匯出關聯大綱"
+
+#: libraries/operations.lib.php:614
+msgid "Alter table order by"
+msgstr "更改表的排序,根據"
+
+#: libraries/operations.lib.php:622
+msgid "(singly)"
+msgstr "(逐一)"
+
+#: libraries/operations.lib.php:653
+msgid "Move table to (database.table):"
+msgstr "將資料表移動到(資料庫名.資料資料表名稱):"
+
+#: libraries/operations.lib.php:759
+msgid "Table options"
+msgstr "表選項"
+
+#: libraries/operations.lib.php:763
+msgid "Rename table to"
+msgstr "將表改名爲"
+
+#: libraries/operations.lib.php:780 libraries/tbl_properties.inc.php:830
+#: server_engines.php:43
+msgid "Storage Engine"
+msgstr "儲存引擎"
+
+#: libraries/operations.lib.php:985
+msgid "Copy table to (database.table):"
+msgstr "將資料表複製到(資料庫名.資料資料表名稱):"
+
+#: libraries/operations.lib.php:1040
+msgid "Switch to copied table"
+msgstr "切換到複製的資料表"
+
+#: libraries/operations.lib.php:1069
+msgid "Table maintenance"
+msgstr "表維護"
+
+#: libraries/operations.lib.php:1122
+msgid "Defragment table"
+msgstr "排序規則表碎片"
+
+#: libraries/operations.lib.php:1176
+#, php-format
+msgid "Table %s has been flushed"
+msgstr "已強制更新表 %s"
+
+#: libraries/operations.lib.php:1183
+msgid "Flush the table (FLUSH)"
+msgstr "刷新表 (FLUSH)"
+
+#: libraries/operations.lib.php:1231
+msgid "Delete data or table"
+msgstr "刪除資料或資料表"
+
+#: libraries/operations.lib.php:1239
+msgid "Empty the table (TRUNCATE)"
+msgstr "清空資料表 (TRUNCATE)"
+
+#: libraries/operations.lib.php:1247
+msgid "Delete the table (DROP)"
+msgstr "刪除資料表 (DROP)"
+
+#: libraries/operations.lib.php:1293
+msgid "Analyze"
+msgstr "分析"
+
+#: libraries/operations.lib.php:1294
+msgid "Check"
+msgstr "檢查"
+
+#: libraries/operations.lib.php:1295
+msgid "Optimize"
+msgstr "最佳化"
+
+#: libraries/operations.lib.php:1296
+msgid "Rebuild"
+msgstr "重建"
+
+#: libraries/operations.lib.php:1297
+msgid "Repair"
+msgstr "修復"
+
+#: libraries/operations.lib.php:1304
+msgid "Partition maintenance"
+msgstr "分區維護"
+
+#: libraries/operations.lib.php:1313
+#, php-format
+msgid "Partition %s"
+msgstr "分區 %s"
+
+#: libraries/operations.lib.php:1332
+msgid "Remove partitioning"
+msgstr "刪除分區"
+
+#: libraries/operations.lib.php:1360
+msgid "Check referential integrity:"
+msgstr "檢查引用完整性:"
+
+#: libraries/plugin_interface.lib.php:481
msgid "This format has no options"
msgstr "該格式沒有選項"
@@ -7279,7 +7373,7 @@ msgid "Cannot connect: invalid settings."
msgstr "無法連線: 設定錯誤."
#: libraries/plugins/auth/AuthenticationConfig.class.php:85
-#: libraries/plugins/auth/AuthenticationCookie.class.php:140
+#: libraries/plugins/auth/AuthenticationCookie.class.php:145
#: libraries/plugins/auth/AuthenticationHttp.class.php:71
#, php-format
msgid "Welcome to %s"
@@ -7307,49 +7401,49 @@ msgstr ""
msgid "Failed to use Blowfish from mcrypt!"
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:81
+#: libraries/plugins/auth/AuthenticationCookie.class.php:86
msgid "Your session has expired. Please login again."
msgstr ""
-#: libraries/plugins/auth/AuthenticationCookie.class.php:170
+#: libraries/plugins/auth/AuthenticationCookie.class.php:175
msgid "Log in"
msgstr "登錄"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:178
-#: libraries/plugins/auth/AuthenticationCookie.class.php:188
+#: libraries/plugins/auth/AuthenticationCookie.class.php:183
+#: libraries/plugins/auth/AuthenticationCookie.class.php:193
msgid "You can enter hostname/IP address and port separated by space."
msgstr "您可以輸入以空格分隔的主機名/IP網址和連結埠"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:181
+#: libraries/plugins/auth/AuthenticationCookie.class.php:186
msgid "Server:"
msgstr "伺服器:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:193
+#: libraries/plugins/auth/AuthenticationCookie.class.php:198
msgid "Username:"
msgstr "使用者名稱"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:199
+#: libraries/plugins/auth/AuthenticationCookie.class.php:204
msgid "Password:"
msgstr "密碼:"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:205
+#: libraries/plugins/auth/AuthenticationCookie.class.php:210
msgid "Server Choice"
msgstr "選擇伺服器"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:571
+#: libraries/plugins/auth/AuthenticationCookie.class.php:576
#: libraries/plugins/auth/AuthenticationSignon.class.php:249
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr "空密碼登錄被禁止 (參見 允許空密碼)"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:578
+#: libraries/plugins/auth/AuthenticationCookie.class.php:583
#: libraries/plugins/auth/AuthenticationSignon.class.php:256
#, php-format
msgid "No activity within %s seconds; please log in again"
msgstr "登錄超時 (%s 秒未操作),請重新登錄"
-#: libraries/plugins/auth/AuthenticationCookie.class.php:591
-#: libraries/plugins/auth/AuthenticationCookie.class.php:593
+#: libraries/plugins/auth/AuthenticationCookie.class.php:596
+#: libraries/plugins/auth/AuthenticationCookie.class.php:598
#: libraries/plugins/auth/AuthenticationSignon.class.php:265
msgid "Cannot log in to the MySQL server"
msgstr "無法登錄 MySQL 伺服器"
@@ -7380,69 +7474,69 @@ msgstr "沒有可用的密鑰插入"
msgid "Authenticating..."
msgstr "正在認證..."
-#: libraries/plugins/export/ExportCsv.class.php:112
-#: libraries/plugins/import/ImportCsv.class.php:78
+#: libraries/plugins/export/ExportCsv.class.php:93
+#: libraries/plugins/import/ImportCsv.class.php:81
msgid "Columns separated with:"
msgstr "欄位分隔符號:"
-#: libraries/plugins/export/ExportCsv.class.php:116
-#: libraries/plugins/import/ImportCsv.class.php:85
+#: libraries/plugins/export/ExportCsv.class.php:97
+#: libraries/plugins/import/ImportCsv.class.php:87
msgid "Columns enclosed with:"
msgstr "內容分隔符號:"
-#: libraries/plugins/export/ExportCsv.class.php:120
-#: libraries/plugins/import/ImportCsv.class.php:92
+#: libraries/plugins/export/ExportCsv.class.php:101
+#: libraries/plugins/import/ImportCsv.class.php:93
msgid "Columns escaped with:"
msgstr "內容跳脫符號:"
-#: libraries/plugins/export/ExportCsv.class.php:124
+#: libraries/plugins/export/ExportCsv.class.php:105
#: libraries/plugins/import/ImportCsv.class.php:99
msgid "Lines terminated with:"
msgstr "換行符號:"
-#: libraries/plugins/export/ExportCsv.class.php:128
+#: libraries/plugins/export/ExportCsv.class.php:109
#: libraries/plugins/export/ExportExcel.class.php:57
-#: libraries/plugins/export/ExportHtmlword.class.php:83
-#: libraries/plugins/export/ExportLatex.class.php:178
-#: libraries/plugins/export/ExportOds.class.php:68
-#: libraries/plugins/export/ExportOdt.class.php:126
-#: libraries/plugins/export/ExportTexytext.class.php:90
+#: libraries/plugins/export/ExportHtmlword.class.php:85
+#: libraries/plugins/export/ExportLatex.class.php:180
+#: libraries/plugins/export/ExportOds.class.php:70
+#: libraries/plugins/export/ExportOdt.class.php:131
+#: libraries/plugins/export/ExportTexytext.class.php:88
msgid "Replace NULL with:"
msgstr "將 NULL 替換爲:"
-#: libraries/plugins/export/ExportCsv.class.php:133
+#: libraries/plugins/export/ExportCsv.class.php:114
#: libraries/plugins/export/ExportExcel.class.php:62
msgid "Remove carriage return/line feed characters within columns"
msgstr "刪除欄位中的回車換行符號"
-#: libraries/plugins/export/ExportExcel.class.php:75
+#: libraries/plugins/export/ExportExcel.class.php:77
msgid "Excel edition:"
msgstr "Excel 版本"
-#: libraries/plugins/export/ExportHtmlword.class.php:78
-#: libraries/plugins/export/ExportLatex.class.php:154
-#: libraries/plugins/export/ExportOdt.class.php:117
-#: libraries/plugins/export/ExportTexytext.class.php:81
+#: libraries/plugins/export/ExportHtmlword.class.php:80
+#: libraries/plugins/export/ExportLatex.class.php:156
+#: libraries/plugins/export/ExportOdt.class.php:122
+#: libraries/plugins/export/ExportTexytext.class.php:79
#: libraries/plugins/export/ExportXml.class.php:131
msgid "Data dump options"
msgstr "資料匯出選項"
#: libraries/plugins/export/ExportHtmlword.class.php:202
-#: libraries/plugins/export/ExportOdt.class.php:253
-#: libraries/plugins/export/ExportSql.class.php:1620
-#: libraries/plugins/export/ExportTexytext.class.php:183
+#: libraries/plugins/export/ExportOdt.class.php:257
+#: libraries/plugins/export/ExportSql.class.php:1581
+#: libraries/plugins/export/ExportTexytext.class.php:184
msgid "Dumping data for table"
msgstr "轉存資料表中的資料"
-#: libraries/plugins/export/ExportHtmlword.class.php:485
-#: libraries/plugins/export/ExportOdt.class.php:561
+#: libraries/plugins/export/ExportHtmlword.class.php:484
+#: libraries/plugins/export/ExportOdt.class.php:564
#: libraries/plugins/export/ExportTexytext.class.php:435
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_triggers.lib.php:348
msgid "Event"
msgstr "事件"
-#: libraries/plugins/export/ExportHtmlword.class.php:486
-#: libraries/plugins/export/ExportOdt.class.php:564
+#: libraries/plugins/export/ExportHtmlword.class.php:485
+#: libraries/plugins/export/ExportOdt.class.php:567
#: libraries/plugins/export/ExportTexytext.class.php:436
#: libraries/rte/rte_events.lib.php:473 libraries/rte/rte_routines.lib.php:983
#: libraries/rte/rte_triggers.lib.php:362
@@ -7451,23 +7545,23 @@ msgstr "事件"
msgid "Definition"
msgstr "說明"
-#: libraries/plugins/export/ExportHtmlword.class.php:551
-#: libraries/plugins/export/ExportOdt.class.php:637
-#: libraries/plugins/export/ExportSql.class.php:1392
+#: libraries/plugins/export/ExportHtmlword.class.php:550
+#: libraries/plugins/export/ExportOdt.class.php:640
+#: libraries/plugins/export/ExportSql.class.php:1349
#: libraries/plugins/export/ExportTexytext.class.php:495
msgid "Table structure for table"
msgstr "表的結構"
-#: libraries/plugins/export/ExportHtmlword.class.php:570
-#: libraries/plugins/export/ExportOdt.class.php:661
-#: libraries/plugins/export/ExportSql.class.php:1420
+#: libraries/plugins/export/ExportHtmlword.class.php:569
+#: libraries/plugins/export/ExportOdt.class.php:664
+#: libraries/plugins/export/ExportSql.class.php:1377
#: libraries/plugins/export/ExportTexytext.class.php:510
msgid "Structure for view"
msgstr "view結構"
-#: libraries/plugins/export/ExportHtmlword.class.php:579
-#: libraries/plugins/export/ExportOdt.class.php:673
-#: libraries/plugins/export/ExportSql.class.php:1437
+#: libraries/plugins/export/ExportHtmlword.class.php:578
+#: libraries/plugins/export/ExportOdt.class.php:676
+#: libraries/plugins/export/ExportSql.class.php:1394
#: libraries/plugins/export/ExportTexytext.class.php:517
msgid "Stand-in structure for view"
msgstr "替換 view以便查看"
@@ -7484,37 +7578,37 @@ msgstr "(持續的)"
msgid "Structure of table @TABLE@"
msgstr "@TABLE@ 表的結構"
-#: libraries/plugins/export/ExportLatex.class.php:113
-#: libraries/plugins/export/ExportOdt.class.php:91
-#: libraries/plugins/export/ExportSql.class.php:276
+#: libraries/plugins/export/ExportLatex.class.php:115
+#: libraries/plugins/export/ExportOdt.class.php:96
+#: libraries/plugins/export/ExportSql.class.php:213
msgid "Object creation options"
msgstr "物件建立選項"
-#: libraries/plugins/export/ExportLatex.class.php:123
-#: libraries/plugins/export/ExportLatex.class.php:168
+#: libraries/plugins/export/ExportLatex.class.php:125
+#: libraries/plugins/export/ExportLatex.class.php:170
msgid "Table caption (continued)"
msgstr "表的副標題"
-#: libraries/plugins/export/ExportLatex.class.php:134
-#: libraries/plugins/export/ExportOdt.class.php:97
-#: libraries/plugins/export/ExportSql.class.php:187
+#: libraries/plugins/export/ExportLatex.class.php:136
+#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportSql.class.php:114
msgid "Display foreign key relationships"
msgstr "顯示外部鍵的關聯"
-#: libraries/plugins/export/ExportLatex.class.php:139
-#: libraries/plugins/export/ExportOdt.class.php:102
+#: libraries/plugins/export/ExportLatex.class.php:141
+#: libraries/plugins/export/ExportOdt.class.php:107
msgid "Display comments"
msgstr "顯示註釋"
-#: libraries/plugins/export/ExportLatex.class.php:144
-#: libraries/plugins/export/ExportOdt.class.php:107
-#: libraries/plugins/export/ExportSql.class.php:193
+#: libraries/plugins/export/ExportLatex.class.php:146
+#: libraries/plugins/export/ExportOdt.class.php:112
+#: libraries/plugins/export/ExportSql.class.php:120
msgid "Display MIME types"
msgstr "顯示 MIME 類型"
#: libraries/plugins/export/ExportLatex.class.php:217
-#: libraries/plugins/export/ExportSql.class.php:655
-#: libraries/plugins/export/ExportXml.class.php:193
+#: libraries/plugins/export/ExportSql.class.php:602
+#: libraries/plugins/export/ExportXml.class.php:190
#: libraries/replication_gui.lib.php:66 libraries/replication_gui.lib.php:189
#: libraries/replication_gui.lib.php:285 libraries/replication_gui.lib.php:288
#: libraries/replication_gui.lib.php:345
@@ -7522,35 +7616,35 @@ msgstr "顯示 MIME 類型"
#: libraries/server_privileges.lib.php:1051
#: libraries/server_privileges.lib.php:1136
#: libraries/server_privileges.lib.php:1510
-#: libraries/server_privileges.lib.php:2292 server_status.php:1289 sql.php:968
+#: libraries/server_privileges.lib.php:2281 server_status.php:1289 sql.php:996
msgid "Host"
msgstr "主機"
#: libraries/plugins/export/ExportLatex.class.php:222
-#: libraries/plugins/export/ExportSql.class.php:662
-#: libraries/plugins/export/ExportXml.class.php:198 sql.php:970
+#: libraries/plugins/export/ExportSql.class.php:609
+#: libraries/plugins/export/ExportXml.class.php:195 sql.php:998
msgid "Generation Time"
msgstr "產生日期"
#: libraries/plugins/export/ExportLatex.class.php:224
-#: libraries/plugins/export/ExportSql.class.php:666
-#: libraries/plugins/export/ExportXml.class.php:200
+#: libraries/plugins/export/ExportSql.class.php:613
+#: libraries/plugins/export/ExportXml.class.php:197
msgid "Server version"
msgstr "伺服器版本"
#: libraries/plugins/export/ExportLatex.class.php:225
-#: libraries/plugins/export/ExportSql.class.php:668
-#: libraries/plugins/export/ExportXml.class.php:201
+#: libraries/plugins/export/ExportSql.class.php:615
+#: libraries/plugins/export/ExportXml.class.php:198
msgid "PHP Version"
msgstr "PHP 版本"
-#: libraries/plugins/export/ExportMediawiki.class.php:81
+#: libraries/plugins/export/ExportMediawiki.class.php:83
#, fuzzy
#| msgid "Export contents"
msgid "Export table names"
msgstr "匯出內容"
-#: libraries/plugins/export/ExportMediawiki.class.php:87
+#: libraries/plugins/export/ExportMediawiki.class.php:89
#, fuzzy
#| msgid "horizontal (rotated headers)"
msgid "Export table headers"
@@ -7564,39 +7658,39 @@ msgstr "(根據一個資料表的資料產生報告)"
msgid "Report title:"
msgstr "報告標題:"
-#: libraries/plugins/export/ExportSql.class.php:166
+#: libraries/plugins/export/ExportSql.class.php:90
msgid ""
"Display comments (includes info such as export timestamp, PHP version, "
"and server version)"
msgstr "顯示註釋 (包括匯出時間、PHP 版本和伺服器版本等資訊)"
-#: libraries/plugins/export/ExportSql.class.php:174
+#: libraries/plugins/export/ExportSql.class.php:99
msgid "Additional custom header comment (\\n splits lines):"
msgstr "在檔案頭新增自訂註釋 (\\n 爲換行):"
-#: libraries/plugins/export/ExportSql.class.php:180
+#: libraries/plugins/export/ExportSql.class.php:106
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr "包含資料庫建立、最後更新和最後檢查的時間"
-#: libraries/plugins/export/ExportSql.class.php:231
+#: libraries/plugins/export/ExportSql.class.php:163
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr "最大程度相容資料庫系統或舊版本的 MySQL 伺服器:"
+#: libraries/plugins/export/ExportSql.class.php:184
+#: libraries/plugins/export/ExportSql.class.php:241
#: libraries/plugins/export/ExportSql.class.php:249
-#: libraries/plugins/export/ExportSql.class.php:304
-#: libraries/plugins/export/ExportSql.class.php:311
#, php-format
msgid "Add %s statement"
msgstr "新增 %s 指令"
-#: libraries/plugins/export/ExportSql.class.php:283
+#: libraries/plugins/export/ExportSql.class.php:220
msgid "Add statements:"
msgstr "新增指令:"
-#: libraries/plugins/export/ExportSql.class.php:339
+#: libraries/plugins/export/ExportSql.class.php:279
#, fuzzy
#| msgid ""
#| "lose table and field names with backquotes (Protects field and le "
@@ -7608,39 +7702,39 @@ msgstr ""
"給資料表名稱和欄位名稱加上反引號 (保護名稱中含有特殊字元或保留字的欄位和"
"表)"
-#: libraries/plugins/export/ExportSql.class.php:354
+#: libraries/plugins/export/ExportSql.class.php:295
#, fuzzy
#| msgid "Object creation options"
msgid "Data creation options"
msgstr "物件建立選項"
-#: libraries/plugins/export/ExportSql.class.php:358
-#: libraries/plugins/export/ExportSql.class.php:1573
+#: libraries/plugins/export/ExportSql.class.php:299
+#: libraries/plugins/export/ExportSql.class.php:1534
msgid "Truncate table before insert"
msgstr ""
-#: libraries/plugins/export/ExportSql.class.php:364
+#: libraries/plugins/export/ExportSql.class.php:305
msgid "Instead of INSERT statements, use:"
msgstr "代替 INSERT (插入) 指令,使用:"
-#: libraries/plugins/export/ExportSql.class.php:370
+#: libraries/plugins/export/ExportSql.class.php:311
msgid "INSERT DELAYED statements"
msgstr "INSERT DELAYED (延遲插入) 指令"
-#: libraries/plugins/export/ExportSql.class.php:379
-#: libraries/plugins/export/ExportSql.class.php:405
+#: libraries/plugins/export/ExportSql.class.php:322
+#: libraries/plugins/export/ExportSql.class.php:352
msgid "INSERT IGNORE statements"
msgstr "INSERT IGNORE (忽略插入) 指令"
-#: libraries/plugins/export/ExportSql.class.php:390
+#: libraries/plugins/export/ExportSql.class.php:335
msgid "Function to use when dumping data:"
msgstr "匯出資料時所使用的函數:"
-#: libraries/plugins/export/ExportSql.class.php:401
+#: libraries/plugins/export/ExportSql.class.php:348
msgid "Syntax to use when inserting data:"
msgstr "插入資料時所使用的語法:"
-#: libraries/plugins/export/ExportSql.class.php:408
+#: libraries/plugins/export/ExportSql.class.php:356
msgid ""
"include column names in every INSERT statement
"
" Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
@@ -7650,7 +7744,7 @@ msgstr ""
" 如:INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)"
"code>"
-#: libraries/plugins/export/ExportSql.class.php:413
+#: libraries/plugins/export/ExportSql.class.php:361
msgid ""
"insert multiple rows in every INSERT statement
"
" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
@@ -7659,7 +7753,7 @@ msgstr ""
"在每個 INSERT(插入) 指令中插入多行
"
"如:INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:418
+#: libraries/plugins/export/ExportSql.class.php:366
msgid ""
"both of the above
Example: INSERT INTO "
"tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
@@ -7667,7 +7761,7 @@ msgstr ""
"以上兼有
如:INSERT INTO tbl_name (col_A,"
"col_B) VALUES (1,2,3), (4,5,6), (7,8,9)"
-#: libraries/plugins/export/ExportSql.class.php:423
+#: libraries/plugins/export/ExportSql.class.php:371
msgid ""
"neither of the above
Example: INSERT INTO "
"tbl_name VALUES (1,2,3)"
@@ -7675,13 +7769,13 @@ msgstr ""
"以上均不
如:INSERT INTO tbl_name VALUES "
"(1,2,3)"
-#: libraries/plugins/export/ExportSql.class.php:440
+#: libraries/plugins/export/ExportSql.class.php:390
msgid ""
"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes "
"0x616263)"
msgstr "匯出二進制欄位時用十六進制標記 (例如,“abc”將用 0x616263 表示)"
-#: libraries/plugins/export/ExportSql.class.php:451
+#: libraries/plugins/export/ExportSql.class.php:403
msgid ""
"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)"
@@ -7689,33 +7783,33 @@ msgstr ""
"匯出 TIMESTAMP 欄位時用 UTC 時區 (允許在不同時區的伺服器間匯出和重新載入 "
"TIMESTAMP 欄位)"
-#: libraries/plugins/export/ExportSql.class.php:507
+#: libraries/plugins/export/ExportSql.class.php:459
#: libraries/plugins/export/ExportXml.class.php:109
msgid "Procedures"
msgstr "Procedure"
-#: libraries/plugins/export/ExportSql.class.php:524
+#: libraries/plugins/export/ExportSql.class.php:476
#: libraries/plugins/export/ExportXml.class.php:105
msgid "Functions"
msgstr "函數"
-#: libraries/plugins/export/ExportSql.class.php:1147
+#: libraries/plugins/export/ExportSql.class.php:1097
msgid "Constraints for dumped tables"
msgstr "匯出資料表的 Constraints"
-#: libraries/plugins/export/ExportSql.class.php:1158
+#: libraries/plugins/export/ExportSql.class.php:1108
msgid "Constraints for table"
msgstr "資料表的 Constraints"
-#: libraries/plugins/export/ExportSql.class.php:1300
+#: libraries/plugins/export/ExportSql.class.php:1247
msgid "MIME TYPES FOR TABLE"
msgstr "MIME 類型表"
-#: libraries/plugins/export/ExportSql.class.php:1322
+#: libraries/plugins/export/ExportSql.class.php:1272
msgid "RELATIONS FOR TABLE"
msgstr "表的關聯"
-#: libraries/plugins/export/ExportSql.class.php:1500
+#: libraries/plugins/export/ExportSql.class.php:1455
#, fuzzy
#| msgid "Allows reading data."
msgid "Error reading data:"
@@ -7733,8 +7827,8 @@ msgstr "view"
msgid "Export contents"
msgstr "匯出內容"
-#: libraries/plugins/import/ImportCsv.class.php:109
-#: libraries/plugins/import/ImportOds.class.php:63
+#: libraries/plugins/import/ImportCsv.class.php:108
+#: libraries/plugins/import/ImportOds.class.php:72
msgid ""
"The first line of the file contains the table column names (if this is "
"unchecked, the first line will become part of the data)"
@@ -7753,15 +7847,15 @@ msgstr ""
msgid "Column names: "
msgstr "欄位名稱: "
-#: libraries/plugins/import/ImportCsv.class.php:171
-#: libraries/plugins/import/ImportCsv.class.php:186
-#: libraries/plugins/import/ImportCsv.class.php:193
-#: libraries/plugins/import/ImportCsv.class.php:200
+#: libraries/plugins/import/ImportCsv.class.php:177
+#: libraries/plugins/import/ImportCsv.class.php:192
+#: libraries/plugins/import/ImportCsv.class.php:199
+#: libraries/plugins/import/ImportCsv.class.php:206
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "匯入 CSV 檔案 %s 時有無效參數"
-#: libraries/plugins/import/ImportCsv.class.php:251
+#: libraries/plugins/import/ImportCsv.class.php:257
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
@@ -7770,97 +7864,88 @@ msgstr ""
"無效欄位 (%s)!請檢查欄位名稱是否拼寫正確,使用半角逗號分隔,並且不要用引號括"
"起"
-#: libraries/plugins/import/ImportCsv.class.php:319
-#: libraries/plugins/import/ImportCsv.class.php:594
+#: libraries/plugins/import/ImportCsv.class.php:325
+#: libraries/plugins/import/ImportCsv.class.php:600
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV 輸入的第 %d 行格式有錯"
-#: libraries/plugins/import/ImportCsv.class.php:475
+#: libraries/plugins/import/ImportCsv.class.php:481
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV 輸入的第 %d 行欄位數有錯"
-#: libraries/plugins/import/ImportDocsql.class.php:62
-msgid "DocSQL"
-msgstr "DocSQL"
-
-#: libraries/plugins/import/ImportDocsql.class.php:76
+#: libraries/plugins/import/ImportDocsql.class.php:84
#: libraries/tbl_properties.inc.php:715 server_synchronize.php:527
#: server_synchronize.php:1047
msgid "Table name"
msgstr "資料資料表名稱"
-#: libraries/plugins/import/ImportLdi.class.php:113
-#: libraries/schema/User_Schema.class.php:372 view_create.php:152
-msgid "Column names"
-msgstr "欄位名稱"
-
-#: libraries/plugins/import/ImportLdi.class.php:158
+#: libraries/plugins/import/ImportLdi.class.php:126
msgid "This plugin does not support compressed imports!"
msgstr "該插件不支援匯入檔案!"
-#: libraries/plugins/import/ImportMediawiki.class.php:52
+#: libraries/plugins/import/ImportMediawiki.class.php:55
msgid "MediaWiki Table"
msgstr "MediaWiki 表"
-#: libraries/plugins/import/ImportMediawiki.class.php:298
+#: libraries/plugins/import/ImportMediawiki.class.php:302
#, fuzzy, php-format
#| msgid "Invalid format of CSV input on line %d."
msgid "Invalid format of mediawiki input on line:
%s."
msgstr "CSV 輸入的第 %d 行格式有錯"
-#: libraries/plugins/import/ImportOds.class.php:73
+#: libraries/plugins/import/ImportOds.class.php:86
msgid "Import percentages as proper decimals (ex. 12.00% to .12)"
msgstr "匯入百分數爲小數 (如: 12.00% 將被匯入爲 .12)"
-#: libraries/plugins/import/ImportOds.class.php:78
+#: libraries/plugins/import/ImportOds.class.php:92
msgid "Import currencies (ex. $5.00 to 5.00)"
msgstr "匯入貨幣 (如: $5.00 將被匯入爲 5.00)"
-#: libraries/plugins/import/ImportOds.class.php:151
-#: libraries/plugins/import/ImportXml.class.php:126
-#: libraries/plugins/import/ImportXml.class.php:188
+#: libraries/plugins/import/ImportOds.class.php:170
+#: libraries/plugins/import/ImportXml.class.php:130
+#: libraries/plugins/import/ImportXml.class.php:192
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr "該 XML 檔案有錯誤或者不完整。請修復錯誤後重試"
-#: libraries/plugins/import/ImportShp.class.php:49
+#: libraries/plugins/import/ImportShp.class.php:52
msgid "ESRI Shape File"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:149
+#: libraries/plugins/import/ImportShp.class.php:153
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:202
+#: libraries/plugins/import/ImportShp.class.php:206
msgid ""
"You tried to import an invalid file or the imported file contains invalid "
"data"
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:208
+#: libraries/plugins/import/ImportShp.class.php:212
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
-#: libraries/plugins/import/ImportShp.class.php:256
+#: libraries/plugins/import/ImportShp.class.php:260
#, fuzzy
#| msgid "This page does not contain any tables!"
msgid "The imported file does not contain any data"
msgstr "此頁沒有包含任何資料表!"
-#: libraries/plugins/import/ImportSql.class.php:57
+#: libraries/plugins/import/ImportSql.class.php:70
msgid "SQL compatibility mode:"
msgstr "SQL 相容模式:"
-#: libraries/plugins/import/ImportSql.class.php:68
+#: libraries/plugins/import/ImportSql.class.php:82
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "不要給零值使用自動新增 (AUTO_INCREMENT)"
-#: libraries/plugins/import/ImportXml.class.php:49
+#: libraries/plugins/import/ImportXml.class.php:52
msgid "XML"
msgstr "XML"
@@ -8016,7 +8101,7 @@ msgid "Enabled"
msgstr "已啓用"
#: libraries/relation.lib.php:104 libraries/relation.lib.php:122
-#: pmd_relation_new.php:85
+#: pmd_relation_new.php:83
msgid "General relation features"
msgstr "一般關聯功能"
@@ -8087,7 +8172,7 @@ msgstr ""
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "請重新登錄 phpMyAdmin 以載入新設定並使其生效"
-#: libraries/relation.lib.php:1408
+#: libraries/relation.lib.php:1406
msgid "no description"
msgstr "無說明"
@@ -8138,7 +8223,7 @@ msgstr "從伺服器狀態"
msgid "Variable"
msgstr "變數"
-#: libraries/replication_gui.lib.php:188 server_binlog.php:188
+#: libraries/replication_gui.lib.php:188 server_binlog.php:190
msgid "Server ID"
msgstr "伺服器ID"
@@ -8162,8 +8247,8 @@ msgstr "任意使用者"
#: libraries/server_privileges.lib.php:1025
#: libraries/server_privileges.lib.php:1129
#: libraries/server_privileges.lib.php:1168
-#: libraries/server_privileges.lib.php:2188
-#: libraries/server_privileges.lib.php:2244
+#: libraries/server_privileges.lib.php:2178
+#: libraries/server_privileges.lib.php:2234
msgid "Use text field"
msgstr "使用文字域"
@@ -8264,7 +8349,7 @@ msgstr "詳細..."
msgid "Event name"
msgstr "事件類型"
-#: libraries/rte/rte_events.lib.php:403 server_binlog.php:187
+#: libraries/rte/rte_events.lib.php:403 server_binlog.php:189
msgid "Event type"
msgstr "事件類型"
@@ -8715,12 +8800,12 @@ msgstr "目錄"
#: libraries/schema/Pdf_Relation_Schema.class.php:1393
#: libraries/schema/Pdf_Relation_Schema.class.php:1414
-#: libraries/tbl_properties.inc.php:93 tbl_structure.php:206
+#: libraries/tbl_properties.inc.php:93 tbl_structure.php:207
msgid "Attributes"
msgstr "屬性"
#: libraries/schema/Pdf_Relation_Schema.class.php:1396
-#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:209
+#: libraries/schema/Pdf_Relation_Schema.class.php:1417 tbl_structure.php:210
#: tbl_tracking.php:315
msgid "Extra"
msgstr "額外"
@@ -8757,6 +8842,10 @@ msgstr "選擇頁"
msgid "Select Tables"
msgstr "選擇表"
+#: libraries/schema/User_Schema.class.php:372 view_create.php:182
+msgid "Column names"
+msgstr "欄位名稱"
+
#: libraries/schema/User_Schema.class.php:403
msgid "Display relational schema"
msgstr "顯示關聯大綱"
@@ -9019,14 +9108,14 @@ msgstr "限制該使用者的同時連線數"
#: libraries/server_privileges.lib.php:589
#: libraries/server_privileges.lib.php:750
-#: libraries/server_privileges.lib.php:2121
-#: libraries/server_privileges.lib.php:2133
+#: libraries/server_privileges.lib.php:2111
+#: libraries/server_privileges.lib.php:2123
msgid "Table-specific privileges"
msgstr "按表指定權限"
#: libraries/server_privileges.lib.php:591
#: libraries/server_privileges.lib.php:761
-#: libraries/server_privileges.lib.php:2296
+#: libraries/server_privileges.lib.php:2285
msgid "Note: MySQL privilege names are expressed in English"
msgstr "注意:MySQL 權限名稱會以英文顯示"
@@ -9035,12 +9124,12 @@ msgid "Administration"
msgstr "管理"
#: libraries/server_privileges.lib.php:747
-#: libraries/server_privileges.lib.php:2294
+#: libraries/server_privileges.lib.php:2283
msgid "Global privileges"
msgstr "全域權限"
#: libraries/server_privileges.lib.php:749
-#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2110
msgid "Database-specific privileges"
msgstr "按資料庫指定權限"
@@ -9098,16 +9187,16 @@ msgid "Users having access to "%s""
msgstr "使用者可以訪問“%s”"
#: libraries/server_privileges.lib.php:1509
-#: libraries/server_privileges.lib.php:2291
-#: libraries/server_privileges.lib.php:2716
-#: libraries/server_privileges.lib.php:2758 main.php:212
+#: libraries/server_privileges.lib.php:2280
+#: libraries/server_privileges.lib.php:2683
+#: libraries/server_privileges.lib.php:2725 main.php:212
#: server_status.php:1288
msgid "User"
msgstr "使用者"
#: libraries/server_privileges.lib.php:1513
-#: libraries/server_privileges.lib.php:2130
-#: libraries/server_privileges.lib.php:2299
+#: libraries/server_privileges.lib.php:2120
+#: libraries/server_privileges.lib.php:2288
msgid "Grant"
msgstr "授權"
@@ -9118,8 +9207,8 @@ msgid "User has been added."
msgstr "已刪除 view %s"
#: libraries/server_privileges.lib.php:1607
-#: libraries/server_privileges.lib.php:1764
-#: libraries/server_privileges.lib.php:2378
+#: libraries/server_privileges.lib.php:1754
+#: libraries/server_privileges.lib.php:2356
msgid "Any"
msgstr "任意"
@@ -9135,12 +9224,12 @@ msgstr "按資料庫指定"
msgid "wildcard"
msgstr "萬用字元"
-#: libraries/server_privileges.lib.php:1670 server_privileges.php:166
+#: libraries/server_privileges.lib.php:1670 server_privileges.php:169
msgid "No user found."
msgstr "未找到使用者"
#: libraries/server_privileges.lib.php:1698
-#: libraries/server_privileges.lib.php:2757
+#: libraries/server_privileges.lib.php:2724
msgid "Edit Privileges"
msgstr "編輯權限"
@@ -9148,105 +9237,93 @@ msgstr "編輯權限"
msgid "Revoke"
msgstr "移除"
-#: libraries/server_privileges.lib.php:1729
-#, fuzzy
-#| msgid "Export"
-msgid "Export all"
-msgstr "匯出"
-
-#: libraries/server_privileges.lib.php:1846
+#: libraries/server_privileges.lib.php:1836
msgid "... keep the old one."
msgstr "... 保留舊使用者"
-#: libraries/server_privileges.lib.php:1847
+#: libraries/server_privileges.lib.php:1837
msgid "... delete the old one from the user tables."
msgstr "... 從使用者資料表中刪除舊使用者"
-#: libraries/server_privileges.lib.php:1848
+#: libraries/server_privileges.lib.php:1838
msgid ""
"... revoke all active privileges from the old one and delete it afterwards."
msgstr "... 移除舊使用者的所有權限,然後刪除舊使用者"
-#: libraries/server_privileges.lib.php:1849
+#: libraries/server_privileges.lib.php:1839
msgid ""
"... delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "... 從使用者資料表中刪除舊使用者,然後重新載入權限"
-#: libraries/server_privileges.lib.php:1859
+#: libraries/server_privileges.lib.php:1849
msgid "Change Login Information / Copy User"
msgstr "修改登錄資訊/複製使用者"
-#: libraries/server_privileges.lib.php:1865
+#: libraries/server_privileges.lib.php:1855
msgid "Create a new user with the same privileges and ..."
msgstr "建立具有相同權限的新使用者然後 ..."
-#: libraries/server_privileges.lib.php:2134
+#: libraries/server_privileges.lib.php:2124
msgid "Column-specific privileges"
msgstr "按欄位指定權限"
-#: libraries/server_privileges.lib.php:2185
+#: libraries/server_privileges.lib.php:2175
msgid "Add privileges on the following database"
msgstr "在下列資料庫新增權限"
-#: libraries/server_privileges.lib.php:2204
+#: libraries/server_privileges.lib.php:2194
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "要使用萬用字元 _ 和 % 本身,應使用用 \\ 轉義"
-#: libraries/server_privileges.lib.php:2224
+#: libraries/server_privileges.lib.php:2214
msgid "Add privileges on the following table"
msgstr "在下列資料表新增權限"
-#: libraries/server_privileges.lib.php:2447
+#: libraries/server_privileges.lib.php:2421
msgid "Remove selected users"
msgstr "刪除選中的使用者"
-#: libraries/server_privileges.lib.php:2451
+#: libraries/server_privileges.lib.php:2425
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "移除使用者所有權限,然後刪除使用者"
-#: libraries/server_privileges.lib.php:2455
-#: libraries/server_privileges.lib.php:2459
-#: libraries/server_privileges.lib.php:2460
+#: libraries/server_privileges.lib.php:2429
+#: libraries/server_privileges.lib.php:2433
+#: libraries/server_privileges.lib.php:2434
msgid "Drop the databases that have the same names as the users."
msgstr "刪除與使用者同名的資料庫"
-#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2559
msgid "No users selected for deleting!"
msgstr "沒有選擇要刪除的使用者!"
-#: libraries/server_privileges.lib.php:2588
+#: libraries/server_privileges.lib.php:2562
msgid "Reloading the privileges"
msgstr "重新載入權限"
-#: libraries/server_privileges.lib.php:2606
+#: libraries/server_privileges.lib.php:2580
msgid "The selected users have been deleted successfully."
msgstr "已成功刪除選中的使用者"
-#: libraries/server_privileges.lib.php:2672
+#: libraries/server_privileges.lib.php:2646
#, php-format
msgid "You have updated the privileges for %s."
msgstr "您已更新了 %s 的權限"
-#: libraries/server_privileges.lib.php:2695
-#, fuzzy
-#| msgid "Privileges"
-msgid "Privileges for all users"
-msgstr "權限"
-
-#: libraries/server_privileges.lib.php:2708
+#: libraries/server_privileges.lib.php:2675
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "權限"
-#: libraries/server_privileges.lib.php:2812
+#: libraries/server_privileges.lib.php:2778
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "查看使用者"
-#: libraries/server_privileges.lib.php:2883
+#: libraries/server_privileges.lib.php:2849
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
@@ -9258,11 +9335,11 @@ msgstr ""
"內容將可能與伺服器使用的使用者權限有異。在這種情況下,您應在繼續前%s重新載入"
"權限%s"
-#: libraries/server_privileges.lib.php:2925
+#: libraries/server_privileges.lib.php:2891
msgid "The selected user was not found in the privilege table."
msgstr "在權限表內找不到選中的使用者"
-#: libraries/server_privileges.lib.php:3138
+#: libraries/server_privileges.lib.php:3104
msgid "You have added a new user."
msgstr "您已新增了一個新使用者"
@@ -9312,11 +9389,11 @@ msgstr "清除"
msgid "Columns"
msgstr "字段"
-#: libraries/sql_query_form.lib.php:325 sql.php:1146 sql.php:1163
+#: libraries/sql_query_form.lib.php:325 sql.php:1174 sql.php:1191
msgid "Bookmark this SQL query"
msgstr "將此 SQL 查詢加爲書籤"
-#: libraries/sql_query_form.lib.php:331 sql.php:1157
+#: libraries/sql_query_form.lib.php:331 sql.php:1185
msgid "Let every user access this bookmark"
msgstr "讓所有使用者均可訪問此書籤"
@@ -9430,8 +9507,8 @@ msgid ""
msgstr "對於預設值,請只輸入單個值,不要加反斜槓或引號,請用此格式:a"
#: libraries/tbl_properties.inc.php:101 libraries/tbl_properties.inc.php:545
-#: tbl_printview.php:306 tbl_structure.php:152 tbl_structure.php:157
-#: tbl_structure.php:594 tbl_structure.php:844
+#: tbl_printview.php:306 tbl_structure.php:153 tbl_structure.php:158
+#: tbl_structure.php:595 tbl_structure.php:845
msgid "Index"
msgstr "索引"
@@ -9479,13 +9556,13 @@ msgstr "無"
msgid "As defined:"
msgstr "定義:"
-#: libraries/tbl_properties.inc.php:531 tbl_structure.php:151
-#: tbl_structure.php:156 tbl_structure.php:586
+#: libraries/tbl_properties.inc.php:531 tbl_structure.php:152
+#: tbl_structure.php:157 tbl_structure.php:587
msgid "Primary"
msgstr "主鍵"
-#: libraries/tbl_properties.inc.php:553 tbl_structure.php:155
-#: tbl_structure.php:160 tbl_structure.php:611
+#: libraries/tbl_properties.inc.php:553 tbl_structure.php:156
+#: tbl_structure.php:161 tbl_structure.php:612
msgid "Fulltext"
msgstr "全文搜尋"
@@ -9499,20 +9576,15 @@ msgstr ""
msgid "after %s"
msgstr "於 %s 之後"
-#: libraries/tbl_properties.inc.php:729 tbl_structure.php:697
+#: libraries/tbl_properties.inc.php:729 tbl_structure.php:698
#, php-format
msgid "Add %s column(s)"
msgstr "增加 %s 個字段"
-#: libraries/tbl_properties.inc.php:737 tbl_structure.php:691
+#: libraries/tbl_properties.inc.php:737 tbl_structure.php:692
msgid "You have to add at least one column."
msgstr "至少要增加一個字段。"
-#: libraries/tbl_properties.inc.php:830 server_engines.php:43
-#: tbl_operations.php:386
-msgid "Storage Engine"
-msgstr "儲存引擎"
-
#: libraries/tbl_properties.inc.php:871
msgid "PARTITION definition"
msgstr "分區定義"
@@ -9521,7 +9593,7 @@ msgstr "分區定義"
msgid "Manage your settings"
msgstr "管理我的設定"
-#: libraries/user_preferences.inc.php:46 prefs_manage.php:295
+#: libraries/user_preferences.inc.php:46 prefs_manage.php:300
msgid "Configuration has been saved"
msgstr "設定已儲存"
@@ -9565,7 +9637,7 @@ msgstr "MySQL 連線校對"
msgid "Appearance Settings"
msgstr "外觀設定"
-#: main.php:176 prefs_manage.php:278
+#: main.php:176 prefs_manage.php:283
msgid "More settings"
msgstr "更多設定"
@@ -9748,135 +9820,135 @@ msgstr "顯示/隱藏左側選單"
msgid "Save position"
msgstr "儲存位置"
-#: pmd_general.php:94 pmd_general.php:381
+#: pmd_general.php:96 pmd_general.php:393
msgid "Create relation"
msgstr "建立關聯"
-#: pmd_general.php:100
+#: pmd_general.php:105
msgid "Reload"
msgstr "重新載入"
-#: pmd_general.php:103
+#: pmd_general.php:109
msgid "Help"
msgstr "幫助"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Angular links"
msgstr "規則連線"
-#: pmd_general.php:107
+#: pmd_general.php:115
msgid "Direct links"
msgstr "直接連線"
-#: pmd_general.php:111
+#: pmd_general.php:119
msgid "Snap to grid"
msgstr "對齊網格"
-#: pmd_general.php:115
+#: pmd_general.php:125
msgid "Small/Big All"
msgstr "全部收縮/展開"
-#: pmd_general.php:119
+#: pmd_general.php:129
msgid "Toggle small/big"
msgstr "反向收縮/展開"
-#: pmd_general.php:122
+#: pmd_general.php:133
#, fuzzy
#| msgid "To select relation, click :"
msgid "Toggle relation lines"
msgstr "要選擇關聯,點選:"
-#: pmd_general.php:128 pmd_pdf.php:99
+#: pmd_general.php:139 pmd_pdf.php:106
msgid "Import/Export coordinates for PDF schema"
msgstr "爲 PDF 大綱匯入/匯出座標"
-#: pmd_general.php:135
+#: pmd_general.php:146
msgid "Build Query"
msgstr "產生查詢"
-#: pmd_general.php:142
+#: pmd_general.php:153
msgid "Move Menu"
msgstr "移動選單"
-#: pmd_general.php:153
+#: pmd_general.php:165
msgid "Hide/Show all"
msgstr "全部隱藏/顯示"
-#: pmd_general.php:157
+#: pmd_general.php:169
msgid "Hide/Show Tables with no relation"
msgstr "隱藏/顯示沒有關聯的表"
-#: pmd_general.php:197
+#: pmd_general.php:209
msgid "Number of tables"
msgstr "資料表數量"
-#: pmd_general.php:447
+#: pmd_general.php:459
msgid "Delete relation"
msgstr "刪除關聯"
-#: pmd_general.php:489 pmd_general.php:548
+#: pmd_general.php:501 pmd_general.php:560
msgid "Relation operator"
msgstr "關聯運算符"
-#: pmd_general.php:499 pmd_general.php:558 pmd_general.php:681
-#: pmd_general.php:798
+#: pmd_general.php:511 pmd_general.php:570 pmd_general.php:693
+#: pmd_general.php:810
msgid "Except"
msgstr "例外"
-#: pmd_general.php:505 pmd_general.php:564 pmd_general.php:687
-#: pmd_general.php:804
+#: pmd_general.php:517 pmd_general.php:576 pmd_general.php:699
+#: pmd_general.php:816
msgid "subquery"
msgstr "子查詢"
-#: pmd_general.php:509 pmd_general.php:605
+#: pmd_general.php:521 pmd_general.php:617
msgid "Rename to"
msgstr "改名爲"
-#: pmd_general.php:511 pmd_general.php:610
+#: pmd_general.php:523 pmd_general.php:622
msgid "New name"
msgstr "新名稱"
-#: pmd_general.php:514 pmd_general.php:729
+#: pmd_general.php:526 pmd_general.php:741
msgid "Aggregate"
msgstr "聚合"
-#: pmd_general.php:839
+#: pmd_general.php:851
msgid "Active options"
msgstr "目前選項"
-#: pmd_pdf.php:50
+#: pmd_pdf.php:52
msgid "Page has been created"
msgstr "已建立頁面"
-#: pmd_pdf.php:53
+#: pmd_pdf.php:55
msgid "Page creation failed"
msgstr "頁面建立失敗"
-#: pmd_pdf.php:110
+#: pmd_pdf.php:117
msgid "Page"
msgstr "頁面"
-#: pmd_pdf.php:120
+#: pmd_pdf.php:127
msgid "Import from selected page"
msgstr "從所選頁匯入"
-#: pmd_pdf.php:121
+#: pmd_pdf.php:128
msgid "Export to selected page"
msgstr "匯出至所選頁"
-#: pmd_pdf.php:123
+#: pmd_pdf.php:130
msgid "Create a page and export to it"
msgstr "匯出至新頁"
-#: pmd_pdf.php:135
+#: pmd_pdf.php:142
msgid "New page name: "
msgstr "新頁面名: "
-#: pmd_pdf.php:138
+#: pmd_pdf.php:145
msgid "Export/Import to scale"
msgstr "按比例匯出/匯入"
-#: pmd_pdf.php:143
+#: pmd_pdf.php:150
msgid "recommended"
msgstr "推薦"
@@ -9884,7 +9956,7 @@ msgstr "推薦"
msgid "Error: relation already exists."
msgstr "錯誤:關聯已存在"
-#: pmd_relation_new.php:78 pmd_relation_new.php:103
+#: pmd_relation_new.php:78 pmd_relation_new.php:101
msgid "Error: Relation not added."
msgstr "錯誤:關聯未新增"
@@ -9892,7 +9964,7 @@ msgstr "錯誤:關聯未新增"
msgid "FOREIGN KEY relation added"
msgstr "已新增外部鍵關聯"
-#: pmd_relation_new.php:101
+#: pmd_relation_new.php:99
msgid "Internal relation added"
msgstr "已新增行內部關聯"
@@ -9900,11 +9972,11 @@ msgstr "已新增行內部關聯"
msgid "Relation deleted"
msgstr "已刪除關聯"
-#: pmd_save_pos.php:71
+#: pmd_save_pos.php:74
msgid "Error saving coordinates for Designer."
msgstr "儲存設計器座標時出錯"
-#: pmd_save_pos.php:79
+#: pmd_save_pos.php:82
msgid "Modifications have been saved"
msgstr "已儲存修改"
@@ -9912,66 +9984,66 @@ msgstr "已儲存修改"
msgid "Cannot save settings, submitted form contains errors"
msgstr "無法儲存設定,送出的表單中有錯誤"
-#: prefs_manage.php:79
+#: prefs_manage.php:81
msgid "Could not import configuration"
msgstr "無法匯入設定"
-#: prefs_manage.php:110
+#: prefs_manage.php:113
msgid "Configuration contains incorrect data for some fields."
msgstr "部分設定含有錯誤的資料"
-#: prefs_manage.php:126
+#: prefs_manage.php:129
msgid "Do you want to import remaining settings?"
msgstr "是否匯入其餘的設定?"
-#: prefs_manage.php:229 prefs_manage.php:255
+#: prefs_manage.php:234 prefs_manage.php:260
msgid "Saved on: @DATE@"
msgstr "儲存於:@DATE@"
-#: prefs_manage.php:243
+#: prefs_manage.php:248
msgid "Import from file"
msgstr "從檔案匯入"
-#: prefs_manage.php:249
+#: prefs_manage.php:254
msgid "Import from browser's storage"
msgstr "從瀏覽器儲存中匯入"
-#: prefs_manage.php:252
+#: prefs_manage.php:257
msgid "Settings will be imported from your browser's local storage."
msgstr "設定將從瀏覽器的本地儲存中匯入"
-#: prefs_manage.php:258
+#: prefs_manage.php:263
msgid "You have no saved settings!"
msgstr "您沒有已儲存的設定!"
-#: prefs_manage.php:262 prefs_manage.php:315
+#: prefs_manage.php:267 prefs_manage.php:320
msgid "This feature is not supported by your web browser"
msgstr "您所使用的瀏覽器不支援此功能"
-#: prefs_manage.php:267
+#: prefs_manage.php:272
msgid "Merge with current configuration"
msgstr "與目前設定合併"
-#: prefs_manage.php:281
+#: prefs_manage.php:286
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr "您可以透過修改 config.inc.php 檔案進行更多設定,如透過使用%s安裝指令%s"
-#: prefs_manage.php:305
+#: prefs_manage.php:310
msgid "Save to browser's storage"
msgstr "儲存到瀏覽器儲存"
-#: prefs_manage.php:309
+#: prefs_manage.php:314
msgid "Settings will be saved in your browser's local storage."
msgstr "設定將儲存到瀏覽器的本地儲存"
-#: prefs_manage.php:311
+#: prefs_manage.php:316
msgid "Existing settings will be overwritten!"
msgstr "現有設定將被覆蓋!"
-#: prefs_manage.php:326
+#: prefs_manage.php:331
msgid "You can reset all your settings and restore them to default values."
msgstr "您可以重置並將所有設定恢復爲預設值"
@@ -9988,41 +10060,41 @@ msgstr "全部"
msgid "%s table not found or not set in %s"
msgstr "找不到 %s 表或還未在 %s 設定"
-#: schema_export.php:59
+#: schema_export.php:62
msgid "File doesn't exist"
msgstr "檔案不存在"
-#: server_binlog.php:83
+#: server_binlog.php:85
msgid "Select binary log to view"
msgstr "選擇要查看的二進制日誌"
-#: server_binlog.php:106 server_status.php:628
+#: server_binlog.php:108 server_status.php:628
msgid "Files"
msgstr "檔案"
-#: server_binlog.php:155 server_binlog.php:157 server_status.php:1299
+#: server_binlog.php:157 server_binlog.php:159 server_status.php:1299
#: server_status.php:1301
msgid "Truncate Shown Queries"
msgstr "截斷顯示的查詢"
-#: server_binlog.php:163 server_binlog.php:165 server_status.php:1299
+#: server_binlog.php:165 server_binlog.php:167 server_status.php:1299
#: server_status.php:1301
msgid "Show Full Queries"
msgstr "顯示完整查詢"
-#: server_binlog.php:185
+#: server_binlog.php:187
msgid "Log name"
msgstr "日志檔案名稱"
-#: server_binlog.php:186
+#: server_binlog.php:188
msgid "Position"
msgstr "位置"
-#: server_binlog.php:189
+#: server_binlog.php:191
msgid "Original position"
msgstr "原始位置"
-#: server_binlog.php:190 tbl_structure.php:829
+#: server_binlog.php:192 tbl_structure.php:830
msgid "Information"
msgstr "資訊"
@@ -10107,17 +10179,17 @@ msgstr ""
msgid "disabled"
msgstr "已關閉"
-#: server_privileges.php:209
+#: server_privileges.php:212
#, php-format
msgid "The user %s already exists!"
msgstr "使用者 %s 己存在!"
-#: server_privileges.php:308
+#: server_privileges.php:312
#, php-format
msgid "Deleting %s"
msgstr "正在刪除 %s"
-#: server_privileges.php:355
+#: server_privileges.php:361
msgid "The privileges were reloaded successfully."
msgstr "已成功重新載入權限"
@@ -11824,32 +11896,32 @@ msgstr "使用書籤 \"%s\" 作爲預設的查詢"
msgid "Do you really want to execute following query?"
msgstr "您真的要"
-#: sql.php:802
+#: sql.php:830
msgid "Showing as PHP code"
msgstr "顯示爲 PHP 程式碼"
-#: sql.php:807
+#: sql.php:835
msgid "Validated SQL"
msgstr "已校驗的 SQL"
-#: sql.php:966
+#: sql.php:994
msgid "SQL result"
msgstr "SQL 查詢結果"
-#: sql.php:971
+#: sql.php:999
msgid "Generated by"
msgstr "產生者"
-#: sql.php:1119
+#: sql.php:1147
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "資料表 `%s` 的索引存在問題"
-#: sql.php:1151
+#: sql.php:1179
msgid "Label"
msgstr "標籤"
-#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:107
+#: tbl_addfield.php:190 tbl_alter.php:216 tbl_indexes.php:109
#, php-format
msgid "Table %1$s has been altered successfully"
msgstr "已成功修改表 %1$s"
@@ -11953,90 +12025,90 @@ msgstr "建立資料表 %1$s 成功"
msgid "View dump (schema) of table"
msgstr "查看資料表的轉存(大綱)"
-#: tbl_gis_visualization.php:108
+#: tbl_gis_visualization.php:111
#, fuzzy
#| msgid "Display servers selection"
msgid "Display GIS Visualization"
msgstr "顯示伺服器選擇"
-#: tbl_gis_visualization.php:124
+#: tbl_gis_visualization.php:127
msgid "Width"
msgstr "寬"
-#: tbl_gis_visualization.php:128
+#: tbl_gis_visualization.php:131
msgid "Height"
msgstr "高"
-#: tbl_gis_visualization.php:132
+#: tbl_gis_visualization.php:135
#, fuzzy
#| msgid "Textarea columns"
msgid "Label column"
msgstr "文本框列"
-#: tbl_gis_visualization.php:134
+#: tbl_gis_visualization.php:137
#, fuzzy
#| msgid "- none -"
msgid "-- None --"
msgstr "- 無 -"
-#: tbl_gis_visualization.php:147
+#: tbl_gis_visualization.php:150
#, fuzzy
#| msgid "Total count"
msgid "Spatial column"
msgstr "總數量"
-#: tbl_gis_visualization.php:171
+#: tbl_gis_visualization.php:174
msgid "Redraw"
msgstr "重繪"
-#: tbl_gis_visualization.php:173
+#: tbl_gis_visualization.php:176
#, fuzzy
#| msgid "Save as file"
msgid "Save to file"
msgstr "另存檔案"
-#: tbl_gis_visualization.php:174
+#: tbl_gis_visualization.php:177
#, fuzzy
#| msgid "Table name"
msgid "File name"
msgstr "資料資料表名稱"
-#: tbl_indexes.php:72
+#: tbl_indexes.php:73
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "主鍵的名稱必須稱爲 “PRIMARY”!"
-#: tbl_indexes.php:81
+#: tbl_indexes.php:83
msgid "Can't rename index to PRIMARY!"
msgstr "無法將索引改爲主鍵 (PRIMARY) !"
-#: tbl_indexes.php:97
+#: tbl_indexes.php:99
msgid "No index parts defined!"
msgstr "沒有定義的索引部分!"
-#: tbl_indexes.php:192 tbl_structure.php:168 tbl_structure.php:169
+#: tbl_indexes.php:195 tbl_structure.php:169 tbl_structure.php:170
msgid "Add index"
msgstr "新增索引"
-#: tbl_indexes.php:194
+#: tbl_indexes.php:197
#, fuzzy
#| msgid "Edit mode"
msgid "Edit index"
msgstr "編輯模式"
-#: tbl_indexes.php:206
+#: tbl_indexes.php:209
msgid "Index name:"
msgstr "索引名稱:"
-#: tbl_indexes.php:208
+#: tbl_indexes.php:211
msgid ""
"(\"PRIMARY\" must be the name of and only of a primary key!)"
msgstr "(“PRIMARY”必須而且只能作爲主鍵的名稱!)"
-#: tbl_indexes.php:220
+#: tbl_indexes.php:223
msgid "Index type:"
msgstr "索引類型:"
-#: tbl_indexes.php:315
+#: tbl_indexes.php:318
#, php-format
msgid "Add to index %s column(s)"
msgstr "新增 %s 個索引欄位"
@@ -12059,262 +12131,168 @@ msgstr "已將資料表 %s 移動到 %s"
msgid "Table %s has been copied to %s."
msgstr "已將資料表 %s 複製爲 %s"
-#: tbl_move_copy.php:77
+#: tbl_move_copy.php:81
msgid "The table name is empty!"
msgstr "資料表名稱不能爲空!"
-#: tbl_operations.php:280
-msgid "Alter table order by"
-msgstr "更改表的排序,根據"
-
-#: tbl_operations.php:289
-msgid "(singly)"
-msgstr "(逐一)"
-
-#: tbl_operations.php:309
-msgid "Move table to (database.table):"
-msgstr "將資料表移動到(資料庫名.資料資料表名稱):"
-
-#: tbl_operations.php:367
-msgid "Table options"
-msgstr "表選項"
-
-#: tbl_operations.php:371
-msgid "Rename table to"
-msgstr "將表改名爲"
-
-#: tbl_operations.php:556
-msgid "Copy table to (database.table):"
-msgstr "將資料表複製到(資料庫名.資料資料表名稱):"
-
-#: tbl_operations.php:604
-msgid "Switch to copied table"
-msgstr "切換到複製的資料表"
-
-#: tbl_operations.php:616
-msgid "Table maintenance"
-msgstr "表維護"
-
-#: tbl_operations.php:644
-msgid "Defragment table"
-msgstr "排序規則表碎片"
-
-#: tbl_operations.php:700
-#, php-format
-msgid "Table %s has been flushed"
-msgstr "已強制更新表 %s"
-
-#: tbl_operations.php:708
-msgid "Flush the table (FLUSH)"
-msgstr "刷新表 (FLUSH)"
-
-#: tbl_operations.php:717
-msgid "Delete data or table"
-msgstr "刪除資料或資料表"
-
-#: tbl_operations.php:734
-msgid "Empty the table (TRUNCATE)"
-msgstr "清空資料表 (TRUNCATE)"
-
-#: tbl_operations.php:756
-msgid "Delete the table (DROP)"
-msgstr "刪除資料表 (DROP)"
-
-#: tbl_operations.php:778
-msgid "Partition maintenance"
-msgstr "分區維護"
-
-#: tbl_operations.php:786
-#, php-format
-msgid "Partition %s"
-msgstr "分區 %s"
-
-#: tbl_operations.php:789
-msgid "Analyze"
-msgstr "分析"
-
-#: tbl_operations.php:790
-msgid "Check"
-msgstr "檢查"
-
-#: tbl_operations.php:791
-msgid "Optimize"
-msgstr "最佳化"
-
-#: tbl_operations.php:792
-msgid "Rebuild"
-msgstr "重建"
-
-#: tbl_operations.php:793
-msgid "Repair"
-msgstr "修復"
-
-#: tbl_operations.php:807
-msgid "Remove partitioning"
-msgstr "刪除分區"
-
-#: tbl_operations.php:833
-msgid "Check referential integrity:"
-msgstr "檢查引用完整性:"
-
#: tbl_printview.php:66
#, fuzzy
#| msgid "Show tables"
msgid "Showing tables"
msgstr "顯示資料表"
-#: tbl_printview.php:294 tbl_structure.php:833
+#: tbl_printview.php:294 tbl_structure.php:834
msgid "Space usage"
msgstr "已用空間"
-#: tbl_printview.php:321 tbl_structure.php:858
+#: tbl_printview.php:321 tbl_structure.php:859
msgid "Effective"
msgstr "有效"
-#: tbl_printview.php:346 tbl_structure.php:893
+#: tbl_printview.php:346 tbl_structure.php:894
msgid "Row Statistics"
msgstr "行統計"
-#: tbl_printview.php:356 tbl_structure.php:902
+#: tbl_printview.php:356 tbl_structure.php:903
msgid "static"
msgstr "靜態"
-#: tbl_printview.php:358 tbl_structure.php:904
+#: tbl_printview.php:358 tbl_structure.php:905
msgid "dynamic"
msgstr "動態"
-#: tbl_printview.php:382 tbl_structure.php:947
+#: tbl_printview.php:382 tbl_structure.php:948
msgid "Row length"
msgstr "行長度"
-#: tbl_printview.php:396 tbl_structure.php:955
+#: tbl_printview.php:396 tbl_structure.php:956
msgid "Row size"
msgstr "行大小"
-#: tbl_printview.php:406 tbl_structure.php:963
+#: tbl_printview.php:406 tbl_structure.php:964
msgid "Next autoindex"
msgstr ""
-#: tbl_relation.php:281
+#: tbl_relation.php:286
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr "在 %1$s 建立外部鍵時發生錯誤 (檢查資料類型)"
-#: tbl_relation.php:412
+#: tbl_relation.php:423
msgid "Internal relation"
msgstr "行內"
-#: tbl_relation.php:414
+#: tbl_relation.php:425
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr "不需要一個和外部鍵關聯一致的行內部關聯"
-#: tbl_relation.php:420
+#: tbl_relation.php:431
msgid "Foreign key constraint"
msgstr "外部鍵約束"
-#: tbl_structure.php:154 tbl_structure.php:159 tbl_structure.php:601
+#: tbl_structure.php:155 tbl_structure.php:160 tbl_structure.php:602
msgid "Spatial"
msgstr ""
-#: tbl_structure.php:161 tbl_structure.php:165
+#: tbl_structure.php:162 tbl_structure.php:166
#, fuzzy
#| msgid "Browse distinct values"
msgid "Distinct values"
msgstr "瀏覽非重複值 (DISTINCT)"
-#: tbl_structure.php:166 tbl_structure.php:167
+#: tbl_structure.php:167 tbl_structure.php:168
msgid "Add primary key"
msgstr "新增主鍵"
-#: tbl_structure.php:170 tbl_structure.php:171
+#: tbl_structure.php:171 tbl_structure.php:172
msgid "Add unique index"
msgstr "新增唯一鍵"
-#: tbl_structure.php:172 tbl_structure.php:173
+#: tbl_structure.php:173 tbl_structure.php:174
#, fuzzy
#| msgid "Add index"
msgid "Add SPATIAL index"
msgstr "新增索引"
-#: tbl_structure.php:174 tbl_structure.php:175
+#: tbl_structure.php:175 tbl_structure.php:176
msgid "Add FULLTEXT index"
msgstr "新增全文索引"
-#: tbl_structure.php:357 tbl_tracking.php:349
+#: tbl_structure.php:358 tbl_tracking.php:349
msgctxt "None for default"
msgid "None"
msgstr "無"
-#: tbl_structure.php:366
+#: tbl_structure.php:367
#, php-format
msgid "Column %s has been dropped"
msgstr "已刪除欄位 %s"
-#: tbl_structure.php:379 tbl_structure.php:476
+#: tbl_structure.php:380 tbl_structure.php:477
#, php-format
msgid "A primary key has been added on %s"
msgstr "已將 %s 設爲主鍵"
-#: tbl_structure.php:394 tbl_structure.php:409 tbl_structure.php:432
-#: tbl_structure.php:448 tbl_structure.php:489 tbl_structure.php:502
-#: tbl_structure.php:516 tbl_structure.php:529
+#: tbl_structure.php:395 tbl_structure.php:410 tbl_structure.php:433
+#: tbl_structure.php:449 tbl_structure.php:490 tbl_structure.php:503
+#: tbl_structure.php:517 tbl_structure.php:530
#, php-format
msgid "An index has been added on %s"
msgstr "已將 %s 設爲索引"
-#: tbl_structure.php:470
+#: tbl_structure.php:471
msgid "Show more actions"
msgstr "顯示更多操作"
-#: tbl_structure.php:619 tbl_structure.php:686
+#: tbl_structure.php:620 tbl_structure.php:687
#, fuzzy
#| msgid "Remove column(s)"
msgid "Move columns"
msgstr "刪除欄位"
-#: tbl_structure.php:620
+#: tbl_structure.php:621
msgid "Move the columns by dragging them up and down."
msgstr ""
-#: tbl_structure.php:646
+#: tbl_structure.php:647
#, fuzzy
#| msgid "Print view"
msgid "Edit view"
msgstr "列印預覽"
-#: tbl_structure.php:665
+#: tbl_structure.php:666
msgid "Relation view"
msgstr "關聯查看"
-#: tbl_structure.php:673
+#: tbl_structure.php:674
msgid "Propose table structure"
msgstr "規劃表結構"
-#: tbl_structure.php:695
+#: tbl_structure.php:696
msgid "Add column"
msgstr "新增欄位"
-#: tbl_structure.php:709
+#: tbl_structure.php:710
msgid "At End of Table"
msgstr "於表結尾"
-#: tbl_structure.php:710
+#: tbl_structure.php:711
msgid "At Beginning of Table"
msgstr "於表開頭"
-#: tbl_structure.php:711
+#: tbl_structure.php:712
#, php-format
msgid "After %s"
msgstr "於 %s 之後"
-#: tbl_structure.php:747
+#: tbl_structure.php:748
#, php-format
msgid "Create an index on %s columns"
msgstr "在第 %s 個欄位建立索引"
-#: tbl_structure.php:918
+#: tbl_structure.php:919
msgid "partitioned"
msgstr "已分區"
@@ -12504,7 +12482,7 @@ msgstr "權限不足!"
msgid "The profile has been updated."
msgstr "設定檔案己更新"
-#: view_create.php:147
+#: view_create.php:177
msgid "VIEW name"
msgstr "view名"
@@ -13714,6 +13692,19 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "最大同時連線數"
+#~ msgid "DocSQL"
+#~ msgstr "DocSQL"
+
+#, fuzzy
+#~| msgid "Export"
+#~ msgid "Export all"
+#~ msgstr "匯出"
+
+#, fuzzy
+#~| msgid "Privileges"
+#~ msgid "Privileges for all users"
+#~ msgstr "權限"
+
#~ msgid "PDF"
#~ msgstr "PDF"
diff --git a/tbl_operations.php b/tbl_operations.php
index 375db1a0b5..4ec747ec1c 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -180,7 +180,7 @@ if (isset($result) && empty($message_to_show)) {
$_type = 'success';
if (empty($_message)) {
$_message = $result
- ? $message = PMA_Message::success(
+ ? PMA_Message::success(
__('Your SQL query has been executed successfully')
)
: PMA_Message::error(__('Error'));